Font size
WorksheetsComputing Graduate Award
Total questions: 25
Worksheet time: 33mins
What is a command?
A type of computer game
An instruction to tell a computer what to do
A rule the computer must always follow
A type of input device
What will happen when the green flag is clicked?
The Sprite will move 10 steps.
The Sprite will say 'Hello'.
The Sprite will move 20 steps.
The Sprite will move continuously.
Why might someone 'detach audio' in a video editing programme?
To record the video again
To move or replace the sound without changing the video clip
To delete all clips
To change the screen brightness
Which word goes in the white box to complete this code so that the Sprite only turns 15 degrees right if it is touching both colours?
(a)
What does this do in a Lego WeDo kit?
It senses which way something is tilted or moved.
It detects how close something is to it.
It detects how loud a sound is.
It has batteries and connects to the iPad or computer.
Why might you use a loop when coding?
To make a computing repeat an action many times
To tell a computer to do something
To make the code look neater
To make a code run faster
What will happen if the Sprite scores 15 points?
It will say "Well done!"
It will say "Better luck next time!"
It won't do anything.
It will say "Well done!" and "Better luck next time!"
What is a function in coding?
A set of commands that run together to group tasks automatically.
A loop that repeats instructions a certain number of times.
An instruction that checks if something is true or false.
A type of operator.
Why won't this function work?
Which button will make a graph of your data in Numbers?
Why might someone need to edit a podcast recording?
To make it better
To make it into a podcast
To make it play backwards
To remove mistakes or long pauses
What will an Ozobot do when it is given this code?
The Ozobot will keep moving unless both sensors read more than 10.
The Ozobot will stop the motors if either the left or right front sensor reads less than 10.
The Ozobot will stop the motors if both the left and right front sensors read less than 10.
The Ozobot will stop the motors whenever it starts moving.
How could you change the code so that the Ozobot stops when either the left or right front sensor reads less than 10 (instead of both)?
Replace “and” with “or”
Replace “less than” (<) with “greater than” (>)
Add another “if” block
Remove one of the sensors
What does adding a clip as 'Picture in Picture' do?
Halloumi wants to film a video that makes it look like she's swimming underwater. What effect should she use in order to do this?
Why has Halloumi's video editing not worked to make it look like she's underwater?
She hasn't added the right effect.
The video quality isn't good enough.
She hasn't videoed herself against a plain green or blue background.
The background is the wrong type of picture.
What does this formula do in Numbers?
Add up all the numbers on the sheet.
Find the sum of the numbers.
Add up the numbers in the cells B2 and G2.
Add up all the numbers in the cells from B2 to G2.
What will Milo the robot do when given this code in Lego WeDo?
What happens when you use an input like Button A on a micro:bit?
The micro:bit receives a signal and can run a specific block of code when the button is pressed
The micro:bit changes colour
The micro:bit turns off
The micro:bit plays a random sound automatically
Name one thing a micro:bit can sense.
What does a variable do in coding?
It stores a value that can be updated while the program runs.
It makes the program run faster.
It checks whether something is true or false.
It stops all the code from running.
Which of these is an example of a variable?
repeat 10
move forward
score = 15
say "Hello"
What will this code a micro:bit to do?
What will this code do in Scratch?
Move a Sprite to the left if the iPad is tilted left.
Turn a Sprite to the left when a button is pressed.
Turn a Sprite to the left when a Lego WeDo tilt sensor is tilted left.
Move to the left.
What does this formula do in Numbers?
