D1, C8 - Critical Path Analysis Flashcards
What goes in the two columns of a precedence / dependence table
Column 1 - Activity (A, B, …)
Column 2 - Dependence (what the activity depends on)
What type of graph can you display a precedence / dependence table on
An activity network
What is the node at the start and the node at the end of an activity network called
Start - source node
End - sink node
What does it mean if an activity network is an ‘activity on arc’ network
The activities are on the arcs (between nodes) as opposed to ‘activity on node’ networks where the activities take place on the nodes
How do you number nodes on an activity network
Number them as they are added to the network (chronological order)
What does a dummy activity show
Precedence
Do dummy activities incur a cost or time
NO
When do you get dummy activities
When an activity (C) is dependent on just one other activity (A), but another activity (D) is dependent on the same activity as C (A) but also another activity (B)
How do you draw dummy activity lines
Dotted lines
What is the time it takes to complete an activity called
Its duration
What is an early event time
The earliest time an activity can start / finish
What is a late event time
The latest time an activity can start / finish
How do you show early and late times on an activity network
Replace nodes with two boxes, top box is the early event time, bottom box is the late event time
What numbers go in the early and late time box for the source node
0, 0
What numbers go in the early and late time box for the sink node
The SAME number
How do you find the early event time
Perform a forward pass/scan
Longest time to finish