Difference: Activity Diagram and Sequence Diagram.

Answers were Sorted based on User's Feedback



Difference: Activity Diagram and Sequence Diagram...

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

Difference: Activity Diagram and Sequence Diagram...

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

Difference: Activity Diagram and Sequence Diagram...

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

Difference: Activity Diagram and Sequence Diagram...

Answer / ayano

give examples for both of them

Is This Answer Correct ?    12 Yes 5 No

Difference: Activity Diagram and Sequence Diagram...

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

Difference: Activity Diagram and Sequence Diagram...

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

Post New Answer

More UML Interview Questions

What is the difference between translational and elaborational approaches?

0 Answers  


what is difference between Extend and Include with example?

9 Answers   TCS,


Tell me about UML modeling.

0 Answers  


What is use case diagram in UML?

0 Answers  


What is current system?

0 Answers  






What is multiple inheritances?

0 Answers  


What is dependency?

0 Answers  


On what basis I will select or choose an uml modeling tool?

0 Answers  


What are interfaces in UML?

0 Answers  


What are the advantages of creating a model?

0 Answers  


Which software is used for UML diagrams?

0 Answers  


Define link and association?

0 Answers  


Categories