Starter quiz

  • True or false? A subroutine can only be called once in a program.
    • True
    • False ✓
  • Which word describes the order in which commands are run during a program?
    • sequence  ✓
    • algorithm
    • code
  • What colour is the variables block in Scratch?
    • orange  ✓
    • blue
    • purple
    • green
  • What types of data can a variable hold?
    • images
    • text  ✓
    • numbers  ✓
  • In a bat and ball game, which of these parts of the game would be stored using a variable?
    • points scored  ✓
    • movement of the sprite
    • lives lost  ✓
    • time left  ✓
    • appearance of the stage
  • When is the value of a variable usually set?
    • at the beginning of a program  ✓
    • throughout the running of a program
    • at the end of a program
    • when triggered by an event
+