answersLogoWhite

0


Best Answer

Activity diagram shows the work flow from start point to the end point detailing many decision points. Sequence shows detail flow of specific use case and it also shows interaction between actors, system and system components

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between activity diagram and sequence diagram?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between work flow and activity diagram?

hhhghg


What is the difference between sequence diagram and communication diagram?

The main difference between communication diagrams and sequence diagrams is that sequence diagrams are good at showing sequential logic but not that good at giving you a "big picture view" whereas communication diagrams are the exact opposite


What is the difference between sequence diagram and state diagram?

State diagram represents behavior without noting the classes involved whereas sequence diagram represents behavior, by describing how classes move from state to state


What is logical grouping?

identifying how the interactions have dependencies and grouping them into an activity. Identifying how the objects on a sequence diagram have interactions and dependencies between them and grouping them into an activity to show behavior.


Difference between dataflow diagram and sequence diagram?

The purpose of a data flow diagram is to show you how the data flows through an information system. A sequence diagram shows you information regarding how the processes work together and in what order they operate.


What is the purpose of a robustness diagram?

It is a hybrid between Use Case and Sequence Diagram


Are there a graph to see the path of execution of code?

Sequence diagram (UML), activity diagram (UML), traditional flow chart (may be more...)


What is the difference between single line diagram and one line diagram?

There is no difference...same thing


How do you draw a sequence diagram for online airline reservation?

airline reservation system sequence diagram


What is the difference between a diagram and a graph?

The difference between a graph and a diagram is as follows: a diagram is a chart which shows a drawing and a graph is a graph with lines or bars indicating something specific in numbers.


How do you show instantiation in a UML Sequence Diagram?

google sequence diagram object constructor


Sequence diagram for online exam?

A sequence diagram in a Unified Modeling Language (UML) is a kind of interaction diagram that shows how processes operate with one another and in what order. It is a construct of a Message Sequence Chart. A sequence diagram shows object interactions arranged in time sequence. It depicts the objects and classes involved in the scenario and the sequence of messages exchanged between the objects needed to carry out the functionality of the scenario. Sequence diagrams typically (but not always), are associated with use case realizations in the Logical View of the system under development.