Font size
Worksheets9.2 Physical computing Lesson 2 starter
Total questions: 8
Worksheet time: 5mins
Which of the following are inputs on the micro:bit?
(hint: you need to select ALL of the relevant inputs to get this question correct)
LEDs
Buttons
Light sensor
GPIO pins
Accelerometer
Which of the following are outputs on the micro:bit?
(hint: you need to select ALL the devices that can be used to output (some are both input and output devices...)
LEDs
Buttons
Light sensor
GPIO pins
Accelerometer
Which button on the Python editor editor translates your program and transfers it to the micro:bit?
Save
Load
Flash
Download
What type of error would occur if you missed a bracket out of your code?
Logic
Syntax
Runtime
When coding in micro Python, what is the correct line of code to start your micro:bit programs with?
import microbit *
from * input microbit
from microbit input *
from microbit import *
Identify this part?
(Highlighted with red box)
LED Grid
GPIO pins
Accelerometer
Connector holes
Identify the part highlighted with a red box
I/O Connectors
USB
Reset
LED Grid
Identify the part highlighted with a red box
(hint: button on back of micro:bit)
Push Button A and B
USB
Battery Connector
Reset button
