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

Size: px
Start display at page:

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

Transcription

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

2 Project A project is a temporary endeavour undertaken to create a "unique" product or service A project is composed of a number of related activities that are directed to the accomplishment of a desired objective A project starts when at least one of its activities is ready to start A project is completed when all of its activities have been completed

3 Activity An activity Must have a clear start and a clear stop Must have a duration that can be forecasted May require the completion of other activities before it begins should have some deliverables for ease of monitoring

4 Project plan A project plan is a schedule of activities indicating The start and stop for each activity. The start and stop of each activity should be visible and easy to measure When a resource is required Amount of required project resources

5 Project Planning Managers should consider: Resource availability Resource allocation Staff responsibility Cash flow forecasting Mangers need to monitor and re-plan as the project progresses towards its predefined goal

6 Work Breakdown Structure (WBS) Contains a list of activities for a project derived from Previous experience Expert brainstorming WBS helps in identifying the main activities break each main activity down into sub-activities which can further be broken down into lower level sub-activities WBS problems: Too many levels Too few levels

7 Creating WBS Phase based approach Product based approach Hybrid approach

8 Example of Phase-based Approach Work Breakdown Structure (an extract) Software project Requirements Analysis System Design Coding Testing Data Design Process Design

9 Phase-based Approach Advantage Activity list likely complete and nonoverlapping WBS gives a structure that can be refined as the project proceeds used for determining dependencies among activities Disadvantage May miss some activities related to final product

10 Product based approach Product Breakdown Structure (PBS) Shows how a system can be broken down into different products for development A Product Breakdown Structure (an extract) Inventory Control Inventory Databases Item Processing Management Reporting Item Database Vendor Database Item Purchasing Item Sales Item Reporting Sales Reporting Item Addition Item Deletion Item Modification Invoicing subsystem Sales Order Processing

11 Hybrid Approach A mix of the phase-based and productbased approaches (most commonly used) The WBS consists of a list of the products of the project; and a list of phases for each product

12 Hybrid WBS Software Project System Installation Software component User manual User Training Analyse requirements Review requirements Analyse requirements Design course Detailed design Outline design Design manual Write materials Integrate system Detailed design Document manual Print course materials Test system Code software Capture screens Training Deliver system Test software Print Manual

13 IBM MITP (Managing the Implementation of Total Project) IBM MITP is 5 levels: Level 1: Project Level 2: Deliverables (software, manuals etc) Level 3: Components: key work items that lead to the production of the deliverables Level 4: Work-packages: major work items or collection of related activities to produce a component (phases) Level 5: Tasks/activities (individual responsibility)

14 Project Scheduling Steps Define activities Sequence activities Estimate time Develop schedule Techniques Gantt chart CPM PERT Microsoft Project

15 Gantt Chart Developed in 1918 by H.L. Gantt Graph or bar chart with a bar for each project activity that shows passage of time Provides visual display of project schedule Limitations Does not clearly indicate details regarding the progress of activities Does not give a clear indication of interrelation between the activities

16 Example of Gantt Chart Activity Month Design house and obtain financing Lay foundation Order and receive materials Build house Select paint Select carpet Finish work Month

17 PERT/CPM PERT (Program Evaluation and Review Technique) Developed by U.S. Navy for Polaris missile project Developed for R&D projects where activity times are generally uncertain CPM (Critical Path Method) Developed by DuPont & Remington Rand Developed for industrial projects where activity times are generally known

18 PERT/CPM CPM and PERT have been used to plan, schedule, and control a wide variety of projects: R&D of new products and processes Construction of buildings and highways Maintenance of large and complex equipment Design and installation of new systems

19 Program Evaluation and Review Primary objectives: Technique (PERT) Shortest possible time Coping with uncertain activity completion times, e.g.: For a particular activity The most likely completion time is 4 weeks but It could be anywhere between 3 weeks and 8 weeks Developed by the US Navy for the planning and control of the Polaris missile program

20 Critical Path Method (CPM) Primary objectives: Plan for the fastest completion of the project Identify activities whose delays is likely to affect the completion date for the whole project Very useful for repetitive activities with well known completion time Developed by Du Pont Chemical Company and published in 1958 Can we decrease the completion time by spending more money

21 CPM Calculation The forward pass calculate the earliest start dates of the activities to calculate the project completion date The backward pass calculate the latest start dates for activities to identify the critical path from the graph

22 Critical Path and Events Critical event: an event that has zero slack Critical path: a path joining those critical events Benefit of Critical Path Analysis: During planning stage Shortening the critical path will reduce the overall project duration During management stage Pay more attention to those activities which fall in the critical path

23 Activity Float Time allowed for an activity to delay 3 different types: Total float (without affecting project completion) = latest start date earliest start date Free float (without affecting the next activity) = earliest start date of next activity latest end date of previous activity Interfering float (= total float - free float)

24 Scheduling Network for House Building Project Start 1 3 Design house and obtain financing Lay foundations Order and receive materials Build house 4 3 Select paint 6 1 Select carpet Finish work 7 1

25 Critical Pah Start A: = 9 months B: = 8 months C: = 8 months D: = 7 months Critical path Longest path through a network Minimum project completion time

26 Activity Start Times Start Start at 3 months Start at 5 months Start at 6 months Finish at 9 months 7 1 Finish

27 Mode Configuration Activity number Earliest start Earliest finish Latest finish Activity duration Latest start

28 Forward Pass Start at the beginning of CPM/PERT network to determine the earliest activity times Earliest Start Time (ES) earliest time an activity can start ES = maximum EF of immediate predecessors Earliest finish time (EF) earliest time an activity can finish earliest start time plus activity time EF= ES + t

29 Earliest Activity Start and Finish Times Start Lay foundations Build house Design house and obtain financing Order and receive materials 1 Select pain Select carpet Finish work

30 Backward Pass Determines latest activity times by starting at the end of CPM/PERT network and working forward Latest Start Time (LS) Latest time an activity can start without delaying critical path time LS= LF - t LS= LF - t Latest finish time (LF) latest time an activity can be completed without delaying critical path time LS = minimum LS of immediate predecessors

31 Start Latest Activity Start and Finish Times Lay foundations Build house Design house and obtain financing Order and receive materials Select pain Select carpet Finish work

32 Activity Slack Activity LS ES LF EF Slack S * * * * * Critical Path Slack: amount of time an activity can be delayed without delaying the project activity slack = LS - ES = LF - EF Critical activities: have zero slack and lie on a critical path.

33 Probabilistic Time Estimates Beta distribution a probability distribution traditionally used in CPM/PERT Mean (expected time): t = a + 4m + b 6 where Variance: σ 2 = b - a 6 a = optimistic estimate m = most likely time estimate b = pessimistic time estimate 2

34 Examples of Beta Distributions P(time) P(time) a m t b a t m b Time Time P(time) a m = t Time b

35 Project Network with Probabilistic Time Estimates: Example Start Equipment installation 1 6,8,10 System development 2 3,6,9 Position recruiting 3 1,3,5 Manual testing 5 2,3,4 4 2,4,12 Job Training 6 3,4,5 Equipment testing and modification System training 8 3,7,11 9 2,4,6 System testing Final debugging 10 1,4,7 11 1,10,13 System changeover Finish Orientation 7 2,2,2

36 Activity Time Estimates TIME ESTIMATES (WKS) MEAN TIME VARIANCE ACTIVITY a m b t б

37 Activity Early, Late Times, and Slack ACTIVITY t б 2 ES EF LS LF S

38 Earliest, Latest, and Slack Critical Path Start Finish

39 Total project variance σ 2 = б б 52 +б 82 +б 2 11 σ = = 6.89 weeks

40 Probabilistic Network Analysis Determine probability that project is completed within specified time where Z = x - µ σ µ = t p = project mean time σ = project standard deviation x = proposed project time Z = number of standard deviations x is from mean

41 Normal Distribution Of Project Time Probability Zσ µ = t p x Time

42 Probability of Completion Time What is the probability that the project is completed within 30 weeks? P(x 30 weeks) µ = 25 x = 30 Time (weeks) σ x - µ 2 = 6.89 weeks Z = σ σ = = 2.62 σ = 2.62 weeks = 1.91 From Z scores Table, a Z score of 1.91 corresponds to a probability of Thus P(30) = =

43 Probability of Completion Time What is the probability that the project is completed within 22 weeks? x - µ P(x 22 weeks) σ 2 = 6.89 weeks Z = σ σ = 6.89 = σ = 2.62 weeks = x = 22 µ = 25 Time (weeks) From Z scores Table, a Z score of corresponds to a probability of Thus P(22) = =

44 Limitations of PERT/CPM Assumes clearly defined, independent activities Specified precedence relationships Activity times (PERT) follow beta distribution Subjective time estimates Over-emphasis on critical path Monte Carlo Simulations

45 Project Crashing Crashing reducing project time by expending additional resources Crash time an amount of time an activity is reduced Crash cost cost of reducing activity time Goal reduce project duration at minimum cost

46 Project Crashing: Example

47 Project Crashing: Example $7,000 $6,000 Crash cost $5,000 Crashed activity $4,000 Slope = crash cost per week $3,000 Normal activity $2,000 Normal cost $1,000 Crash time Normal time Weeks

48 Normal Activity and Crash Data ACTIVITY NORMAL TIME (WEEKS) CRASH TIME (WEEKS) NORMAL COST CRASH COST TOTAL ALLOWABLE CRASH TIME (WEEKS) CRASH COST PER WEEK $3,000 $5,000 5 $ ,000 3, ,000 7, , ,000 71, , , , ,000 22, ,000 $75,000 $110,700

49 1 12 $ $ $ Project Duration: 36 weeks FROM $ $3000 $ $200 TO 1 7 $500 $ $ Project Duration: 31 weeks Additional Cost: $2000 $ $3000 $ $200

50 Time-Cost Relationship Crashing costs increase as project duration decreases Indirect costs increase as project duration increases Reduce project length as long as crashing costs are less than indirect costs

51 Time-Cost Tradeoff Minimum cost = optimal project time Total project cost Indirect cost Cost ($) Direct cost Crashing Project duration Time

52 References Hughes, B., and Cotterell, M. (1999) Software Project Management, 2 nd edition, McGraw-Hill. (slides) Pfleeger, S.L. (1998) Software Engineering: Theory and Practice, Prentice Hall. Roberta Russell & Bernard W. Taylor, III (2006) Operations Management - 5th Edition, John Wiley & Sons (slides)

53 Copyright 2006 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the Permission Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information herein.

ICT Project Management. Software Project Planning By J. Ogutu

ICT Project Management. Software Project Planning By J. Ogutu ICT Project Management Software Project Planning By J. Ogutu Overview Step Wise project planning framework Preparation of a software project plan Planning and scheduling the activities in software project

More information

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 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

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 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 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

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

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

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

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

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

Information Technology Project Management

Information Technology Project Management Information Technology Project Management by Jack T. Marchewka Power Point Slides by Jack T. Marchewka, Northern Illinois University Copyright 2006 John Wiley & Sons, Inc. all rights reserved. Reproduction

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

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

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

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

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

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

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

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

12 Network Scheduling Techniques

12 Network Scheduling Techniques Page 671 12 Network Scheduling Techniques 12.0 Introduction Management is continually seeking new and better control techniques to cope with the complexities, masses of data, and tight deadlines that are

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 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

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

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

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

Project Scheduling and Gantt Charts

Project Scheduling and Gantt Charts Project Scheduling and Gantt Charts Siddharth Gangadhar Dr. Prasad Kulkarni Department of Electrical Engineering & Computer Science Lab Presentation siddharth@ku.edu prasadk@ku.edu 4 November 2015 2015

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

PROJECT MANAGEMENT Critical Path Method-- Program, Evaluation & Review Technique (CPM/PERT)

PROJECT MANAGEMENT Critical Path Method-- Program, Evaluation & Review Technique (CPM/PERT) PROJECT MANAGEMENT Critical Path Method-- Program, Evaluation & Review Technique (CPM/PERT) 1 Introduction to Project Management Many people and organizations today have a new or renewed interest in project

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

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

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

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

7. PROJECT MANAGEMENT

7. PROJECT MANAGEMENT 7. PROJECT MANAGEMENT Syllabus Definition and scope of project, Technical design, Financing, Contracting, Implementation and performance monitoring. Implementation plan for top management, Planning Budget,

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

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

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

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

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

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

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

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

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

MnDOT Project Management Office Presents: Schedule Updates. Presenter: Eric Costantino Senior Schedule Consultant DRMcNatty & Associates, Inc.

MnDOT Project Management Office Presents: Schedule Updates. Presenter: Eric Costantino Senior Schedule Consultant DRMcNatty & Associates, Inc. MnDOT Project Management Office Presents: Schedule Updates Presenter: Eric Costantino Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines will be muted during the webinar Questions

More information

Information Technology Project Management, Sixth Edition. Note: See the text itself for full citations. More courses at cie-wc.edu

Information Technology Project Management, Sixth Edition. Note: See the text itself for full citations. More courses at cie-wc.edu Note: See the text itself for full citations. More courses at cie-wc.edu Understand the importance of project schedules and good project time management Define activities as the basis for developing project

More information

Should I Resource Load My Schedule?

Should I Resource Load My Schedule? Should I Resource Load My Schedule? th Annual International Integrated Program Management Conference November -, Copyright All Rights Reserved The Goals Of Project Management: to make the most effective

More information

A UNIT BASED CRASHING PERT NETWORK FOR OPTIMIZATION OF SOFTWARE PROJECT COST

A UNIT BASED CRASHING PERT NETWORK FOR OPTIMIZATION OF SOFTWARE PROJECT COST A UNIT BASED CRASHING PERT NETWORK FOR OPTIMIZATION OF SOFTWARE PROJECT COST Priti Singh Astt. Prof.-MCA Department OCM, Bhopal preitisingh@rediffmail.com Florentin Smarandache Chair of Department of Mathematics

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

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

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

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

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

A Generalized PERT/CPM Implementation in a Spreadsheet

A Generalized PERT/CPM Implementation in a Spreadsheet A Generalized PERT/CPM Implementation in a Spreadsheet Abstract Kala C. Seal College of Business Administration Loyola Marymount University Los Angles, CA 90045, USA kseal@lmumail.lmu.edu This paper describes

More information

Project management Project Management

Project management Project Management Project management Project Management Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar A project is a temporary endeavour to produce a unique product, service, or result (PMI

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 Time Management

Project Time Management Project Time Management By Augsburg College 1 Learning Objectives Understand the importance of project schedules and good project time management Define activities as the basis for developing project schedules

More information

Second Edition. Mantel, Meredith, Shafer, and Sutton. John Wiley and Sons, Inc. Prepared by Scott M. Shafer. Copyright 2005 John Wiley & Sons, Inc.

Second Edition. Mantel, Meredith, Shafer, and Sutton. John Wiley and Sons, Inc. Prepared by Scott M. Shafer. Copyright 2005 John Wiley & Sons, Inc. Project Management in Practice Second Edition Mantel, Meredith, Shafer, and Sutton Prepared by Scott M. Shafer Wake Forest University John Wiley and Sons, 5-1 Chapter 5 Scheduling the Project 5-2 PERT

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

pm4dev, 2015 management for development series Project Schedule Management PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS

pm4dev, 2015 management for development series Project Schedule Management PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS pm4dev, 2015 management for development series Project Schedule Management PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS A methodology to manage development

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

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

SYLLABUS 12/14/2012 CONE 425 Construction Planning, Scheduling, & Control Spring, 2013 Rev. 0. Syllabus Spring, 2013

SYLLABUS 12/14/2012 CONE 425 Construction Planning, Scheduling, & Control Spring, 2013 Rev. 0. Syllabus Spring, 2013 Syllabus Spring, 2013 COURSE DESCRIPTION 3 Semester Hours. Project Planning, Scheduling & Control is the process of coordinating numerous and often complex elements to erect a structure and satisfy the

More information

Dashboards and Reporting for Program Management

Dashboards and Reporting for Program Management MnDOT Project Management Office Presents: Dashboards and Reporting for Program Management Presenter: Jonathan McNatty Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines will

More information

PMP : Project Management Professional Study Guide Kim Heldman

PMP : Project Management Professional Study Guide Kim Heldman SYBEX Sample Chapter PMP : Project Management Professional Study Guide Kim Heldman Chapter 7: Creating the Project Plan Copyright 2002 SYBEX Inc., 1151 Marina Village Parkway, Alameda, CA 94501. World

More information

專 案 管 理 實 務 嘉 義 縣 政 府 學 分 班 : 管 理 實 務 專 題 2006 中 正 大 學 企 管 系 助 理 教 授 周 瑞 生

專 案 管 理 實 務 嘉 義 縣 政 府 學 分 班 : 管 理 實 務 專 題 2006 中 正 大 學 企 管 系 助 理 教 授 周 瑞 生 專 案 管 理 實 務 嘉 義 縣 政 府 學 分 班 : 管 理 實 務 專 題 2006 中 正 大 學 企 管 系 助 理 教 授 周 瑞 生 講 師 介 紹 > 學 歷 台 灣 大 學 學 士 台 灣 大 學 碩 士 美 國 德 州 大 學 奧 斯 汀 校 區 工 程 專 案 管 理 博 士 中 華 民 國 土 木 工 程 大 地 工 程 水 土 保 持 工 程 專 門 技 術 人 員 高

More information

The management of the projects with MS Project

The management of the projects with MS Project The management of the projects with MS Project Author: AgimDerguti 1 What is Microsoft Project? Microsoft Project is a project management software program developed and sold by Microsoft Designed to assist

More information

Software Project Management

Software Project Management Software Project Management Project: unique process, consisting of a set of coordinated and controlled activities with start and finish dates, undertaken to achieve an objective conforming to specific

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

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

Retained Fire Fighters Union. Introduction to PRINCE2 Project Management

Retained Fire Fighters Union. Introduction to PRINCE2 Project Management Retained Fire Fighters Union Introduction to PRINCE2 Project Management PRINCE2 PRINCE stands for: PRojects IN Controlled Environments and is a structured method which can be applied to any size or type

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

Chapter 3 Managing the Information Systems (IS) Project

Chapter 3 Managing the Information Systems (IS) Project Content Chapter 3 Managing the Information Systems (IS) Project Process of managing IS projects Skills required to be an effective project manager Skills and activities of a project manager during project

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

Learning Objectives. Learning Objectives (continued) Importance of Project Schedules

Learning Objectives. Learning Objectives (continued) Importance of Project Schedules Chapter 6: Project Time Management Information Technology Project Management, Fifth Edition Learning Objectives Understand the importance of project schedules and good project time management Define activities

More information

Managing Information Systems Project Time and Resources

Managing Information Systems Project Time and Resources 06-Avison-45664:06-Avison-45664 7/29/2008 7:18 PM Page 153 6 Managing Information Systems Project Time and Resources Themes of Chapter 6 What is project time management? What characteristics define an

More information

Chapter 6 (part 1) Project Time Management. (Project Scheduling)

Chapter 6 (part 1) Project Time Management. (Project Scheduling) Chapter 6 (part 1) Project Time Management. (Project Scheduling) 1 Objectives Understand the process of project decomposition into activities Understand the level of details required for activities Understand

More information

HOW TO START WORKING WITH P2WARE PROJECT MANAGER 7?

HOW TO START WORKING WITH P2WARE PROJECT MANAGER 7? HOW TO START WORKING WITH P2WARE PROJECT MANAGER 7? This document contains introduction to P2ware Project Manager 7 views (P2ware Project Manager 7 walkthrough) and shows how to create high quality plans

More information

Project management using Excel spreadsheets: The case of Jules Event Planning Company

Project management using Excel spreadsheets: The case of Jules Event Planning Company Project management using Excel spreadsheets: The case of Jules Event Planning Company ABSTRACT Raida Abuizam Purdue University Calumet Lin Zhao Purdue University Calumet The Jules Event Planning Company

More information

Quantitative Risk Analysis with Microsoft Project

Quantitative Risk Analysis with Microsoft Project Copyright Notice: Materials published by Intaver Institute Inc. may not be published elsewhere without prior written consent of Intaver Institute Inc. Requests for permission to reproduce published materials

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

Lecture 6: Project Time Management By: Prof. Lili Saghafi. Information Technology Project Management, Fifth Edition

Lecture 6: Project Time Management By: Prof. Lili Saghafi. Information Technology Project Management, Fifth Edition Lecture 6: Project Time Management By: Prof. Lili Saghafi Information Technology Project Management, Fifth Edition Learning Objectives 2 Understand the importance of project schedules and good project

More information

Notes on the Critical Path Method for project planning and management.

Notes on the Critical Path Method for project planning and management. E90 Engineering Design Notes on the Critical Path Method for project planning and management. CPM models any project by a network of blocks or circles called NODES that are connected by lines called ARROWS.

More information

Introduction to Project Management ECE 480. Erik Goodman

Introduction to Project Management ECE 480. Erik Goodman Introduction to Project Management ECE 480 Erik Goodman What is Project Management? a method for organizing tasks a structured framework to help a group work productively tools to aid in task sequencing,

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

Unit 4: Time Management (PMBOK Guide, Chapter 6)

Unit 4: Time Management (PMBOK Guide, Chapter 6) (PMBOK Guide, Chapter 6) The questions on this topic focus heavily on scheduling techniques, network diagrams, Gantt charts, the critical path, compressing the schedule, PERT, and float. You may or may

More information