Project Management 1. PROJECT MANAGEMENT PROJECT ANALYSIS...3

Size: px
Start display at page:

Download "Project Management 1. PROJECT MANAGEMENT...1 2. PROJECT ANALYSIS...3"

Transcription

1 Project Management What is a project? How to plan a project? How to schedule a project? How to control a project? 1. PROJECT MNGEMENT PROJECT NLYSIS PROJECT PLNNING RESOURCE LLOCTION REDUCTION OF DURTION PROJECT DURTION WITH VRIBLE TSK LENGTH PERT CLCULTION METHOD DISCRETE PPROCH PROJECT CONTROL CONCLUSIONS TTCHMENTS...18 Kimmons R.L. and Lowree J.H., Project Management: Reference for Professionals, Marcel Dekker, Prod 2100/2110 Project Management 0

2 1. Project Management project is a special kind of production system which produces a single unit of product. Building a ship or a house, moving a department or a plant, developing a new product or performing a study are examples of such one-of-a-kind products. Your goal is to control that your project is finished in time and to systematize its operations and its control. You can also aim at transferring your past experience with similar projects. Examples : The GETUP project soap, clothes, food alarm clock, coffee machine bathroom, kitchen friend, parents Student asleep Morning Student listening To attend to a lecture on a precise day at a precise time is a project. You cannot do it in advance nor can you prepare several attendances at once. Your objectives are first to be on time at the auditorium (washed, dressed and fed up) but also to be able to sleep as long as possible, that is to start the project as late as possible. Design and install a new information system Hopefully, you do that only once in your company. In any case, one at a time. lmost the complete organization is affected by such a project. Satisfying all needs while minimizing the disturbance is certainly your first objective. Shutdown a plant (CPM) CPM (Critical Path Method) was developed in 1957 at Remington-Rand and Du Pont to aid in scheduling maintenance shutdowns of chemical plants. Develop Polaris (PERT) Polaris is the first weapons system that could launch a long-range ballistic missile from a submerged submarine. The PERT (Program Evaluation and Review Technique) method was developed in 1958 to coordinate the contractors of the project. Project Management is adequate when: or when should you use project management techniques the objective is clear the objective is complex in scope different organizations participate quick responses to changes are required the tasks are highly interdependent the reward / penalty is high Prod 2100/2110 Project Management 1

3 Project Management Project Introduce a new information system (with new entry forms) for the registration of the students. Train the personnel accordingly. Questions when will the project be completed? or when should it be started to finish on time? how can we speed up the project? or which operation should be expedite to finish earlier? how can we spare some money? or how can my workforce be more efficiently used? what happens if a task takes more than foreseen? or what can be done to meet the final deadline if a task is late? need to analyze, to plan and to control the project 1. nalysis: decompose the problem into tasks, get time estimations for each task and study their dependencies by building a PERT / CPM diagram. B B task task must be done before 2. Planning: allocate the resources and determine the deadline (due date) for each task. Here we will show how precise start times for the non-critical tasks are selected. 3. Control: check we are on time and reallocate resources if necessary. Prod 2100/2110 Project Management 2

4 2. Project nalysis Step 0. List the activities, their dependence and their estimated (or known) duration. Project: Introduce a new information system (with new entry forms) for the registration of the students. Train the personnel accordingly. For this project, five different activities are identified. The personnel receives three successive formations: a basic one with the new system(), one with the new forms(c) and finally one with the complete system(e). The new forms must first be designed(d) and then produced in large quantities(b). The installation is operational when the personnel is trained and the forms are available. ctivity Code Duration (days) Predec. Basic training 5 - Procure new forms B 8 D Train for new forms C 6, D Design new forms D 11 - Train for new system E 7, C The code is an identifier (unique) of the task. The duration is the estimated time needed to complete the task. The predecessors of a task are all the tasks which must be completed before the task can be started. Project: Prepare the production management examination Here is another example where a team will prepare a POM exam. ctivity Code Duration (days) Predec. Study the basic notes D 11 - Prepare a summary B 8 D of the theory Review probability 5 - and statistics Solve the exercises C 6, D Write recipes for the exercises E 7, C The list of tasks, their duration and their predecessors completely define the project. These two examples are therefore identical. Note that if you prepare this examination alone, the precedence constraints will be different! Prod 2100/2110 Project Management 3

5 Project nalysis Step 0. Project decomposition Code Duration Predecessors 5 - B 8 D C 6, D D 11 - E 7, C Step 1. St. Build a node for each activity + a Start node + a Finish node Fi., 5 B, 8 C, 6 D, 11 E, 7 In addition to the activity code, specify its duration. Step 2. Connect the tasks according to the precedence relations (and simplify) The Start node is connected to the tasks which have no predecessors ( and D). The nodes which are predecessors of nobody (B and E) are connected to the Finish node. Every precedence relation translates in an arrow between two nodes., 5 C, 6 E, 7 St. Fi. D, 11 B, 8 "To simplify" means to discard useless precedence relations. For example, must precede C and C must precede E, it is then useless to explicitly specify that must precede E. Prod 2100/2110 Project Management 4

6 Project nalysis Step 3. Compute the earliest start and finish times, 5 C, 6 E, 7 St. Fi. D, 11 B, 8 Let us arbitrary decide that the task St terminates at time 0. can then start at time 0 and will be finished at time 5. D can start at 0 and will finish at 11. C can only start when and D are terminated. This means that C cannot start before time 11. This is the earliest start time for activity C. It cannot be finished before time 11+ 6=17. This is the earliest finish time for activity C. Practically, the earliest start and finish times are written on the diagram using the following representation. ESi EF i i, D i ES i EF i D i Earliest Start time of task i Earliest Finish time of task i ctivity Duration of task i For our example, the following diagram is obtained. Note that the project cannot be finished before time 24. This is the project length. St , 5 C, 6 E, D, 11 B, 8 Mathematically, we set the earliest finish time of the task St to 0 and used the following two formulae iteratively: EFi = ESi + Di ES = max ( ) EF i j pred i j where pred(i) denotes the set of tasks which precede i. Note. Deciding that the task St is terminated at time 0 is arbitrary. It is just a way of fixing the time scale. One could select the current date and work in absolute time instead. Selecting 0 just means we work in relative time. Fi. Prod 2100/2110 Project Management 5

7 Project nalysis Step 4. Compute the latest start and finish times Similarly, we can work backwards to determine the latest start and finish times. For example, for the project to terminate at time 24, tasks E and B must be finished at this time. The latest finish times of these two tasks is therefore 24. The latest start time of B is then 16 and the latest start time of E is 17. nd so on. Using the following notation ES i EF i i, D i LS i LF i LS i LF i Latest Start time of task i Latest Finish time of task i we obtained the following diagram: 0 St , D, C, B, E, Fi. 24 Mathematically, this diagram was obtained by setting the latest start time of the task Fi to 24 and by using the following two formulae iteratively: Step 5. LSi = LFi Di LF = min ( ) LS i j succ i j Determine the critical path(s) and tasks Determine the slack times The slack time of a task is defined as the difference between the latest and the earliest start times of this task. task with a slack time equal to zero is said critical. path is a sequence of tasks from St to Fi. path made of critical tasks is said critical too. 0 St , D, C, B, E, Fi. 24 Prod 2100/2110 Project Management 6

8 Project nalysis The last diagram is the result of the project analysis phase. 0 St , D, C, B, E, Fi. 24 The slack time of a task tells whether there is some freedom in the schedule of this task and how much. If the slack time is zero (task C, for example), the earliest start time is identical to the latest start time (11, for task C). You must start this task at this time if you do not want to delay the whole project. There is thus no freedom in the schedule of the critical tasks. Furthermore, any delay in the duration of a critical task will delay the whole project. If the slack time is positive (task B, for example), there is some freedom. Task B can be started any time between 11 and 16. Notes: 1. There is always at least one critical path. There can be more than one. 2. The slack is defined as the difference between the latest and the earliest start times. It can be equivalently defined as the difference between the finish times. Other representations Derive a Gantt chart with the ES dates Gantt chart is a special kind of chart where the x-axis is the time and where each task is represented by a rectangle whose length corresponds to its duration. Here are two examples. B C D E days It is difficult with Gantt charts to represent the precedence constraints. None of these charts is very clear. The vertical bar from D indicates that D must be done before B and C. However, it is not clear whether precedes C or B or both. Start D C B E Finish Days We advocate the use of Gantt charts but with explicit precedence constraints. Prod 2100/2110 Project Management 7

9 3 Project Planning 3.1 Resource allocation Question 1 Select best start times for non-critical tasks or how can the slack time of a non-critical task be used to spare some resource? Here we will show how precise start times for the non-critical tasks are selected. We assume that the task D can be decomposed into two consecutive subtasks, denoted D1 and D2. Example: D = D1 + D2 D1 lasts 3 days and requires 2 workers D2 lasts 8 days and requires 1 worker lasts 5 days requires 1 worker Start D1 D2 C B E Finish Days Workers If we start all the tasks at their earliest start time, 3 workers are required during the first three days. This project planning requires 3 workers during the first three days. By delaying the start of task after the end of D1, one can spare one worker without delaying the whole project. Start D1 D2 C B E Finish Days Workers We focused here on workers. same optimization can be performed for any other resource. We only considered delaying non-critical tasks. The same can be done for critical tasks, at the cost however of delaying the whole project. Prod 2100/2110 Project Management 8

10 3.2 Reduction of duration Question 2: Reduce the total project duration at the lowest cost or what should I do if the analysis of the project shows that it will fall behind schedule? Start D C B E Finish Days Let us first consider our example. How could the project duration be reduced? Step 1. List the possible reductions and their costs In a real case, it means asking whether some tasks can be shortened and if it is possible, at which cost (by means of which resources/investment). Task B C D E Normal duration Reduced duration Cost This table has to be understood as follows. The normal duration of task E is 7 days. n investment of 50 ($ or BEF) would allow this duration to be reduced to 4 days. This investment can be done or not. This is a 0/1 decision variable. Step 2. Determine the sufficient reductions We build the diagram and focus first on the critical path D-C-E because reduction of noncritical tasks cannot reduce the project length. ssume for example that the project length must be reduced to 18 days, that is 6 days must be spared. Focusing on the critical path, it seems that we could freely choose between the reductions C+D, C+E and D+E which brings 6 days each. This is not true because reducing the critical path D-C-E of 6 days does not guarantee that the project duration will be reduced by 6 days. In fact, another path could become critical. Consider for example the reduction C+E. When reduced, these two tasks take together 7 days which is less than the task B. The path D-B of length 19 becomes then critical and defines the project duration. The reduction C+E does only allow 5 days to be spaced. The sufficient reductions to be considered are therefore D+C, D+E and C+E+B. Step 3. Select the cheapest sufficient reduction Here are the best solutions for different deadlines. Deadline(days) Reduction(s) E E E C+E C+E D+E? Cost ? What do you do if: contractual deadline: day 18 daily penalty for lateness: 25/day Prod 2100/2110 Project Management 9

11 Reduction of duration Question 2: Reduce the total project duration at the lowest cost Here we analyze the same problem but instead of solving it by hand, we will formulate it as an optimization problem. Operations research formulation s in the previous example, we first consider the case where the decision of reducing the duration of a task is a 0/1 variable. Case 1. Discrete duration options Task B C D E normal duration (D) Reduced duration (Red) Cost (ReductionCost) Variable definitions: S : Start time of activity F x : Finish time of activity = 1 0 if the time reduction for otherwise is implemented Precedence constraint: F SB if B Variable constraint: F = S + (1 x)d + xred Initial constraint: FStart = 0 SFinish Deadline Objective function: Min x ReductionCost Mixed 0-1 Integer Programming problem Prod 2100/2110 Project Management 10

12 Reduction of duration Question 2: Reduce the total project duration at the lowest cost Here we consider the case where the reductions are no more 0/1 decisions but integer or linear. Case 2. Linear (duration - cost) functions Task B C D E Max. duration (Max) Min. duration (Min) Red. cost / day (RedCostRate) For example, task E takes 7 days. We could reduce its duration at the cost of 16.7 per day. However, we cannot reduce it indefinitely. Four days constitutes a lower limit. Variable definitions: S: Start time of activity F: Finish time of activity x: number of reduction days for (int or cont) Precedence constraint: F SB if B Variable constraint: Initial constraint: F = S + Max x 0 x Max Min FStart = 0 SFinish Deadline Objective function: Min x RedCostRate LP(linear) or MIP(mixed integer) It is a linear programming problem if the variable x is continuous, it is a mixed integer problem if x can take only integer values. good heuristic for the integer case is the greedy approach. Select the task of the critical path with the smallest reduction cost rate and reduce this task as long as no other path becomes critical. When there are two parallel critical paths, set the reduction cost rate for this parallel path as the sum of the cheapest reduction cost rates on each path. Repeat then the process as long as the deadline is not met. This technique is usually referred to as the minimum-cost scheduling. Prod 2100/2110 Project Management 11

13 3.3 Project duration with variable task lengths Question: If the tasks have variable durations, what is the probability that the project terminates before... Task B C D E Max duration Est. duration Min duration Let us represent this variability on the Gantt chart. The D+B path can last between 13 and 30 days. The D+C+E path lasts between 21 and 29 days. C E Start Finish D B Days 0 24 Goal: Determine Prob[project duration < 27] The value 27 is just an example. Step 1. Define: X=D+max (B, C+E) Step 2. Compute: pdf(x) Step 3. Derive: Prob[X<27] Theoretically, we should define the random variable X as above, determine its probability distribution and then derive the probability that X remains smaller than some deadline (27, for example). Practically this approach is not so easy since it requires operations on random variables (the task durations,, B, C, D and E) such as summation and maximum. We will explore three different approaches. The first two approaches focus on the critical path only. They aim at computing the probability that the duration of the critical path does not exceed some given deadline. This is an easier problem since random variables are only summed up. This is however an approximation only of the probability that the project meets the deadline. There is indeed a non-null probability that a non-critical path, D-B for example, lasts longer than this deadline. The two approaches assume continuous and discrete probability distributions, respectively. The third approach shows how the probability that the project meets the deadline can be determined using discrete random variables. One should however be aware of the fact that this last approach could require a very large number of computations when the size of the problem increases. Prod 2100/2110 Project Management 12

14 3.4 PERT calculation method The method described here is often referred to as the PERT method itself. Q1. What is the probability p that the critical path lasts less than 27 days? (continuous approach) Task B C D E Max duration Est. duration Min duration Let us build the random variable Y which represents the duration of the critical path.! Y = D + C + E? Prob[Y <27] 1. Determine the mean duration of the critical path µ Y = µ D + µ C + µ E = 24 The mean of a sum of random variables is equal to the sum of the means of the random variables. 2. Determine the StDev of each task duration We do not have the standard deviation of the duration of the tasks. We could have assumed that it has the shape of a normal distribution. The Beta distribution is most often selected because it admits the specification of a minimum and of a maximum. The standard deviation of a Beta distribution is given by: σ = (Max - Min)/6, using beta distributions We then obtain from the table above: σd = 5 / 6, σc = 3 / 6, σe = 0 3. Determine the StDev along the critical path σy = σ 2 + σ 2 D C + σ 2 E = 34 / 36 1 The variance of a sum of random variables is equal to the sum of their variances if they are independent. 4. Estimate the probability: p=prob[y < 27] We have estimated the mean and the variance of Y. We must make an assumption on the shape of its distribution. The Normal distribution is a reasonable choice. Compute: Prob[ N(24,1) < 27 ] Prob[ N(µ,σ2) < d ] = Prob[ N(0,1) < (d-µ)/σ ] Prob[ N(24,1) < 27 ] = Prob[ N(0,1) < 3 ]= Prod 2100/2110 Project Management 13

15 3.5 Discrete approach Q1. What is the probability p that the critical path lasts less than 27 days? (discrete approach) Task B C D E Max duration Est. duration Min duration We will again build the random variable Y which represents the duration of the critical path. However, we will assume that all the related variables are discrete. 1. Make an assumption on the distribution of the duration of the tasks. We assume we got the following data: Duration(D) Probability 2/9 2/9 2/9 1/9 1/9 1/9 Duration(C) Duration(E) 7 Probability 3/8 3/8 1/8 1/8 Probability 1 These data can be drawn from discussion with people who have already performed or managed similar tasks, most often the field people. 2. Compute the probability distribution of Y This table is computed as follows. Y equals 21 when D=9, C=5 and E=7. This happens with probability 2/9 * 3/8 * 1. Y equals 22 when D=9, C=6 and E=7 or when D=10, C=5 and E=7. This happens with probability 2/9 * 3/8 * 1 + 2/9 * 3/8 * 1 since the probability of a sum of two incompatible events is the sum of their probability. day Prob[Y=day] sum cumul. 21 2/9 * 3/8 6/72 6/ /9 * 3/8 + 2/9 * 3/8 12/72 18/ /72 32/ /72 45/72 25 ( )/72 10/72 55/ /72 64/ /72 69/ /72 71/ /9 * 1/8 1/72 72/72 Pay attention to the fact that "less than 27" does mean "26 or less" in a discrete case! Prob[ D+C+E 26 ] = 64/72 = 8/9 = Prod 2100/2110 Project Management 14

16 Discrete approach Q2. What is the probability p that the project lasts less than 27 days? (discrete approach) Task B C D E Max duration Est. duration Min duration Here we will build the random variable X which represents the duration of the project. In this small problem, it has a simple formulation. X=D + Max (B, C+E) 1. Determine the distribution of C+E We compute it as in the calculation of D+C+E. C+E Probability 3/8 3/8 1/8 1/8 2. Determine or get the distribution of B B Probability 4/9 2/9 2/9 1/9 3. Determine Max(B, C+E) day probability elements total 12 3/8 * (4+2+2)/9 3/9 13 3/8 * (4+2+2)/9 3/9 14 1/8 * (4+2+2)/9 1/9 15 1/8 * (4+2+2)/9 1/9 16 1/9 1/9 4. Determine X = D + Max(B, C+E) This is again the same calculation. You should find p=68/81. This approach is rather tedious for a human. However, since it is systematic, it is very easy to program on a computer. Prod 2100/2110 Project Management 15

17 4. Project Control Time-Scaled diagrams Use plastic/paper strips as in Gantt charts to represent each task. If the diagram gets too complicated, build a multi-level representation. Computer software is also available for major project. Review frequency Perform regular revisions by comparing previous estimates with new ones or with reality. Pay more attention to the critical tasks. In fact your attention should be inversely proportional to the slack time of each task (based on finish times in your final planning). Use a simple reporting method You want to be sure it will be used. Cost aspect In practice, the control of a project requires both the time and budget aspects to be reviewed. Let us take an example. ssume a project requires one million a month during 12 months. t the end of six months, you actually spent 7 millions and your project is one month behind schedule. What is the real picture? Prod 2100/2110 Project Management 16

18 5. Conclusions project analysis requires a careful project decomposition analysis with the objectives: eliminate, simplify and perform simultaneously In many cases, the decomposition of the project into tasks already brings a huge reward by just identifying unnecessary tasks. clear (huge) diagram of tasks It provides the global picture of the project and allows a simple control. Multi-level diagrams are recommended. clear way of allocating resources Using the slack times of the non-critical tasks allows often major reductions in resource requirements. natural support for controlling a project The analysis and the planning of the project define the slack times and tell you which tasks to check and possibly expedite. danger of trying to meet schedules at all costs Meeting the deadlines does not mean skipping test phases. CPM and PERT are techniques only You also need clear project responsibilities and an efficient progress reporting system. Prod 2100/2110 Project Management 17

19 6. ttachments CPM PERT ctivity-on-node representation ctivity-on-arc representation CPM, 5 C, 6 E, 7 St. Fi. D, 11 B, 8 PERT 1 D 2 C 4 B E 5 rc = task Node = event need for dummy tasks (dotted arrow) the critical path is the longest path 3 To understand the need for dummy tasks, try to build the diagrams corresponding to the following two examples: Example 1: C and D must be performed after and B Example 2: C must be performed after and B, D must be performed after only. identical critical path computation often associated with variable task lengths and with the use of Beta distribution as on page 13. Prod 2100/2110 Project Management 18

20 ppendix: probability reminder 1) If X and Y are random variables, E[X+Y] = E[X] + E[Y] E[x] stands for expectation (or mean, or average) of the random variable X var[x+y] = var[x] + var[y] + 2 cov[x,y] VR[x] stands for the variance of the random variable X; StDev[X] = sqrt(vr[x]) stands for the standard deviation of the random variable X; cov[x] stands for the covariance. cov[x,y] = 0 if X and Y are independent In our example, E[D+C+E] is therefore equal to the sum of the expectations. µ D+ C+ E = µ D + µ C + µ E = 24 2) If and B are events, P[ and B] = P[] P[B ] P[B ] = P[B] if and B are independent P[ or B] = P[] + P[B] - P[ and B] 3) If X and Y are independent random Normal variables P[X < µ X -a] = P[X > µ X +a] (symmetrical) P[X < µ X ] = P[X > µ X ] = 0.5 Prob[ N(µ,σ2) < d ] = Prob[ N(0,1) < (d-µ)/σ ] to compute Prob[ N(µ,σ2) < d ]: 1. compute z = (d-µ)/σ 2. look in table Prob[ N(0,1) < z] (X+Y) is N(µ X+ µ Y, σ2 X + σ2 Y ) if X and Y are independent. Prod 2100/2110 Project Management 19

Operational Research. Project Menagement Method by CPM/ PERT

Operational Research. Project Menagement Method by CPM/ PERT Operational Research Project Menagement Method by CPM/ PERT Project definition A project is a series of activities directed to accomplishment of a desired objective. Plan your work first..then work your

More information

Project Scheduling. Introduction

Project Scheduling. Introduction Project Scheduling Introduction In chapter, the O and ON networks were presented, also the time and cost of individual activities based were calculated. Yet, however, we do not know how long is the total

More information

8. Project Time Management

8. Project Time Management 8. Project Time Management Project Time Management closely coordinated Two basic approaches -bottom-up (analytical) -top-down (expert judgement) Processes required to ensure timely completion of the project

More information

The work breakdown structure can be illustrated in a block diagram:

The work breakdown structure can be illustrated in a block diagram: 1 Project Management Tools for Project Management Work Breakdown Structure A complex project is made manageable by first breaking it down into individual components in a hierarchical structure, known as

More information

Project Scheduling: PERT/CPM

Project Scheduling: PERT/CPM Project Scheduling: PERT/CPM CHAPTER 8 LEARNING OBJECTIVES After completing this chapter, you should be able to: 1. Describe the role and application of PERT/CPM for project scheduling. 2. Define a project

More information

Scheduling Resources and Costs

Scheduling Resources and Costs Student Version CHAPTER EIGHT Scheduling Resources and Costs McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserved. Gannt Chart Developed by Henry Gannt in 1916 is used

More information

Cambridge International AS and A Level Computer Science

Cambridge International AS and A Level Computer Science Topic support guide Cambridge International AS and A Level Computer Science 9608 For examination from 2017 Topic 4.4.3 Project management PERT and GANTT charts Cambridge International Examinations retains

More information

Project Planning and Scheduling

Project Planning and Scheduling Project Planning and Scheduling MFS606 Project Planning Preliminary Coordination Detailed Task Description Objectives Budgeting Scheduling Project Status Monitoring When, What, Who Project Termination

More information

Project Management Chapter 3

Project Management Chapter 3 Project Management Chapter 3 How Project Management fits the Operations Management Philosophy Operations As a Competitive Weapon Operations Strategy Project Management Process Strategy Process Analysis

More information

Project Scheduling: PERT/CPM

Project Scheduling: PERT/CPM Project Scheduling: PERT/CPM Project Scheduling with Known Activity Times (as in exercises 1, 2, 3 and 5 in the handout) and considering Time-Cost Trade-Offs (as in exercises 4 and 6 in the handout). This

More information

CSC 443: IT Project Management Midterm 1 exam - Spring semester 2011-2012 March 21 st, 2012

CSC 443: IT Project Management Midterm 1 exam - Spring semester 2011-2012 March 21 st, 2012 King Saud University College of Computer & Information Sciences Department of Computer Science CSC 443: IT Project Management Midterm 1 exam - Spring semester 2011-2012 March 21 st, 2012 1- Decomposing

More information

MECH 896 Professional Development for MEng Students. Homework Discussion. Scheduling Overview. Winter 2015: Lecture #5 Project Time Management

MECH 896 Professional Development for MEng Students. Homework Discussion. Scheduling Overview. Winter 2015: Lecture #5 Project Time Management MECH 896 Professional Development for MEng Students Mohamed Hefny and Brian Surgenor (hefny@cs.queensu.ca and surgenor@me.queensu.ca) Winter : Lecture # Project Time Management Homework Discussion Homework

More information

Network Calculations

Network Calculations Network Calculations The concepts and graphical techniques described in this week s readings form the basis of the tools widely used today to manage large projects. There is no way of simplifying the tasks

More information

Time Management. Part 5 Schedule Development. Richard Boser

Time Management. Part 5 Schedule Development. Richard Boser Time Management Part 5 Schedule Development Richard Boser 6.5 Schedule Development Inputs Organizational Process Assets Scope Statement Activity List Activity Attributes Network Diagrams Resource Req ms

More information

Scheduling Glossary Activity. A component of work performed during the course of a project.

Scheduling Glossary Activity. A component of work performed during the course of a project. Scheduling Glossary Activity. A component of work performed during the course of a project. Activity Attributes. Multiple attributes associated with each schedule activity that can be included within the

More information

Project Management SCM 352. 2011 Pearson Education, Inc. publishing as Prentice Hall

Project Management SCM 352. 2011 Pearson Education, Inc. publishing as Prentice Hall 3 Project Management 3 SCM 35 11 Pearson Education, Inc. publishing as Prentice Hall Boeing 787 Dreamliner Delays are a natural part of the airplane supply business. They promise an unreasonable delivery

More information

PROJECT EVALUATION REVIEW TECHNIQUE (PERT) AND CRITICAL PATH METHOD (CPM)

PROJECT EVALUATION REVIEW TECHNIQUE (PERT) AND CRITICAL PATH METHOD (CPM) PROJECT EVALUATION REVIEW TECHNIQUE (PERT) AND CRITICAL PATH METHOD (CPM) Project Evaluation Review Technique (PERT) and Critical Path Method (CPM) are scheduling techniques used to plan, schedule, budget

More information

Chapter 2: Project Time Management

Chapter 2: Project Time Management Chapter 2: Project Time Management Learning Objectives o o o o Understand the importance of project schedules and good project time management. Define activities as the basis for developing project schedules.

More information

Application Survey Paper

Application Survey Paper Application Survey Paper Project Planning with PERT/CPM LINDO Systems 2003 Program Evaluation and Review Technique (PERT) and Critical Path Method (CPM) are two closely related techniques for monitoring

More information

10 Project Management with PERT/CPM

10 Project Management with PERT/CPM 10 Project Management with PERT/CPM 468 One of the most challenging jobs that any manager can take on is the management of a large-scale project that requires coordinating numerous activities throughout

More information

Project Management DISCUSSION QUESTIONS

Project Management DISCUSSION QUESTIONS 3 C H A P T E R Project Management DISCUSSION QUESTIONS. There are many possible answers. Project management is needed in large construction jobs, in implementing new information systems, in new product

More information

Project Time Management

Project Time Management Project Time Management Plan Schedule Management is the process of establishing the policies, procedures, and documentation for planning, developing, managing, executing, and controlling the project schedule.

More information

Module 11. Software Project Planning. Version 2 CSE IIT, Kharagpur

Module 11. Software Project Planning. Version 2 CSE IIT, Kharagpur Module 11 Software Project Planning Lesson 29 Staffing Level Estimation and Scheduling Specific Instructional Objectives At the end of this lesson the student would be able to: Identify why careful planning

More information

Project Scheduling & Tracking

Project Scheduling & Tracking Project Scheduling & Tracking Traditional Techniques: Work Breakdown Structure (WBS) Gantt Charts Precedence Diagrams Earned Value Planning It is the mark of an instructed mind to rest satisfied with the

More information

Chapter 11 Monte Carlo Simulation

Chapter 11 Monte Carlo Simulation Chapter 11 Monte Carlo Simulation 11.1 Introduction The basic idea of simulation is to build an experimental device, or simulator, that will act like (simulate) the system of interest in certain important

More information

SWEN 256 Software Process & Project Management

SWEN 256 Software Process & Project Management SWEN 256 Software Process & Project Management Plan: Identify activities. No specific start and end dates. Estimating: Determining the size & duration of activities. Schedule: Adds specific start and end

More information

Importance of Project Schedules. matter what happens on a project. projects, especially during the second half of projects

Importance of Project Schedules. matter what happens on a project. projects, especially during the second half of projects Project Time Management Chapter 6 Importance of Project Schedules Managers often cite delivering projects on time as one of their biggest challenges Time has the least amount of flexibility; it passes

More information

PROJECT COMPLETION PROBABILITY AFTER CRASHING PERT/CPM NETWORK

PROJECT COMPLETION PROBABILITY AFTER CRASHING PERT/CPM NETWORK PROJECT COMPLETION PROBABILITY AFTER CRASHING PERT/CPM NETWORK M Nazrul, ISLAM 1, Eugen, DRAGHICI 2 and M Sharif, UDDIN 3 1 Jahangirnagar University, Bangladesh, islam_ju@yahoo.com 2 Lucian Blaga University

More information

Systems Analysis and Design

Systems Analysis and Design Systems Analysis and Design Slides adapted from Jeffrey A. Hoffer, University of Dayton Joey F. George, Florida State University Joseph S. Valacich, Washington State University Modern Systems Analysis

More information

Scheduling. Anne Banks Pidduck Adapted from John Musser

Scheduling. Anne Banks Pidduck Adapted from John Musser Scheduling Anne Banks Pidduck Adapted from John Musser 1 Today Network Fundamentals Gantt Charts PERT/CPM Techniques 2 WBS Types: Process, product, hybrid Formats: Outline or graphical organization chart

More information

Scheduling Fundamentals, Techniques, Optimization Emanuele Della Valle, Lecturer: Dario Cerizza http://emanueledellavalle.org

Scheduling Fundamentals, Techniques, Optimization Emanuele Della Valle, Lecturer: Dario Cerizza http://emanueledellavalle.org Planning and Managing Software Projects 2011-12 Class 9 Scheduling Fundamentals, Techniques, Optimization Emanuele Della Valle, Lecturer: Dario Cerizza http://emanueledellavalle.org Credits 2 This slides

More information

CISC 322 Software Architecture. Project Scheduling (PERT/CPM) Ahmed E. Hassan

CISC 322 Software Architecture. Project Scheduling (PERT/CPM) Ahmed E. Hassan CISC 322 Software Architecture Project Scheduling (PERT/CPM) Ahmed E. Hassan Project A project is a temporary endeavour undertaken to create a "unique" product or service A project is composed of a number

More information

Project Management Glossary

Project Management Glossary Project Management Glossary THE VOCABULARY OF ACHIEVEMENT RON BLACK THE MENTOR GROUP WWW.RONBLACK.COM 800-381-8686 This glossary is an excerpt from Ron Black s book, The Complete Idiot s Guide to Project

More information

Unit 1: Project Planning and Scheduling

Unit 1: Project Planning and Scheduling Unit : Project Planning and Scheduling Objective Ð To provide a brief introduction to project planning and scheduling. The critical area where project management meets system development. ackground Most

More information

Network analysis: P.E.R.T,C.P.M & Resource Allocation Some important definition:

Network analysis: P.E.R.T,C.P.M & Resource Allocation Some important definition: Network analysis: P.E.R.T,C.P.M & Resource Allocation Some important definition: 1. Activity : It is a particular work of a project which consumes some resources (in ) & time. It is shown as & represented

More information

Project Scheduling by PERT/CPM

Project Scheduling by PERT/CPM Project Scheduling by PERT/PM Reference ooks: nderson, Sweeney, and Williams, N INTROUTION TO MNGEMENT SIENE, QUNTITTIVE PPROHES TO EISION MKING, th edition, West Publishing ompany,99 Hamdy. Taha, OPERTIONS

More information

Deming s 14 Points for TQM

Deming s 14 Points for TQM 1 Deming s 14 Points for TQM 1. Constancy of purpose Create constancy of purpose for continual improvement of products and service to society, allocating resources to provide for long range needs rather

More information

Project management: a simulation-based optimization method for dynamic time-cost tradeoff decisions

Project management: a simulation-based optimization method for dynamic time-cost tradeoff decisions Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 2009 Project management: a simulation-based optimization method for dynamic time-cost tradeoff decisions Radhamés

More information

Goals of the Unit. spm - 2014 adolfo villafiorita - introduction to software project management

Goals of the Unit. spm - 2014 adolfo villafiorita - introduction to software project management Project Scheduling Goals of the Unit Making the WBS into a schedule Understanding dependencies between activities Learning the Critical Path technique Learning how to level resources!2 Initiate Plan Execute

More information

Priori ty ... ... ...

Priori ty ... ... ... .Maintenance Scheduling Maintenance scheduling is the process by which jobs are matched with resources (crafts) and sequenced to be executed at certain points in time. The maintenance schedule can be prepared

More information

Research on Task Planning Based on Activity Period in Manufacturing Grid

Research on Task Planning Based on Activity Period in Manufacturing Grid Research on Task Planning Based on Activity Period in Manufacturing Grid He Yu an, Yu Tao, Hu Da chao Abstract In manufacturing grid (MG), activities of the manufacturing task need to be planed after the

More information

ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS

ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS Chapter 3 of Systems Analysis and Design in a Changing World explains the techniques and steps required to build a project schedule

More information

Network Diagram Critical Path Method Programme Evaluation and Review Technique and Reducing Project Duration

Network Diagram Critical Path Method Programme Evaluation and Review Technique and Reducing Project Duration Network Diagram Critical Path Method Programme Evaluation and Review Technique and Reducing Project Duration Prof. M. Rammohan Rao Former Dean Professor Emeritus Executive Director, Centre for Analytical

More information

22 Project Management with PERT/CPM

22 Project Management with PERT/CPM hil61217_ch22.qxd /29/0 05:58 PM Page 22-1 22 C H A P T E R Project Management with PERT/CPM One of the most challenging jobs that any manager can take on is the management of a large-scale project that

More information

Collaborative Scheduling using the CPM Method

Collaborative Scheduling using the CPM Method MnDOT Project Management Office Presents: Collaborative Scheduling using the CPM Method Presenter: Jonathan McNatty, PSP Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines

More information

Critical Path Analysis

Critical Path Analysis Chapter 13 Critical Path Analysis Basic Concepts Activity An activity is any portion of a project which consumes time or resources and has a definable beginning and ending. For example, laying of pipe

More information

Basic Concepts. Project Scheduling and Tracking. Why are Projects Late? Relationship between People and Effort

Basic Concepts. Project Scheduling and Tracking. Why are Projects Late? Relationship between People and Effort Basic s Project Scheduling and Tracking The process of building a schedule for any case study helps really understand how it s done. The basic idea is to get across to break the software project into well-defined

More information

CHAPTER 1. Basic Concepts on Planning and Scheduling

CHAPTER 1. Basic Concepts on Planning and Scheduling CHAPTER 1 Basic Concepts on Planning and Scheduling Scheduling, FEUP/PRODEI /MIEIC 1 Planning and Scheduling: Processes of Decision Making regarding the selection and ordering of activities as well as

More information

A. O. Odior Department of Production Engineering University of Benin, Edo State. E-mail: waddnis@yahoo.com

A. O. Odior Department of Production Engineering University of Benin, Edo State. E-mail: waddnis@yahoo.com 2012 Cenresin Publications www.cenresinpub.org APPLICATION OF PROJECT MANAGEMENT TECHNIQUES IN A CONSTRUCTION FIRM Department of Production Engineering University of Benin, Edo State. E-mail: waddnis@yahoo.com

More information

CRITICAL PATH METHOD (CEE 320 VDC SEMINAR)

CRITICAL PATH METHOD (CEE 320 VDC SEMINAR) CRITICAL PATH METHOD (CEE 320 VDC SEMINAR) 4 February 2009 Jesse Santiago & Desirae Magallon Overview Background & History CPM Defined The CPM approach Definitions Class Exercise Background & History Developed

More information

Leaving Certificate Technology. Project Management. Student Workbook

Leaving Certificate Technology. Project Management. Student Workbook Leaving Certificate Technology Project Management Student Workbook Project Management Student notes Introduction Project management is the name given to a number of techniques used in industry to manage

More information

ME 407 Mechanical Engineering Design Spring 2016

ME 407 Mechanical Engineering Design Spring 2016 ME 407 Mechanical Engineering Design Spring 2016 Project Planning & Management Asst. Prof. Dr. Ulaş Yaman Acknowledgements to Dieter, Engineering Design, 4 th edition Ullman, The Mechanical Design Process,

More information

PROGRAMMING TECHNIQUES. Chapter 5(Part 2)

PROGRAMMING TECHNIQUES. Chapter 5(Part 2) PROGRAMMING TECHNIQUES Chapter 5(Part 2) LEARNING OUTCOME At the end of this lesson, students will be able to: Understand the different types of planning techniques. Understand the network analysis. Formulate

More information

ANALYSIS OF PROJECT PLANNING USING CPM AND PERT

ANALYSIS OF PROJECT PLANNING USING CPM AND PERT ANALYSIS OF PROJECT PLANNING USING CPM AND PERT Rogelio Acuña Spring 2010 In Partial Fulfillment of Math 4395-Senior Project Department of Computer and Mathematical Sciences Faculty Advisor: Dr. Timothy

More information

March 30, 2007 CHAPTER 4

March 30, 2007 CHAPTER 4 March 30, 07 CHAPTER 4 SUPPORTING PLANNING AND CONTROL: A CASE EXAMPLE Chapter Outline 4.1 Background What was the cause of the desperation that lead to the development of the Program Evaluation and Review

More information

CPM-200: Principles of Schedule Management

CPM-200: Principles of Schedule Management CPM-: Principles of Schedule Management Lesson B: Critical Path Scheduling Techniques Instructor Jim Wrisley IPM Fall Conference PMI-College of Performance Management Professional Education Program Copyright

More information

B. 2-4-6 D. 3-4-5 E. 3-5-7 F. 5-7-9

B. 2-4-6 D. 3-4-5 E. 3-5-7 F. 5-7-9 Lesson 01 Project Management Solutions #1: The network diagram for a project is shown below, with three time estimates (optimistic, most likely, and pessimistic) for each activity. Activity times are in

More information

5. Creating a Gantt Chart

5. Creating a Gantt Chart 5. Creating a Gantt Chart Whilst the network diagram is a useful way to describe how tasks are linked to each other, the Gantt chart is used to display the schedule of a project. The Gantt chart is the

More information

Project Planning. Lecture Objectives. Basic Reasons for Planning. Planning. Project Planning and Control System. Planning Steps

Project Planning. Lecture Objectives. Basic Reasons for Planning. Planning. Project Planning and Control System. Planning Steps Project Planning What are you going to do in the project? Lecture Objectives To discuss the tasks in planning a project To describe the tools that can be used for developing a project plan To illustrate

More information

Table of Contents Author s Preface... 3 Table of Contents... 5 Introduction... 6 Step 1: Define Activities... 7 Identify deliverables and decompose

Table of Contents Author s Preface... 3 Table of Contents... 5 Introduction... 6 Step 1: Define Activities... 7 Identify deliverables and decompose 1 2 Author s Preface The Medialogist s Guide to Project Time Management is developed in compliance with the 9 th semester Medialogy report The Medialogist s Guide to Project Time Management Introducing

More information

PROJECT MANAGEMENT: PERT AND CPM

PROJECT MANAGEMENT: PERT AND CPM 14 Chapter PROJECT MANAGEMENT: PERT AND CPM CHAPTER OUTLINE 14.1 Introduction 14.2 A Typical Project: The Global Oil Credit Card Operation 14.3 The Critical Path Meeting the Board s Deadline 14.4 Variability

More information

Critical Path Analysis & PERT Charts (taken from www.business.com.

Critical Path Analysis & PERT Charts (taken from www.business.com. Critical Path Analysis & PERT Charts (taken from www.business.com. - Planning and scheduling more complex projects Critical Path Analysis and PERT are powerful tools that help you to schedule and manage

More information

Test Fragen + Antworten. October 2004 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003

Test Fragen + Antworten. October 2004 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003 Test Fragen + Antworten October 2004 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003 Question 1 All the following Statements about a WBS are true except that it a. Provides a framework for

More information

Object-Oriented Analysis. with the Unified Process. John W. Satzinger Southwest Missouri State University. Robert B. Jackson Brigham Young University

Object-Oriented Analysis. with the Unified Process. John W. Satzinger Southwest Missouri State University. Robert B. Jackson Brigham Young University Object-Oriented Analysis and Design with the Unified Process John W. Satzinger Southwest Missouri State University Robert B. Jackson Brigham Young University Stephen D. Burd University of New Mexico ALL

More information

SYSTEMS ANALYSIS AND DESIGN DO NOT COPY

SYSTEMS ANALYSIS AND DESIGN DO NOT COPY Systems Analysis and Design in a Changing World, Fourth Edition -488-6-5 Copyright 7 Thomson Course Technology. All rights reserved. FOURTH EDITION SYSTEMS ANALYSIS AND DESIGN IN A C HANGING W ORLD John

More information

Chapter 6: Project Time Management. King Fahd University of Petroleum & Minerals SWE 417: Software Project Management Semester: 072

Chapter 6: Project Time Management. King Fahd University of Petroleum & Minerals SWE 417: Software Project Management Semester: 072 Chapter 6: Project Time Management King Fahd University of Petroleum & Minerals SWE 417: Software Project Management Semester: 072 Learning Objectives Understand the importance of project schedules Define

More information

Chapter-6. Developing a Project Plan

Chapter-6. Developing a Project Plan MGMT 4135 Project Management Chapter-6 Where we are now Developing the Project Network Why? Graphical representation of the tasks to be completed Logical sequence of activities Determines dependencies

More information

Lecture 26 CPM / PERT Network Diagram

Lecture 26 CPM / PERT Network Diagram Lecture 26 CPM / PERT Network Diagram 26.1 Introduction to CPM / PERT Techniques CPM (Critical Path Method) was developed by Walker to solve project scheduling problems. PERT (Project Evaluation and Review

More information

Chapter 1.7 Project Management. 1. Project financing is one of the step of project management- State True or False

Chapter 1.7 Project Management. 1. Project financing is one of the step of project management- State True or False Chapter 1.7 Project Management Part I: Objective type questions and answers 1. Project financing is one of the step of project management- State True or False 2. Proposed new technologies, process modifications,

More information

Project Management (CS 3730) Lecture 4 Name:

Project Management (CS 3730) Lecture 4 Name: Ch. 6: Scheduling Project Work 1. Some people think that project management is nothing but scheduling, but scheduling is just one of the tools used to manage jobs and should not be considered the primary

More information

02 Project planning. There are two approaches to identifying the components of a project: productbased and work- or activity-based.

02 Project planning. There are two approaches to identifying the components of a project: productbased and work- or activity-based. C H A P T E R T W O 02 Project planning LEARNING OUTCOMES When you have completed this chapter you should be able to demonstrate an understanding of the following: project deliverables and intermediate

More information

PERT/CPM. Network Representation:

PERT/CPM. Network Representation: - 1 - PERT/CPM PERT Program Evaluation & Review Technique It is generally used for those projects where time required to complete various activities are not known as a priori. It is probabilistic model

More information

PROGRAM EVALUATION AND REVIEW TECHNIQUE (PERT)

PROGRAM EVALUATION AND REVIEW TECHNIQUE (PERT) PROGRAM EVALUATION AND REVIEW TECHNIQUE (PERT) ABSTRACT Category: Planning/ Monitoring - Control KEYWORDS Program (Project) Evaluation and Review Technique (PERT) (G) is a project management tool used

More information

PROJECT TIME MANAGEMENT. 1 www.pmtutor.org Powered by POeT Solvers Limited

PROJECT TIME MANAGEMENT. 1 www.pmtutor.org Powered by POeT Solvers Limited PROJECT TIME MANAGEMENT 1 www.pmtutor.org Powered by POeT Solvers Limited PROJECT TIME MANAGEMENT WHAT DOES THE TIME MANAGEMENT AREA ATTAIN? Manages the project schedule to ensure timely completion of

More information

Chapter 4: Project Time Management

Chapter 4: Project Time Management Chapter 4: Project Time Management Importance of Project Schedules Managers often cite delivering projects on time as one of their biggest challenges Time has the least amount of flexibility; it passes

More information

Chapter 11: PERT for Project Planning and Scheduling

Chapter 11: PERT for Project Planning and Scheduling Chapter 11: PERT for Project Planning and Scheduling PERT, the Project Evaluation and Review Technique, is a network-based aid for planning and scheduling the many interrelated tasks in a large and complex

More information

Chapter 6: Project Time Management

Chapter 6: Project Time Management CIS 486 Managing Information Systems Projects Fall 2003 (Chapter 6), PhD jwoo5@calstatela.edu California State University, LA Computer and Information System Department Chapter 6: Project Time Management

More information

Test Fragen. October 2003 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003

Test Fragen. October 2003 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003 Test Fragen October 2003 Project Management Wilhelm F. Neuhäuser IBM Corporation 2003 Question 7 Which term describes a modification of a logical relationship that delays a successor task? a. Lag b. Lead

More information

Precedence Diagram Method. CSTM 462 Planning & Scheduling

Precedence Diagram Method. CSTM 462 Planning & Scheduling Precedence Diagram Method CSTM 462 Planning & Scheduling Precedence Diagramming Method (PDM) PDM is more flexible than AON or AOA networks because PDM allows the overlapping of concurrent activities.

More information

technical tips and tricks

technical tips and tricks technical tips and tricks Performing critical path analysis Document author: Produced by: Andy Jessop Project Learning International Limited The tips and tricks below are taken from Project Mentor, the

More information

Appendix A of Project Management. Appendix Table of Contents REFERENCES...761

Appendix A of Project Management. Appendix Table of Contents REFERENCES...761 Appendix A Glossary Terms of Project Management Appendix Table of Contents REFERENCES...761 750 Appendix A. Glossary of Project Management Terms Appendix A Glossary Terms of Project Management A Activity

More information

Introduction to Project Management

Introduction to Project Management L E S S O N 1 Introduction to Project Management Suggested lesson time 50-60 minutes Lesson objectives To be able to identify the steps involved in project planning, you will: a b c Plan a project. You

More information

Covariance and Correlation

Covariance and Correlation Covariance and Correlation ( c Robert J. Serfling Not for reproduction or distribution) We have seen how to summarize a data-based relative frequency distribution by measures of location and spread, such

More information

Network Planning and Analysis

Network Planning and Analysis 46 Network Planning and Analysis 1. Objective: What can you tell me about the project? When will the project finish? How long will the project take (project total duration)? 2. Why is this topic Important

More information

SE351a: Software Project & Process Management

SE351a: Software Project & Process Management SE351a: Software Project & Process Management W8: Software Project Planning 22 Nov., 2005 SE351a, ECE UWO, (c) Hamada Ghenniwa SE351 Roadmap Introduction to Software Project Management Project Management

More information

A GUIDE TO NETWORK ANALYSIS by MICHAEL C GLEN

A GUIDE TO NETWORK ANALYSIS by MICHAEL C GLEN Introduction A GUIDE TO NETWORK ANALYSIS by MICHAEL C GLEN The core technique available to Project Managers for planning and controlling their projects is Network Analysis. This short guide will provide

More information

Egypt Scholars Presented by Mohamed Khalifa Hassan Jan 2014

Egypt Scholars Presented by Mohamed Khalifa Hassan Jan 2014 Project Management Six Session Egypt Scholars Presented by Mohamed Khalifa Hassan Jan 2014 Mohamed Khalifa, 2014 All Rights 1 7. Scheduling 2 7. Scheduling 7.1 Scheduling techniques 7.3 Critical path method

More information

Use project management tools

Use project management tools Use project management tools Overview Using project management tools play a large role in all phases of a project - in planning, implementation, and evaluation. This resource will give you a basic understanding

More information

MnDOT Project Management Office Presents: Schedule Float. Presenter: Jonathan McNatty, PSP Senior Schedule Consultant DRMcNatty & Associates, Inc.

MnDOT Project Management Office Presents: Schedule Float. Presenter: Jonathan McNatty, PSP Senior Schedule Consultant DRMcNatty & Associates, Inc. MnDOT Project Management Office Presents: Schedule Float Presenter: Jonathan McNatty, PSP Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines will be muted during the webinar

More information

Prof. Olivier de Weck

Prof. Olivier de Weck ESD.36 System Project Management + Lecture 9 Probabilistic Scheduling Instructor(s) Prof. Olivier de Weck Dr. James Lyneis October 4, 2012 Today s Agenda Probabilistic Task Times PERT (Program Evaluation

More information

Module 3: The Project Planning Stage

Module 3: The Project Planning Stage Overview Once you've initiated the project and gathered all relevant information, you'll then begin planning your project. The planning stage depends on the size of your project, how much information you

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

Project Time Management

Project Time Management Project Time Management Study Notes PMI, PMP, CAPM, PMBOK, PM Network and the PMI Registered Education Provider logo are registered marks of the Project Management Institute, Inc. Points to Note Please

More information

Project Management Dr. James A. Bednar

Project Management Dr. James A. Bednar Project Management Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar SAPM Spring 2006: Project Management 1 Project Management A project is a temporary endeavour to produce

More information

Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi

Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture - 9 Basic Scheduling with A-O-A Networks Today we are going to be talking

More information

EdExcel Decision Mathematics 1

EdExcel Decision Mathematics 1 EdExcel Decision Mathematics 1 Notes and Examples Critical Path Analysis Section 1: Activity networks These notes contain subsections on Drawing an activity network Using dummy activities Analysing the

More information

Section Four Learning Module C: Planning for Project Success

Section Four Learning Module C: Planning for Project Success Section Four Learning Module C: Planning For Project Success 4.1 Module C: Objectives At the conclusion of this module you will be able to: Explain the process of planning. Produce an effective plan to

More information

Review on Using Packages to Enhance the Teaching of Critical Path Networks

Review on Using Packages to Enhance the Teaching of Critical Path Networks Review on Using Packages to Enhance the Teaching of Critical Path Networks Harry S Ku Abstract The aim of this paper is to review a published paper, Using computer software packages to enhance the teaching

More information

Figure out the early start and early finish. Early start. Early finish

Figure out the early start and early finish. Early start. Early finish Figure out the early start and early finish oming up with the float for each activity is useful, but you can actually do better! When you have a long critical path, but the other paths in your network

More information

Construction Project Scheduling

Construction Project Scheduling Construction Project Scheduling Produced and Distributed by Engineer Educators 857 East Park Avenue Tallahassee, FL 32301 1 Disclaimer The material in this course manual is not meant to infringe on any

More information