A. Structural things
B. Behavioral things
C. Grouping things
D. Annotational things
Explanation: It include a note which is simply a symbol for rendering constraints and comments attached to an element or a collection of elements.
Related Mcqs:
- Which things are dynamic parts of UML models ?
A. Structural things
B. Behavioral things
C. Grouping things
D. Annotational things - UML interfaces are used to_____________________?
A. specify required services for types of objects
B. program in Java, but not in C++ or Smalltalk
C. define executable logic to reuse across classes
D. define an API for all classes - Which of the following is a building block of UML ?
A. Things
B. Relationships
C. Diagrams
D. All of the mentioned - What is a physical element that exists at runtime in UML ?
A. A node
B. An interface
C. An activity
D. None of the mentioned - Which diagram in UML emphasizes the time-ordering of messages ?
A. Activity
B. Sequence
C. Collaboration
D. Class - Which of the following UML diagrams has a static view ?
A. Collaboration
B. Use case
C. State chart
D. Activity - Which diagram in UML shows a complete or partial view of the structure of a modeled system at a specific time ?
A. Sequence Diagram
B. Collaboration Diagram
C. Class Diagram
D. Object Diagram - 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 - 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 - Which design pattern defines one-to-many dependency among objects ?
A. Singleton pattern
B. Facade Pattern
C. Observer pattern
D. Factory method pattern