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