answersLogoWhite

0

What requires sequential access?

User Avatar

Anonymous

12y ago
Updated: 2/11/2023

TAPE!

User Avatar

Leann Raynor

Lvl 10
2y ago

What else can I help you with?

Related Questions

What disk requires sequential access?

TAPE!


What storage requires sequential access of data?

magnetic disc


What type of storage requires sequential access to locate data and information?

a tape


Sequential and random access memories?

give the examples of sequential access memory?


............. refers to reading and writing data consecutively?

sequential access


What are the uses of sequential data access?

Sequential data is what uses access. This is used in science.


Full form for HSAM?

Hierarchical Sequential Access Method-is a method to use sequential access of database.


What are the different data access methods?

Random Access & Sequential Access


What are the advantages and disadvantages sequential access?

Advantages of sequential circuits


What are the three types of file access control?

Sequential access,Random, Binary


Random access and sequential access file in vb 6.0?

To access a particular data item in a sequential file, you need to read in all items in the file prior to the item of interest. This works acceptably well for small data files of unstructured data, but for large, structured files, this process is time-consuming and wasteful. Sometimes, we need to access data in non-sequential ways. Files which allow non-sequential access are random access files.


What are the advantages of indexed-sequential file organisation?

Indexed-sequential file organization allows for efficient storage and retrieval of records by combining the benefits of sequential access (fast for batch processing) and direct access (quick for individual record retrieval). It provides faster access to records compared to purely sequential files while maintaining sequential organization for improved batch processing performance. The index allows for quick access to specific records without needing to search through the entire file.