The access method used for magnetic tape is___________
-
Direct
-
Random
-
Sequential
-
None of the above
C
Correct answer
Explanation
Magnetic tape is a sequential access medium - data must be accessed in the order it was written. Unlike disks, tape cannot jump directly to any location. To reach specific data, you must fast-forward through all preceding content, making sequential access mandatory. Direct (Option A) and Random (Option B) access describe disk-based systems where any location can be reached directly.