Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch 8

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In the game Super Snake, why was the snake's tongue drawn a bit apart from the rest of the head?

a)

So it wasn't touching red right at the start.

b)

So it looks like it is moving.

c)

That's what snakes look like.

d)

To make the snake look like it was moving faster.

2.

In the game Super Snake, what coding was done to make the snake seem to get longer as the game went one?

a)

The wait time to delete the tail clone increased as the score increased

b)

The wait time to delete the tail clone decreased as the score increased

c)

The pieces of the tail got bigger as the score increased

3.

What type of action best describes the game Cactus Jumper?

a)

Side scrolling

b)

falling

c)

free movement around the screen

d)

spinning

4.

In the game Cactus Jumper, how does the Cat move?

a)

Up by player input and then down by coding blocks

b)

Up and down by player input

c)

Left and right by player input

d)

Free motion around the screen by player input

5.

What does the cloud do in the game Cactus Jumper?

a)

Move across the screen from left to right

b)

Move across the screen from right to left

c)

Stay in one place in the sky

d)

make a shadow on the sand

6.

What is the purpose of the cloud in the game Cactus Jumper?

a)

Decoration only

b)

Adds to the illusion of sideways motion

c)

Shade

d)

An obstacle that the player sprite needs to avoid

7.

In the game Cactus Jumper, what makes the spacing of the cactuses less predictable?

a)

A random wait time before creating more clones

b)

A wait time that depends on the score

c)

A wait time that the player chooses

8.

In the game Cactus Jumper, how do the cacti vary?

a)

Sometimes there is 1, or 2 or 3

b)

They are different sizes

c)

They are different colors

d)

They move at different speeds

9.

In the game Super Snake, how did you prevent the head and body costume from getting mixed up?

a)

Used the block Switch Costume To ______, instead of Next Costume.

b)

Used the next costume block and Scratch knew which to use.

c)

After Scratch uses the first costume, it switches to the second one and stays there.

10.

What new coding concept was introduced for the game Super Snake?

a)

cloning

b)

duplicating

c)

drawing your own sprite

d)

making things invisible