Computer Literacy Cross Word Puzzle

123456789101112131415161718
Across
  1. 2. Repeating a set of actions
  2. 3. The result or information produced by a computer after executing commands
  3. 5. A step-by-step method to solve a problem
  4. 6. Process of repeating steps given to the computer through code
  5. 8. is the process of giving instructions to a computer so it can do specific tasks. Just like we speak different languages to communicate with people, computers have their own languages too
  6. 10. like a container that stores data, such as a number or text
  7. 12. A reusable block of code that performs a specific task
  8. 14. Data or information provided to a computer to process
  9. 16. the process of finding and fixing errors in the code
  10. 18. When there is an error in the code that causes it not to run correctly
Down
  1. 1. Statement helps the computer make decisions based on certain conditions.
  2. 4. The language or set of rules used to write programs
  3. 7. A set of instructions given to a computer to perform a specific task
  4. 9. The correct order of steps in a program
  5. 11. instruction that the computer follows
  6. 13. programming language like Python or JavaScript is used to communicate with the computer
  7. 15. command that tells the robot to move 90 degrees to the left or right
  8. 17. Statement A conditional statement that runs one block of code if the condition is true, or another if not