Starting from:
$30

$24

WEEK 5: Round Robin Scheduling

OBJECTIVE:
Understanding and Simulating Round Robin Scheduling Algorithm

    •  
    • Write a C program to implement Round Robin scheduling algorithm.

Test your program with small and large quantum values wrt CPU burst time.

Expected Output:





NOTES:

Your program can take inputs (No of Processes, process name or number, burst time and the quantum time) in the manner shown above or in any other manner.

Output should be printed in the same format as shown in the screenshot by clearly showing the individual burst time, WT, TAT as well as Average WT & TAT values.

Submit 2 screenshots showing the program output for quantum = 12 and any smaller quantum number.




More products