A. Activity diagram
B. Sequence diagram
C. Statechart diagram
D. Object diagram
Explanation: A statechart diagram shows a state machine, consisting of states, transitions, events, and activities.
Related Mcqs:
- Which diagram shows the configuration of run-time processing elements ?
A. Deployment diagram
B. Component diagram
C. Node diagram
D. ER-diagram - The_______________ is represented as two processing boxes connected by an line (arrow) of control ?
A. Repetition
B. Sequence
C. Condition
D. None of the mentioned - 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 - When does the testing process stops ?
A. When resources (time and budget) are over
B. When some coverage is reached
C. When quality criterion is reached
D. Testing never ends - Which of the following is not a user interface design process ?
A. User, task, and environment analysis and modeling
B. Interface design
C. Knowledgeable, frequent users
D. Interface validation - Which things are dynamic parts of UML models ?
A. Structural things
B. Behavioral things
C. Grouping things
D. Annotational things - Which pattern prevents one from creating more than one instance of a variable ?
A. Factory Method
B. Singleton
C. Observer
D. None of the mentioned - Which of the following is not a part of a test design document ?
A. Test Plan
B. Test Design Specification
C. Test Case Specification
D. Test Log - The ___________________ enables the software engineer to develop models of the information domain and functional domain at the same time___________________?
A. data flow diagram
B. state transition diagram
C. control specification
D. activity diagram - Which model shows the flow of object interactions?
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Both Sequence and Dynamic model
View AnswerAnswer: a
Explanation: Sequence model are represented using a UML sequence or a collaboration diagram and are dynamic models.