What do you mean by a sequential access file?
- When writing programs which store and retrieve data in a file, it's possible to designate that file into various forms.
- A sequential access file is such that data is saved in sequential order: one data is placed into the file after another.
- If you wish to access a particular data within sequential access file, data has to be read - one data at a time, till you reach the data you want.