Sequential & Random Access
Data in files can be stored in either sequential or random access.
Data stored sequentially means it is stored on the media one record after
the other in order.
The device must move through all information up to the location where it is
attempting to read or write.
Sequential file access is much slower than random file access
Magnetic tapes use sequential file access
Sequential & Random Access
Data in files can be stored in either sequential or random access.
Random access means that data is stored anywhere on the media.
The device can jump directly to the location where it is attempting to read or
write.
Random access is much faster than sequential file access
Most storage devices other than tape use
random access
Sequential & Random Access
Sequential
Random

ISDD Sequential & Random Access

  • 2.
    Sequential & RandomAccess Data in files can be stored in either sequential or random access. Data stored sequentially means it is stored on the media one record after the other in order. The device must move through all information up to the location where it is attempting to read or write. Sequential file access is much slower than random file access Magnetic tapes use sequential file access
  • 3.
    Sequential & RandomAccess Data in files can be stored in either sequential or random access. Random access means that data is stored anywhere on the media. The device can jump directly to the location where it is attempting to read or write. Random access is much faster than sequential file access Most storage devices other than tape use random access
  • 4.
    Sequential & RandomAccess Sequential Random