computational thinking

12345678910111213
Across
  1. 1. Structured, plain-language description of code logic .
  2. 8. spotting trends and modelling data
  3. 9. A method of solving problems step by step, like a computer would.
  4. 12. To model real-world info in a way usable by computers .
  5. 13. Finding and fixing errors in a solution or code.
Down
  1. 2. the process of breaking down complex substances into simpler ones
  2. 3. To visually map steps and decisions in an algorithm .
  3. 4. Ignoring irrelevant details to focus on what's essential
  4. 5. Repeating steps until a task is complete.
  5. 6. A smaller program that does a specific task within a larger program.
  6. 7. Planning steps logically before programming
  7. 10. A step-by-step procedure for solving a problem
  8. 11. A table tracking variables through code to test logic