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