Question: Subject : operating system pls help me with my c++ project These are the joblist 1. Introduction After some initial analysis, UnimasSoft found that Round

Subject : operating system

pls help me with my c++ project

Subject : operating system pls help me with my c++ project These

These are the joblist

are the joblist 1. Introduction After some initial analysis, UnimasSoft found that

1. Introduction After some initial analysis, UnimasSoft found that Round Robin (RR) has better performance compared to other process scheduling algorithms namely First-come, firstserved (FCFS), Shortest job next (SJN), and Shortest remaining time (SRT). However, to have a holistic analysis on the best time quantum according to the client specification, a list of jobs used by the client is provided to UnimasSoft for further analysis. Your tasks are to: (a) Implement or code the Round Robin algorithm which was designed during the TMF2234 Operating System assignment, with C / C++ programing language. (b) Use the program to read the provided job list. The job list for your group is provided separately in an excel file based on your group number. Use only a job list assigned to your group. Each group will get a different job list. (c) Evaluate the job list with different time quantum: [5,10,15,20,25,30,35, 40,45,50,55,60], by determining the the following performance metrics: (i) Turnaround time of the jobs; (ii) Waiting time of the jobs; and (iii) Number of interrupts incurred. (d) Recommend the best time quantum for your job list based on your evaluation in (c). Use suitable charts to explain and justify your recommendation. (e) Prepare a 10 minute presentation that reports on the performance evaluation of all time quantum and your recommendation of the best time quantum. Assumptions (a) All the arrived jobs are at "Ready State" and ready to be processed by CPU. (b) Only ONE (1) CPU available for processing the jobs. (c) Each context switching incurs ONE CPU CYCLE. (d) Memory is always sufficient to hold any jobs. (e) Each job has mixture of CPU and I/O instructions, and the integer between the brackets indicates CPU or I/O cycle required for each instruction (Please refer to the job list assigned to your group). Example: CPU (20) - The integer 20 represents the computational instruction requires 20 CPU cycle to compute. I/O (40) - The integer 40 represents the I/O instruction requires 40 CPU cycle to complete

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!