WEEK 5: Round Robin Scheduling

$24.99 $18.99

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…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

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.

WEEK 5: Round Robin Scheduling
$24.99 $18.99