Multiple choice general knowledge science & technology

Magnetic disks are the most popular medium for

  1. Direct access

  2. Sequential access

  3. Both of above

  4. None of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Magnetic disks support both direct access (reading/writing specific blocks directly) and sequential access (reading data in sequence), which is why they are versatile and popular storage media.

AI explanation

To answer this question, you need to understand the difference between direct access and sequential access.

Direct access refers to the ability to access data on a storage medium in any order, without having to sequentially read through the entire medium. It allows for random access to specific locations on the storage medium.

Sequential access, on the other hand, requires reading or writing data in a sequential manner, starting from the beginning and continuing in order until the desired data is reached. It does not allow for random access to specific locations on the storage medium.

Magnetic disks, also known as hard disk drives (HDDs), are indeed the most popular medium for both direct access and sequential access. They provide a high capacity for storing data and allow for both random and sequential access to data.

Therefore, the correct answer is C) Both of the above, as magnetic disks are commonly used for both direct access and sequential access.