Friday, November 21, 2008

Interview Questions for Business Analysts and Systems Analysts

Careers


Interview Questions


Recent Questions | Categories | Search | Subscribe (RSS)

What are the basic elements of an Activity Diagram?
Question: What are the basic elements of an Activity Diagram?

Statistics:Article Rating (3841 Views) (0 Additional Answers/Comments)
Posted by: cadams5 on Saturday, July 05, 2008
Categories: Business Analysis, Systems Analysis, Unified Modeling Language (UML)


Answer:
 

UML defines a specific notation and set of rules for creating Activity Diagrams. The following are the most commonly used:

  • Initial Node - The initial node represents the starting point of the activity diagram.
  • Activity Final Node - The activity final node represents the termination point of the activity.
  • Action Node - An action node is a type of activity node that represents a single action or behavior of the activity being modeled.
  • Activity Edge - An activity edge creates a directed connection between two activity nodes.  It represents the path that a token can take between two activity nodes.
  • Decision - A decision has one flow entering and several exiting.  The exiting flows each have a condition that must be met in order to traverse the flow.
  • Merge - A merge has several flows entering and one exiting.  The merge denotes that multiple parallel flows are merging at a single point.  Only one flow must reach the merge point in order to continue to traverse the flow to the next activity.
  • Fork - A fork has one flow entering and several exiting.  A fork denotes that several processes are occurring in parallel.
  • Join - A join has several flows entering it and one exiting it.  A join denotes that multiple parallel flows are merging at a single point.  All flows going into the join must be completed before the next activity can start.

There are others, but these eight symbols constitute the basic notation used by nearly every Activity Diagram.

Additional Answers/Comments
Currently, there are no comments. Be the first to post one!
You must be logged in to post a comment. You can login here
Syndicate  
Templates & Aides: find/share business analysis templates as well as other useful aides in our new Templates & Aides repository, such as:
ModernAnalyst.com LinkedIn Group
* Requirements Template

* Use Case Template

* BPMN Cheat Sheet

Registered users can...

 - post new questions,
- add answers & comments,
- rate questions & answers.

Login - Register



 

Privacy Statement  |  Terms Of Use
Copyright 2006-2008 by Modern Analyst Media LLC