wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch 5 - 2026

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What kind of game is Penguin Ski School?

a)

Collection game

b)

Avoid the obstacles game

c)

2 player race game

d)

Destroy the targets game

2.

What kind of game is Race Track?

a)

Collection game

b)

Avoid the obstacles game

c)

2 player race game

d)

Destroy the targets game

3.

Where will these blocks place the sprite?

a)

somewhere at the bottom of the screen.

b)

anywhere on the screen because it is random.

c)

Somewhere at the top of the screen.

d)

In the middle of the screen.

4.

Where will these blocks place the sprite?

a)

somewhere at the bottom of the screen.

b)

anywhere on the screen because it is random.

c)

Somewhere at the top of the screen.

d)

Somewhere on the right edge of the screen

5.

How was this block used in Race Track?

a)

To check and see if the front bumper of the car was not touching the track anymore.

b)

To check to see if the driver of the car was touching the grass.

c)

To make the car spin around until it goes off the road

d)

To check to see if the two cars had a head on collision.

6.

What block could be added to the code to make the cat look like it is walking instead of running?

a)

change the number in the move ___ steps block to a lower number

b)

change the number in the move ____ steps block to a higher number

c)

Add a wait block before or after the next costume block and have it wait a really short time...like .3 seconds

d)

Add a wait block before or after the next costume block and have it wait something like 10 seconds.

7.

when you are drawing your own sprite, you should...

a)

draw it as close to the size you want it to be on screen as you can.

b)

Draw it as large as you can so that you can make details and then shrink it to the size you need.

8.

When you duplicate a sprite....

a)

It copies the costumes, but you need to make each sprite's code individually.

b)

It copies the costumes and the code for the sprite.

c)

It copies the code, but you need to make new costumes for the sprite.

9.

If you duplicate a sprite and then change the code for that sprite, the code in the copy sprite gets changed automatically.

a)

true

b)

false

c)

it depends on if you designed the sprite yourself or not.

10.

Andrew wants his cat to look like he is walking across the screen, but it just glides instead of walking. What will fix it?

a)

put a wait block after the next costume block

b)

put a wait block after the move block

c)

move the next costume block inside the repeat loop.

d)

use a walk block