D1, C8 - Critical Path Analysis Flashcards

1
Q

What goes in the two columns of a precedence / dependence table

A

Column 1 - Activity (A, B, …)
Column 2 - Dependence (what the activity depends on)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What type of graph can you display a precedence / dependence table on

A

An activity network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the node at the start and the node at the end of an activity network called

A

Start - source node
End - sink node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does it mean if an activity network is an ‘activity on arc’ network

A

The activities are on the arcs (between nodes) as opposed to ‘activity on node’ networks where the activities take place on the nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you number nodes on an activity network

A

Number them as they are added to the network (chronological order)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does a dummy activity show

A

Precedence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do dummy activities incur a cost or time

A

NO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When do you get dummy activities

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you draw dummy activity lines

A

Dotted lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the time it takes to complete an activity called

A

Its duration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an early event time

A

The earliest time an activity can start / finish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a late event time

A

The latest time an activity can start / finish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you show early and late times on an activity network

A

Replace nodes with two boxes, top box is the early event time, bottom box is the late event time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What numbers go in the early and late time box for the source node

A

0, 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What numbers go in the early and late time box for the sink node

A

The SAME number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you find the early event time

A

Perform a forward pass/scan
Longest time to finish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do you find the late event time

A

Perform a backward pass/scan
Shortest time to start

18
Q

For a forward pass do you pick the highest or lowest option

A

Highest

19
Q

For a backward pass do you pick the highest or lowest option

A

Lowest

20
Q

What is a critical activity

A

An activity which will delay the finish time of the project if it is delayed

21
Q

What is a critical path

A

A path which goes from the source node to the sink node only through critical activities

22
Q

What is true of the early event time and late event times for a critical activity

A

They are equal
Early event time = late event time

23
Q

Where do critical activities often (not always) happen between

A

Between critical events

24
Q

Can you have multiple critical paths

A

YES

25
Q

What is the float of an activity

A

The amount of time that the start of the activity may be delayed by, without delaying the finish time of a project

26
Q

How do you calculate the total float for an activity

A

Total float = latest finish time - duration - earliest start time

27
Q

What do Gantt (or Cascade) charts show

A

The activities on a network

28
Q

What do solid rectangles represent on Gantt charts

A

Activities

29
Q

What do dotted lines represent on Gantt charts

A

Delays to activities (floats)

30
Q

Where do you put critical activities on a Gantt chart

A

On the top row

31
Q

What do resource histograms display

A

The number of workers needed for an activity

32
Q

How many activities can one worker be assigned to on a resource histogram at a time

A

1 activity at a time

32
Q

When can workers stop their activity on a resource histogram

A

When they have finished it

33
Q

How long after finishing an activity does it take for a worker to start a new activity on a resource histogram

A

Immediately available

34
Q

What is levelling with resource histograms

A

The process of adjusting the start / finish of activities to take into account any constraints on resources

35
Q

What goes in the x and y axis for a resource histogram

A

y = number of resources needed per activity (workers)
x = time needed per activity (days / hours / etc)

36
Q

For scheduling diagrams how many workers are assumed to be required per activity

A

One worker assumed to be required per activity

37
Q

For scheduling diagrams which worker do you use

A

The first available worker

38
Q

For scheduling diagrams, if we can choose more than one activity to assign a worker to, which activity do you choose

A

Choose the activity with the lowest last time

39
Q

What is the formula to calculate the lower bound for the number of workers needed to complete a project by its critical late time

A

Lower bound = (sum of all activity times) / (critical time of the project)
(take the smallest integer >= the answer)