Computer Science, asked by rajputparul1949, 1 year ago

What is a view in software architectural structure? a view is a low level facet of software design. a view represents a full aspect of a software architecture that shows specific properties of a software system. none of the given options a view represents a partial aspect of a software architecture that shows specific properties of a software system?

Answers

Answered by sahilx17
0
Software architecture involves the high level structure of software system abstraction, by using decomposition and composition, with architectural style and quality attributes. A software architecture design must conform to the major functionality and performance requirements of the system, as well as satisfy the non-functional requirements such as reliability, scalability, portability, and availability.

A software architecture must describe its group of components, their connections, interactions among them and deployment configuration of all components.

UML (Unified Modeling Language) − UML is one of object-oriented solutions used in software modeling and design.

Architecture View Model (4+1 view model) − Architecture view model represents the functional and non-functional requirements of software application.

ADL (Architecture Description Language) − ADL defines the software architecture formally and semantically
Similar questions