WorksheetsMicro:bit Code Review
Total questions: 11
Worksheet time: 6mins
This block is a type of...
variable
input
output
This block is a type of...
output
variable
input
This block is a type of...
variable
input
output
Shaking the microbit is an example of an...
input
output
variable
Showing your name on the LED screen is an example of an...
input
output
variable
Playing a sound from the microbit is an example of an...
input
output
variable
This block is a ______________ block.
input
variable
conditional
Which is an example of a conditional?
Looping a sound
Set the score to 10
If the microbit is shaken, then display the word "Hi."
What will happen on the micro:bit when this code is run?
When button A is pressed it will display a sun
When the light level is more than 100 it will display a sun
When the light level is exactly 100 it will not show a sun
What is the name of the variable in this code?
randomNumber
show string
pick random
What will happen on the micro:bit when this code is run?
When the light level is below 30, an angry face will appear. Otherwise, the screen will be blank.
When the light level is above 30, the screen will be blank. Otherwise, an angry face will appear.
When the light level is above 30, an agry face will appear. Otherwise, the screen will be blank.
When button A is pressed, an angry face will appear.
