Representing Algorithms

123456789101112131415
Across
  1. 1. Data or information that is entered into a computer program.
  2. 4. A set of step-by-step instructions for solving a problem.
  3. 6. A sequence of instructions within a larger program that performs a specific task.
  4. 10. A symbol used to indicate the beginning or end of an algorithm in a flowchart. (two words)
  5. 11. A symbol used to represent a decision to be made in an algorithm in a flowchart.
  6. 12. A symbol used to represent an input or output in an algorithm in a flowchart.
  7. 13. A set of rules and symbols used to write computer programs. (two words)
  8. 15. A high-level description of a computer program or algorithm that uses simple, English-like statements to outline the basic logic of the program.
Down
  1. 2. To convert or express something in a different language or form.
  2. 3. Errors or incorrect actions made while completing a task or solving a problem.
  3. 5. The result or response produced by a computer program.
  4. 7. The reasoning or thought process behind a program or algorithm.
  5. 8. A symbol used to represent a process or instruction being carried out in a flowchart.
  6. 9. A visual representation of the steps involved in an algorithm.
  7. 14. Symbols used to connect different elements and show the flow of an algorithm in a flowchart.