chapter 04 Flashcards

0
Q

Architectural focus

A

An abstracted view of

the major components, the services they provide and the QUALITY properties required. (different from detailed design)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Design Element

A

structure or diagram component that fulfills (one or more) requirements. Must be traceable to a requirement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Software Architecture Definition

A

The foundational software design activity and its product.
•transforms requirements into collection of design elements

These elements specify quality, behavior, structure and inter-relationships…to support detailed design and construction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

quality

A

desired characteristics that represent stakeholder’s concerns.

(ending in —ity)
Availability, Security, Portability, Reliability, Testability, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

design tactic

A

decision that influences CONTROL of a quality.

usability = undo, cancel
testability = event logging
performance = concurrency threads, computation optimization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly