100% found this document useful (2 votes)
2K views

Scratch Quiz For Kids

The document contains questions and answers about using Scratch to create a racing car game. It asks about the software used (Scratch), sprites and stages, the function of command blocks like "when green flag clicked" to start and "move 10 steps" to move the car forward, how increasing the number in "move" makes the car faster, and that the "forever" block runs the script inside it over and over. It concludes by identifying the "when key is pressed" block enables controlling the car.

Uploaded by

sahana9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
2K views

Scratch Quiz For Kids

The document contains questions and answers about using Scratch to create a racing car game. It asks about the software used (Scratch), sprites and stages, the function of command blocks like "when green flag clicked" to start and "move 10 steps" to move the car forward, how increasing the number in "move" makes the car faster, and that the "forever" block runs the script inside it over and over. It concludes by identifying the "when key is pressed" block enables controlling the car.

Uploaded by

sahana9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Questions and Answers

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

You might also like