Software Engineering MCQs

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

1. A CD-ROM disk __________________?

A. cannot be erased and rewritten
B. has more storage capacity than CD-R
C. holds less data than a floppy disk
D. can be written only once
✅ The correct answer is option A.

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.
Scroll to Top