wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Reaction Timer Game

Total questions: 7

Worksheet time: 7mins

Name
Class
Date
1.

What is the purpose of the variable "ready" in this program?

a)

To control the brightness of LEDs

b)

To check whether the player pressed the correct button

c)

To indicate whether the Microbit is ready to accept a valid button press

d)

To generate random numbers

2.

What happens when pin P0 is pressed?

4 lines
3.

What does the code do if button A is pressed before ready becomes true?

a)

Shows the “A” LED pattern

b)

Resets the Microbit

c)

Displays “1 False Start”

d)

Plays a sound

4.

What LED pattern is shown when button B is pressed after the Microbit is

a)

A pattern

b)

B pattern

5.

Which block ensures players do NOT know exactly when to press the button?​ ​ (a)  

Choose from the below words
pause (ms) pick random 2000 to 8000
show icon
clear screen
set ready to false
6.

Why is ready set to false when pin P0 is pressed?

4 lines
7.

What happens immediately after the random delay ends?

a)

Button A becomes disabled

b)

"ready" is set to true, allowing valid button presses

c)

The Microbit resets

d)

The number of presses is counted