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

February 2019

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

Which of the following is not the primary objectives in the analysis model ?

Which of the following is not the primary objectives in the analysis model ?

A. describing the customer complaints
B. establishing a basis for the creation of a software design
C. defining a set of requirements that can be validated once the software is built
D. none of the mentioned

Explanation: All the options are covered in analysis model.

Which of the following is not the primary objectives in the analysis model ? Read More »

Design and Implementation

Which diagram indicates the behaviour of the system as a consequence of external events ?

Which diagram indicates the behaviour of the system as a consequence of external events ?

A. data flow diagram
B. state transition diagram
C. control specification diagram
D. workflow diagram

Explanation: The state transition diagram represents the various modes of behavior (called states) of the system and the manner in which transitions are made from state to state.

Which diagram indicates the behaviour of the system as a consequence of external events ? Read More »

Design and Implementation