Normalization
November 25, 2023Computer-Networks
November 25, 2023Operating-Systems
Question 25 |
Consider the following five disk access requests of the form (request id, cylinder number) that are present in the disk scheduler queue at a given time.
(P, 155), (Q, 85), (R, 110), (S, 30), (T, 115)
Assume the head is positioned at cylinder 100. The scheduler follows Shortest Seek Time First scheduling to service the requests.
Which one of the following statements is FALSE?
The head reverses its direction of movement between servicing of Q and P. | |
T is serviced before P. | |
R is serviced before P. | |
Q is serviced after S, but before T.
|
Question 25 Explanation:
(P,155)(Q,85)(R,110)(S,30)(T,115)
Correct Answer: D
Question 25 Explanation:
(P,155)(Q,85)(R,110)(S,30)(T,115)