Distinguish between index sequential and non-index sequential file access methods.
Answer:
- In index sequential, an index is added to speed up sequential access of data by first searching the index then the file while in non-index sequential file organization the files are accessed from the first to the last or until the record is located.