Sake's crosswords

12345678910111213141516171819
Across
  1. 3. Using a single interface for different data types.
  2. 7. Executes code line by line.
  3. 8. A file that can be run as a program.
  4. 10. Saving changes to a repository.
  5. 13. Simplifying complex systems by modeling classes.
  6. 15. A storage location for code.
  7. 16. Algorithm for finding solutions by trying partial solutions and then abandoning them if they don’t work.
  8. 17. A symbol that performs a calculation (e.g., +, -).
  9. 18. Data provided to a program.
  10. 19. A whole number.
Down
  1. 1. A diagram showing an algorithm’s steps.
  2. 2. A storage location for data with a name.
  3. 4. A base-16 number system using 0-9 and A-F.
  4. 5. A platform for developing software applications.
  5. 6. Converting encrypted data back to its original form.
  6. 9. A system using 0 and 1 to represent data.
  7. 11. A class taking properties from another class.
  8. 12. A reusable block of code that performs a task.
  9. 14. A function associated with an object.
  10. 16. First Search: Algorithm for traversing graphs level by level.