NEW
Font size
WorksheetsMicroBit Quiz 1
Total questions: 14
Worksheet time: 14mins
How many programs can the MicroBit hold?
none
one
two
more than two
How many programmable buttons does the MicroBit have, including the touch logo ?
one
two
three
four
True or False: the MicroBit is a computer.
True
False
Which is the file type for MicroBit files?
.jpg
.bit
.hex
Based on the code shown, what will happen when the MicroBit starts?
It will show a heart, then an X on the LEDs
It will show a heart and and X, but only when the A button is pressed
Nothing will happen because the code has no way to start.
Which code block would make scrolling text like this?
What should we call the area of the Microbit surrounded by the red rectangle in this image?
I/O Connectors
USB
Reset
LED Grid
What should we call these parts of the MicroBit?
Reset Buttons
Compass
Buttons A and B
Battery Connector
True or False - NEVER yank on the USB or Battery connection cords when they are plugged into the MicroBit.
True
False
To make a melody play faster, you should increase the
Tempo
Volume
Number of Loops
All of the above
Which of the following is an INPUT for the MicroBit?
The Keyboard
The A Button
The Speaker
The LED display
Which of the following is an OUTPUT on the MicroBit?
The LEDs
Button B
The accelerometer
The reset button
Which of these best describe what PROCESSING is on a computer?
Listening for events and conditions
Taking events, combining them with stored information, and creating an output
Storing information on a computer
Displaying something to help the user know what happened.
Which of these is what we call and "IF this THEN that" reaction?
Input
Output
Conditional
Variable
