MOD 6: Project Management

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:58 PM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Project

: A temporary endeavor undertaken to create a unique product, service, or result, characterized by having a defined beginning, a defined end, and specific scope constraints.

2
New cards

Project Management

: The application of knowledge, skills, tools, and techniques to project activities to meet the project requirements.

3
New cards

Project Life Cycle

: The series of phases that a project passes through from its initiation to its closure (typically: Initiation → Planning → Execution → Monitoring & Controlling → Closing).

4
New cards

Triple Constraint (Project Management Triangle)

: The foundational structural model stating that the quality of a project is constrained by three interdependent factors: Scope, Time, and Cost. Changing one automatically impacts the others.

5
New cards

Project Charter

: A formal, high-level document issued by the project initiator or sponsor that officially authorizes the existence of a project and provides the project manager with the authority to apply organizational resources to project activities.

6
New cards

WBS (Work Breakdown Structure)

: A deliverable-oriented, hierarchical decomposition of the total scope of work to be executed by the project team. It breaks the project down into manageable, bite-sized components.

7
New cards

Work Package

: The lowest, most granular level of a Work Breakdown Structure (WBS) where cost and activity duration can be reliably estimated and managed.

8
New cards

Scope Creep

: The uncontrolled, unauthorized expansion of product or project scope without adjustments to time, cost, and resources.

9
New cards

Network Diagram (Activity-on-Node / PDM)

: A visual schematic showing the sequential relationships, dependencies, and chronological flow of a project's tasks from start to finish.

10
New cards

Critical Path Method (CPM)

: A step-by-step project management technique that identifies the longest sequence of dependent tasks in a network diagram. This sequence determines the shortest possible duration to complete the project. Any delay on the critical path delays the entire project.

11
New cards

Float (Slack Time)

: The total amount of time that a specific project activity can be delayed without causing a delay to the subsequent tasks or the overall project completion date. Tasks on the Critical Path have a float of exactly zero.

12
New cards

Earned Value Management (EVM)

: A project management methodology that integrates schedule, costs, and scope measurements to assess project performance and progress.

13
New cards

PV (Planned Value)

: The authorized budget assigned to scheduled work.

14
New cards

EV (Earned Value)

: The measure of work actually performed expressed in terms of the budget authorized for that work.

15
New cards

AC (Actual Cost)

: The total cost actually incurred while performing work.

16
New cards

Cost Variance (CV) & Schedule Variance (SV)

: Performance indicators calculated as CV=EV−AC and SV=EV−PV. Negative values indicate the project is over budget or behind schedule.

17
New cards

CPI (Cost Performance Index)

: Efficiency ratio calculated as ACEV​.

18
New cards

SPI (Schedule Performance Index)

: Efficiency ratio calculated as PVEV​. (Value less than 1.0 means underperforming).

19
New cards

RAM / RACI Matrix

: A structural chart used to clarify team roles and responsibilities across deliverables, mapping who is Responsible (does the work), Accountable (approves the work), Consulted (provides input), and Informed (updated on progress).

20
New cards

Risk Management Plan

: The structured process of identifying, analyzing, and preparing proactive responses to potential project risks to minimize negative impacts.

21
New cards

Risk Response Strategies

: The standard treatments for handling threats:

22
New cards

Avoid

: Eliminate the threat entirely by changing the project plan.

23
New cards

Mitigate

: Reduce the probability or impact of the risk.

24
New cards

Transfer

: Shift the consequence of the risk to a third party (e.g., insurance, outsourcing).

25
New cards

Accept

: Acknowledge the risk but take no action unless it occurs.

26
New cards

RFP (Request for Proposal)

: A formal business document issued by an organization requesting bids from external vendors to procure software, hardware, or development services.

27
New cards

SOW (Statement of Work)

: A narrative description of the specific products, services, or results to be delivered by an external vendor under a procurement contract.

28
New cards

Stakeholder

: Any individual, group, or organization that can affect, be affected by, or perceive itself to be affected by a decision, activity, or outcome of a project.

29
New cards

Technical Communication

: The practice of transmitting technical, complex data, processes, or instructions into clear, accessible information tailored to specific audiences (developers, stakeholders, or end-users).

30
New cards

Pyramid Principle

: A structured communication framework where the main conclusion, core recommendation, or answer is presented first, followed directly by a summary of supporting arguments and detailed data grouped logically below it.

31
New cards

MECE (Mutually Exclusive, Collectively Exhaustive)

: A structural grouping principle used to organize information. Data points or sub-problems must not overlap with one another (mutually exclusive), and together they must cover the entire scope of the problem without leaving any gaps (collectively exhaustive).

32
New cards

Executive Summary

: A short, high-level overview document summarizing the key findings, budgets, timelines, and conclusions of a massive technical report, explicitly designed for busy management stakeholders who do not have time to read the full brief.

33
New cards

KISS Principle (Keep It Simple, Stupid)

: A design and communication rule stating that systems and messages work best if they are kept simple rather than made complicated; avoiding unnecessary technical jargon when communicating with non-technical business partners.

34
New cards

SRS (Software Requirements Specification)

: A comprehensive, formal document that describes exactly what a software system is intended to do, its functional capabilities, and its operational performance constraints. This serves as the blueprint agreement between the client and the developers.

35
New cards

SDD (Software Design Description)

: A highly technical document that translates the requirements found in the SRS into a concrete technical architecture specification, detailing module structures, database schemas, interfaces, and exact low-level class structural designs.

36
New cards

UML (Unified Modeling Language)

: A standardized, visual modeling language used to specify, visualize, construct, and document the structural blueprints of software systems (e.g., Use Case diagrams, Class diagrams, Sequence diagrams).

37
New cards

Release Notes

: A concise document distributed alongside a new software build or update that details new features, bug fixes, operational patches, and known limitations for the end-user or deployment team.

38
New cards

API Documentation

: An instructional technical guide explaining exactly how to integrate with and consume a specific software API, detailing valid endpoints, expected request arguments, data formats (JSON/XML), and sample response outputs.