NEW
Font size
WorksheetsReview 3 - Micro:bit and Makecode
Total questions: 25
Worksheet time: 13mins
Which face design will you see if the code is run?
Sleepy
Happy
What color is the Conditional statement block?
Dark Blue
Light Blue
Purple
Red
These blocks are known as
inputs
event handlers
variables
These blocks are known as
inputs
event handlers
variables
In this program, the block "score" is a/an
input
event handler
variable
This program uses ____ variables.
1
2
3
These blocks are found in the _______ drawer.
input
variables
output
You can find these blocks in the ___ drawer
math
logic
basic
These blocks are found in the ____ drawer.
logic
variables
math
What block would make this program display the score?
What is the name of the variable in this code?
score
button A
Level 2
What will happen when you press the A button?
score will go up by 1
score will go down by 1
Nothing will happen
What will happen when you press the B button?
score will go up by 1
score will go down by 1
Nothing will happen
What score would you need to reach Level 2?
1
5
5 or above
What is the name of the variable in this code?
randomNumber
show string
pick random
What will be displayed if the random number is a 1?
Truth
Dare
Next Person
What will be displayed if the random number is a 0?
Truth
Dare
Next Person
What are variables used for in programming?
Storing data for later use
Displaying something on the screen
Which block will repeat your code?
On Start
Forever
On Button A
On Shake
Which blocks will only happen when the user performs an action?
On Start and Forever
On Button A and On Shake
How often will the message "Hello Year 7" be displayed?
All the time
Once
When will this piece of code start?
When you shake the MicroBit
When you turn on the MicroBit
When you press the A and B buttons on the MicroBit
What will this code do?
Display the numbers 1 to 6
Display a number between 1 and 6
Which part of the MicroBit is the LED Panel?
1
2
3
4
Which part of the MicroBit is the B Button?
1
2
3
4
