Match List-I with List-II: List-I (UML Diagram) List-II (Primary…
2026
Match List-I with List-II:
List-I (UML Diagram) | List-II (Primary Characteristic) |
A. Class Diagram | I. Subset |
B. Package Diagram | II. Relationship |
C. Object Diagram | III. Dependencies |
D. Component Diagram | IV. Static Structure |
Choose the correct answer from the options given below:
- A.
A-II, B-III, C-IV, D-I
- B.
A-IV, B-I, C-III, D-II
- C.
A-IV, B-I, C-II, D-III
- D.
A-III, B-IV, C-II, D-I
Attempted by 50 students.
Show answer & explanation
Correct answer: C
The correct matching is A-IV, B-I, C-II, D-III. Class Diagrams primarily illustrate the static structure of a system (IV). Package Diagrams organize model elements into subsets or namespaces (I). Object Diagrams depict relationships between instances at a specific time (II). Component Diagrams focus on dependencies between software components (III).