Mass Storage Structure

Multiple Choice questions & answers are available for a Computer Science students to clear GAT, NTS, ECAT exams, various technical interview, competitive examination, and other entrance exam. Mass Storage Structure is the important Topic for a computer science and technical students and one should practice these Mcqs to grasp good knowledge on the topic.

  1. Home
  2. »
  3. Computer Science Mcqs
  4. »
  5. Operating Systems Mcqs
  6. »
  7. Mass Storage Structure Mcqs
  8. »
  9. Page 3

31.
In the ______ algorithm, the disk arm starts at one end of the disk and moves toward the other end, servicing requests till the other end of the disk. At the other end, the direction is reversed and servicing continues.

LOOK

SCAN

C-SCAN

C-LOOK

32.
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.

LOOK

SCAN

C-SCAN

C-LOOK

33.
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.

LOOK

SCAN

C-SCAN

C-LOOK

34.
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 :

Partitioning

Swap space creation

Low-level formatting

None of the mentioned

35.
The data structue for a sector typically contains :

Header

Data area

Trailer

All of the mentioned

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

Main section & disk identifier

Error correcting codes (ECC) & sector number

Sector number & main section

Disk identifier & sector number

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

Partitioning & logical formatting

Swap space creation & caching

Caching & logical formatting

Logical formatting & swap space creation

38.
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.

Main

Bootloader

Bootstrap

Rom

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

Start disk

End disk

Boot disk

All of the mentioned

41.
Defective sectors on disks are often known as __________

Good blocks

Destroyed blocks

Bad blocks

None of the mentioned

42.
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.

Destroyed blocks, high level formatting

Bad blocks, partitioning

Bad blocks, low level formatting

Destroyed blocks, partitioning

43.
An unrecoverable error is known as _________

Hard error

Tough error

Soft error

None of the mentioned

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

Secondary storage

Main memory

Tertiary storage

None of the mentioned

45.
Using swap space significantly _________ system performance.

Increases

Decreases

Maintains

Does not affect

0Shares
0
Scroll to Top