wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Quiz

Total questions: 28

Worksheet time: 18mins

Name
Class
Date
1.

The blocks don't need to be joined, as long as they are on the script area, they will run.

a)

True

b)

False

2.

What color blocks allow the code to start running?

a)

Green

b)

Red

c)

Blue

d)

Yellow

3.

What color blocks allow movement/motion in Scratch?

a)

Blue

b)

Yellow

c)

Red

d)

Green

4.

What is the definition of an Algorithm?

a)

A question to be answered

b)

A set of instructions to perform a process.

c)

A list of instructions

d)

The answer to a question

5.
What do you call the characters in Scratch? 
a)
Sprite
b)
Script
c)
Scratch
d)
Sprite Scripts 
6.
Where do you find the images of backdrops to insert in Scratch? 
a)
Costumes
b)
Backdrop
c)
Gallery
d)
Script
7.

What happens when we click this?

a)

Nothing happens

b)

The scene stops

c)

We can change the sprite

d)

The scene starts

8.

To add more sprite (character) which button should you click?

a)
b)
c)
9.

Which icon should you click to change Scratch backdrop

a)
b)
c)
10.

What happen to sprite if you use this block?

a)

Sprite will jump

b)

Sprite will move 10 steps

c)

Sprite will change colour

d)

Sprite will say hello

11.

what are the two axis in scratch

a)

x and y

b)

n and t

c)

j and w

d)

k and somethig

12.

What happens to a sprite's script if this sprite was deleted?

a)

The script will be saved if you decided to use this sprite later

b)

You can't delete a sprite before deleting the script written in it.

c)

The script will be deleted with the sprite

13.

Which sprite has the most available costume options?

a)
b)
c)
d)
14.

You can keep score in Scratch by creating a...

a)

Sprite

b)

Variable

c)

Loop

d)

Function

15.

To change the appearance of a sprite we can give it a different...

a)

Costume

b)

Look

c)

Style

d)

Stage

16.

Repeating a statement more than once is called a...

a)

Repetition

b)

Loop

c)

Sequence

d)

Event

17.

Which of these would move the sprite down on the stage?

a)

Change x by 10

b)

Change x by -10

c)

Change y by 10

d)

Change y by -10

18.

Finding and fixing problems in code...

a)

Fixing

b)

Debugging

c)

Correcting

d)

Deissuing

19.

A block that programs a sprite to hide or show; also used to change a sprite's costume is called what?

a)

Looks

b)

Event

c)

Motion

d)

Control

20.

A block used to trigger an action only if another action happens first; cause and effect..

a)

If then block

b)

Animation

c)

Sensing block

d)

Event

21.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
22.
You can paint a new costume for a sprite in Scratch?
a)
True
b)
False
23.

Which of the following will allow the movements to occur continuously to various positions?

a)
b)
c)
d)
24.

What does this block do?

a)

It writes notes for you

b)

It plays a musical note

c)

It beats the drum

25.
What would this code do?
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
26.
What will happen when the green flag is clicked?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
27.

What does this code block do?

a)

Go Up

b)

Go Down

c)

Go Left

d)

Go Right

28.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing