Worksheetsmicro:bit Quiz
Total questions: 20
Worksheet time: 10mins
Which block is used to display scrolling text on the micro:bit LEDs?
Show number
Show string
Show icon
The Forever block makes the name…
Appear once only
Keep scrolling again and again
Disappear instantly
Why does the heart look like it is beating?
Two images (big and small heart) are shown with pauses
The micro:bit vibrates
A sound is played
What block is needed to create the delay between frames in an animation?
Pause
Show string
If … then
Which is an example of an input in the micro:bit?
Pressing button A
Showing a smiley face
Scrolling “Hello”
Which block is used to show a smiley face on the LED grid?
Show string
Show icon
Forever
In the Emotion Badge, button A shows a happy face. What would be the output?
The LEDs display a smiley
The micro:bit shakes
The program stops
What is a variable in programming?
A block that repeats code
A storage for values, like steps counted
A button on the micro:bit
The Step Counter increases the step count when…
The micro:bit detects a shake
Button A is pressed
The USB cable is connected
Which block adds 1 to the variable “steps”?
steps = steps + 1
Show steps
Forever
In the Night Light project, the light should turn on when…
The light level is low
The micro:bit is shaken
Button B is pressed
Which block is used to make a decision in MakeCode?
Forever
If … then
Show string
What does the light sensor measure?
Sound
Brightness
Temperature
Which block chooses randomly between Rock, Paper, and Scissors?
Pick random
Forever
Show number
If the random number = 1, the micro:bit shows Rock. This is an example of…
Variable
Selection (If … then)
Loop
Why does the game feel “fair”?
Because the micro:bit uses random choice
Because player A always wins
Because it repeats the same number
Which of these is an output device on the micro:bit?
LED display
Button A
Light sensor
What is the Forever block used for?
Run instructions only once
Run instructions repeatedly without stopping
Stop the program
Which of the following is true?
The micro:bit can sense shaking (accelerometer)
The micro:bit can print paper documents
The micro:bit can boil water
If you want the program to run when the micro:bit starts, which block do you use?
On start
Forever
On button pressed
