Compiler-Design
April 14, 2024Artificial-Intelligence
April 14, 2024Software-Engineering
Question 139 |
A Design concept Refinement is a
Top-down approach | |
Complementary of Abstraction concept | |
Process of elaboration | |
All of the above |
Question 139 Explanation:
In the software engineering context, design concept is a top down approach which focuses on four major areas of concern: data, architecture, interfaces, and components.
The data design t ransforms the information domain model created during analysis into the data structures that will be required to implement the software.
The architectural design d efines the relationship between major structural elements of the software.
The interface design d escribes how the software communicates within itself, with systems that interoperate with it, and with humans who use it.
The component-level design t ransforms structural elements of the software architecture into a procedural description of software components.
Hence we can say that design concept is Complementary of Abstraction concept and is a Process of elaboration.
The data design t ransforms the information domain model created during analysis into the data structures that will be required to implement the software.
The architectural design d efines the relationship between major structural elements of the software.
The interface design d escribes how the software communicates within itself, with systems that interoperate with it, and with humans who use it.
The component-level design t ransforms structural elements of the software architecture into a procedural description of software components.
Hence we can say that design concept is Complementary of Abstraction concept and is a Process of elaboration.
Correct Answer: D
Question 139 Explanation:
In the software engineering context, design concept is a top down approach which focuses on four major areas of concern: data, architecture, interfaces, and components.
The data design t ransforms the information domain model created during analysis into the data structures that will be required to implement the software.
The architectural design d efines the relationship between major structural elements of the software.
The interface design d escribes how the software communicates within itself, with systems that interoperate with it, and with humans who use it.
The component-level design t ransforms structural elements of the software architecture into a procedural description of software components.
Hence we can say that design concept is Complementary of Abstraction concept and is a Process of elaboration.
The data design t ransforms the information domain model created during analysis into the data structures that will be required to implement the software.
The architectural design d efines the relationship between major structural elements of the software.
The interface design d escribes how the software communicates within itself, with systems that interoperate with it, and with humans who use it.
The component-level design t ransforms structural elements of the software architecture into a procedural description of software components.
Hence we can say that design concept is Complementary of Abstraction concept and is a Process of elaboration.