Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Design and Implementation

Which of the following is a dynamic model that shows how the system interacts with its environment as it is used ?

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

Which of the following is a dynamic model that shows how the system interacts with its environment as it is used ? Read More »

Design and Implementation

Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed ?

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

Explanation: The context model of a system may be represented using associations. Associations simply show that there are some relationships between the entities involved in the association.

Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed ? Read More »

Design and Implementation

Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?

Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?

A. Designing system architecture
B. Develog design models
C. Specifying interfaces
D. Develog a debugging system

Explanation: The debugging system is a part of testing phase

Which of the following is not needed to develop a system design from concept to detailed object-oriented design ? Read More »

Design and Implementation

We use _______________ where various parts of system use are identified and analyzed in turn?

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

Explanation: Use a scenario-based analysis where various scenarios of system use are identified and analyzed in turn.

We use _______________ where various parts of system use are identified and analyzed in turn? Read More »

Design and Implementation

If the system state is Shutdown then it can respond to which of the following message?

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

Explanation: A restart() message causes a transition to normal operation. Both the powerSave() and reconfigure() messages cause a transition to a state in which the system reconfigures itself.

If the system state is Shutdown then it can respond to which of the following message? Read More »

Design and Implementation

Which model describes the static structure of the system using object classes and their relationships ?

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

Explanation: Important relationships that may be documented at this stage are generalization (inheritancE. relationships, uses/used-by relationships, and composition relationships.

Which model describes the static structure of the system using object classes and their relationships ? Read More »

Design and Implementation

Which message is received so that the system moves to the Testing state, then the Transmitting state, before returning to the Running state ?

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()

Which message is received so that the system moves to the Testing state, then the Transmitting state, before returning to the Running state ? Read More »

Design and Implementation