Transportation-Problem
November 25, 20232010 June UGC NET Paper 1
November 25, 2023UGC-NET DEC-2019 Part-2
|
Question 11
|
Given CPU time slice of 2ms and following list of processes.

Find average turnaround time and average waiting time using round robin CPU scheduling?
|
4.0
|
|
|
5.66, 1.66
|
|
|
5.66, 0
|
|
|
7, 2
|
Question 11 Explanation:
Average Turnaround Time= (5+5+7)/3
= 5.66
Average Waiting Time= (2+1+2)/3
= 1.66
Correct Answer: B
Question 11 Explanation:
Average Turnaround Time= (5+5+7)/3
= 5.66
Average Waiting Time= (2+1+2)/3
= 1.66
