Software Engineering MCQs

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

424. Exception handling is a type of_________________?

A. forward error recovery mechanism
B. backward error recovery mechanism
C. All of the mentioned
D. None of the mentioned
✅ The correct answer is option A.
Explanation: Exception handling is a forward error recovery mechanism, as there is no roll back to a previous state; instead control is passed to the handler so that recovery procedures can be initiated.

430. A web blueprint depicts ?

A. the layout of an individual web page
B. the layout of the home page
C. the layout of an index page
D. the layout of a website
✅ The correct answer is option D.