1.

What is the difference between serial and direct access file organization?

Answer»
  • In sequential access data is stored at random locations.
  • In direct access data is stored at sequential locations.
  • Data structure implementing Sequential access is linked list.
  • Data structure implementing Direct access is an Array.


Discussion

No Comment Found