volume_mute

Software architecture may abstract some elements and omit some unnecessary details

publish date2022/05/31 00:52:00 GMT+10

volume_mute
True
False

Correct Answer

True

Explanation

A good architecture specifically omits certain information about structure elements and relations that is not useful for reasoning about the system—in particular, it omits information that has no ramifications outside of a single element. Thus, an architecture is foremost an abstraction of a system that selects certain details and suppresses others.

Reference

Software Architecture in Practice, 3rd edition


Quizzes you can take where this question appears