Which access method is used for obtaining a record from a cassette tape?
-
Direct
-
Sequential
-
Random
-
All of the above
-
None of these
B
Correct answer
Explanation
Cassette tapes are linear storage media, meaning the data must be accessed in the order it was recorded. This is known as sequential access, where you must pass through previous records to reach a specific one. Direct and random access allow jumping to any part of the data immediately, which tapes cannot do.