wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Microbit Quiz

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

What is microbit?

a)

Microbit is a type of insect.

b)

Microbit is a brand of microwave oven.

c)

Microbit is a term used in microbiology to describe a small organism.

d)

Microbit is a pocket-sized programmable computer

2.

How many LEDs are there on a microbit?

a)

25

b)

100

c)

50

d)

10

3.

What is the purpose of the A and B buttons on a microbit?

a)

The A and B buttons are used as input buttons.

b)

The A and B buttons are used to play music.

c)

The A and B buttons are used to change the screen brightness.

d)

The A and B buttons are used to control the volume.

4.

What is the purpose of the display on a microbit?

a)

The display on a microbit is used to show text and images.

b)

The display on a microbit is used to measure temperature.

c)

The display on a microbit is used to play games.

d)

The display on a microbit is used to control the brightness of LEDs.

5.

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

6.

The ​ (a)   function assigns a random ​ (b)   to a ​ (c)   . You can pick the ​ (d)   of numbers which the program can ​ (e)   from. 

Choose from the below words
random
number
variable
range
pick
7.

Which of the following are data types used with MicroBits?

a)

String

b)

Number

c)

LED

d)

Block

8.
  • A Number variable is any ​ (a)   ​ (b)   ​​ ​

Choose from the below words
number
whole
9.

A String variable is any combination of ​ (a)   , ​ (b)   and ​ (c)   .

Choose from the below words
text
numbers
characters
10.

Match the following

<=
Not equal to

>=

Less than or equal to

>

Greater than

=

Greater than or equal to

Equal to