Which diagram in UML emphasizes the time-ordering of messages ?
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. 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. 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.
A. design model
B. user’s model
C. mental image
D. system image
Explanation: To build an effective user interface, all design should begin with an understanding of the intended users, including their profiles of their age, physical abilities, education, etc.
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.
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Both Sequence and Dynamic model
View Answer
Answer: a
Explanation: Sequence model are represented using a UML sequence or a collaboration diagram and are dynamic models.
A. repeat until
B. condition
C. do while tests
D. if then-else
A. Things
B. Relationships
C. Diagrams
D. All of the mentioned
Explanation: All are the building blocks of UML which are further sub-categorized.