Basic programming terms

1234567891011121314151617
Across
  1. 2. What programmers write
  2. 4. A language used for web development
  3. 5. Structure that stores data of same type
  4. 7. A database language used to manage and query data
  5. 9. A method for repeating code until a condition is met
  6. 11. Stops or breaks a loop early
  7. 12. Sequence of characters
  8. 15. Statement that moves or jumps to another part of the program
  9. 16. A specialized data type representing true or false
  10. 17. Used to create objects
Down
  1. 1. Sends or return a value back from a function
  2. 3. A software to manage databases
  3. 5. Code used to perform tasks or solve problems
  4. 6. Stores data in rows and columns
  5. 8. A technique for removing errors from code
  6. 10. Step before execution or running a program
  7. 13. Jumps or goes to a specified statement
  8. 14. A reusable block of code to perform a specific task
  9. 15. A language that is commonly used for back-end development
  10. 16. 8 bits is equal to