InterviewSolution
Saved Bookmarks
| 1. |
Consider all the processes are arriving at large time intervals. Let t be the time interval between two processes Pi and Pi+1 for any i and service time of Pi is Si. If t > Si for every i then, what should be the strategy to schedule the processes ?(A) FCFS(B) Shortest Job First(C) Round Robin(D) Shortest Remaining Time First |
| Answer» | |