Practical-6
Design activity diagram for the system
This is an activity diagram of “resume maker project”
l Write a short note on components of activity diagrams.
ans->
-The basic purpose of activity diagram is similar to other four diagram.
-It caption the diagram dynamic behaviour of the system.
-Other four diagram are used to show the message flow from one object to another but activity diagram to another.
-visualizing the diagram nature if a system but the are also used to constraint the executable system by using forward and reverse engineering techniques.
-The activity diagram in the message part.
-Activity diagram are normally employed in business process modelling.
-This is carried out during the initial stages of requirements analysis and specification.
-Activity diagram can be very useful to understand complex processing activities involving many components.
Draw activity diagram for your system.
This is an activity diagram of resume maker project
l Differentiate between flow chart and activity diagram.
ans->
-The main difference between activity-diagram and flow chart is that an activity diagram is that an activity diagram is a behavior diagram that represents the work how to stepwise activity of the system.
-while a flowchart is a graphical representation that represents the sequence of steps to solve a problem.
0 Comments