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