Programing Keywords

1234567891011121314
Across
  1. 2. a version control system
  2. 4. reserved variable names in programming
  3. 7. what is the "P" in I-P-O?
  4. 9. the name of an error in the program code
  5. 11. a step by step way of doing something
  6. 13. what does a variable store?
  7. 14. a set of instructions for the computer
Down
  1. 1. a container for data
  2. 3. a value that never changes
  3. 5. removing errors from the program code
  4. 6. to send commits from a local repository to a remote repository
  5. 8. another name for a program
  6. 10. decimal or floating number data types
  7. 12. integer data type