Question: Please do this and use the attached case values to verify that the program is working. Objective: Write a C++ -program that will implement 3
Objective: Write a C++ -program that will implement 3 process management algorithms Note: The program needs to run on the Linux server. Algorithms: 1.First Come-First Serve 2. Priority 3. Shortest Job Next Inputs for program: Information necessary for the calculation of average turnaround time including: Time required for a job execution; Arrival time; Priority Program Output/Results: The output of the program should include: starting and terminating time for each job, turnaround time for each job, average turnaround time. Using real time is not necessary, relative start and stop time is sufficient provided that the job start times are all using relative time, and turnaround time calculation are accurate and consistent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
