Computer Science, asked by Preethachandran2470, 1 year ago

Difference between sequential and random access files in vb

Answers

Answered by Anonymous
5

Answer:

Sequential access has advantages when you access information in the same order all the time. Also is faster than random access.

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.

Similar questions