You are on page 1of 1

Answer Sheet for the Computer Science Presentation.

Slide 3 Answer:
Input/Output
Start/End
Process
Decision

Slide 8 Answer:
Spaces between the variable
No Speech Mark on the first line.
No Comma prior to the variable in Line 2.

Task 1: Slide 11:


score=(“Enter your score.”)
if score>47 then:
print(“Highscore!”)
else:
print(“Not there yet!”)

Slide 14 Answers:
42:
64 32 16 8 4 2 1
0 1 0 1 0 1 0
7
64 32 16 8 4 2 1

0 0 0 0 1 1 1

61
64 32 16 8 4 2 1

0 1 1 1 1 0 1

85
64 32 16 8 4 2 1

1 0 1 0 1 0 1

You might also like