NEOCODE

Project Scheduling MCQs (PERT & GANTT Charts)

1. GANTT Charts

Q1. What is a GANTT chart primarily used for?

Correct Answer: B) Visualizing project tasks and timelines

Explanation:
GANTT charts are bar charts that visually represent project schedules, showing task durations, start/end dates, and progress against time. They help project managers and teams understand task timelines at a glance.

Q2. Which of the following is NOT a feature of a GANTT chart?

Correct Answer: D) Memory allocation in programming

Explanation:
Memory allocation is a programming concept unrelated to project scheduling. Modern GANTT charts can show task dependencies, critical paths, and track progress through percentage completion indicators.

Q3. In a GANTT chart, horizontal bars represent:

Correct Answer: C) Both A and B

Explanation:
The length of horizontal bars in a GANTT chart primarily represents task durations along the timeline. Advanced GANTT charts can also use color-coding or patterns within bars to indicate resource allocation.

Q4. A GANTT chart is most useful for:

Correct Answer: C) Both A and B

Explanation:
GANTT charts are versatile tools effective for both short-term scheduling (detailed task planning) and long-term tracking (high-level project overview). They're methodology-agnostic and used in various approaches including Agile (as Sprint planning boards).

2. PERT Charts

Q5. PERT stands for:

Correct Answer: A) Program Evaluation and Review Technique

Explanation:
PERT (Program Evaluation and Review Technique) was developed by the U.S. Navy in the 1950s for the Polaris submarine missile program. It's a statistical tool for analyzing and representing tasks in a project.

Q6. PERT charts are based on:

Correct Answer: B) Probabilistic (three-time) estimates

Explanation:
PERT uses three time estimates (optimistic, most likely, pessimistic) to account for uncertainty in task durations, making it probabilistic rather than deterministic like traditional scheduling methods.

Q7. The three-time estimates used in PERT are:

Correct Answer: A) Optimistic, Pessimistic, Most Likely

Explanation:
PERT uses:
1) Optimistic time (O) - shortest possible time if everything goes perfectly
2) Most Likely time (M) - realistic estimate under normal conditions
3) Pessimistic time (P) - longest duration if significant problems occur

Q8. The Critical Path in a PERT chart is:

Correct Answer: B) The longest path determining project duration

Explanation:
The Critical Path is the sequence of dependent tasks that has the longest total duration in the project. Any delay in these tasks will directly delay the entire project, making them "critical" to monitor.

Q9. Which of the following is an advantage of PERT over GANTT?

Correct Answer: A) Better for showing task dependencies

Explanation:
PERT charts (network diagrams) excel at visualizing complex task dependencies through their node-and-arrow structure. GANTT charts can show dependencies but become cluttered with many interdependent tasks.

Q10. The formula for expected time (TE) in PERT is:

Correct Answer: B) (O + 4M + P) / 6

Explanation:
The PERT weighted average formula (O + 4M + P)/6 gives more weight to the Most Likely estimate (4x) while accounting for optimistic and pessimistic scenarios. This beta distribution approach helps mitigate estimation bias.