simons puzzle

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