wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SCR1 Recap Day 4

Total questions: 6

Worksheet time: 6mins

Name
Class
Date
1.

Where can you find the broadcast block?

a)

Control

b)

Events

c)

Looks

d)

Sounds

2.

What do you use broadcast for?

a)

Send a message to a sprite to do something

b)

Send a message to many sprites to do something

c)

Send a message to the backdrop to change

d)

All of the above

3.

What does this code block do?

a)

When sprite touches pink colour, it will broadcast “gameover” and game will stop.

b)

When sprite touches pink colour, it will broadcast “gameover” but game will not stop.

c)

When sprite touches pink colour, it will broadcast “gameover” and the sprite will disappear.

d)

When sprite touches pink colour, it will say "game over"

4.

Which of the following scenario can be achieved using broadcast?

a)

When game ends, hide all the sprites.

b)

When character touches another sprite, add 5 points to the total score.

c)

When timer runs out, the game will stop.

d)

All of the above.

5.

Which of the following blocks do you use to make a sprite spin 10 times?

a)

forever

b)

repeat

c)

broadcast

d)

clone

6.

What is wrong with the code block?

a)

The timer will not start

b)

The timer will not decrease every second

c)

The broadcast message “gameover” will not be sent

d)

There is nothing wrong with the code.