wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Basic Microbit

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.
What is the name of the editor you have used to code your Microbit?
a)
Scratch
b)
Block editor
c)
Python
d)
Excel
2.
What is the position of the top left LED?
a)
(1,1)
b)
(0,1)
c)
(0,0)
d)
(1,0)
3.
What would this code do?
a)
Nothing at all as the Microbit can't tell the temperature
b)
Tell the temperature when the Microbit was shaken
c)
Nothing at all as the code has a bug in it
d)
Tell the temperature when button A was pressed
4.
What does the accelerometer do?
a)
Detects light
b)
Detects temperature
c)
Detects a change in speed
d)
Detects magnetism
5.
What is the part within the red boxes called?
a)
Input buttons
b)
Ground
c)
CPU
d)
Micro-usb connector
6.
How do we get our code on to the Micro:bit?
a)
Download the code and drop it in the Micro:bit file. 
b)
Download then compile.
c)
Save it.
d)
Run the code.
7.
What is an input on the Micro:bit?
a)
Reset button.
b)
USB cable. 
c)
A and B buttons.
d)
Lights on the front. 
8.
What is a variable?
a)
A type of code.
b)
Another name for the Micro:bit. 
c)
A block of code. 
d)
Somewhere we can save something in our code. 
9.
What does selection do?
a)
Lets you make choices in your code. Like choosing to press A for Yes or B for No. 
b)
Lets you choose what you want for dinner. 
c)
Lets you save something. 
d)
Pretends to be a variable. 
10.
What is an algorithm?
a)
A choice between A and B buttons. 
b)
A sequence of instructions. 
c)
When you press the reset button. 
d)
When you plug your Micro:bit in.