Question: You will write a program that can take a list of processes' burst time from a file and determine the sequence of executions for those
You will write a program that can take a list of processes' burst time from a file and determine the sequence of executions for those processes using FCFS scheduling and round-robin scheduling. The scheduler will also output the average wait time and the average turnaround time. You may assume that all processes arrive and the same time and the time slice for round-robin is 10ms. Your program will take in two arguments. The first argument will indicate what type of scheduling algorithm the user wants to use. The second argument will be the name of the input file. For example if the content of data.txt is:134 43 54 19
Can someone please help me get started with this program. I need a little assistance in creating a circular linked list in c code. Thank you!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
