adplus-dvertising
frame-decoration

Question

In the _______ algorithm, the disk head moves from one end to the other , servicing requests along the way. When the head reaches the other end, it immediately returns to the beginning of the disk without servicing any requests on the return trip.

a.

LOOK

b.

SCAN

c.

C-SCAN

d.

C-LOOK

Answer: (c).C-SCAN

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In the _______ algorithm, the disk head moves from one end to the other , servicing requests along the way. When the head reaches the other end, it immediately returns to the...

Similar Questions

Discover Related MCQs

Q. In the ______ algorithm, the disk arm goes as far as the final request in each direction, then reverses direction immediately without going to the end of the disk.

Q. The process of dividing a disk into sectors that the disk controller can read and write, before a disk can store data is known as :

Q. The data structue for a sector typically contains :

Q. The header and trailer of a sector contain information used by the disk controller such as _________ and _________

Q. The two steps the operating system takes to use a disk to hold its files are _______ and ________

Q. The _______ program initializes all aspects of the system, from CPU registers to device controllers and the contents of main memory, and then starts the operating system.

Q. For most computers, the bootstrap is stored in ________

Q. A disk that has a boot partition is called a _________

Q. Defective sectors on disks are often known as __________

Q. In SCSI disks used in high end PCs, the controller maintains a list of _________ on the disk. The disk is initialized during ________ formatting which sets aside spare sectors not visible to the operating system.

Q. An unrecoverable error is known as _________

Q. Virtual memory uses disk space as an extension of _________

Q. Using swap space significantly _________ system performance.

Q. Linux __________ the use of multiple swap spaces.

Q. A single swap space ______ reside in two places.

Q. If the swap space is simply a large file, within the file system, ____________ used to create it, name it and allocate its space.

Q. For swap space created in a seperate disk partition where no file system or directory structure is placed, _____________ used to allocate and deallocate the blocks.

Q. When a fixed amount of swap space is created during disk partitioning, more swap space can be added only by :
I) repartitioning of the disk
II) adding another swap space elsewhere

Q. In UNIX, two per process ________ are used by the kernel to track swap space use.

Q. It is __________ to reread a page from the file system than to write it to swap space and then to reread it from there.