Project What is a project A temporary endeavor undertaken to create a unique product, service or result.

Slides:



Advertisements
Similar presentations
Project management.
Advertisements

PROJECT RISK MANAGEMENT
Key Concepts: Definition of a Project Characteristics of a Project
3-1 © Prentice Hall, 2004 Chapter 3: Managing the Object-Oriented Information Systems Project Object-Oriented Systems Analysis and Design Joey F. George,
Systems Analysis and Design 9th Edition
CSCU 411 Software Engineering Chapter 2 Introduction to Software Engineering Management.
A framework for describing IT Project Management Processes and Tool Set Features Enterprise Project Management Framework.
Project Management November 2, Introduction Eric Lemmons Customer Project/Program Manager III Gary Obernuefemann Business Consulting IV.
Project Management October 2011 Inf Sys 3810 Information Systems Analysis Fall 2011 Understand Project Management principles.
Project Management April 2015 Understand Project Management principles.
Projmgmt-1/33 DePaul University Project Management I - Risk Management Instructor: David A. Lash.
Project What is a project
Project Management February 28, Introduction Eric Lemmons Gary Obernuefemann.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 4 Slide 1 COMP201 Project Management.
Risk Management Figure 4-4 Estimate of Project Cost: Estimate Made at Project Start.
Software Development Problems Range of Intervention Theory Prevention, Treatment and Maintenance Planning, Development and Use Cost of Intervention.
Project Work and Administration
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 5 Slide 1 Project management.
Project Plan The Development Plan The project plan is one of the first formal documents produced by the project team. It describes  How the project will.
1 SOFTWARE PRODUCTION. 2 DEVELOPMENT Product Creation Means: Methods & Heuristics Measure of Success: Quality f(Fitness of Use) MANAGEMENT Efficient &
Agenda  Project Management Overview  Selecting Projects  The Aggregate Project Plan.
4. 2Object-Oriented Analysis and Design with the Unified Process Objectives  Explain the elements of project management and the responsibilities of a.
Handling Large Projects  Project Decomposition  Stepwise Refinement Functional Decomposition Design Decomposition  Work Breakdown Structures (WBS)
Project Management Hoang Huu Hanh, Hue University hanh-at-hueuni.edu.vn.
Project Risk Management Risk Mitigation. Risk Management  The prime objective of risk management is to minimize the impact and probability of the occurrence.
Project Management “Introduction to Project Management: Tools, Techniques, and Practices” BA 320 Operations Management.
© 2008 Prentice Hall11-1 Introduction to Project Management Chapter 11 Managing Project Execution Information Systems Project Management: A Process and.
Project Execution.
Project Management and Scheduling
Chapter 9. Intro  What is Project Management?  Project Manager  Project Failures & Successes Managing Projects  PMBOK  SDLC Core Process 1 – Project.
Project Management An overview. What is a Project A temporary job to accomplish a specific task A temporary job to accomplish a specific task Attributes.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-In B15 Project Management.
Project management DeSiaMore 1.
Copyright Course Technology 1999
© 2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
CIS 499 Senior Seminar IT project management. Exercise. Write a testable problem statement in subject verb format. Who? Are the people going to use this.
Copyright © 2014 McGraw-Hill Higher Education. All rights reserved. CHAPTER 15 Project Management McGraw-Hill/Irwin.
ICE2401 Project Management
Project Management November 2014 Understand Project Management principles.
BUSINESS PLUG-IN B15 Project Management.
FCS - AAO - DM COMPE/SE/ISE 492 Senior Project 2 System/Software Test Documentation (STD) System/Software Test Documentation (STD)
Introduction- Project Management By Ctrl+C & Ctrl+V 1.
When IT fails? During IT Dev Projects During IT Production Operations Project Sponsors or Senior Managers CANCEL IT development projects because: Budget.
1 © The Delos Partnership 2004 Project Management Organisation and Structure.
Engineering, 7th edition. Chapter 5 Slide 1 Project management.
Mani Subramanian. What is Project? is a temporary endeavor with a beginning and an end. Delivers Unique Product, Service or result.
Lecture 11 Managing Project Execution. Project Execution The phase of a project in which work towards direct achievement of the project’s objectives and.
ISM 5316 Week 3 Learning Objectives You should be able to: u Define and list issues and steps in Project Integration u List and describe the components.
Chapter 11. Intro  What is Project Management?  Project Manager  Project Failures & Successes Managing Projects  PMBOK  SDLC Core Process 1 – Project.
©Ian Sommerville 2000 Slide 1 Project management l Organising, planning and scheduling software projects l Objectives To introduce software project management.
COOP Seminar – Fall 2008 Slide 1 HOUSTON COMMUNITY COLLEGE SYSTEM SAIGONTECH SAIGON INSTITUTE OF TECHNOLOGY Software Project Management.
Chapter 3 Project Management Chapter 3 Project Management Organising, planning and scheduling software projects.
PLANNING ENGINEERING AND PROJECT MANAGEMENT By Lec. Junaid Arshad 1 Lecture#03 DEPARTMENT OF ENGINEERING MANAGEMENT.
BISM 8470 Issues in IRM Topic: Software Project Management.
Project Management and Risk. Definitions Project Management: a system of procedures, practices, technologies, skills, and experience needed to manage.
February 15, 2004 Software Risk Management Copyright © , Dennis J. Frailey, All Rights Reserved Simple Steps for Effective Software Risk Management.
1 IT Project Management, Project Failure and Success  Introduction  Projects operate in a broad organizational environment.  Project managers need to.
Chap 4. Project Management - Organising, planning and scheduling
Stand Up Comedy Project/Product Management
Project Management. Projects and Project Managers Project – a [temporary] sequence of unique, complex, and connected activities having one goal or purpose.
Project Management Training
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 5 Slide 1 Project management.
Project management 1/30/2016ICS 413 – Software Engineering1.
1 Project Management C13PM Session 2 Project Initiation & Definition Russell Taylor Business Department Staff Workroom
R i s k If you don’t attack risks, they will attack you.
Chapter 11 Project Management.
Software Project Management
Software Project Management
Project Management Chapter 11.
Presentation transcript:

Project What is a project A temporary endeavor undertaken to create a unique product, service or result

What is a Project? Temporary Goal-directed Collaborative Constrained Endeavor

What is Project Management? Project management is the application of knowledge, skills, tools and techniques to project activities in order to meet or exceed stakeholder needs and expectations from a project.

PM Development Objective On Schedule Within Budget According to specification

Project Management Process Initiating Processes Planning Processes Executing Processes Controlling Processes Closing Processes

Project Management Problems Requirements Incomplete Unclear Inadequate External dependencies

Project Management Problems Poor estimates Inadequate tracking or supervision Uncontrolled changes Inadequate testing procedures Inadequate documentation Politics

Role of the Project Manager Leadership and Guidance Planning Customer Relations Technical Leadership Senior Management Liaison

Handling Large Projects Project Decomposition Stepwise Refinement Functional Decomposition Design Decomposition Work Breakdown Structures (WBS)

Why to Project Decomposition Project Decomposition F(xyz) q = F(x) q + (y) q + (z) q A complex project can be divided into simpler components. Each component is easier to handle. System development projects are decomposed into smaller components in order to provide better estimates of the amount of the amount of work involved and to monitor and manage the various activities of the development team.

Stepwise Refinement Stepwise refinement are iterative methods because each iteration decomposes the system further. Systems Component 1Component 2Component

Functional Decomposition Functional decomposition of a software project is a division of the system into its operational components as they are seen by the user. The objective is to define all the characteristics of the system from the user’s perspective.

Functional Decomposition

Design Decomposition Is a division of the system into lower level components that coincide with the actual software components of the systems. In a full design decomposition of a software system, the lowest components correspond to programming modules (e.g. procedures, subroutines, or program functions) Requirement Functional decomposition Design Decomposition.

Design Decomposition The best design would strive to produce independent software components or modules. Good design will strive for low coupling, high cohesion and information hiding.

Work Breakdown structure WBS This is the division of the IT project into basic work components The sum total of these work components covers all the tasks that need to be performed in order to complete the project successfully. Materials Functions People

WBS Project Decomposition Development tasks Managerial tasks Support tasks Administrative tasks

WBS

Task IDDescriptionStatusAssigned toComments 1.Management and Administration 2.Software development 2.1Software requirement analysis 2.2Software design 2.2.1Control logic 2.2.2Command interface …… Display formatterCompletedJoe Smith … 2.3Software coding 2.4Software integration … 3Procurement and development support

Managing Large Projects

Project Reporting Techniques Period written status report Verbal reports Status meetings Product demonstrations (demo)

Status Reports Status Reports Format Red flags Problems that require the immediate attention of the PM. Activities during the report period (2 weeks). This should be linked to WBS Planned activities for the next report period Major activity planned for the next report period Problems and general issues Issues not yet resolved from the last period Holidays, Vacation, New project members, etc. Date, report period, Name of report, Who is submitting the report.

Some Basic Problems (management errors) Poor estimates Budget, Schedule, development resources, technical estimates Inadequate tracking and supervision Uncontrolled changes Poor testing procedures Poor development documentation

Risk Foresight is an excellent PM quality Ability to anticipate problem What is Risk? An uncertain event or condition that, if it occurs, has a positive or negative effect on a project’s objectives. PMI (project management institute)

Risk Analysis Risk analysis includes estimating its probability, evaluating its impact and preparing for solution in advance. Risk analysis is not free Project size/complexity vs. risk

Risk and system complexity Risk Technical Cost Schedule System Complexity

Successful Risk Management SEI summaries successful risk management as follows A successful risk management practice is one in which risks are continuously identified and analyzed. Risks are mitigated, tracked, and controlled to effectively use program resources. Problems are prevented before they occur and personnel consciously focus on what could affect product quality and schedules

Common risk factors Risk factors Lack of top management commitment to the project Failure to gain user commitment Misunderstanding the requirement Lack of adequate user involvement Failure to manage end user expectation Changing scope and objectives Lack of required knowledge/skill in the project personnel New technology Insufficient / inappropriate staffing Conflict between user departments

Anticipating Problems Step One Do a review of all project technical and administrative plans Project development plan Requirement specifications Design specification Personnel External sources Etc Step two Compile a list of all anticipated problems and describe the potential effect of each problem on the project.

Problem and Description Late delivery of hardware Communication and Networks problem Staff … …. If vendor don’t deliver the system by date the integration will be delayed and it will have effect on cost and schedule. Too slow to support the new system upgrade must be completed before testing Problem with so and so with respect to bla bla. Especially the resources from other the “side”

Risk Analysis Stage Evaluation of the anticipated risk Estimate the probability that the risk will occur Estimate the impact of the problem on the project Attribute a measure of severity to the problem Contingency plan