Multiple choice

Which access that need to go through the data stored one by one to reach the desired data?

  1. Serial Access

  2. Direct Access

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

Serial (or sequential) access requires reading through all preceding data in order to reach a specific target location. Direct access, on the other hand, allows the system to jump directly to the target data.