wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Programming Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is Scratch used for?

a)

Drawing pictures

b)

Making games and animations

c)

Typing stories

d)

Watching videos

2.

What is a sprite in Scratch?

a)

A background

b)

A sound

c)

A character or object that can move or do actions

d)

A code block

3.

What do we call a set of step-by-step instructions that tells a computer what to do?

a)

Story

b)

Algorithm

c)

Animation

d)

Command

4.

Which block makes a sprite start moving when the green flag is clicked?

a)

“move 10 steps”

b)

“when green flag clicked”

c)

“say Hello!”

d)

“go to x: 0 y: 0”

5.

Why should we divide a big task into smaller parts when programming?

a)

It looks better

b)

It makes the program easier to follow and fix

c)

It makes the sprite bigger

d)

It makes the program longer

6.

What does the block “go to x: 0 y: 0” do?

a)

Makes the sprite jump

b)

Changes the background

c)

Resets the sprite to its starting position

d)

Plays a sound

7.

What happens when two “when green flag clicked” scripts are used in one project?

a)

Only one will run

b)

Both will run at the same time

c)

The program will stop

d)

The sprite disappears

8.

What colour are motion blocks in Scratch?

a)

Green

b)

Blue

c)

Yellow

d)

Red

9.

Which of these is an example of initialisation?

a)

“say Hello!”

b)

“go to x: 0 y: 0”

c)

“move 10 steps”

d)

“play sound meow”

10.

What does the repeat block do?

a)

Runs the same actions many times

b)

Stops the program

c)

Changes the sprite

d)

Deletes code