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()
A. signalStatus()
B. remoteControl()
C. reconfigure()
D. reportStatus()
A. data flow diagram
B. state transition diagram
C. control specification
D. workflow diagram
Explanation: The control specification(CSPEC. describes the behavior of the system, but it gives us no information about the inner working of the processes that are activated as a result of this behavior
A. List all actions that can be associated with a specific procedure
B. List all conditions during execution of the procedure
C. Define rules by indicating what action(s) occurs for a set of conditions
D. All of the mentioned
Explanation: A decision table includes action stub and a condition stub with a set of rules.
A. keyboard commands
B. mouse movement
C. voice recognition commands
D. all of the mentioned
Explanation: All the mentioned input mediums are available today.
A. State transition diagram
B. Box diagram
C. ER diagram
D. None of the mentioned
A. Activity
B. Sequence
C. Collaboration
D. Class
Explanation: This diagram is a model describing how groups of objects collaborate in some behavior over time.
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.