WorksheetsMicro:bit Quiz
Total questions: 10
Worksheet time: 5mins
What is a micro:bit?
A type of software
A small physical computing device
A programming language
A type of robot
Which of the following is an input for the micro:bit?
LED display
Button A
Sound output
Temperature reading
What does the micro:bit use to detect motion?
Compass
Accelerometer
Temperature sensor
Light sensor
Which block is used to display text on the micro:bit?
showString()
print()
displayText()
outputText()
Which of the following is an output from the micro:bit?
Button press
LED display
Temperature sensor
Accelerometer
Which block would you use to create a loop in micro:bit programming?
forever
repeat until
while
loop
What happens when you press button B on the micro:bit?
It turns off the LEDs
It can trigger a programmed action
It resets the device
It starts a new program
How do you connect the micro:bit to a computer?
Via Bluetooth
Using a USB cable
Through Wi-Fi
By infrared
Which programming environment is commonly used for micro:bit?
Scratch
MakeCode
Python
Java
Which of the following outputs can the micro:bit generate?
Sound
Light
Vibration
All of the above
