wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Quiz 5

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

About how long will this Script take to run?

a)

less than one second

b)

2 seconds

c)

5 seconds

d)

It will actually keep running forever

2.

What does this block do?

a)

It allows sprites to "talk" to each other

b)

It plays music on the radio

c)

It writes a message in a bottle

d)

It lets a sprite say "message1"

3.

What is the variable in this code?

a)

Direction

b)

Score

c)

x 180 y 120

d)

Costume2

4.

What does this block do?

a)

Repeat the code forever

b)

Repeat the code 2 times

c)

Repeat the code until touching the sprite

5.

What happens when the green flag is clicked once?

a)

Sprite moves once, a distance of 10 steps

b)

Sprite moves around forever and bounces off edges

c)

Sprite moves 10 times

d)

None of the above

6.

We cannot upload our own sprites on scratch. True or False?

a)

True

b)

False

7.

What does this block do?

a)

Stops the sprite from rotating upside down when it changes direction

b)

Makes the sprite go upside down

c)

slows the sprite down

d)

spins the sprite around forever

8.

What would this code make the sprite do?

a)

spin around clockwise

b)

spin around counter clockwise

c)

turn 15 degrees to the right

d)

nothing

9.

What block category will you use to have the sprite say something in a speech bubble?

a)

Looks

b)

Sounds

c)

Events

d)

Control

10.

Choose the correct solution:

I would like for my Sprite to earn points when it touches the apple!

a)
b)
c)
d)
11.

Which of these most likely happens when I click the Green Flag a few times.

a)

The sprite goes to 10 different places

b)

The sprite spins around.

c)

The sprite does nothing.

d)

The sprite keeps moving forever.

12.

Here is my code. I click the Green flag but nothing happens. Why?

a)

The sprite is already at that position

b)

The script runs so fast you don't see it.

c)

The motion blocks cancel each other out

d)

The script does not have an event block

13.

What would the cat sprite look like after this code runs?

a)

It will look pixelated and a different color

b)

It will be invisible

c)

You can't tell from looking at this code

d)

It will look normal

14.

What is an object in scratch which performs functions which are controlled by scripts?

a)

Scratch

b)

Sprite

c)

Stage

d)

Script

15.

What is the backdrop of a project called?

a)

Sprite

b)

Script

c)

Scratch

d)

Stage

16.

A collection or stack of blocks that all interlock with one another is called ?

a)

Sprite

b)

Scratch

c)

Script

d)

Stage

17.

What is the function for the command wait __ secs ?

a)

Wait for the specified seconds

b)

Jump

c)

Walk

d)

Wait for specified seconds and then move

18.

What Is the function for the command forever?

a)

Runs the block only ones

b)

Runs the blocks inside it over and over

c)

Runs the script

d)

None of the above

19.

The repeat until blocks can be found in which of the following palette?

a)

Control

b)

Looks

c)

Variables

d)

Pen

20.

What is the coordinate for the centre of the screen?

a)

x:0, y :10

b)

x: 0 , y:-180

c)

x: 0, y :0

d)

x:-160, y:0