Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A critical-path analysis is a technique used to determine the schedule for a project. This information is important in the planning stages before a project
A critical-path analysis is a technique used to determine the schedule for a project. This information is important in the planning stages before a project is begun, and it is also useful to evaluate the progress of a project that is partially completed. One method for this analysis starts by dividing a project into sequential events and then dividing each event into various tasks. Although one event must be completed before the next one is started, various tasks within an event can occur simultaneously. The time it takes to complete an event, therefore, depends on the number of days required to finish its longest task. Similarly, the total time it takes to finish a project is the sum of time it takes to finish each event. Assume that the critical path information for a major construction project has been stored in a data file. Each line of the data file contains an event number, a task number, and the number of days required to complete the task. The data have been stored such that all the task data for eve t 1 are followed by all the task data for event 2, and so on. Thus, a typical set of data might be as follows: 1.1 Write a program to read the critical-path information and print a project completion timetable that lists each event number, the maximum number of days for a task within the event, and the total number of days for the project completion. 1.2 Write a program to read the critical-path information and print a report that liststhe event number and task number for all tasks requiring more than five days
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started