NEW
Font size
WorksheetsMicrobit Final Exam Review
Total questions: 31
Worksheet time: 16mins
Which Microbit part is shown here - (arrows pointing to it)?
25 Programmable LEDs - output in the form of lights - such as images or words
2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed
Input / Output Rings (pins) - used to connect to external devices
Power port & Ground Back port - used to supply power to external devices
Which Microbit part is shown here - (arrows pointing to it)?
25 Programmable LEDs - output in the form of lights - such as images or words
2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed
Input / Output Rings (pins) - used to connect to external devices
Power port & Ground Back port - used to supply power to external devices
Which Microbit part is shown here - (arrows pointing to it)?
25 Programmable LEDs - output in the form of lights - such as images or words
2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed
Input / Output Rings (pins) - used to connect to external devices
Power port & Ground Back port - used to supply power to external devices
Which Microbit part is shown here - (arrows pointing to it)?
25 Programmable LEDs - output in the form of lights - such as images or words
2 Programmable buttons - forms of input; programmed to perform actions when buttons are pressed
Input / Output Rings (pins) - used to connect to external devices
Power port & Ground Back port - used to supply power to external devices
Which of the parts on the back of the Microbit detects change in the Microbit's speed?
Micro USB Connector
Battery Connector
Compass
Accelerometer
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?
Micro USB Connector
Battery Connector
Compass
Accelerometer
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?
Micro USB Connector
Battery Connector
Compass
Accelerometer
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.
Micro USB Connector
Battery Connector
Compass
Accelerometer
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.
Processor
Bluetooth antenna
Compass
Accelerometer
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.
Processor
Bluetooth antenna
Compass
Accelerometer
When will this piece of code start?
When you shake the MicroBit
When you turn on the MicroBit
When you press the A button on the MicroBit
When you press the B button on the MicroBit
When will this code stop?
When the A button is pressed
It won't!
When B button is pressed
When you shake it
What is the name of the variable in this code?
score
button A
Level 2
Select an input?
Select an output?
When will this piece of code start?
When you shake the MicroBit
When you turn on the MicroBit
When you press the A and B buttons on the MicroBit
Which of the following is an input for the microbit?
Press button C
On shake
Drop it on the desk
Show a string
Which of the following is an output for the microbit?
Press button C
On shake
Drop it on the desk
Show a string
When will this piece of code start?
When you shake the MicroBit
When you press button A
When you press button B
When you press buttons A & B
What is an event handler?
Code that is associated with a certain event
Variables hold the value of information that may change
Words that you add to your program so you remember what a certain block of code does
A programming concept that tells the computer when to perform a certain task.
What are comments?
Code that is associated with a certain event
Variables hold the value of information that may change
Words that you add to your program so you remember what a certain block of code does
A programming concept that tells the computer when to perform a certain task.
What is the output in this program
on button A pressed
forever
show number
if ... then
When will this piece of code start?
When you shake the MicroBit
When you press button A
When you press button B
When you press buttons A & B
What is a variable?
Code that is associated with a certain event
Programming structure that holds the value of information that may change
Words that you add to your program so you remember what a certain block of code does
A programming concept that tells the computer when to perform a certain task.
When will this code stop?
When the A button is pressed
When timer is set to random number between 5 and 15
When timer > zero
When timer is <= zero
What is the conditional in this code?
on button A pressed
on button B pressed
forever
if ... then
What is a conditional?
Code that is associated with a certain event
Programming structure that holds the value of information that may change
Words that you add to your program so you remember what a certain block of code does
A programming concept that tells the computer when to perform a certain task.
What is the name of the variable in this code?
on shake
pick random 1 to 3
hand
There is no variable in this program.
What is the output in this program
on button A pressed
pick random true or false
show icon
show number
A programming structure in a computer program that repeats until a specific condition is reached.
Event handler
Conditional
Loop
Variable
Which programming structure below is used in this program?
Conditional
Loop
