NEW
Font size
WorksheetsMicro:bit Quiz
Total questions: 30
Worksheet time: 15mins
What is BBC Micro:bit?
A smartphone
A mini-computer for learning coding and electronics
A gaming console
A calculator
How many buttons are available on the front of Micro:bit?
1
2
3
4
What shape is the LED matrix display on Micro:bit?
3x3
4x4
5x5
6x6
Which programming platforms are used for coding Micro:bit?
MakeCode
Python
Java
Both a and b
Which of the following is NOT a feature of the Micro:bit?
LED Display
GPS
Accelerometer
Bluetooth
Which language is NOT commonly used with Micro:bit?
JavaScript
Python
Assembly
Block-based coding
What is the purpose of the edge connector on Micro:bit?
For Bluetooth pairing
For external connections
For charging
None
Which Micro:bit version includes a built-in speaker and microphone?
Version 1
Version 2
Version 3
Both 1 and 2
Which power source can power a Micro:bit?
USB cable
Battery pack
Solar panel
All of the above
The Micro:bit runs code stored in:
Cloud
RAM
Flash memory
CD-ROM
Which sensor detects movement in Micro:bit?
Light sensor
Accelerometer
Microphone
Compass
What does the compass in Micro:bit detect?
Light
Temperature
Magnetic direction
Speed
What happens when button A is pressed in a program?
A random function executes
A sound plays
Only the A event triggers
Code crashes
What does the temperature sensor on Micro:bit measure?
Surrounding air
Body temperature
Internal chip temperature
Humidity
The Micro:bit accelerometer can detect:
X, Y, and Z movement
Humidity
Distance
Sound
Which of the following is a valid input for Micro:bit?
Button press
Shake
Tilt
All of the above
The microphone in Micro:bit V2 is used to:
Take pictures
Detect sound levels
Connect to the internet
Transmit data
Which logic block turns on an LED in MakeCode?
show icon
turn led on
light up
start
How do you make Micro:bit show a heart icon continuously?
show icon
show heart
forever -> show icon
while true -> show heart
How can you repeat actions in MakeCode?
repeat block
for block
forever block
All of the above
Which block is used to detect Button A being pressed?
on A pressed
on button A pressed
if button A
detect A
Which Micro:bit output can be used to play sounds?
LED
Pins
Speaker
Both b and c
To send radio messages between two Micro:bits, which feature is used?
Infrared
Wi-Fi
Radio module
Compass
What does “AI” stand for?
Automatic Intelligence
Advanced Information
Artificial Intelligence
Automated Internet
Which tool can be used to train a simple AI model for use with Micro:bit?
Google Maps
Teachable Machine
Google Search
Paint
To use AI with Micro:bit, which additional device is often connected?
Servo
Camera
Edge computing board or AI-enabled board
Speaker
A basic AI project with Micro:bit might involve:
Facial recognition
Gesture recognition using accelerometer
Image classification
Quantum computing
Which of the following can be used to classify sounds with Micro:bit V2?
Light sensor
Microphone
Button
LED
Gesture-based AI using Micro:bit relies on which sensor?
Microphone
Accelerometer
Compass
Light sensor
What is a real-world example of AI with Micro:bit?
Voice-based pet feeder
Self-learning smart fan
Emotion detector from gestures
All of the above
