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 behavioral diagram in UML?

0 Answers  


What are the good practices to use while designing for reuse?

1 Answers  


What is the purpose of a class diagram?

3 Answers  


how will u use com+ register

0 Answers  


Define types of file access methods?

0 Answers  






What do you mean by focus of control?

0 Answers  


Define SDLC in UML?

0 Answers  


What are the three types of modeling in UML?

0 Answers  


Difference between Composition and Aggregation.

1 Answers  


What are interfaces in UML?

0 Answers  


Brief explanation of all elements in activity diagrams

0 Answers  


What are the advantages of using UML?

0 Answers  


Categories