wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Exploring Scratch Programming

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What command is used to make a sprite move in Scratch?

a)

slide units

b)

rotate degrees

c)

move steps

d)

jump heights

2.

How do you create a new sprite in Scratch?

a)

Right-click on the stage and select 'Add Sprite'.

b)

Click the 'Choose a Sprite' button and select or create a sprite.

c)

Use the 'Edit' menu to create a new sprite.

d)

Drag and drop a sprite from the stage.

3.

What is the purpose of backdrops in a Scratch project?

a)

The purpose of backdrops in a Scratch project is to provide visual context and enhance storytelling.

b)

To create interactive buttons for navigation.

c)

To provide sound effects for the project.

d)

To store user data and preferences.

4.

Which block would you use to repeat an action in Scratch?

a)

if block

b)

wait block

c)

repeat block

d)

forever block

5.

How can you change the appearance of a sprite in Scratch?

a)

Sprites can only be changed by adding sound effects.

b)

The appearance of a sprite can be altered by changing the background color.

c)

You can change the sprite's size by adjusting the stage dimensions.

d)

You can change the appearance of a sprite by selecting different costumes or using costume change blocks.

6.

What command allows you to play a sound in Scratch?

a)

play sound [sound name]

b)

play music [sound name]

c)

start sound [sound name]

d)

play audio [sound name]

7.

How do you switch between different backdrops in Scratch?

a)

Drag and drop a backdrop from the library.

b)

Use the 'change backdrop' button in the toolbar.

c)

Use the 'switch backdrop to' block in the 'Looks' category.

d)

Select a backdrop from the stage context menu.

8.

What is the function of the 'if' block in Scratch?

a)

The 'if' block always executes regardless of conditions.

b)

The 'if' block is used to create loops in Scratch.

c)

The 'if' block executes code based on a condition being true.

d)

The 'if' block defines variables in Scratch.

9.

How can you make a sprite say something in Scratch?

a)

Use the 'say' block from the 'Looks' category.

b)

Use the 'play sound' block from the 'Sound' category.

c)

Use the 'change color' block from the 'Looks' category.

d)

Use the 'move' block from the 'Motion' category.

10.

What block would you use to stop all scripts in Scratch?

a)

end all

b)

stop all

c)

pause all

d)

reset all