Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Exploring Scratch Programming

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

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

a)

move steps

b)

rotate degrees

c)

jump times

d)

slide units

2.

How do you create a new sprite in Scratch?

a)

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

b)

Drag and drop a sprite from the stage.

c)

Right-click on the stage and select 'New Sprite' from the context menu.

d)

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

3.

What is the purpose of the 'backdrop' in a Scratch project?

a)

The backdrop controls the sound effects in a Scratch project.

b)

The backdrop is where the code blocks are displayed in a Scratch project.

c)

The backdrop provides the background for the stage in a Scratch project.

d)

The backdrop is used to create sprites in a Scratch project.

4.

Which block would you use to play a sound in Scratch?

a)

set volume to [number]

b)

play sound [sound name]

c)

stop sound

d)

repeat sound [sound name]

5.

What command would you use to change a sprite's costume?

a)

update costume to [costume name]

b)

switch costume to [costume name]

c)

change costume to [costume name]

d)

set costume to [costume name]

6.

How can you delete a sprite in Scratch?

a)

Drag the sprite off the stage to remove it.

b)

Right-click the sprite and select 'delete' or click the trash can icon.

c)

Press the 'Delete' key on your keyboard.

d)

Select the sprite and press 'Ctrl + Z' to undo.

7.

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

a)

It plays a sound when the green flag is clicked.

b)

It stops a script when the green flag is clicked.

c)

It changes the background color when clicked.

d)

It initiates a script when the green flag is clicked.

8.

How do you add a new backdrop to your Scratch project?

a)

Click the 'Choose a Backdrop' button and select or upload a backdrop.

b)

Drag and drop a backdrop from the library

c)

Right-click on the stage and select 'Add Backdrop'

d)

Select 'Edit' and then 'Add Background' from the menu

9.

What type of block is used to control the timing of actions in Scratch?

a)

Motion blocks

b)

Sound blocks

c)

Control blocks

d)

Data blocks

10.

How can you record your own sound in Scratch?

a)

Click on the 'Events' tab and select 'Play Sound' to record your own sound.

b)

Select 'File' and then 'Upload Sound' to record your own sound.

c)

Click on the 'Sounds' tab, then 'Choose a Sound', and select 'Record' to record your own sound.

d)

Go to the 'Costumes' tab and use the 'Draw' tool to create a sound.

11.

What is the 'say' block used for in Scratch?

a)

The 'say' block is used to display text on the screen.

b)

The 'say' block is used to change the sprite's color.

c)

The 'say' block is used to control the sprite's movement.

d)

The 'say' block is used to play sounds.

12.

How do you change the size of a sprite in Scratch?

a)

You can change the size of a sprite using the 'Size' slider or the 'set size to' block.

b)

The size of a sprite can only be changed in the settings menu.

c)

You must use the 'move' block to adjust the sprite's size.

d)

You can change the sprite color using the 'color' block.

13.

What command allows a sprite to glide to a specific position?

a)

jump to x: [x position] y: [y position]

b)

slide to x: [x position] y: [y position]

c)

move to x: [x position] y: [y position]

d)

glide to x: [x position] y: [y position]

14.

How can you add music to your Scratch project?

a)

Select the 'events' tab and click 'start music' button.

b)

Use the 'costumes' tab to add music.

c)

Click on the 'Sounds' tab, choose or upload a sound, and use the 'play sound' block.

d)

Drag and drop a music file into the stage area.

15.

What is the purpose of the 'repeat' block in Scratch?

a)

To create a single instruction.

b)

To store variables for later use.

c)

To display messages on the screen.

d)

To execute a set of instructions multiple times.

16.

How do you switch between different backdrops in Scratch?

a)

Drag and drop a backdrop from the library into the stage.

b)

Select a backdrop from the 'Sounds' category.

c)

Use the 'switch backdrop to' or 'next backdrop' blocks in the 'Looks' category.

d)

Use the 'change backdrop' button in the toolbar.

17.

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

a)

play sound

b)

stop all sounds

c)

pause all sounds

d)

mute audio

18.

How can you make a sprite appear or disappear in Scratch?

a)

Use 'display' to make a sprite appear and 'remove' to make it disappear.

b)

Use 'show' to make a sprite appear and 'hide' to make it disappear.

c)

Use 'activate' to make a sprite appear and 'deactivate' to make it disappear.

d)

Use 'reveal' to make a sprite appear and 'conceal' to make it disappear.

19.

What is the 'forever' block used for in Scratch?

a)

The 'forever' block is used to create a single action in Scratch.

b)

The 'forever' block is used to pause actions temporarily in Scratch.

c)

The 'forever' block is used to stop all actions in Scratch.

d)

The 'forever' block is used to repeat actions continuously in Scratch.

20.

How do you import a sound from the Scratch library?

a)

Right-click on the stage and select 'Add Sound' from the menu.

b)

Click on the 'Costumes' tab to select a sound.

c)

Click on the 'Sounds' tab, then 'Choose a Sound' to select from the library.

d)

Drag and drop a sound file from your desktop.