What are the 9 deadly sins of project planning?
What is a work breakdown structure?
What is Effort?
What is Duration?
What is a project schedule?
Building the project schedule
Task Dependencies
Begin_task(n,q) - Start date for task(n, q) related to feature f(n)
End_task(n,q) - End date for task (n,q) related to feature f(n)
Duration_task(n,q) - Duration of task (n,q) related to feature f(n)
What is the critical path?
The sequence of tasks that represent the minimum time required to complete the project.
What is an over-allocated resource?
A resource is over-allocated if more than 100% allocated to multiple tasks simultaneously
What is slack?
The amount of time which any of the tasks can be delayed without causing the due date of the final task in the sequence to be delayed as well.
What is overhead?
Any effort that does not go to the core activities of the task but is still required in order for the people to perform it - a sort of ‘real world’ cost of actually doing the work.
The critical path in an activity network
For ech activity we need to estimate:
The length of each path is calcualted by adding up the optimistic, expected and pessimistic durations of each activity on the path.