Algorithms, Pseudocode and Flowcharts

12345678910
Across
  1. 2. a diagram that represents an algorithm using shapes
  2. 3. The shape to represent a decision in a flowchart
  3. 7. the part of a flowchart that represents entering data
  4. 9. A way to describe an algorithm ready to write a programming code
  5. 10. A repeating set of instructions in an algorithm
Down
  1. 1. what shape is used to represent a decision in a flowchart?
  2. 4. the part of a flowchart shape that represents displaying a result
  3. 5. A set of step by step instructions to solve a problem
  4. 6. the part of a flowchart that represents a calculation
  5. 8. a yes no choice on a flowchart