Which of the following file organizations is most efficient for a file with a high degree of the activity?
sequential file organizations is most efficient for a file with a high degree of the activity.
A sequential file contains records organized by the order in which they were entered. The order of the records is fixed. Records in sequential files can be read or written only sequentially. After you place a record into a sequential file, you cannot shorten, lengthen, or delete the record.
sequential file. A file that contains records or other elements that are stored in a chronological order based on account number or some other identifying data. In order to locate the desired data, sequential files must be read starting at the beginning of the file.