SOFTWARE ENGINEERING

SOFTWARE DESIGN

ARCHITECTURAL DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The software ____ of a program or a computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships among them.
A
Design
B
Architecture
C
process
D
requirement
Explanation: 

Detailed explanation-1: -The software architecture of a program or computing system is the structure or structures of the system, which comprise software elements, the externally visible properties of those elements, and the relationships among them.

Detailed explanation-2: -Architecture is concerned with the public side of interfaces; private details of elements-details having to do solely with internal implementation-are not architectural.”

Detailed explanation-3: -The software architecture of a system is the set of structures needed to reason about the system, which comprise software elements, relations among them, and properties of both. definitions that talk about the system’s “early” or “major” design decisions.

Detailed explanation-4: -Software architecture is, simply, the organization of a system. This organization includes all components, how they interact with each other, the environment in which they operate, and the principles used to design the software. In many cases, it can also include the evolution of the software into the future.

There is 1 question to complete.