Font size
WorksheetsMicron Chip Camp - Day 2 Quiz
Total questions: 11
Worksheet time: 4mins
How many buttons are there on a Micro:bit board?
1
2
3
0
What is the purpose of the micro bit code editor?
To create virtual reality environments
To write pseudocode
To control external LEDs
To develop and test programs for the micro bit
What is the function of the 'on start' block?
runs the program once, in a loop
run the program once, at the start
runs the program as a loop
runs the program once, at the end
What is/are example(s) of output(s) in Micro:bit?
User Buttons
Speaker
LEDs in the LED matrix
Microphone
The ultrasonic sensor acts as an (a) device and sends data to the microcontroller.
Why does a single ultrasonic sensor have 2 "eyes" on it?
So the ultrasonic waves can hit more objects
So the bot can see differences in color
One eye sends a signal and one receives it
In case one eye stops working the other eye is a backup
What is the unit of measure used for the ultrasonic sensor?
inches
millimetre
centimetre
metre
An ultrasonic sensor is a device that can measures the ________ to an object by sending out _________ waves.
density / echo
path / seismic
elevation / sonic
distance / sound
The "If" Statement is an example of a _________________
Correctional Statement
Competitive Statement
Conditional Statement
Inquisitive Statement
How many "else" statements can you pair with a single "if" statement
1
<10
<20
As many as is needed.
How many choices are possible when using a single if / else statement?
2
3
4
5
