Worksheets7 Aut 2 Progress Check
Total questions: 9
Worksheet time: 5mins
How fast will Boudicca travel when the down arrow is pressed?
-5
5
10
-10
Why will Boudicca not spin to the left?
The left key turns her right.
She will turn left.
There is no left key.
She moves 10 forwards.
How much health will Boudicca lose when getting hit by a solder?
-5
5
100
The code is broken
What is wrong with this sub procedure for the two soldiers affecting Boudicca's Health?
Soldier 1 is programmed twice
There is nothing wrong
The health goes up
There is no loop to keep the code running
This sub procedure is for the bouncing soldier. What happens when it hits the side of the stage / screen?
It gets stuck. There is no if on edge bounce.
It will bounce off the "wall"
It will take health away form Boudicca
It will spin in a random direction.
This code is for the GAMEOVER sprite that appears at... the end of the game. What block is missing?
show
if on edge bounce
repeat until
move 10
The GAMEOVER sprite correctly goes to the centre of the stage. Why did we do this?
So it covers the entire stage
Because 0,0 is the middle
We need to show it
It should be hidden
Why did we wait for a second before running the rest of the script?
Sometimes when the game starts health = 0 so the gameover pops up straight away
To give the gamer a rest
To let the computer have a rest
It actually should be the SCORE variable
If the soldiers took 3 health away and Boudicca started with 10, will this script pop the game over screen up?
No. Her health doesn't ever actually = 0
Yes, anything less than 0 is dead
Yes, the health variable is used
No. You have forgotten the repeat until loop
