Explore topic-wise MCQs in Software Engg.

This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engg knowledge and support exam preparation. Choose a topic below to get started.

1.

OPEN_SOURCE_DEVELOPMENT_INVOLVES_MAKING_THE_SOURCE_CODE_OF_A_SYSTEM_PUBLICLY_AVAILABLE.?$

A. True
B. False
Answer» B. False
2.

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()
Answer» E.
3.

Open source development involves making the source code of a system publicly available.$

A. True
B. False
Answer» B. False
4.

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()
Answer» E.
5.

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
Answer» E.
6.

Which model shows the flow of object interactions?

A. Sequence model
B. Subsystem model
C. Dynamic model
D. Both Sequence and Dynamic model
Answer» B. Subsystem model
7.

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
Answer» E.
8.

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
Answer» C. design-based analysis
9.

Which of the following come under system control?

A. Reconfigure
B. Shutdown
C. Powersave
D. All of the mentioned
Answer» E.
10.

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
Answer» B. interaction model
11.

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
Answer» C. environmental model
12.

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
Answer» E.