wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Stage 5E Explorers-Scratch Quiz

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What is the backdrop of a project called?

a)

Sprite

b)

Script

c)

Scratch

d)

Stage

2.

The area where the sprite performs actions according to the code.

a)

Stage

b)

Sprites

c)

Blocks

d)

Scripts

3.

What does 🛑 ( red button ) mean in Scratch?

a)

Start

b)

STOP

c)

Nothing

d)

I don't know

4.

A character which performs different actions in the projects is..........

a)

Object

b)

Cat

c)

Image

d)

Sprite

5.

Scratch is a free programming language where you can create your own interactive stories, games, and animations

a)

True

b)

False

6.

What is this icon used for in scratch?

a)

Choose a Costume

b)

Choose a Sprite

c)

Choose a backdrop

7.

What does this green flag mean in scratch?

a)

Nothing

b)

Start

c)

STOP

d)

I don't know

8.

All code in Scratch needs an ______ to start it off

a)

VARIABLE

b)

MOVEMENT

c)

EVENT

d)

REPEAT

9.

Look at the Image... Which of these REPEAT blocks would be best for repeating the code so that we could play exactly 5 games of Rock, Paper, Scissors?


* ## means a number

a)

FOREVER

b)

REPEAT ##

c)

REPEAT UNTIL

10.

What is a loop?

a)

Starting the program

b)

Allows something to be repeated

c)

Ending the program

d)

Run the program

11.

In Scratch, a "sprite" can be resized:

a)

True

b)

False

12.

A costume is...

a)

a code block

b)

a motion

c)

a sound

d)

a different way a sprite looks

13.

What is the co-ordinate of the center of the screen?

a)

(x:0,y:180)

b)

(x:0,y:0)

c)

(x:240,y:180)

d)

(x:240,y:0)

14.

These blocks are different examples of what?

a)

motion

b)

events

c)

controls

d)

sound

15.

To add a new sprite to your code, you click on:

a)
b)
c)
16.
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
17.

What would the code shown here do?

a)

When the flag is clicked the sprite will appear for two seconds and then disappear

b)

When the flag is clicked the sprite will hide

c)

When the flag is clicked the sprite will appear and wait

d)

The sprite will not show up when the flag is clicked

18.

Match the following

Motion

Sound

Events

Control

Sensing

19.

To change a costume to a specific costume, we use:

a)
b)
c)
d)
20.

TO DRAW IN SCRATCH WE USE:

a)
b)
c)
d)