Vidyalelo
Computer Fundamentals · Q379

Operating System

Computer Related · Computer Fundamentals · question 379

Q379

A disk scheduling algorithm in an operating system causes the disk arm to move back and forth across the disk surface in order to service all requests in its path. This is a

A.
First come first served
B.
Shortest Seek Time First (SSTE)
C.
Scan
Answer
D.
FIFO
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
A disk scheduling algorithm in an operating system causes the disk arm to move back and forth across the disk surface in order to service all requests in its path. In SCAN disk scheduling algorithm, head starts from one end of the disk and moves towards the other end, servicing requests in between one by one and reach the other end.