A sequential device can only read or write from the beginning. It's not possible to quickly jump to some point in the middle. For example, tape drives and some compressed files work like this.
A random access device can read or write from points other than the beginning, some times from any byte offset.