The image displays a simple Precedence Diagram. (Click the image for a larger view.)

click to enlarge
You’ll notice that the Precedence Diagram has the following features:
- Events: The Start and End oval shapes signify events. An event is a point in time having no duration, which is also known as a milestone. A Precedence Diagram will always have a Start and an End event.
- Activity: There are four activities (Activity 1, 2, 3, and 4), each activity is represented by a node.
- Dependencies: Each node (Activities and Events) is connected by using uni-directional arrows. This signifies the relationship between activities. The relationship between activities can either be predecessor or successor. For example in the image, Activity 1 has no dependency, Activities 2 and 3 are dependent on Activity 1, while Activity 4 is dependent on Activities 2 and 3.
Note: Since the activities are represented by the node, Precedence Diagrams are also called “activity-on-the-node” diagrams.
A Network Diagram will always have the Start and End events. They may also have other events called milestones. For example, kill-points are milestones. In a Network Diagram, the start of an activity must be linked to the end of another activity.
Next, read how to construct a Precedence Diagram given a list of activities.