complete solutions rated A+
What is Architectural Design? - correct answer ✔✔Concerned with understanding how a software
system should be organized and designing the overall structure of that system.
What is an Architectural Model? - correct answer ✔✔The output of the architectural design process that
describes how the system is organized as a set of communicating concepts.
What are 3 Advantages of Architectural Design? - correct answer ✔✔SSL: Stakeholder communication,
System analysis, Large-scale reuse
How are Architectural Designs represented? - correct answer ✔✔Simple, informal block diagrams (box
and line) showing entities and relations are the most frequently used method.
What are 2 Uses of Architectural Models? - correct answer ✔✔1. As a way of facilitating discussion
about the system design.
2. As a way of documenting architecture that has been designed.
What are 5 Architecture and System Characteristics? - correct answer ✔✔MAPSS: Maintainability,
Availability, Performance, Security, Safety
What are the 4 + 1 Views in the View Model of Software Architecture? - correct answer ✔✔LDPP+U:
Logical, Development, Process, Physical, Use Case
In the 4 + 1 View Model of Software Architecture, what is the Logical View? - correct answer ✔✔Shows
the key abstractions in the system as objects or object classes.
In the 4 + 1 View Model of Software Architecture, what is the purpose of the Logical View? - correct
answer ✔✔Focuses on the system's functional requirements. It shows major classes or objects in the
system, their responsibilities, and relationships.