Computer Science, asked by kumaranand0950, 5 months ago

Review Questions
1 What are the differences among sequential access, direct access, and random access?

Answers

Answered by kavithks
0

Answer:

Sequential access is accessing data in a specific linear sequence (example: tapes). Direct access has the data address based on a physical location. With random access, any location can be selected at random, and the addressable locations in memory have a unique, physically wired-in addressing mechanism.

Explanation:

Similar questions