architecture is the set of principal design decisions about the system.
depends on what the stakeholders define as the functional + non functional requirements.
False
prescriptive, captures the architecture as defined by the architects prior to the system’s implementation.
architecture captures the architectures as defined by the system’s implementation.
occurs when developers make architectural decisions during implementation that are not found in the original architecture but do not violate the original architecture.
occurs when developers make architectural decisions during implementation that are not found in the original architecture and violate the original architecture.
is the process of determining the architecture of a software system from its implementation-level artifacts.
encapsulates a subset of the system’s data and functionality.
handles the interactions between components.
defines the associations that exist among the items which are discussed in questions 9 and 10.
Which two stakeholders in a system’s architecture are most responsible for the architecture that exists at the time of system deployment?
Briefly support your answer.