Font size
WorksheetsReaction Timer Game
Total questions: 7
Worksheet time: 7mins
What is the purpose of the variable "ready" in this program?
To control the brightness of LEDs
To check whether the player pressed the correct button
To indicate whether the Microbit is ready to accept a valid button press
To generate random numbers
What happens when pin P0 is pressed?
What does the code do if button A is pressed before ready becomes true?
Shows the “A” LED pattern
Resets the Microbit
Displays “1 False Start”
Plays a sound
What LED pattern is shown when button B is pressed after the Microbit is
A pattern
B pattern
Which block ensures players do NOT know exactly when to press the button? (a)
Why is ready set to false when pin P0 is pressed?
What happens immediately after the random delay ends?
Button A becomes disabled
"ready" is set to true, allowing valid button presses
The Microbit resets
The number of presses is counted
