Computer Science, asked by Munmoon291, 3 months ago

What is the difference between random and sequential access?

Answers

Answered by atifah082006
0

Answer:

Sequential Access to a data file means that the computer system reads or writes information to the file sequentially, starting from the beginning of the file and proceeding step by step. On the other hand, Random Access to a file means that the computer system can read or write information anywhere in the data file.

Similar questions