Questions tagged [activity-diagram]
2 questions
4
votes
2 answers
What comes first: the activity diagram or the sequence diagram?
I've been learning about UML diagrams and such. While doing so I came across a problem. Which diagram should be drawn first when designing a system, given that use case and such are completed? Is the activity diagram drawn before or after the…

T Lin
- 51
- 1
- 4
0
votes
2 answers
What is a possible order of these actions in this Activity Diagram?
Context: This is from a practice exam, and we aren't sure what the proper answer was
Question: What is a possible order of actions for this activity diagram?
Options:
A->B->D or A->B->C->D
A->B->C->D or A->B->C->D->E
A->B->C->D->E or…

A P
- 111
- 4