Difference between direct access storage and sequential access storage
Answers
Answered by
0
Answer:
This type of operation is also called “Direct Access” because the computer system knows where the data is stored (using Indexing) and hence goes “directly” and reads the data. Sequential access has advantages when you access information in the same order all the time. Also is faster than random access.
Similar questions