When dealing with a sequential file, which file organization is commonly used for reading records in a specified order?

  • Dynamic
  • Indexed
  • Relative
  • Sequential
In a sequential file organization, records are stored and retrieved in a specific order. This order is determined by the physical sequence in which the records are written to the file. This organization is suitable for scenarios where records need to be processed in a predetermined order.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *