Starter quiz

  • Match these terms to their correct definition.
    • input
      data that is sent to a program to be processed ✓
    • output
      information that is produced by a computer ✓
    • hardware component
      a physical part of a computer or device, such as wires or buttons ✓
    • LED
      a component that emits light when electricity flows through it ✓
    • sensor
      a device that can detect physical properties such as light or movement ✓
  • What would “playing a sound” be classified as?
    • input
    • output  ✓
    • storage
  • LED stands for Light-Emitting ______.
    • 'Diode' ✓
  • What does GPIO stand for?
    • General Processing Input/Output
    • General Purpose Input/Output  ✓
    • Global Performance Input/Output
    • Global Programmable Input/Output
  • Which block allows you to select between two possible outcomes based on whether a condition is met or not?
    • `If`
    • `If else`  ✓
    • `While`
    • `Forever`
  • Put these steps in order to store a program on a micro:bit so it can be run without the emulator.
    • 1
      Connect the micro:bit to your computer using the USB cable.
    • 2
      Download the file.
    • 3
      Disconnect the micro:bit.
    • 4
      Test your program works using the hardware on the micro:bit.
+