What is a project?
Series of related jobs or tasks focused on the completion of an overall objective.
What is project management?
Planning, directing, and coordinating resources to meet the technical requirements, cost, and time constraints of the project.
What is a program?
A long term goal (project) which may involve several smaller projects. For example: University’s research program, NASA’s space program, etc.
What the four project phases?
What is in the project initiation phase?
What is in the planning and scheduling phase?
What is in the execution and control phase?
What is in the closing phase?
Documentation and knowledge sharing once the project is concluded to look at the good and bad situations that took place and how those challenges were handled. (To be looked at as a learning experience)
Why do projects fail?
Projects fail either because we are too optimistic at the definition and planning stage or because we lack the skills at the monitoring and control stage.
What is a task?
An entity (subdivision) in a project that can be done by a team or organization.
What is a subtask?
Break a task down into more meaningful pieces.
What is a work package (activity)?
Smallest unit of work that a project can be broken down to.
What is a milestone?
Specific events to be reached at points in time.
What is the work breakdown structure (WBS)?
Method by which a product is divided into tasks and subtasks.
What are the levels of WBS?
Level 1: Program Level 2: Project Level 3: Task Level 4: Subtask Level 5: Work Package
What are the two types of representation tools?
Gantt Chart and Network Diagram
What are Gantt charts used for and what are its advantages/disadvantages?
Visualize the sequence of activities and their planned duration.
Advantages: Visual and simple.
Disadvantages: Fails to reveal relationships among activities
What are network diagrams used for and what are its advantages/disadvantages?
A network diagram (or precedence network) is used on more complex projects.
(The same activities as a Gantt chart can be represented in the form of Network)
What are common techniques for scheduling and controlling of large projects?
- CPM (Critical Path Method)
What is the difference between independent and sequential activities?
Independent can be started at anytime whereas sequential cannot be started until the immediate predecessor activities are finished.
What are the two common ways to represent the project using network diagram?
Activity on Arrow (AOA);
Activity on Node (AON).
What is project completion time?
The time of the last activity. (The duration of the longest path)
To compute:
A+C+D = 6+1+2 = 9 weeks
B+C+D = 3+1+2 = 6 weeks
The earliest D can start is week 7 because in BCD, D cannot start before week 4, and in ACD, D cannot start before week 7, the duration of D is 2 weeks, therefore D can finish in the 9th week.
What is the critical path known as?
The longest path.
activities on this path are known as Critical activities
Can more the one Critical path exist in the same project?
Yes