wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

7 Aut 2 Progress Check

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

How fast will Boudicca travel when the down arrow is pressed?

a)

-5

b)

5

c)

10

d)

-10

2.

Why will Boudicca not spin to the left?

a)

The left key turns her right.

b)

She will turn left.

c)

There is no left key.

d)

She moves 10 forwards.

3.

How much health will Boudicca lose when getting hit by a solder?

a)

-5

b)

5

c)

100

d)

The code is broken

4.

What is wrong with this sub procedure for the two soldiers affecting Boudicca's Health?

a)

Soldier 1 is programmed twice

b)

There is nothing wrong

c)

The health goes up

d)

There is no loop to keep the code running

5.

This sub procedure is for the bouncing soldier. What happens when it hits the side of the stage / screen?

a)

It gets stuck. There is no if on edge bounce.

b)

It will bounce off the "wall"

c)

It will take health away form Boudicca

d)

It will spin in a random direction.

6.

This code is for the GAMEOVER sprite that appears at... the end of the game. What block is missing?

a)

show

b)

if on edge bounce

c)

repeat until

d)

move 10

7.

The GAMEOVER sprite correctly goes to the centre of the stage. Why did we do this?

a)

So it covers the entire stage

b)

Because 0,0 is the middle

c)

We need to show it

d)

It should be hidden

8.

Why did we wait for a second before running the rest of the script?

a)

Sometimes when the game starts health = 0 so the gameover pops up straight away

b)

To give the gamer a rest

c)

To let the computer have a rest

d)

It actually should be the SCORE variable

9.

If the soldiers took 3 health away and Boudicca started with 10, will this script pop the game over screen up?

a)

No. Her health doesn't ever actually = 0

b)

Yes, anything less than 0 is dead

c)

Yes, the health variable is used

d)

No. You have forgotten the repeat until loop