wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

All in - Year 5 Selection in Quizzes

Total questions: 14

Worksheet time: 5mins

Name
Class
Date
1.
Where is the condition in this program?
a)
A
b)
B
c)
C
d)
D
2.
Which actions will be carried out if the condition is true? (choose 2)
a)
The sprite will move 10 steps.
b)
The up arrow will be pressed
c)
The sprite will move forever
d)
The sprite will bounce if it touches the edge.
3.
Which blocks could you use for program setup?
a)
b)
c)
d)
4.
Every time I run the program, my sprite will face to the right. True or false?
a)
True
b)
False
5.
A user said, “I have used selection but when I enter the wrong answer, nothing happens.” Why did nothing happen?
a)
There is no forever loop in the program
b)
The selection command only controls one outcome
c)
The condition answer is incorrect
d)
The time it was displayed was too short
6.
Which actions will take place if the user answers correctly?
a)
Move 25 steps and change colour
b)
Move 15 steps and change colour
c)
Move 15 steps and turn 360 degrees
d)
Move 15 steps and change size by 10
7.
Which shows the action that will be carried out when the condition is false?
a)
A
b)
B
c)
C
8.
Follow the algorithm. Which phrase will be included in the program for 'say' block 'A'?
a)
Well done!
b)
Wrong
c)
6
d)
Huh?
9.
Which program will have an outcome every time key 'p' is pressed?
a)
b)
c)
10.
What will happen if the green flag is clicked to run the program?
a)
The sprite will increase in size.
b)
Nothing
c)
The sprite will move to the mouse pointer
d)
The sprite will change size continuously
11.
What will happen if the green flag is clicked to run this program?
a)
The sprite will increase in size
b)
Nothing
c)
The sprite will change colour once
d)
The sprite will change colour continuously
12.
"When I press key q, my sprite doesn't do anything." Why does this happen?
a)
The sprite hasn't been reset on the page
b)
A forever loop hasn't been used
c)
The condition is incorrect
d)
There is not enough space for the sprite to move 10 steps
13.
Which user answers would make the program display 'Wrong'?
a)
4
b)
2 x 2
c)
22
d)
5
14.
The program below is not working when key 'space' is pressed. Why not?
a)
It is missing a condition block
b)
It is missing a repetition block
c)
It is missing a selection block
d)
It is missing an event block