- Q2 Write A Program To Calculate Average Waiting Time For Shortest Job First Algorithm For Following Table And Display O 1 (42 KiB) Viewed 53 times
Q2) Write a program to calculate average waiting time for Shortest Job First algorithm for following table and display o
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q2) Write a program to calculate average waiting time for Shortest Job First algorithm for following table and display o
Q2) Write a program to calculate average waiting time for Shortest Job First algorithm for following table and display output. Process Burst Time Arrival time P1 5 0 P2 6 1 P3 2. 2 P4 4 3 P5 8 4 Q3) Write a program to calculate page fault by using LRU (least recently used) for the following reference string: 1, 3, 2, 3, 4, 2, 1, 3, 4, 2, 1, 4, 3, 1, 3.