wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Quiz 2 - 2026

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In the game Bat in a Flap, what blocks were used to make the oranges appear and disappear?

a)

Show and Hide blocks

b)

appear and disappear blocks

c)

You don't have to use blocks, scratch already knows what you want

d)

Stay and go blocks

2.

If you want to have many of the same sprite with the same code, what is the easiest way?

a)

Get one sprite ready with the code and all, then right click on it and choose duplicate.

b)

You have to make each one separately to get the codes right.

c)

Duplicate your sprite and then add the code to each one

d)

Use the copy block

3.

What kind of game is Bat in a Flap?

a)

A racing game

b)

A collecting game

c)

a combat game

4.

What does this block do?

a)

Stops the sprite from rotating when it changes direction

b)

Makes the sprite go upside down

c)

slows the sprite down

d)

spins the sprite around forever

5.

What does a loop (like the forever block) do in programming?

a)

spins the sprite around

b)

changes the costume

c)

tells the sprite to repeat a set of commands

d)

moves left and right

6.

How do you make this block?

a)

Use the wait until block from the control blocks and then find the touching block from the sensing blocks.

b)

Use the wait until box from the control blocks and type the words "touching bat" in the space.

c)

Use the wait until box from the control blocks and click on the bat and it will fill in for you.

7.

What will happen when the flag is clicked?

a)

The sprite will move in whatever direction it is currently pointing until it reaches the edge.

b)

The sprite will move randomly around the screen

c)

The sprite will move forever so it will go way off the screen to some other screens down the hall.

8.

What do you do to change backdrops?

a)
b)
c)

You can't change the backdrop...you just have to use the one you started with.

9.

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

10.

If you want to make a sprite disappear like it has been eaten or destroyed, what do you do?

a)

Use the hide block

b)

Use the disappear block

c)

Use the make invisible block

d)

have the sprite move off the edge of the screen