
Microbit recap test
Quiz by ΘΩΜΑΣ ΜΠΑΚΑΛΑΚΟΣ
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What exactly is Microbit?
It is a small portable board, which can be programmed by a compute.
It is a little cell phone.
It is a computer game!
It is an electronic maze.
60s - Q2
Why we should use Microbit as students?
Because most electronic devices, (alarm clock, digital tv, alarm systems), use a microcontroller to operate.
Because it is the best electronic device that has ever been made.
Because in that way we customize, control, and "bring to life" digital ideas and games.
Because microbit is a robot with artificial intelligence.
60s - Q3
Which are the labels of Large Pins in microbit? (General Pins Input Output)
The two large pins (labeled 3V and GND)
Only the 2nd terminal (labeled 2) and 3rd terminal (labeled 3V)
The terminal labeled 0 and the other large pin labeled GND
The first three terminals, labeled 0, 1 and 2.
60s - Q4
The power terminal labeled 3V can be used as an output or input? (with a voltage of 3V)
As an output: If the micro:bit is powered by USB or battery, then you can use the 3V pin,you can use the 3V pin as a power output to power peripherals. to power peripherals.
As ground: to complete a circuit
As input: If the micro:bit is powered by USB or battery,
As an output: If the micro:bit is NOT powered by USB or battery, then you can use the 3V pin, to power peripherals.
120s - Q5
Which two terminals, must never be connect together?
The pins labeled 3V and GND are related to the board's power supply and should NEVER be connected together.
The Large PINs should not never be connected with Power Terminals.
You must not connect together terminals 0 and 3V
The pins labeled 0 and 1 are the Large Pins, often called "general purpose input and output"and should never connect together.
120s - Q6
Sequential structure Part 1: What appears on led screen if button A is pressed?
Only a little dot appears at the middle of the screen
Only a square appears at the corners of the screen
A little square appears and dissappears after 500ms
A square appears, then a smaller square.. and finally a dot.
120s - Q7
Sequential structure Part 2: What appears on led screen if button B is pressed?
Only a rhombus appears on screen
A little smile appears on screen
A rhombus appears, then a smile and finally a sad face.
A rhombus appears, then a smile appears after 3 seconds and finally a sad face,
120s - Q8
When microbit plays C,D,E tone?
When button A is pressed and light level is >100
When button A is pressed and light level <100
When button A is pressed and light level=100
When button B is pressed
120s - Q9
Look at the following code , regarding Pin 1
Microbit reproduces 2 musical notes, if pin1 is pressed for 2 seconds.
Microbit reproduces 2 musical notes, if pin1 is pressed, forever.
Microbit reproduces 4 musical notes, if pin1 is pressed.
Microbit reproduces 2 musical notes , if pin2 is pressed,
120s - Q10
Microbit gets as an input, sound levels from the environment and...
when variable "sound level" is equal to the maximum level of sound ,then show on microbit led screen , the average of sound level values
when variable "sound level" is greater to the present level of sound (named as "max sound" or "μέγιστος ήχος") ,then show on led screen the maximum value of sound.
when variable "sound level" is equal to the maximum level of sound ,then microbit reproduces a melody
when variable "sound level" is equal to the minimum level of sound ,then show on led screen this value
120s