CS221 Test 1 Terms

1234567891011121314151617
Across
  1. 3. an operation that allows us to process all components in a data structure sequentially
  2. 6. the first stage of the software life cycle
  3. 7. the sixth stage of the software life cycle
  4. 9. memory address of a type
  5. 14. instance of a class
  6. 15. the fifth stage of the software life cycle
  7. 17. the fourth stage of the software life cycle
Down
  1. 1. the eighth stage of the software life cycle
  2. 2. the separation of the representation of data from the applications that use the data at a logical level; a programming language feature that enforces information hiding
  3. 4. the separation of a data type's logical properties from its implementation
  4. 5. an operation that changes the internal state of an object
  5. 8. an operation that creates a new instance of class
  6. 10. the seventh stage of the software life cycle
  7. 11. the third stage of the software life cycle
  8. 12. functions that belong to a class
  9. 13. the second stage of the software life cycle
  10. 16. an operation that allows us to observe the state of an object without changing it