NEW
Font size
WorksheetsYear 8 Microbit quiz
Total questions: 20
Worksheet time: 22mins
What's happening here?
The program will count to 10 and show an output
The program will count to 9 and show an output
The program will count to 11 and show an output
The program will not run
What line is the loop in?
Line 1
Line 2
Line 3
Line 4
Which row is the selection command in?
Row 2
Row 3
Row 5
Row 6
The 'while true' block acts as a?
Repeat a number of times block
Forever block while True/False
For block
3 different inputs in Microbit are?
While, for and on start
Forever, show and show string
Greater than, equal to, less than
On button A/B and shake
What happens here?
If number is smaller a cross is shown
If number is smaller a heart is shown
If number 1 is bigger a cross is shown
What line is the operator on?
Line 1
Line 2
Line 3
Line 4
How many times will a random number appear followed by a letter B?
Once
Twice
Three times
Four times
How many lines hold the variable?
1
2
3
4
What happens when button A is pressed?
It returns 1
It returns 2
It returns 3
It returns 4
What happens when button B is pressed?
It returns banana then shows number 3
It returns carrot and shows number 2
It returns apple and shows number 1
What is 'list' in this program?
A process
A variable
An input
An output
What would the output be?
r
q
There would be an error
What would be the output?
q
r
There would be a data error
What happens here?
the random number is higher than 4 the output is 2
If the random number is higher than 4 the output is 4
the random number is higher than 4 the output is 6
What happens here?
pins go off and a cross flashes 5 times, pin comes on
pins come on and a cross flashes 2 times, pin goes off
pins go off and a cross flashes 2 times, pin comes on
What happens when button A is pressed?
Pin goes off and the cross clears
Pin is on and the cross is active until button B is pressed
Pin is on and the cross is active is on for 10 seconds
What happens here?
Pins come on and tone is played 10 times
Pins go off and tone is played 10 times
Pins come on and tone is played 11 times
What will be the value of the 'number' when printed?
96
28
32
104
What would the value of 'total' when printed?
87
27
37
25
