Simon puzzle
Across
- 2. Finding and fixing errors in code
- 4. A reusable block of code that performs a task
- 7. Reasoning in programming to perform tasks
- 8. A type with two values: true or false
- 10. A whole number
- 11. A sequence that repeats until a condition is met
- 12. Rules that define the structure of code
- 14. A file that can be run as a program
- 15. Data produced by a program.
- 19. Executes code line by line
- 20. Translates code into machine language
Down
- 1. Data provided to a program.
- 3. A statement that is either true or false
- 5. A diagram showing an algorithm’s steps
- 6. Instructions written in a programming language
- 9. A collection of items stored at indexed positions
- 13. A number with a decimal point
- 16. A set of instructions for a computer to follow
- 17. Executes code if the condition in the if statement is false
- 18. A sequence of characters