Coding terms and Concepts

1234567891011121314
Across
  1. 1. an instruction given by a user to a computer or software to perform a specific task.
  2. 3. the sequential execution of operations.
  3. 5. used to repeat a specific block of code an unknown number of times, until a condition is met.
  4. 6. a system of signals or symbols for communication.
  5. 7. an action or occurrence recognized by software.
  6. 9. a sequence of instruction s that is continually repeated until a certain condition is reached.
  7. 11. a set of commands that must be followed for a computer.
  8. 12. the process of finding and fixing errors or bugs in the source code of any software.
  9. 14. the process of writing code to facilitate specific actions in a computer.
Down
  1. 2. loop that appears in the loop body of another (outer) loop.
  2. 4. features of programming languages
  3. 7. conditional statement that allows you to specify multiple conditions to be evaluated in a sequence.
  4. 8. set of instructions a specific number of times.
  5. 10. set of instructions in a programming language.
  6. 13. an unexpected problem with software or hardware.