3460:421 OOP Software Architecture

123456789101112131415161718192021222324252627
Across
  1. 4. System _____ focuses on defining services
  2. 8. For a Layered Architecture, an _____ architecture requires that each layer can access any layer below
  3. 10. Architectural Style consists of _____ on how the components and connectors are combined
  4. 11. The _____-_____-_____ Architecture is a generalization of client/server where clients can be servers and vice versa
  5. 14. For a Layered Architecture, a _____ architecture requires that each layer can only depend on the layer immediately below
  6. 15. The shared file in the Batch Sequential Architecture causes the subsystems to be _____ _____
  7. 16. In a Batch Sequential Architecture, there is a small number of large _____-_____ subsystems
  8. 18. Client, server, DB are examples of architectural style _____
  9. 19. In the Model/View/Controller architecture, the _____ subsystems are for displaying knowledge to the user
  10. 21. Procedure call, pipe, event broadcast are examples of architectural style _____
  11. 23. In the Model/View/Controller architecture, the _____ subsystems manage the interactions with the user
  12. 24. Architectural Style consists of a _____ of components and connectors
  13. 25. In the Pipe and Filter Architecture, subsystems are called _____
  14. 27. In the Client/Server Architecture, the _____ subsystems provide one or more services to instances of clients
Down
  1. 1. In the Model/View/Controller architecture, the _____ subsystems are responsible for maintaining domain knowledge
  2. 2. Filters execute _____ in the Pipe and Filter Architecture
  3. 3. Filters _____ via pipes in the Pipe and Filter Architecture
  4. 5. In a Batch Sequential Architecture, subsystems must be executed in a fixed _____ ordering
  5. 6. In the Client/Server Architecture, the _____ subsystems ask for services and interact with users
  6. 7. In the Model/View/Controller architecture, Changes in model state propagate via a _____-_____ protocol
  7. 9. A set of related operations that share a common purpose is a set of _____
  8. 12. The Pipe and Filter Architecture is very _____
  9. 13. In the Batch Sequential Architecture, there is no real-time _____, and no concurrency
  10. 17. An _____ _____ defines a family of systems in terms of a pattern of structural organization
  11. 20. In a _____ Architecture, the subsystems are independent and interact by a central repository
  12. 22. A _____ provides a set of services to the system
  13. 26. In the Pipe and Filter Architecture, associations between filters are called _____