Algorithm & Programming Crossword

123456789101112131415161718192021
Across
  1. 6. A symbol that performs a calculation (e.g., +, -)
  2. 7. A sequence of characters
  3. 9. A whole number
  4. 10. A step-by-step procedure to solve a problem
  5. 12. A sequence that repeats until a condition is met
  6. 15. Executes code line by line
  7. 17. Converting encrypted data back to its original form.
  8. 19. The actual value passed to a function
  9. 21. A statement that is either true or false
Down
  1. 1. A number with a decimal point
  2. 2. A diagram showing an algorithm’s steps
  3. 3. Reasoning in programming to perform tasks
  4. 4. Combining changes from branches
  5. 5. Algorithm for finding solutions by trying partial solutions and then abandoning them if they don’t work
  6. 8. Securing data by converting it into code
  7. 11. A group of 8 bits
  8. 13. Data produced by a program
  9. 14. Finding and fixing errors in code
  10. 16. A system using 0 and 1 to represent data
  11. 18. Text in the code meant for programmers, ignored by the computer.
  12. 20. The smallest unit of data, 0 or 1
  13. 21. A blueprint for creating objects in programming.