Computer Science, asked by tehlilshafiq, 8 months ago

how direct access is implemented in file?

Answers

Answered by ahmed9076
4

Answer:

Explanation:

Direct Access –

Another method is direct access method also known as relative access method. A filed-length logical record that allows the program to read and write record rapidly. in no particular order. The direct access is based on the disk model of a file since disk allows random access to any file block.

Answered by mani1028
28

DIRECT ACCESS-

The direct access is based on the disk model of a file since disk allow random access to any file block.for direct access, the file is viewed as a numbered sequence of block or record.Thus,we may read block 14 then block 59 and then we can write block 17.

Similar questions