Software Engineering MCQs

Prepare with the latest Software Engineering MCQs with answers and explanations. Free online practice for competitive exams, interviews, and university tests.

302. CMM stands for_____________________?

A. Capability Management Module
B. Conservative Maturity Model
C. Capability Maturity Module
D. Capability Maturity Model
✅ The correct answer is option D.
Explanation: The Capability Maturity Model for Software describes the principles and practices underlying software process maturity and is intended to help software organizations improve the maturity of their software processes in terms of an evolutionary path from ad hoc, chaotic processes to mature, disciplined software processes

307. How ASP.Net Different from classic ASP ?

A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
✅ The correct answer is option A.