Across
- 3. A statement that is either true or false
- 6. Instructions written in a programming language
- 7. A type with two values true or false
- 9. Rules that define the structure of code
- 12. Translates code into machine language
- 13. A set of instructions for a computer to follow
- 14. Loop: Repeats code a specific number of times
- 19. Executes co
- 20. Loop Repeats code while a condition is true
Down
- 1. Reasoning in programming to perform tasks
- 2. A reusable block of code that performs a task
- 4. Finding and fixing errors in code
- 5. A number with a decimal point
- 8. Executes code if the condition in the if statement is false
- 10. A step-by-step procedure to solve a problem
- 11. A sequence that repeats until a condition is met
- 15. A storage location for data with a name
- 16. A whole number
- 17. A sequence of characters
- 18. A collection of items stored at indexed positions
