In C-SCAN (Circular SCAN) scheduling, how does the head move?

In C-SCAN (Circular SCAN) scheduling, how does the head move?

Answer: C. From one end of the disk to the other, then jumps to the beginningThe correct answer is Option 3: From one end of the disk to the other, then jumps to the beginning. In C-SCAN (Circular SCAN) scheduling, the disk head moves…

  1. A.

    From the outer edge to the inner edge, then jumps to the outer edge

  2. B.

    In a continuous circular loop

  3. C.

    From one end of the disk to the other, then jumps to the beginning

  4. D.

    In a zig-zag pattern

Attempted by 203 students.

Show answer & explanation

Correct answer: C

The correct answer is Option 3: From one end of the disk to the other, then jumps to the beginning.

In C-SCAN (Circular SCAN) scheduling, the disk head moves from one end of the disk to the other, servicing requests along the way. However, once it reaches the end, it immediately returns to the beginning of the disk without servicing any requests on the return trip. This essentially treats the disk tracks as a circular list.

Explore the full course: Isro

Loading lesson…