Exercise for Network diagram .
1.Using the table below, draw the network diagram and answer the questions. When you have
completed an answering the questions, do a forward/backward pass.
Activity Duration Dependency
(Days)
Start 0
A 8 Start
B 5 A
C 6 B,H
D 8 C
E 9 D,F
F 3 C,I
G 7 Start
H 8 G
I 9 H
J 5 I
K 2 J
L 3 J
Finish 0
(i) How many paths are in the network, and what are they?
(ii) What is the critical path and its duration?
(iii)What is the total float and free float on activity H?
(iii) Calculate float for each activity.
2. Draw the network diagram and answer the questions. When you have completed an
answering the questions, do a forward/backward pass.
Activity Predecessor Duration
(days)
A - 2
B - 3
C - 1
D A 2
E B,C 4
F D 1
G D,E 3
H F,G 5
I G 3
J E 2
(i) How many paths are in the network, and what are they?
(ii)What is the critical path and its duration?
(iii) Calculate total float and free float activity G.
(iv) Calculate float for each activity.
3. Draw the network diagram and answer the questions. When you have completed an answering
the questions, do a forward/backward pass.
Activity Predecessor Duration
(days)
A - 2
B A 3
C A 1
D B 2
E B 4
F B,C 1
G D,E 3
H E,F 5
I F 3
(i) How many paths are in the network, and what are they?
(ii)What is the critical path and its duration?
(iii) Calculate total float and free float each activities.
(iv) Calculate float for each activity.