CPSC 421 OOP Software Architecture

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