Multiple choice The process of accessing data stored in a tape is similar to manipulating data on a stack queue list 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.