wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Quiz

Total questions: 17

Worksheet time: 11mins

Name
Class
Date
1.

What do we call the characters in Scratch?

a)

Characters

b)

People

c)

A Sprite

d)

A Pepsi

2.

What do we call the area where you can see your program running?

a)

The Stage

b)

The Platform

c)

The Box

d)

The Script

3.

What would the code shown here do?

a)

The sprite will bounce all over the place

b)

When the green flag is clicked the sprite will move to the right until it goes off the screen

c)

When the Green flag is clicked the sprite will move to the right, bounce off the wall and move to the left

d)

When you click on the sprite it will move to the edge until it bounces off the edge

4.

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

5.

What does this block of code do?

a)

Changes the background

b)

Broadcasts the message "change background"

c)

Broadcasts the message "broadcast"

d)

Changes the background to the broadcasted background

6.

What does this block of code do?

a)

Receives a broadcasted message

b)

Makes the program run when the flag is clicked

c)

Repeats the blocks of code inside of it a few times

d)

Repeats the blocks of code inside of it continuously

7.

What would this block of code do?

a)

The sprite would appear when you click on the flag

b)

Nothing will happen

c)

The sprite will appear for two seconds and then disappear again when you click the green flag

d)

The sprite will disappear when you click the green flag

8.

You can upload your own images as Sprites into Scratch

a)

True

b)

False

9.

You cannot upload your own images as backgrounds in Scratch

a)

True

b)

False

10.

Each Sprite has its own code

a)

True

b)

False

11.

Why would putting a block of code like this at the beginning of your program be useful?

a)

Because it will be cool

b)

Because you need this code for the program to run

c)

Because its helpful for making sure your Sprite always starts in the same place

d)

Because it will show the Sprite moving across the screen

12.

If you needed a block of code to move, rotate, or set the position of your sprite you should look under which section?

a)

Events

b)

Looks

c)

Motion

d)

Control

13.

If you needed some code that would change the background, make a sprite say something, or change the costume for a sprite, you would look under which section?

a)

Events

b)

Looks

c)

Motion

d)

Control

14.

If you needed a code that would make a sprite wait, make an action repeat a few times, or make an action repeat forever you would look under which section?

a)

Events

b)

Looks

c)

Motion

d)

Control

15.

If you needed a code that would make your program start when you clicked on the flag, when you clicked on a sprite or when a certain message was received you would look under which section?

a)

Events

b)

Looks

c)

Motion

d)

Control

16.

What does this block of code do?

a)

Clicks the flag

b)

Starts any code attached below it when the flag is clicked

c)

Ends the code attached below it when the flag is clicked

d)

Starts all code in your program wherever it is when the flag is clicked

17.

What would you see happen when you click the green flag for this series of code?

a)

Nothing

b)

The sprite would hop around the screen quickly a bunch before ending at the same place

c)

The sprite would just be moving all over the place until you click stop

d)

The sprite would slowly move around the screen