Programming Language Crossword

123456789101112
Across
  1. 1. What you use to store multiple items in a single variable.
  2. 3. A small piece of code that does a specific task when called.
  3. 5. A word that means "do something again" in programming.
  4. 7. The error that happens when the program doesn’t follow the rules.
  5. 9. A way to leave a loop early.
  6. 10. The part of a program that repeats actions over and over.
  7. 11. A statement that helps fix problems in the code.
  8. 12. A place to store data when creating an application.
Down
  1. 2. The action of putting things in a specific order.
  2. 3. The process of repeating code a set number of times.
  3. 4. The type of number that has no decimal point.
  4. 6. A box that stores a value in programming.
  5. 8. A collection of letters, numbers, or symbols inside quotes.
  6. 9. A value that is either "True" or "False".