case / activity / sequence / class diagrams Flashcards

1
Q

Case Diagram

A

A case diagram is a type of diagram that shows the actors (users or external systems) and their interactions with the system being modeled. Case diagrams are used to capture the high-level functionality of the system and its external dependencies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Activity Diagram

A

An activity diagram is a type of UML diagram that models the workflow or business process of a system. It represents the flow of activities in a system, including decision points, branching, and concurrency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sequence Diagram

A

A sequence diagram shows the interactions between objects in a system over time. It represents the dynamic behavior of the system, including the order and timing of messages exchanged between objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Class Diagram

A

A class diagram shows the static structure of a system. It represents the classes, objects, attributes, and relationships between objects in the system. Class diagrams are used to model the structure of the code and are often used during the design phase of software development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly