Game Preview

Review Code.org Course C Lesson 4 and 5

  •  English    11     Public
    Lesson 4 Debugging in Maze and Lesson 5 Collecting Treasure with Laurel
  •   Study   Slideshow
  • Part of a program that does not work correctly called ...
    a bug
  •  15
  • What is debugging?
    Finding and fixing problems in an algorithm or program.
  •  15
  • TRUE or FALSE? Algorithm - A list of steps to finish a task.
    True
  •  15
  • TRUE or FALSE? Program - An algorithm that has been coded into something that can be run by a machine.
    TRUE
  •  15
  • The art of creating a program is called?
    Programming
  •  15
  • Why do we need to add "collect" block to the program?
    So Laurel can pick up/take/collect the treasure.
  •  15
  • How to delete the blocks that we don't need?
    Simply drag the block that we don't need from the workspace to the block area.
  •  15
  • How many treasures that Laurel needs to pick?
    5
  •  10
  • What does 11/16 blocks means?
    We needs to set the program using 16 blocks.
  •  15
  • Help Laurel arrange blocks to collect all treasures.
    when run-move forward-move forward-move forward-collect
  •  15
  • What block is missing in the program?
    move forward
  •  15