NEW
Font size
WorksheetsMicrobit Fun Activities 1
Total questions: 25
Worksheet time: 13mins
What does the Microbit's LED matrix display when light is detected?
A smiley face or a lit-up icon.
A random pattern of lights.
A flashing warning sign.
A frown face or a dark icon.
How does the Microbit respond when Button A is pressed?
The Microbit plays a sound when Button A is pressed.
The Microbit lights up a random LED when Button A is pressed.
The Microbit responds by executing the programmed action associated with Button A.
The Microbit shuts down when Button A is pressed.
What happens when you cover the Microbit's light sensor?
The light sensor detects reduced light levels.
The light sensor becomes more sensitive.
The light sensor starts emitting light.
The Microbit stops functioning entirely.
What is the range of numbers displayed when shaking the Microbit?
10 to 20
0 to 9
-5 to 5
1 to 5
How can you adjust the light level setting on the Microbit?
Use the 'set light level' block in the MakeCode editor to adjust the light level.
Use the 'light sensor' block to measure the light level.
Adjust the light level using the 'set brightness' block.
Change the light level by turning the Microbit upside down.
What image appears on the Microbit when the light level is high?
sun
moon
star
cloud
What does pressing Button B on the Microbit show?
It shows the time on the Microbit.
It shows a specific output or performs an action defined in the program.
It changes the color of the LED display.
It resets the Microbit to factory settings.
How can you keep track of the numbers rolled by the Microbit?
Use a string to concatenate all rolled numbers instead of an array.
Display the rolled numbers on the Microbit screen without storing them.
Use a variable to store only the last rolled number.
Use an array to store rolled numbers and append each new roll to it.
What programming structure is used to show the sun image?
Database management structure
Command line interface (CLI) structure
Text-based interface (TBI) structure
Graphical user interface (GUI) structure
What type of sensor is the Microbit's LED matrix?
Output device (LED matrix)
Processing unit (CPU)
Storage device (flash memory)
Input device (microphone)
What activity allows you to simulate rolling a dice?
Using a random number generator to produce numbers between 1 and 6.
Drawing a card from a standard deck of cards.
Using a coin flip to determine the outcome.
Rolling a physical die on a table.
How does the Microbit indicate a sad face?
By flashing a red light on the device.
By playing a sad tune through its speaker.
By vibrating to indicate sadness.
By displaying a frown pattern on its LED grid.
What is the purpose of the shake-to-roll dice activity?
To teach players how to play board games.
To create a visual representation of dice faces.
To practice mathematical calculations with dice.
To simulate rolling dice and generate random numbers.
Can the light level setting be adjusted for different environments?
No, it is fixed for all environments
It can only be adjusted manually
Only in specific models
Yes
What visual feedback does the Microbit provide for button presses?
The Microbit shows a message on the screen for button presses.
The Microbit plays a sound for button presses.
The Microbit vibrates to indicate button presses.
The Microbit displays light patterns on its LED matrix for button presses.
What is the maximum light level that can be set on the Microbit?
255
100
50
200
How does the Microbit indicate a high light level?
By displaying a sun icon on the LED matrix.
By playing a sound.
By vibrating.
By showing a message on the screen.
What happens when the Microbit is shaken?
It displays a random number.
It turns off.
It plays a melody.
It changes the light level.
What programming block is used to display an image on the Microbit?
Use the 'show image' block in the MakeCode editor.
Use the 'display text' block to show images.
Use the 'set brightness' block to display images.
Use the 'draw pixel' block to create images.
How can you measure the temperature using the Microbit?
By using the 'temperature sensor' block in the MakeCode editor.
By connecting an external thermometer.
By using the 'light sensor' block.
By pressing Button A.
What happens when the Microbit is tilted?
It displays a random number.
It plays a sound.
It changes the light level.
It detects the tilt and can trigger an action.
What action does the Microbit perform when it detects a button press?
It vibrates to indicate the button press.
It displays a message on the LED matrix.
It plays a sound.
It executes a predefined action in the program.
How can you program the Microbit to display a heart icon?
By using the 'show image' block with a heart pattern.
By using the 'display text' block.
By connecting an external display.
By pressing Button B.
What happens when the Microbit is rotated?
It plays a sound.
It detects the rotation and can trigger an action.
It displays a random number.
It changes the light level.
How can you program the Microbit to play a melody?
By using the 'play melody' block in the MakeCode editor.
By connecting an external speaker.
By pressing Button A.
By using the 'show image' block.
