A. Functional decomposition
B. Transformation of a textual problem description into a graphic model
C. All the functions represented in the DFD are mapped to a module structure
D. All of the mentioned
Explanation: The module structure is the software architecture.
Related Mcqs:
- Structured Analysis is based on the principles of___________________?
A. Top-down decomposition approach
B. Divide and conquer principle
C. Graphical representation of results using DFDs
D. All of the mentioned - Which tool is use for structured designing ?
A. Program flowchart
B. Structure chart
C. Data-flow diagram
D. Module - In the Analysis phase, the development of the ______________ occurs, which is a clear statement of the goals and objectives of the project ?
A. documentation
B. flowchart
C. program specification
D. design - Grady Booch, James Rumbaugh, and Ivar Jacobson combined the best features of their individual object-oriented analysis into a new method for object oriented design known as _____________________?
A. HTML
B. XML
C. UML
D. SGML - Which of the following is the worst type of module coupling ?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling - Which of the following is the best type of module cohesion ?
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion - Which of the following is a complementary approach to function-oriented approach ?
A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design - Which of the following is not a use of a CASE tool ?
A. Support structured analysis and design (SA/SD)
B. Maintains the data dictionary
C. Checks whether DFDs are balanced or not
D. It complies with the available system - Which of the following is not an operation as per OOD algorithms and data structures ?
A. operations that manipulate data in some way
B. operations that perform a computation
C. operations that check for syntax errors
D. operations that monitor an object for the occurrence of a controlling event - Which of the following describes”Is-a-Relationship” ?
A. Aggregation
B. Inheritance
C. Dependency
D. All of the mentioned