Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS First Game Design Review

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which stack will the sprite follow the mouse when clicked?

a)

Stack A

b)

Sack B

2.

What will happen when you touch the Goal?

a)

Go to the mouse pointer

b)

Stop the game

c)

Go to x -200 y -135

d)

Say 'You Win!!' for 5 seconds

3.

My sprite is not moving when I push the right arrow. What is wrong with my code?

a)

Change the turn block to a move block

b)

Change the space key in the event block to a right arrow key

c)

Take the not block out of the repeat until block

d)

Nothing needs to be changed

4.

When I press the up arrow key my sprite should move up, but nothing happens. What is wrong with the code?

a)

Click the green flag

b)

Check the key pressed block, it should say up arrow.

c)

Change the change y block to a move block

d)

Change the change y by 50 to change y by -50

5.

What happens when the sprite touches the bananas?

a)

Spins around

b)

Changes color

c)

Disappears

d)

Says You Won! for 2 seconds

6.

Which block is an event block?

a)
b)
c)
d)
7.

Which block will change how your sprite looks?

a)
b)
c)
d)
8.

Which category will have blocks that move your sprite?

a)

Looks

b)

Motion

c)

Events

d)

Control

9.

What category will you find blocks that allow your sprite to speak?

a)

Motion

b)

Looks

c)

Control

d)

Sensing

10.

What category will you find the block 'when this sprite is clicked?

a)

Motion

b)

Looks

c)

Control

d)

Events

11.

What will happen when this code is run?

a)

The sprite will turn once

b)

The sprite will turn 15 degrees

c)

The sprite will move forward

d)

The sprite will spin around until stopped

12.

What happens when the sprite touches the bananas?

a)

Nothing

b)

The sprite says Yum

c)

A sound plays

13.

What happens when the sprite touches the Butterfly?

a)

Nothing

b)

The sprite says Yum

c)

A sound plays

14.

Which block will move your sprite up and down?

a)
b)
15.

Which block will move your sprite left or right?

a)
b)
16.

In the code above, which block tells the sprite to bounce off the edge?

a)
b)
c)
d)
17.

Which block tells the sprite to do this forever?

a)
b)
c)
d)
18.

What is the event that will start the program?

a)
b)
c)
d)
19.

Which block would you use to add sound to your game?

a)
b)
c)
d)
20.

What block would you used to change the backdrop?

a)
b)
c)
d)