Coding Vocabulary

123456789101112131415161718
Across
  1. 3. The result produced by a program after processing input data.
  2. 6. A statement that makes decisions based on specified conditions.
  3. 7. A set of step-by-step instructions for solving a problem.
  4. 8. The physical components of a computer or device.
  5. 11. The rules that govern the structure of code in a programming language.
  6. 14. Data provided to a program for processing.
  7. 15. A reusable block of code that performs a specific task.
  8. 18. The act of repeating a process or set of instructions.
Down
  1. 1. Notes in code that are not executed but provide information.
  2. 2. A placeholder for storing data in a program.
  3. 4. A structure that repeats a set of instructions multiple times.
  4. 5. The use of logical operators (AND, OR, NOT) in coding.
  5. 9. The process of finding and fixing errors in code.
  6. 10. A classification that determines what kind of data a variable can hold.
  7. 11. A sequence of characters, such as text.
  8. 12. An action that triggers a response in a program.
  9. 13. Graphical User Interface - A visual way to interact with software.
  10. 16. A base-2 number system using 0s and 1s, fundamental in computing.
  11. 17. The set of instructions written in a programming language.