Software Design MCQs

42. Which of the following is not an activity of Structured Analysis (SA) ?

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
✅ The correct answer is option C.
Explanation: The module structure is the software architecture.

45. Which of the following is the best type of module coupling ?

A. Control Coupling
B. Stamp Coupling
C. Data Coupling
D. Content Coupling
✅ The correct answer is option C.
Explanation: The dependency between module A and B is said to be data coupled if their dependency is based on the fact they communicate by only passing of data.
Scroll to Top