wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SCR1 Recap Day 3

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What are variables used for?

a)

To send a message

b)

To store a value

c)

To change a costume

d)

To clone a sprite

2.

What can you do with a variable?

a)

Set the variable value

b)

Increase the variable value

c)

Decrease the variable value

d)

Delete the variable

3.

What is the value of the ‘total’ variable?

a)

0

b)

1

c)

10

d)

20

4.

Which of the following features uses a variable?

a)

A sprite moving up when the arrow key is pressed

b)

A game timer that starts at 60 and counts down to 0

c)

A clone that disappears after 5 seconds

d)

A score that increases every time the sprite catches a ball

5.

Where do you find thiss block?

a)

Events

b)

Motion

c)

Control

d)

Looks

6.

What are conditionals used for?

a)

To do something when green flag is clicked

b)

To do something when an event happens

c)

To do something when a condition is true or false

d)

To do something when a variable has changed

7.

What does this code block do?

a)

If the total variable is smaller than 20, switch costume to “costume2”

b)

If the total variable is greater than 20, switch costume to “costume1”

c)

If the total variable is equal to 20, switch costume to “costume1”

d)

If the total variable is greater than 20, switch costume to “costume2”

8.

What does this code block do?

a)

If the sprite is touching another sprite, set the colour to red and total to zero

b)

If the sprite is touching the colour red, move sprite to [X:0, Y:0] and set the total to zero

c)

If the total is zero and the sprite is in [X:0, Y:0], change the colour to red

d)

If the sprite is at [X:0, Y:0], set total to zero and change colour to red