Software Design MCQs

21. Which tool is use for structured designing ?

A. Program flowchart
B. Structure chart
C. Data-flow diagram
D. Module
✅ The correct answer is option B.
Explanation: A Structure Chart (SC. in software engineering and organizational theory, is a chart which shows the breakdown of a system to its lowest manageable levels.

24. In Design phase, which is the primary area of concern ?

A. Architecture
B. Data
C. Interface
D. All of the mentioned
✅ The correct answer is option D.
Explanation: Part of the design phase is to create structural and behavioral models of the system which is covered by architecture, data and the interface of the product.

30. The context diagram is also known as __________________?

A. Level-0 DFD
B. Level-1 DFD
C. Level-2 DFD
D. All of the mentioned
✅ The correct answer is option A.
Explanation: Context diagram captures the various entities external to the system interacting with it and data flow occurring between the system and the external entities.
Scroll to Top