4. Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?

A. Static Analyzer
B. Code Inspector
C. Standard Enforcer
D. Both Code Inspector & Standard Enforcer
✅ The correct answer is option D.
Explanation: A standard enforcer is just like a code inspector, except that the rules are generally simpler. Standard enforcer looks at only single statements while the static analyzer looks at whole programs.

5. 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
✅ The correct answer is option C.
Explanation: Operations that check for syntax errors is concerned with the programming language used, so it will be handled by the compiler.

8. How does Clean room software engineering Differs from the conventional and object-oriented views ?

A. It makes explicit use of statistical quality control
B. It verifies design specification using a mathematically based proof of correctness
C. It relies heavily on statistical use testing to uncover high-impact errors
D. All of the mentioned
✅ The correct answer is option D.