Difference: Activity Diagram and Sequence Diagram.
Answers were Sorted based on User's Feedback
Answer / ashu
Activity Diagram mainly represent process flows captured in
system.
Sequence diagram mainly represent interaction between
different objects.It is time ordered means exact
interactions between objects is represented step by step.
Is This Answer Correct ? | 92 Yes | 10 No |
Answer / dharmendra verma
Sequence diagram describes the behavior of several objects
in a single use case.
activity diagrams are good at showing the general sequence
of actions for several objects and use cases.
Is This Answer Correct ? | 41 Yes | 8 No |
Answer / kumar rohit
In UML Activity diagram is used for functional modeling
while sequence diagram is used to dynamic modeling purpose.
A typical workflow can be repersented by activity diagram
while sequence diagram is more about exploring into use
case by showing intercation between objects.
Note: Activity diagram also repersents an object role in
workflow like sequence diagram but level of repersenation
is not dynamic like sequence diagram repersentation.
for example: Object lifeline and sequence of interaction
is detailed in sequence diagram while activity diagram does
not show such detail about an object.
Is This Answer Correct ? | 29 Yes | 8 No |
Answer / berhane
activity diagram is not dynamic diagram and it is used to
see the workflow of the software.
And sequence diagram is lifeline of the the object and it
isd dynamic modeling.
Is This Answer Correct ? | 12 Yes | 10 No |
Answer / praveen .r
Both diagrams describe process execution of a system in a
functional way.
Sequence diagram mainly ensures time order for a process.
Activity diagram portrays the execution of a process in
terms of activities performed by the objects.
Is This Answer Correct ? | 2 Yes | 2 No |
How would you define architecture?
What is a communication diagram in UML?
Can you name the types of modelling?
What are the different parts of a deployment diagram?
How does the rule chaining concept works in uml?
What is unified modeling language (uml)?
How does elaborating software requirements lead to inconsisteencies!
What is static modeling and dynamic modeling in UML?
Every object has : state, behavior and identity - explain
What is the difference between responsibility-driven and data-driven approaches?
What are the different views in UML?
What is the difference between Activity and sequence diagrams?