wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SCRATCH WORKSHOP

Total questions: 7

Worksheet time: 14mins

Name
Class
Date
1.

What is the name of the software that you use to create the game?

a)

Sprite

b)

Scratch

c)

Stage

2.

What is the Chick in your game?

a)

Stage

b)

Script

c)

Sprite

3.

What is the function of the 'when green flag clicked' command block?

a)

Runs the script

b)

If condition is true, runs the blocks inside

c)

Points sprite in the specified direction

4.

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

5.

What happens to the chick if the number increases in the 'Move _ steps' command block?

a)

Chick moves quicker

b)

Chick stop

c)

Chick move backward

6.

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

7.

Which command block enables you to control the sprite?

a)

Point in direction

b)

Wait_secs

c)

When_key is pressed