This section focuses on the tools and documentation used in project management, categorized by their specific purposes and phases. These tools help streamline project processes and ensure proper communication, tracking, and accountability.
These tools are software or methods designed to help project managers and teams plan, execute, and monitor projects efficiently.
Documentation is crucial for tracking progress, maintaining accountability, and ensuring everyone understands the project’s goals and status. Different phases of a project require specific types of documents.
Effective communication is the backbone of any successful project. These tools ensure information flows efficiently between team members, stakeholders, and other parties.
EVM is a widely used technique for measuring project performance and forecasting outcomes based on the relationship between work planned, work completed, and actual costs. The CompTIA Project+ exam may include questions requiring conceptual understanding or basic calculations involving the following metrics:
Planned Value (PV)
= Planned % Complete × Total Budget
→ The estimated value of work scheduled to be completed.
Earned Value (EV)
= Actual % Complete × Total Budget
→ The estimated value of work actually completed at a point in time.
Actual Cost (AC)
= Total cost incurred for the work performed
→ The real money spent so far.
Cost Performance Index (CPI)
= EV / AC
→ Indicates cost efficiency; CPI < 1 means over budget.
Schedule Performance Index (SPI)
= EV / PV
→ Indicates schedule efficiency; SPI < 1 means behind schedule.
If a project has a total budget of $100,000 and at a certain point:
Planned % Complete = 50%
Actual % Complete = 40%
Actual Cost = $60,000
Then:
PV = 0.5 × 100,000 = $50,000
EV = 0.4 × 100,000 = $40,000
CPI = 40,000 / 60,000 = 0.67 → Over budget
SPI = 40,000 / 50,000 = 0.8 → Behind schedule
Many candidates confuse issues and risks, especially since both require tracking and management. However, they refer to different project situations.
Risk Register:
A proactive document listing potential future risks, their probability, impact, and mitigation plans.
Issue Log:
A reactive document that records actual problems that have occurred and are affecting the project.
An Issue Log records problems that have already occurred, while a Risk Register identifies future potential risks.
Risk Register Entry: "There is a 30% chance that a vendor may delay hardware delivery."
Issue Log Entry: "Server outage occurred on March 20th; development halted for 8 hours."
In project environments, not all documents are owned or maintained by the project manager. It’s important to understand who is typically responsible for different types of documentation. This may appear in exam scenarios where you must match roles to documents.
| Document | Typical Owner |
|---|---|
| Project Charter | Project Manager (drafts); Sponsor (approves) |
| Work Breakdown Structure (WBS) | Team Leads or Functional Managers |
| Risk Management Plan | Project Manager |
| Communication Plan | Project Manager |
| Issue Log | Team Members or PM |
| Status Reports | Project Manager |
| Technical Documentation | Team Members (e.g., developers) |
Understanding who maintains or updates a document supports accountability and project control.
While Project+ focuses on traditional (Waterfall) project documentation, the exam may include references to Agile environments, which approach documentation differently.
Documentation is lighter and more adaptive.
Focus is on delivering working software, not exhaustive paperwork.
Agile teams often use visual and collaborative tools rather than formal documents.
| Traditional Document | Agile Equivalent |
|---|---|
| Requirements Document | Product Backlog (Jira, Trello) |
| Gantt Chart | Sprint Board / Kanban |
| Status Report | Stand-up Meeting Notes |
| Change Request Log | Product Backlog Re-prioritization |
In Agile projects, documentation may be lighter and more iterative. Tools like Jira replace formal documents with backlogs, user stories, and sprint boards.
Be able to interpret or calculate EVM metrics like CPI and SPI.
Know that risks are future-oriented, while issues are present/ongoing problems.
Understand which team roles are typically responsible for key documents.
Recognize how Agile shifts focus from formal documentation to real-time collaboration and adaptability.
What is the primary purpose of a Gantt chart in project management?
A Gantt chart is used to visualize project schedules by displaying tasks, durations, dependencies, and timelines in a chronological bar chart format.
The chart shows tasks along the vertical axis and time along the horizontal axis, allowing project managers to track start dates, end dates, and task dependencies. It helps teams understand how activities are sequenced and whether delays in one task will affect other tasks.
Gantt charts are particularly useful in planning and monitoring phases because they provide a clear overview of the entire project schedule.
A common mistake is using Gantt charts without defining dependencies between tasks, which reduces their ability to predict scheduling conflicts.
Demand Score: 74
Exam Relevance Score: 91
What information does a PERT chart help project managers analyze?
A PERT chart helps project managers analyze task dependencies and estimate project duration using optimistic, pessimistic, and most likely time estimates.
Program Evaluation and Review Technique (PERT) charts display project tasks as nodes connected by arrows that represent dependencies. The technique uses three estimates for each task: optimistic, pessimistic, and most likely. These estimates help calculate expected completion times and identify critical paths.
By mapping dependencies and estimated durations, the PERT chart helps project managers identify tasks that directly affect the project timeline.
A common mistake is assuming all tasks have equal impact on scheduling; PERT highlights tasks whose delays could extend the entire project.
Demand Score: 73
Exam Relevance Score: 90
What is the difference between a burndown chart and a burnup chart?
A burndown chart tracks remaining work over time, while a burnup chart tracks completed work relative to total project scope.
Both charts are commonly used in Agile environments to visualize project progress. A burndown chart starts with the total amount of work and decreases as tasks are completed, showing how much work remains in the sprint or project.
A burnup chart displays two lines: one representing total scope and another representing completed work. This format allows teams to visualize scope changes during the project.
A common misunderstanding is assuming both charts display identical information; burnup charts provide better visibility when scope changes occur.
Demand Score: 78
Exam Relevance Score: 89