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