Algorithms Lesson 1

123456789101112
Across
  1. 2. Breaking a big problem into smaller parts
  2. 3. Fake code used to explain what an algorithm does
  3. 7. A mistake in a program that stops it working properly
  4. 8. A set of clear steps to solve a problem
  5. 10. Working out how to fix or create something using logic (2 words)
  6. 11. The result you get after the computer processes the inputs
  7. 12. Information typed in by the user (2 words)
Down
  1. 1. Hiding details so we can focus on the main problem
  2. 4. Finding and fixing mistakes in a program
  3. 5. A diagram that shows the steps of an algorithm
  4. 6. What the computer does to the inputs to get the answer
  5. 9. Information you put into a system or program