wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Microbit Final Exam Review

Total questions: 31

Worksheet time: 16mins

Name
Class
Date
1.

Which Microbit part is shown here - (arrows pointing to it)?

a)

25 Programmable LEDs - output in the form of lights - such as images or words

b)

2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed

c)

Input / Output Rings (pins) - used to connect to external devices

d)

Power port & Ground Back port - used to supply power to external devices

2.

Which Microbit part is shown here - (arrows pointing to it)?

a)

25 Programmable LEDs - output in the form of lights - such as images or words

b)

2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed

c)

Input / Output Rings (pins) - used to connect to external devices

d)

Power port & Ground Back port - used to supply power to external devices

3.

Which Microbit part is shown here - (arrows pointing to it)?

a)

25 Programmable LEDs - output in the form of lights - such as images or words

b)

2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed

c)

Input / Output Rings (pins) - used to connect to external devices

d)

Power port & Ground Back port - used to supply power to external devices

4.

Which Microbit part is shown here - (arrows pointing to it)?

a)

25 Programmable LEDs - output in the form of lights - such as images or words

b)

2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed

c)

Input / Output Rings (pins) - used to connect to external devices

d)

Power port & Ground Back port - used to supply power to external devices

5.

Which of the parts on the back of the Microbit detects change in the Microbit's speed?

a)

Micro USB Connector

b)

Battery Connector

c)

Compass

d)

Accelerometer

6.

Which of the parts on the back of the Microbit detects magnetic fields of the Earth so that it knows the direction it is moving in?

a)

Micro USB Connector

b)

Battery Connector

c)

Compass

d)

Accelerometer

7.

Which of the parts on the back of the Microbit allows you to connect to a battery pack - used to provide power when not connected to the computer?

a)

Micro USB Connector

b)

Battery Connector

c)

Compass

d)

Accelerometer

8.

Which of the parts on the back of the Microbit allows you to connect your Microbit to your computer so you can download programs onto the Microbit.

a)

Micro USB Connector

b)

Battery Connector

c)

Compass

d)

Accelerometer

9.

Which of the parts on the back of the Microbit is sometimes called the ‘brains’ of your BBC micro:bit. It’s an essential part of your micro:bit as it runs the programs you write.

a)

Processor

b)

Bluetooth antenna

c)

Compass

d)

Accelerometer

10.

Which of the parts on the back of the Microbit allows the Micro:bit to communicate wirelessly via Bluetooth to other devices with BLE (Bluetooth Low Energy) or between other Micro:bits.

a)

Processor

b)

Bluetooth antenna

c)

Compass

d)

Accelerometer

11.

When will this piece of code start?

a)

When you shake the MicroBit

b)

When you turn on the MicroBit

c)

When you press the A button on the MicroBit

d)

When you press the B button on the MicroBit

12.

When will this code stop?

a)

When the A button is pressed

b)

It won't!

c)

When B button is pressed

d)

When you shake it

13.

What is the name of the variable in this code?

a)

score

b)

button A

c)

Level 2

14.

Select an input?

a)
b)
c)
d)
15.

Select an output?

a)
b)
c)
d)
16.

When will this piece of code start?

a)

When you shake the MicroBit

b)

When you turn on the MicroBit

c)

When you press the A and B buttons on the MicroBit

17.

Which of the following is an input for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

18.

Which of the following is an output for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

19.

When will this piece of code start?

a)

When you shake the MicroBit

b)

When you press button A

c)

When you press button B

d)

When you press buttons A & B

20.

What is an event handler?

a)

Code that is associated with a certain event

b)

Variables hold the value of information that may change

c)

Words that you add to your program so you remember what a certain block of code does

d)

A programming concept that tells the computer when to perform a certain task.

21.

What are comments?

a)

Code that is associated with a certain event

b)

Variables hold the value of information that may change

c)

Words that you add to your program so you remember what a certain block of code does

d)

A programming concept that tells the computer when to perform a certain task.

22.

What is the output in this program

a)

on button A pressed

b)

forever

c)

show number

d)

if ... then

23.

When will this piece of code start?

a)

When you shake the MicroBit

b)

When you press button A

c)

When you press button B

d)

When you press buttons A & B

24.

What is a variable?

a)

Code that is associated with a certain event

b)

Programming structure that holds the value of information that may change

c)

Words that you add to your program so you remember what a certain block of code does

d)

A programming concept that tells the computer when to perform a certain task.

25.

When will this code stop?

a)

When the A button is pressed

b)

When timer is set to random number between 5 and 15

c)

When timer > zero

d)

When timer is <= zero

26.

What is the conditional in this code?

a)

on button A pressed

b)

on button B pressed

c)

forever

d)

if ... then

27.

What is a conditional?

a)

Code that is associated with a certain event

b)

Programming structure that holds the value of information that may change

c)

Words that you add to your program so you remember what a certain block of code does

d)

A programming concept that tells the computer when to perform a certain task.

28.

What is the name of the variable in this code?

a)

on shake

b)

pick random 1 to 3

c)

hand

d)

There is no variable in this program.

29.

What is the output in this program

a)

on button A pressed

b)

pick random true or false

c)

show icon

d)

show number

30.

A programming structure in a computer program that repeats until a specific condition is reached.

a)

Event handler

b)

Conditional

c)

Loop

d)

Variable

31.

Which programming structure below is used in this program?

a)

Conditional

b)

Loop