Font size
WorksheetsMicrobit Quiz
Total questions: 10
Worksheet time: 10mins
What is microbit?
Microbit is a type of insect.
Microbit is a brand of microwave oven.
Microbit is a term used in microbiology to describe a small organism.
Microbit is a pocket-sized programmable computer
How many LEDs are there on a microbit?
25
100
50
10
What is the purpose of the A and B buttons on a microbit?
The A and B buttons are used as input buttons.
The A and B buttons are used to play music.
The A and B buttons are used to change the screen brightness.
The A and B buttons are used to control the volume.
What is the purpose of the display on a microbit?
The display on a microbit is used to show text and images.
The display on a microbit is used to measure temperature.
The display on a microbit is used to play games.
The display on a microbit is used to control the brightness of LEDs.
Match the following
Conditional Loop
Putting a value into a variable
Fixed Loop
Storing data for later use
Assignment
Repeating code until condition is met
Variables
Repeating code a set number of times
Conditional Statement
Executing code based on a condition
The (a) function assigns a random (b) to a (c) . You can pick the (d) of numbers which the program can (e) from.
Which of the following are data types used with MicroBits?
String
Number
LED
Block
A Number variable is any (a) (b)
A String variable is any combination of (a) , (b) and (c) .
Match the following
>=
>
Greater than
=
Greater than or equal to
Equal to
