Multiple choice

The process of accessing data stored in a tape is similar to manipulating data on a

  1. stack

  2. queue

  3. list

  4. heap

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

Accessing data on a tape is sequential, meaning you must pass through previous items to reach a specific one, similar to a queue.