Computer Science, asked by AbbyFranklin3351, 10 months ago

Difference between random access and sequential access

Answers

Answered by Anonymous
1

Answer:

Explanation:

Random File Access means that the file can be accessed randomly from the storage device irrespective of the file being in the beginning, middle, or end.

While sequential access means that the file should be accessed sequentially from the storage media. Here, it needs to follow a sequence.

Answered by Sriraghava1234567890
0

Explanation:

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