https://en.wikipedia.org/wiki/Sequential_access
The opposite of “random access”. It means each bit of data has to follow the previous bit of data and can be read only in that order, so you have to read the whole book to get to page 1,002 for example. Random acecss allows you to open the book directly at page 1,002, which is how hard disks work.