InterviewSolution
Saved Bookmarks
| 1. |
Which algorithm of disk scheduling selects the request with the least seek time from the current head positions?(a) SSTF scheduling(b) FCFS scheduling(c) SCAN scheduling(d) LOOK schedulingI got this question during an internship interview.Question is taken from Secondary Storage in division Security of Operating System |
|
Answer» CORRECT CHOICE is (a) SSTF scheduling The EXPLANATION: NONE. |
|