Worksheetsremed ease g7
Total questions: 20
Worksheet time: 10mins
What is the name of the board?
Microbit
BBC Micro:bit V2
Microsoft Microbit
Original Microbit
What direction should we change if we want to run LED vertically?
X
Y
What is the meaning of this code?
All the code in the sketch will pause at 100 second
Pause the current code for a duration of 100 millisecond.
Delay the time of the active code to 1 minute
It will pause every 1 second
What location is the origin coordinate on the micro:bit screen?
Upper left
Upper right
bottom left
bottom right
What will happen to the code?
It will always display a dot of an LED at (0,0) coordinate
Nothing happens
It will show number "0"
It will always show "plot" word
What is the coordinate of the LED?
(2,4)
(3,4)
(3,3)
(4,3)
What direction the LEDs are running?
Top-Bottom
Right-Left
Left-Right
Center
Which code block will be used to turn off the LED?
Toogle
Basic
Unplot
Pause
Which statement is correct about this 2 codeblock?
The "On start" code block runs its code only once.
The "Forever" code block runs the code twice.
The "On start" code block is used only for turning off the screen.
The "Forever" code block will only turn the LED ON.
What direction will the code run?
Horizontal
Vertical
What is the function of For Do Loops?
Run part of the program the number of times you say using an index variable.
to run the code according to the LED's light
to delay the code
to run the code once
What happen if we put this codeblocks?
The LED will always turn OFF
The LED will turn ON once
The LED only blinking once
The LED will run to the bottom
Is the code correct if we want the LED to look like this?
CORRECT
INCORRECT
What statement is correct about this image?
The emoji will appear if we incline the microbit to the right
The emoji will always appear
The emoji just blinking
The emoji appear in the center of the microbit
What is the meaning of this codeblock?
To run the code according to the microbit board's inclinement
To make the code running to the bottom
To lit the LED
To accelerate the code twice
The loop code block makes the code repeat over and over. This is helpful because it allows us to write less code to do the same thing multiple times.
TRUE
FALSE
The Pause code block is helpful for making the LED blink. If we only use the plot and unplot code blocks, the LED will turn off right away and won't blink.
TRUE
FALSE
How many LEDs are on the microbit board?
25
16
30
20
What does index mean in this image?
Index is used to hold the list of number value and run it sequencally
Index used to run the code once
Index used to make the LED blinking
Index used to show a number
Microbit is like other mini computer that is able to control any component that connected with it
TRUE
FALSE
