What does a <
A. specifies how it uses another element
B. specifies how it realizes another element
C. specifies how one element implements another element
D. requires another element for its full implementation or operation
Refer to the exhibit. n that class A realizes interfaces X and Y, and that class B realizes interface Y and uses interface Z, what operations must class A support?
A. union of the operations in interfaces X and Y
B. union of the operations in interfaces X, Y, and Z
C. intersection of the operations in interfaces X and Y
D. intersection of the operations in interfaces X, Y, and Z
E. not required to support any operations specified by the interfaces shown
What is a relationship in UML 2.0?
A. the state of being related
B. an element that has no derived union
C. an element that has no derived composition
D. an element that must have two owned elements
E. an element that specifies a connection between elements
What is meant when a lifeline is named by the keyword self?
A. may send messages to itself
B. represents a user external to the owner of this interaction
C. represents the behavior of the object owning this interaction
D. represents a property of the enclosing composite structure named "self"
What are the components of diagram frames? (Choose three)
A. date
B. heading
C. content area
D. author designation
E. round-cornered frame
F. square-cornered frame
An arrowed line connecting small rectangles attached to round-cornered, solid-line rectangles is depicted in the exhibit. does the arrowed line represent in UML 2.0 activity diagrams?
A. object flow
B. control flow
C. dependency
D. state transition
E. message passing
F. unidirectional association
What are the possible relationships among use cases in UML 2.0? (Choose two)
A. <
B. <
C. <
D. <
E. <
F. <
In the exhibit, what is an interaction?
A. Option A
B. Option B
C. Option C
D. Option D
What shapes normally represent a use case? (Choose three) A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
F. Option F
What statements are true about implementation relationships? (Choose two)
A. A classifier may only implement one interface.
B. An interface may implement multiple classifiers.
C. A classifier implementing an interface conforms to its contract.
D. The set of interfaces implemented by a classifier are its required interfaces.
E. The set of interfaces implemented by a classifier are its provided interfaces.