Software Engineering MCQs

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

532. Standard Enforcer is a___________________?

A. Static Testing Tool
B. Dynamic Testing
C. Static & Dynamic Testing
D. None of the mentioned
✅ The correct answer is option A.
Explanation: Static Testing tools are those that perform analysis of the the program without executing them at all.

534. Choose the incorrect statement in terms of Objects ?

A. Objects are abstractions of real-world
B. Objects can’t manage themselves
C. Objects encapsulate state and representation information
D. All of the mentioned
✅ The correct answer is option B.
Explanation: Objects are independent.

536. In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?

A. Use the ImageMap control and randomly select a HotSpot to show or hide.
B. Use the AdServer control and create an XML file with configuration of the control.
C. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.
D. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
✅ The correct answer is option B.

538. Requirements Analysis is an Iterative Process ?

A. True
B. False
Explanation: Requirements analysis is conducted iteratively with functional analysis to optimize performance requirements for identified functions, and to verify that synthesized solutions can satisfy customer requirements.
✅ The correct answer is option A.