ME2016 Partial Exam 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:48 PM on 2/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

SMART

Specific: defined output. Measurable: Can be checked for completion. Achievable: realistic goals. Realistic: Feasible within company’s context. Time-bound: has a deadline.

2
New cards

The Iron (project) Triangle

Time, quality, scope. You have to choose what to prioritize, optimize, or accept trade offs.

3
New cards

Work Breakdown Structure (WBS)

A hierarchical decomposition of a project into smaller, manageable components

or tasks, facilitating better planning and control.

4
New cards

Front-end Phase

The early stages before the formal project life cycle begins, where the decisions about governance and conceptual solutions are made.

5
New cards

Risk strategy

Plan for a specific risk. Avoid: change the plan to mitigate a specific risk, mitigate: take actions to lower the probability, transfer: transfer risk to another party, accept: decide to deal with the consequences if it happens.

6
New cards

Pre-mortem Analysis

A brainstorming method where you imagine the project has already failed and where you work backwards to identify why.

7
New cards

Scope creep

Uncontrolled or continuous growth in a project’s scope, due to poor definition or control.

8
New cards

Uncertainty profiles

Variation, Foreseen uncertainty, unforeseen uncertainty, chaos

9
New cards

Forward pass

Finding early dates

10
New cards

Early start

The earliest an activity can begin. ES=highest EF of all immediate predecessors.

11
New cards

Early Finish

EF = ES + Duration

12
New cards

Backward Pass

Finding late dates

13
New cards

Late Finish

The latest an activity can finish without delaying a project. LF = lowest LS of all immediate successors.

14
New cards

Late Start

LS = LF - Duration

15
New cards

Total Float

The total delay possible for an activity without delaying the entire project. TF = LS - ES or LF - EF

16
New cards

Free Float

The delay possible for an activity without delaying the next activity. FF = (smallest ES of successors) - EF

17
New cards

Critical path

The longest path through the network diagram; determines the minimum project duration. Activities on the path always have zero float (TF=0).

18
New cards

Probabilistic Expected Duration

Used when there is a chance of a rework. E(T) = (P_success x T_success) + (P_Failure x T_Failure)

19
New cards

Program Evaluation and Review Technique (PERT)

Used to find the expected duration of a single activity when you have three estimates. Estimates: Optimistic (T_min), Most Likely (T_likely), and Pessimistic (T_max). T_expected = (T_min + 4 (T_likely) + T_max)/6