Study

Algorithm For Kids

  •   0%
  •  0     0     0

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