3460:421 OOP S22 Software Architecture

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