CSC264 Operating Systems

Operating SystemsTU Board 2080

When does the request switch from user mode to kernel mode? Give answer with an example. Find the average waiting time and turnaround time for the process scheduling algorithms FCFS, Priority and RR…

10

When does the request switch from user mode to kernel mode? Give answer with an example. Find the average waiting time and turnaround time for the process scheduling algorithms FCFS, Priority and RR (Quantum=2) in the following given dataset.

Process
Arrival Time
Burst Time
Priority
P0
0
5
1 (Lowest)
P1
1
3
4 (Highest)
P2
2
8
2
P3
3
6
3

A worked answer is on its wayMeanwhile, read the Operating Systems notes for this topic.

Discussion

Loading…

More Operating Systems questions

All Operating Systems old questions