Multiple choice general knowledge

Which one of the following is a not a static diagram in UML?

  1. Deployment Diagram

  2. Use case diagram

  3. Component Diagram

  4. Class diagram

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Use case diagrams are BEHAVIORAL diagrams in UML, showing interactions between actors and system functions. They are not static structure diagrams. Static diagrams in UML include Class, Component, Deployment, and Object diagrams. Use case, Sequence, Activity, and State diagrams are behavioral.