nalys crossword
Across
- 2. Data provided to a program.
- 4. Using a single interface for different data types.
- 6. (Integrated Development Environment): Software for writing code.
- 8. Simplifying complex systems by modeling classes.
- 10. A function associated with an object.
- 12. An instance of a class containing data and methods.
- 13. A plain language description of an algorithm.
- 15. A function that calls itself.
- 16. A diagram showing an algorithm’s steps.
- 18. A collection of pre-written code for reuse.
- 19. A file that can be run as a program.
Down
- 1. Hiding details of an object’s implementation.
- 3. A blueprint for creating objects in programming.
- 5. Repeating steps in a loop.
- 7. Type Defines the kind of data (e.g., integer, string).
- 8. A step-by-step procedure to solve a problem.Source Code: Original code written by a programmer.
- 9. Data produced by a program.
- 11. A symbol that performs a calculation (e.g., +, -).
- 14. A class taking properties from another class.
- 17. Reasoning in programming to perform tasks.