wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Micro:bit Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does the LED matrix on a Micro:bit do?

a)

Detects sound

b)

Displays lights, images, and messages

c)

Stores data

d)

Charges the battery

2.

What are the A and B buttons on the Micro:bit used for?

a)

Playing music

b)

Resetting the device

c)

Sending input to the Micro:bit

d)

Turning the LED matrix on and off

3.

Which sensor in the Micro:bit detects motion, tilt, and shaking?

a)

LED matrix

b)

Compass

c)

Accelerometer

d)

USB port

4.

What is the main purpose of the Micro:bit’s compass?

a)

To measure temperature

b)

To detect the Earth's magnetic field and find direction

c)

To detect sound

d)

To store data

5.

Which of these is NOT a way to power the Micro:bit?

a)

USB cable

b)

Battery pack

c)

Bluetooth

d)

Using a coin cell battery

6.

Which of these can you use to program a Micro:bit?

a)

Microsoft Word

b)

MakeCode

c)

Excel

d)

PowerPoint

7.

What is Bluetooth used for on a Micro:bit?

a)

Sending and receiving wireless signals

b)

Charging the Micro:bit

c)

Storing programs

d)

Measuring temperature

8.

What is the role of the USB port on the Micro:bit?

a)

To charge the device

b)

To connect sensors

c)

To transfer code from a computer to the Micro:bit

d)

To control the LED brightness

9.

What is selection in programming?

a)

Choosing a song to play

b)

Making a decision using an IF statement

c)

A type of error

d)

Picking a random number

10.

Which of these is an example of iteration?

a)

Using an IF statement

b)

A loop that repeats 10 times

c)

Pressing a button

d)

Showing an image on the LED display

11.

What is a variable in programming?

a)

A number that never changes

b)

A storage location that holds a value

c)

A type of robot

d)

A Micro:bit sensor

12.

Which of these is an example of selection in coding?

a)

A loop that repeats 5 times

b)

An IF statement checking if a button is pressed

c)

A sound playing

d)

A variable storing a number

13.

What does a loop do in a program?

a)

Stops the program

b)

Repeats a set of instructions

c)

Stores a value

d)

Displays an image

14.

What does an IF statement do?

a)

Repeats code forever

b)

Checks a condition and runs a block of code if it’s true

c)

Displays an image

d)

Creates a new variable

15.

Which of these is an example of a Micro:bit output?

a)

Pressing a button

b)

A message appearing on the LED display

c)

Shaking the Micro:bit

d)

Writing a program