Edit Game
Review Code.org Course C Lesson 4 and 5
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   11  Close
What block is missing in the program?
move forward
Help Laurel arrange blocks to collect all treasures.
when run-move forward-move forward-move forward-collect
What does 11/16 blocks means?
We needs to set the program using 16 blocks.
How many treasures that Laurel needs to pick?
5
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.
Why do we need to add "collect" block to the program?
So Laurel can pick up/take/collect the treasure.
The art of creating a program is called?
Programming
TRUE or FALSE? Program - An algorithm that has been coded into something that can be run by a machine.
TRUE
TRUE or FALSE? Algorithm - A list of steps to finish a task.
True
What is debugging?
Finding and fixing problems in an algorithm or program.
Part of a program that does not work correctly called ...
a bug