Edit Game
Algorithm For Kids
 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   6  Close
Does Rusty The Robot code use FORWARD, BACKWARD, LEFT, RIGHT or UP, DOWN, ROTATE?
FORWARD, BACKWARD, LEFT, RIGHT
What will happen if your algorithm or code has a bug?
It won't work as expected.
What does debug mean?
To find and correct an error.
What is coding?
Writing an algorithm in a language that a computer understands.
How does a computer know what to do?
It follows a list of instructions called an algorithm (or code)
What is an algorithm?
A sequence of steps to solve a problem or perform a task.