Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

micro:bit Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which block is used to display scrolling text on the micro:bit LEDs?

a)

Show number

b)

Show string

c)

Show icon

2.

The Forever block makes the name…

a)

Appear once only

b)

Keep scrolling again and again

c)

Disappear instantly

3.

Why does the heart look like it is beating?

a)

Two images (big and small heart) are shown with pauses

b)

The micro:bit vibrates

c)

A sound is played

4.

What block is needed to create the delay between frames in an animation?

a)

Pause

b)

Show string

c)

If … then

5.

Which is an example of an input in the micro:bit?

a)

Pressing button A

b)

Showing a smiley face

c)

Scrolling “Hello”

6.

Which block is used to show a smiley face on the LED grid?

a)

Show string

b)

Show icon

c)

Forever

7.

In the Emotion Badge, button A shows a happy face. What would be the output?

a)

The LEDs display a smiley

b)

The micro:bit shakes

c)

The program stops

8.

What is a variable in programming?

a)

A block that repeats code

b)

A storage for values, like steps counted

c)

A button on the micro:bit

9.

The Step Counter increases the step count when…

a)

The micro:bit detects a shake

b)

Button A is pressed

c)

The USB cable is connected

10.

Which block adds 1 to the variable “steps”?

a)

steps = steps + 1

b)

Show steps

c)

Forever

11.

In the Night Light project, the light should turn on when…

a)

The light level is low

b)

The micro:bit is shaken

c)

Button B is pressed

12.

Which block is used to make a decision in MakeCode?

a)

Forever

b)

If … then

c)

Show string

13.

What does the light sensor measure?

a)

Sound

b)

Brightness

c)

Temperature

14.

Which block chooses randomly between Rock, Paper, and Scissors?

a)

Pick random

b)

Forever

c)

Show number

15.

If the random number = 1, the micro:bit shows Rock. This is an example of…

a)

Variable

b)

Selection (If … then)

c)

Loop

16.

Why does the game feel “fair”?

a)

Because the micro:bit uses random choice

b)

Because player A always wins

c)

Because it repeats the same number

17.

Which of these is an output device on the micro:bit?

a)

LED display

b)

Button A

c)

Light sensor

18.

What is the Forever block used for?

a)

Run instructions only once

b)

Run instructions repeatedly without stopping

c)

Stop the program

19.

Which of the following is true?

a)

The micro:bit can sense shaking (accelerometer)

b)

The micro:bit can print paper documents

c)

The micro:bit can boil water

20.

If you want the program to run when the micro:bit starts, which block do you use?

a)

On start

b)

Forever

c)

On button pressed