1: Consider the following project. Use the same data for Questions 32-37 .
| Task | Pred | Time (Weeks) |
| A | - | 16 |
| B | A | 6 |
| C | B | 1 |
| D | B | 8 |
| E | C,D | 16 |
| F | C,D | 19 |
| G | E | 8 |
| H | F,G | 13 |
| I | F,G | 6 |
| J | F,G | 9 |
| K | F,G | 16 |
| L | H,I,K | 7 |
| M | J,L | 2 |
What is the earliest start for task H?
|
|||
|
|||
|
|||
|
2:
What is the earliest finish for the project?
|
|||
|
|||
|
|||
|
3:
What is the latest start for task H?
|
|||
|
|||
|
|||
|
4:
What is a critical path for this project?
|
|||
|
|||
|
|||
|
5:
What is the maximum slack for any task in the project?
|
|||
|
|||
|
|||
|
6:
If the latest finish requirement is less than the earliest finish time by 2 weeks, what is the slack for task D?
|
|||
|
|||
|
|||
|
1 |
Ans 1: 54
Ans 2: 79
Ans 3: 57
Ans 4: A-B-D-E-G-K-L-M with the project duration of 79 weeks
Ans 5: 14
Ans 6: -2
1: Consider the following project. Use the same data for Questions 32-37 . Task Pred Time...