Technology life

12345678910111213141516171819
Across
  1. 2. loop - video repeats in a number of times
  2. 4. Instructions written in a programming language.
  3. 6. Algorithm: Method to arrange items in order.
  4. 8. Table: A structure mapping keys to values.
  5. 10. Using a single interface for different data types.
  6. 11. Text in the code meant for programmers, ignored by the computer.
  7. 16. A set of nodes connected by edges.
  8. 18. Simplifying complex systems by modeling classes.
  9. 19. Processing: Collecting and manipulating data to produce meaningful information.
Down
  1. 1. A collection of pre-written code for reuse.
  2. 3. Hiding details of an object’s implementation.
  3. 5. - something dose.
  4. 7. Data produced by a program.
  5. 9. Algorithm: Method to arrange items in order.
  6. 12. Control: Managing changes to code.
  7. 13. Data provided to a program.
  8. 14. Search: Efficient algorithm for finding items in a sorted array.
  9. 15. Code: Original code written by a programmer.
  10. 17. Structure: A way of organizing data.