what are the differnces among sequential access direct access and random access ?
Answers
Answered by
7
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.
Answered by
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