Chapter 6 : Projects scheduling, networks, duration estimation and critical path. Flashcards
objectives, chapter 6 (projects scheduling, networks, duration estimation and critical path)
- key terminology
- apply logic to create activity networks, including predecessor and successor tasks
- activity-on-node (AON) techniques
- activity duration estimation
- critical path using forward and backward passes
- float and how to determine it
- probability of a project finishing on time under PERT estimates
- what are the steps that can be employed to reduce the critical path?
What is project scheduling?
requires us to follow some carefully laid-out steps in order for the schedule to take shape
What is project planning?
as it relates to project scheduling and defined by the PMBoK : the identification of the project objectives and the ordered activity necessary to complete the project including the identification of resource types and quantities required to carry out each activity or task.
10 project scheduling terms
- successor
- predecessor
- network diagram
- serial activities
- concurrent activities
- merge activities
- burst activities
- node
- path
- critical path
Whats the difference between AOA and AON
activities on arrow
activities on node
What is the definition of concurrent activities?
When two activities can be executed at the same time.
3 duration estimation methods
- past experience
- expert opinion
- math derivation : beta distribution
2 formulas for beta distribution
- activity variance
- activity duration
a = optimistic
b = pessimistic
m = most likely
formula for activity variance
s^2=[ (b-a)/6 ] ^2
formula for activity duration
TE = (a + 4m + b)/6
critical path determines the
shortest project length
3 forward pass rules
. ES + duration = EF
. EF (predecessor) = ES (successor)
. largest preceding EF at merge becomes ES for succesor
3 backward pass rules
. LF - duration = LS
. LS (successor) = LF (predecessor)
. smallest preceding LS at burst becomes LF for predecessor
equation for float
float = slack = LS - ES = LF - EF
how to find the critical path
all activities along the critical path have float = 0
may be more than one critical path