nalys crossword

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