Computer Science, asked by uzairikram1993, 4 months ago

How can we convert data that is written on a device that supports only sequential access to a device that only support direct access method?​

Answers

Answered by muhammadtaha18038
1

Answer:

Sequential access must begin at the beginning and access each element in order, one after the other. Direct access allows the access of any element directly by locating it by its index number or address. ... If you are on a railroad train, to go from one car to another you must use sequential access

Explanation:

Sequential access must begin at the beginning and access each element in order, one after the other. Direct access allows the access of any element directly by locating it by its index number or address. ... If you are on a railroad train, to go from one car to another you must use sequential access

Similar questions