31. The importance of software design can be summarized in a single word which is___________________?

A. Efficiency
B. Accuracy
C. Quality
D. Complexity
✅ The correct answer is option C.
Explanation: Software functional quality reflects how well it complies with or conforms to a given design, based on functional requirements or specifications

34. 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
✅ The correct answer is option C.
Explanation: The Unified Modeling Language (UML) has become

37. 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
✅ The correct answer is option D.
Explanation: It takes long time to establish the system in order to comply with the available system

38. Which of the following is/are true with respect to functions ?

A. A function such as “search-book” is represented using a circle
B. Functions represent some activity
C. Function symbol is known as a process symbol or a bubble in DFD
D. All of the mentioned
✅ The correct answer is option D.
Explanation: All the options are correct with respect to Function Oriented Software Design

40. __________________ is a measure of the degree of interdependence between modules ?

A. Cohesion
B. Coupling
C. None of the mentioned
D. All of the mentioned
✅ The correct answer is option B.
Explanation: Coupling or dependency is the degree to which each program module relies on each one of the other modules.