Coding & Computational Thinking

123456789101112131415161718
Across
  1. 2. Data or commands given to a program
  2. 5. A set of instructions that a computer follows to perform tasks
  3. 7. The process of finding and fixing errors in a program
  4. 11. A number system used by computers, consisting of 0s and 1s
  5. 13. A statement that controls the flow of a program based on certain criteria
  6. 14. A statement that allows a program to make decisions (e.g., if/else)
  7. 15. The process of writing instructions for a computer to follow
  8. 16. A programming structure that repeats a set of instructions
  9. 18. A diagram used to represent the steps in a process or algorithm
Down
  1. 1. The act of repeating steps in programming or problem solving
  2. 3. A step-by-step procedure used to solve a problem
  3. 4. A mechanism that regulates the number of times a loop repeats
  4. 6. The result produced by a program
  5. 8. The order in which commands are executed in a program
  6. 9. The act of executing a specific function in a program
  7. 10. A placeholder used to store data in a program
  8. 12. A block of code designed to perform a specific task
  9. 17. Information processed or stored by a computer