WAEC - Computer Studies (2023 - No. 16)
A file organization in which the records are stored in the order in which they occur is called
indexed file.
serial file.
sequential file.
random file.
Explanation
A file organization in which the records are stored in the order in which they occur is called "sequential file"
In a sequential file, records are stored in the order in which they occur. This means that the first record is stored at the beginning of the file, the second record is stored after the first record, and so on. To access a record in a sequential file, the computer must start at the beginning of the file and read each record until it finds the one that it is looking for.
In a sequential file, records are stored in the order in which they occur. This means that the first record is stored at the beginning of the file, the second record is stored after the first record, and so on. To access a record in a sequential file, the computer must start at the beginning of the file and read each record until it finds the one that it is looking for.
Comments (0)
