wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 5 Scratch Programming Quiz

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

What is Scratch used for?

a)

Making websites

b)

Programming and animations

c)

Writing books

d)

Sending emails

2.

What are the blocks in Scratch?

a)

Toys

b)

Commands you snap together

c)

Pictures

d)

Games

3.

What is a sprite in Scratch?

a)

A soft drink

b)

A block

c)

A character or object

d)

A stage

4.

What does the 'green flag' do in Scratch?

a)

Stops the program

b)

Starts the program

c)

Deletes the sprite

d)

Changes the stage

5.

Where do the blocks in Scratch come from?

a)

From websites

b)

From the block palette

c)

From the green flag

d)

From the file menu

6.

What is the 'stage' in Scratch?

a)

A type of block

b)

The area where sprites move

c)

A list of sprites

d)

A programming language

7.

Which block repeats actions?

a)

Repeat block

b)

Move block

c)

Forever block

d)

Both A and C

8.

How do you make a sprite move?

a)

Use the pen tool

b)

Use the move block

c)

Change the stage

d)

Drag the sprite

9.

What color are motion blocks?

a)

Blue

b)

Green

c)

Purple

d)

Red

10.

What is a costume in Scratch?

a)

An outfit

b)

A stage background

c)

Different looks for a sprite

d)

A sound

11.

What do looks blocks do?

a)

Control motion

b)

Change how a sprite appears

c)

Make music

d)

Create new sprites

12.

What happens when you click the stop sign in Scratch?

a)

It deletes the sprite

b)

It saves your project

c)

It stops all scripts

d)

It changes the background

13.

How do you add sound to a sprite?

a)

Use the motion tab

b)

Use the sound blocks

c)

Use the looks tab

d)

Use the green flag

14.

What block makes the sprite say something?

a)

Say block

b)

Move block

c)

Sound block

d)

Motion block

15.

What is the purpose of a wait block?

a)

To stop everything

b)

To delay an action

c)

To play a sound

d)

To save the project

16.

What does 'broadcast' do in Scratch?

a)

Records your screen

b)

Sends a message to other sprites

c)

Makes a sprite disappear

d)

Adds a new sprite

17.

Which block would you use to make a sprite turn?

a)

Move

b)

Go to

c)

Turn

d)

Say

18.

Which block category is orange?

a)

Motion

b)

Events

c)

Control

d)

Variables

19.

What is a variable in Scratch?

a)

A place to store information

b)

A costume

c)

A sound file

d)

A loop

20.

What does the 'forever' block do?

a)

Stops the program

b)

Runs code once

c)

Runs code until the stop button is clicked

d)

Creates a new sprite

21.

Which category has the green color?

a)

Motion

b)

Sound

c)

Looks

d)

Operators

22.

What does the 'when sprite clicked' block do?

a)

Deletes the sprite

b)

Starts actions when the sprite is clicked

c)

Plays a sound automatically

d)

Saves the sprite

23.

What is a backdrop in Scratch?

a)

A sprite

b)

A sound effect

c)

The background image of the stage

d)

A block

24.

Which block can check if two things are equal?

a)

= (equals) block

b)

Say block

c)

Move block

d)

Broadcast block

25.

How can you make a sprite hide?

a)

Use the say block

b)

Use the show block

c)

Use the hide block

d)

Use the green flag

26.

Which block is used to play a sound?

a)

Move 10 steps

b)

Play sound [meow]

c)

When clicked

d)

Change color effect

27.

What do control blocks do?

a)

Move sprites

b)

Play music

c)

Handle timing and loops

d)

Draw shapes

28.

What does the 'repeat until' block do?

a)

Repeats actions a set number of times

b)

Repeats forever

c)

Repeats actions until a condition is true

d)

Stops the sprite

29.

What happens when you press the space key if a script starts with 'when space key pressed'?

a)

The project stops

b)

The project saves

c)

The script runs

d)

Nothing happens

30.

What do events blocks do?

a)

Start scripts when something happens

b)

Store information

c)

Play sound effects

d)

Move sprites