Computer Science, asked by anjujaspal8069, 11 months ago

Difference between direct access storage and sequential access storage

Answers

Answered by Raju2392
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