What is a sequential file and what are the disadvantages of sequential files?
Likewise, people ask, what is a sequential file?
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.
Thereof, what are two advantages of the sequential type file?
Sequential access has advantages when you access information in the same order all the time. Also is faster than random access. On the other hand, random access file has the advantage that you can search through it and find the data you need more easily (using indexing for example).
A sequential file would be used when the data is character based and not binary, and when the entire file is to be read, and there are considerations for portability. One example would be a file that held a game's high score information.