ALGORITHMS

123456789101112131415161718
Across
  1. 2. When a function calls itself
  2. 7. A sequence that repeats while a condition is true
  3. 11. The amount of resources an algorithm needs
  4. 13. A set of steps to solve a problem
  5. 14. The data received by a program or algorithm
  6. 15. A logical statement that controls decisions
  7. 16. A measure of how well an algorithm performs
  8. 17. A named storage location for data
  9. 18. The set of rules for writing valid code
Down
  1. 1. A diagram that represents a process or algorithm
  2. 3. A single action or instruction in an algorithm
  3. 4. The result produced by an algorithm
  4. 5. The process of arranging items in a particular order
  5. 6. A point where a program chooses between actions
  6. 8. Plain language used to describe algorithms
  7. 9. One repetition of a loop
  8. 10. Finding and fixing errors in code
  9. 12. A reusable block of code
  10. 18. The process of finding a specific item in a dataset