Which of the following statement(s) is/are true regarding PERT chart in software project management? I. PERT charts consists of a network of boxes and arrows. II. In PERT chart, the boxes represent activities and the arrow represents task dependencies.
Both I and II
PERT (Program Evaluation Review Technique) charts are essential tools in project management, including software project management. They help visualize the timeline, activities, and dependencies involved in completing a project. Let's analyze the given statements about PERT charts.
Project network diagrams, such as PERT charts or Critical Path Method (CPM) charts, are graphical representations of a project's schedule. They typically consist of:
Therefore, the statement that PERT charts consist of a network of boxes and arrows is generally true, as these are the fundamental components used to build the network diagram. The specific shape (boxes or circles) and what they represent (activity or event) can vary slightly depending on the diagram type (Activity-on-Node or Activity-on-Arrow), but the concept of a network using nodes and connecting lines (arrows) is core to PERT.
Based on the common structure of network diagrams used in project management, Statement I is true.
There are two primary conventions for drawing project network diagrams:
While classical PERT is often associated with the AOA method, the AON method is widely used today and is frequently referred to in the context of PERT and CPM. In AON diagrams, the boxes (nodes) clearly represent the activities, and the arrows define the predecessor-successor relationships, which are the task dependencies.
The statement describes the representation used in the Activity-on-Node (AON) method. Given that AON is a common and accepted way to model project networks often discussed alongside or as a variation of PERT, the statement is considered true in this context.
Based on the Activity-on-Node representation commonly used in project network diagrams, Statement II is true.
Both statements accurately describe common features and representations used in PERT charts or project network diagrams closely related to PERT. Statement I is true as network diagrams use nodes and arrows. Statement II is true specifically for the Activity-on-Node representation, which is widely used and considered a valid way to depict PERT-like project structures, where boxes represent activities and arrows represent dependencies.
Therefore, both Statement I and Statement II are true.
| Statement | Analysis | Truth Value |
|---|---|---|
| I. PERT charts consists of a network of boxes and arrows. | Project network diagrams use nodes (boxes/circles) and arrows to show tasks and flow. | True |
| II. In PERT chart, the boxes represent activities and the arrow represents task dependencies. | In Activity-on-Node (AON) diagrams, boxes represent activities and arrows represent dependencies. AON is a common representation used with PERT concepts. | True |
The correct option is the one stating that both Statement I and Statement II are true.
| Concept | Description | Representation |
|---|---|---|
| PERT Chart | A project management tool to schedule, organize, and coordinate tasks within a project. Uses a network diagram. | Network of nodes and arrows |
| Activity (Task) | A specific piece of work to be done as part of the project. | Represented by arrows (AOA) or nodes/boxes (AON) |
| Event | A point in time representing the start or completion of one or more activities. | Represented by nodes/circles (AOA) |
| Dependency | A relationship where one activity must be completed before another can start. | Shown by the sequence of arrows and nodes |
| Activity-on-Node (AON) | Network diagram method where nodes (boxes) are activities and arrows show dependencies. | <box Activity A> ---> <box Activity B>(Arrow indicates B depends on A) |
| Activity-on-Arrow (AOA) | Network diagram method where arrows are activities and nodes (circles) are events. | <circle Event 1> ---> <arrow Activity A> ---> <circle Event 2> |
In software project management, PERT is useful for projects where task durations are uncertain. PERT uses three time estimates for each activity: optimistic, pessimistic, and most likely, to calculate an expected duration and standard deviation. This helps in risk assessment and provides a range of possible project completion times. While CPM focuses on deterministic time estimates to find the critical path, PERT's probabilistic approach helps manage the inherent uncertainties in software development timelines. Combining aspects of both PERT and CPM is common practice today, often referred to as PERT/CPM. The network diagrams (AOA or AON) are fundamental to both techniques for visualizing the project flow and identifying critical tasks.
Software products need perfective maintenance for which of the following reasons?
Statistical software quality assurance in software engineering involves _________
Software reliability is described with respect to
(A) Execution Time
(B) Calendar Time
(C) Clock Time
Choose the correct answer from the options given below:
Modules X and Y operate on the same input and output, then the cohesion is
Size and complexity are a part of