Week 11: Project Management Flashcards

1
Q

What is a project?

A

A project is a temporary endeavour undertaken to create a unique product, service or result. (Focused, temporary, unique, complex, uncertain)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a programme?

A

A programme is a collection of projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the benefits of project management(6)?

A
  • Organise complex, coupled processes
  • Establish a plan and a schedule
  • Retain memory of project and lessons learned from failure
  • Operate at higher level and manage integration
  • Promote teamwork and collaboration
  • Manage budget and control costs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

On AoA network diagrams, what are the two symbols and their main features?

A

Activity-on-Arrow Network Diagrams;

Circle - Event: has zero time and represents a single state in the project. Event number on the top earliest time on the left, latest on the right

Arrow - Activity: has a time (on the bottom) and a name (on the top), starts from an event and finishes at an event.

No two activities can have the same start and the same end events, so have to use a dummy activity with a duration of zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the algorithm for CPA

A

Critical Path Analysis:

  1. Make a forward calculation pass: go from left to right, find out the earliest time for each event
  2. Make a backward calculation pass: go from right to left to get the latest possible time for each task
  3. Identify the critical path which has events with identical earliest and latest times
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is total float?

A

Total float is the time by which an activity can expand until it becomes critical and further expansion would cause the project to be delayed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is free float?

A

Free float is the amount of time by which an activity can expand without affecting the start time of any of the following activities:

FF = Earliest start time of next activity - Earliest finish

Earliest finish = Earliest start time + Duration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between PERT and CPA?

A

Program Evaluation and Review Technique uses three numbers for the duration of each activity: optimistic scenario (o), most likely scenario (m) and pessimistic scenario (p) time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In PERT what is the probability of the project taking T* or less time?

A

Normal Distribution(T*-Sum(E(t)/sqrt(Var(t))))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the algorithm for PERT?

A
  1. Add E(t) and Var(t) to the table and calculate these values
  2. Draw AoA network diagram
  3. Find the critical path
  4. Find total E(t) and Var(t) for it
  5. Use normal distribution
  6. Calculate all other paths as critical path is not certain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly