M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

Which of the following is a dynamic model that shows how the system interacts with its environment as it is used ?
A system context model
B interaction model
C environmental model
D both system context and interaction
Correct Answer: interaction model
Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed ?
A system context model
B interaction model
C environmental model
D both system context and interaction
Correct Answer: system context model
Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?
A Designing system architecture
B Developing design models
C Specifying interfaces
D Developing a debugging system
Correct Answer: Developing a debugging system
Which of the following come under system control ?
A Reconfigure
B Shutdown
C Powersave
D All of the mentioned
Correct Answer: All of the mentioned
Which model shows the flow of object interactions?
A Sequence model
B Subsystem model
C Dynamic model
D Both Sequence and Dynamic model
Correct Answer: Sequence model
We use _______________ where various parts of system use are identified and analyzed in turn?
A tangible entities
B scenario-based analysis
C design-based analysis
D none of the mentioned
Correct Answer: scenario-based analysis
If the system state is Shutdown then it can respond to which of the following message?
A restart()
B reconfigure()
C powerSave()
D all of the mentioned
Correct Answer: all of the mentioned
Which model describes the static structure of the system using object classes and their relationships ?
A Sequence model
B Subsystem model
C Dynamic model
D Structural model
Correct Answer: Structural model
Which message is received so that the system moves to the Testing state, then the Transmitting state, before returning to the Running state ?
A signalStatus()
B remoteControl()
C reconfigure()
D reportStatus()
Correct Answer: reportStatus()
A description of each function presented in the DFD is contained in a _________________________?
A data flow
B process specification
C control specification
D data store
Correct Answer: process specification