Which type of data file access starts from beginning of the file and porceeds to the end of the file?

1 answer

Answer

1166156

2026-03-02 18:15

+ Follow

The type of data file access that starts from the beginning of the file and proceeds to the end is called sequential access. In this method, data is read in a linear fashion, one record after another, which is often used for processing text files and simple data storage formats. Sequential access is straightforward but can be inefficient for large files if specific records need to be accessed frequently.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.