wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

2. Balloon POP

Total questions: 7

Worksheet time: 25mins

Name
Class
Date
1.

Which extension should we use to create virtual games (like a balloon-popping game)?

a)
b)
c)
d)
2.

What happens when you touch the balloon sprite?

a)

It will go to the Top position

b)

It will show Game Over

c)

It will go to the Bottom position

d)

It will stop the entire game

3.

What is the use of STOP block in scratch programming?

a)

To stop the internet

b)

To stop the entire game.

c)

To close the scratch.

d)

It will stop only the moving sprite

4.

Which block allows you to virtually touch the sprite?

a)
b)
c)
d)
5.

What code blocks are used to change the color of the "spikes" in the "Balloon Pop" game?

a)
b)
c)
d)
6.

Which set of blocks reduces the score when the balloon touches the spikes?

a)
b)
c)
7.

When should "Game Over" show up on the screen?

a)

score>0

b)

score-10

c)

score=10

d)

score<0