Software Testing and Quality Management MCQs

91. The construction of object-oriented software begins with the creation of__________________?

A. design model
B. analysis model
C. code levels
D. both design and analysis model
✅ The correct answer is option D.
Explanation: It is due to the evolutionary nature of the OO software engineering paradigm, these models begin as relatively informal representations of system requirements and evolve into detailed models of classes, class connections and relationships, system design and allocation, and object design.

93. Which of the following is a common pointwer problem ?

A. Data sharing errors
B. Accessing data elements of the wrong type
C. Attempting to use memory areas after freeing them
D. All of the mentioned
✅ The correct answer is option D.
Explanation: These are the common errors programmers make while coding.
Scroll to Top