Scratch Quiz For Kids
Scratch Quiz For Kids
1.
What is the name of the software that you use to create the game?
A.
Sprite
B.
Scratch
C.
Stage
2.
What would you call the track (background) in your racing car game?
A.
Sprite
B.
Stage
C.
Script
3.
What is the car in the racing car game?
A.
Stage
B.
Sprite
C.
Script
4.
What is the function of the 'when green flag clicked' command block?
A.
Points sprite in the specified direction
B.
If condition is true, runs the blocks inside
C.
Runs the script
5.
What is the function of the 'Move 10 steps' command block?
A.
Runs the blocks inside over and over
B.
Move spite forward
C.
Runs script below when specified key is pressed
6.
What happens to the car if the number increases in the 'Move _ steps' command
block?
A.
The car moves quicker
B.
The car stops
C.
The car moves backwards
7.
What is the function of the 'forever' command block?
A.
Runs the script inside over and over
B.
Point sprite in specified direction
C.
If condition is true, runs the blocks inside.
8.
Which command block enables you to control the car?
A.
Point in direction
B.
Wait_secs
C.
When_key is pressed