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