wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Micro:bit Quiz

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

What is BBC Micro:bit?

a)

A smartphone

b)

A mini-computer for learning coding and electronics

c)

A gaming console

d)

A calculator

2.

How many buttons are available on the front of Micro:bit?

a)

1

b)

2

c)

3

d)

4

3.

What shape is the LED matrix display on Micro:bit?

a)

3x3

b)

4x4

c)

5x5

d)

6x6

4.

Which programming platforms are used for coding Micro:bit?

a)

MakeCode

b)

Python

c)

Java

d)

Both a and b

5.

Which of the following is NOT a feature of the Micro:bit?

a)

LED Display

b)

GPS

c)

Accelerometer

d)

Bluetooth

6.

Which language is NOT commonly used with Micro:bit?

a)

JavaScript

b)

Python

c)

Assembly

d)

Block-based coding

7.

What is the purpose of the edge connector on Micro:bit?

a)

For Bluetooth pairing

b)

For external connections

c)

For charging

d)

None

8.

Which Micro:bit version includes a built-in speaker and microphone?

a)

Version 1

b)

Version 2

c)

Version 3

d)

Both 1 and 2

9.

Which power source can power a Micro:bit?

a)

USB cable

b)

Battery pack

c)

Solar panel

d)

All of the above

10.

The Micro:bit runs code stored in:

a)

Cloud

b)

RAM

c)

Flash memory

d)

CD-ROM

11.

Which sensor detects movement in Micro:bit?

a)

Light sensor

b)

Accelerometer

c)

Microphone

d)

Compass

12.

What does the compass in Micro:bit detect?

a)

Light

b)

Temperature

c)

Magnetic direction

d)

Speed

13.

What happens when button A is pressed in a program?

a)

A random function executes

b)

A sound plays

c)

Only the A event triggers

d)

Code crashes

14.

What does the temperature sensor on Micro:bit measure?

a)

Surrounding air

b)

Body temperature

c)

Internal chip temperature

d)

Humidity

15.

The Micro:bit accelerometer can detect:

a)

X, Y, and Z movement

b)

Humidity

c)

Distance

d)

Sound

16.

Which of the following is a valid input for Micro:bit?

a)

Button press

b)

Shake

c)

Tilt

d)

All of the above

17.

The microphone in Micro:bit V2 is used to:

a)

Take pictures

b)

Detect sound levels

c)

Connect to the internet

d)

Transmit data

18.

Which logic block turns on an LED in MakeCode?

a)

show icon

b)

turn led on

c)

light up

d)

start

19.

How do you make Micro:bit show a heart icon continuously?

a)

show icon

b)

show heart

c)

forever -> show icon

d)

while true -> show heart

20.

How can you repeat actions in MakeCode?

a)

repeat block

b)

for block

c)

forever block

d)

All of the above

21.

Which block is used to detect Button A being pressed?

a)

on A pressed

b)

on button A pressed

c)

if button A

d)

detect A

22.

Which Micro:bit output can be used to play sounds?

a)

LED

b)

Pins

c)

Speaker

d)

Both b and c

23.

To send radio messages between two Micro:bits, which feature is used?

a)

Infrared

b)

Wi-Fi

c)

Radio module

d)

Compass

24.

What does “AI” stand for?

a)

Automatic Intelligence

b)

Advanced Information

c)

Artificial Intelligence

d)

Automated Internet

25.

Which tool can be used to train a simple AI model for use with Micro:bit?

a)

Google Maps

b)

Teachable Machine

c)

Google Search

d)

Paint

26.

To use AI with Micro:bit, which additional device is often connected?

a)

Servo

b)

Camera

c)

Edge computing board or AI-enabled board

d)

Speaker

27.

A basic AI project with Micro:bit might involve:

a)

Facial recognition

b)

Gesture recognition using accelerometer

c)

Image classification

d)

Quantum computing

28.

Which of the following can be used to classify sounds with Micro:bit V2?

a)

Light sensor

b)

Microphone

c)

Button

d)

LED

29.

Gesture-based AI using Micro:bit relies on which sensor?

a)

Microphone

b)

Accelerometer

c)

Compass

d)

Light sensor

30.

What is a real-world example of AI with Micro:bit?

a)

Voice-based pet feeder

b)

Self-learning smart fan

c)

Emotion detector from gestures

d)

All of the above