what is a sequential file
Answers
Answered by
0
The linear sequential model suggests a systematic sequential approach to software development that begins at the system level
Answered by
2
➡️A sequential file is one that contains and stores data in chronological order. The data itself may be ordered or unordered in the file. Unlike a random-access file, sequential files must be read from the beginning, up to the location of the desired data.
Similar questions