Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Conditionals

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

Continuously Moves the Sprite Left or Right

a)
b)
c)
d)
2.

Continuously Moves the Sprite Up or Down

a)
b)
c)
d)
3.

Continuously move Left

a)
b)
c)
d)
4.

Continuously move Down

a)
b)
c)
d)
5.

Continuously move Right

a)
b)
c)
d)
6.

Continuously move Up

a)
b)
c)
d)
7.

If you press the space something will happen.

a)
b)
c)
d)
8.

If you sprite touches the target something will happen.

a)
b)
c)
d)
9.

If the x value is greater than ____ the sprite will change.

a)
b)
c)
d)
10.

If the x value is less than ____ the sprite will change.

a)
b)
c)
d)
11.

If the monkey's y value reaches ___ or less it will move down.

a)
b)
c)
12.

If the monkey's y value reaches ___ or more it will stop moving.

a)
b)
c)
13.

If the ___ button is pressed the monkey will move up.

a)
b)
c)
14.

Which code makes the sprite move up unless the button is pressed in which case it will move down?

a)
b)
15.

Which code makes the sprite move left unless the button is pressed in which case it will move right?

a)
b)