answersLogoWhite

0


Best Answer

magnetic disc

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

tape

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What storage requires sequential access of data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

a tape


What are the uses of sequential data access?

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


Which storage does NOT use direct access?

The most common type of storage that does not use direct access is tape storage. Tape uses sequential access, that requires to start from the beginning of the tape and go through the tape until you find the section you need. Direct access includes a directory that will let you go directly to the data you need.


What is a magnetic tape?

A magnetic tape is a secondary storage media used to access data in a sequential way


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

sequential access


What are the different data access methods?

Random Access & Sequential Access


What is the difference between direct access and sequential access?

, Both terms "direct access" and "sequential access" as you must have guessed refer to accessing schemes in the file system. In broadest sense difference between these two can be stated like this -In sequential access data is stored at random locations. -In direct access data is stored at sequential locations. ( Ironically this is true No matter what kind of first impression we get when we hear it for the first time. ) -In sequential access addition of data is fast but retrieval of data is slow. -In direct access addition of data is slow as reordering of data blocks may be needed to put current data block after the last used data block for the file. But retrieval of data is fast. -Data structure implementing Sequential access is linked list. -Data structure implementing Direct access is an Array. Application areas:- A situation where rate of addition of data is much larger compared to retrieval of data Sequential access is preferred, in opposite situation Direct access is more suitable. Regards, Prime There are technical explanations as to how it works, but in simple terms, direct access means going straight to the record you want, whereas sequential access means going through all records one by one until you find the one you want.


Compare and contrast sequential access storage vs direct access storage?

The terms direct access and random access describe the same concept. They mean that an element of data or instructions (such as a byte or word) can be directly stored and retrieved by selecting and using any of the locations on the storage media. They also mean that each storage position (1) has a unique address and (2) can be individually accessed in about the same length of time without having to search through other storage positions. For example, each memory cell on a microelectronic semiconductor RAM chip can be individually sensed or changed in the same length of time. Also, any data record stored on a magnetic or optical disk can be accessed directly in about the same period Sequential access storage media such as magnetic tape do not have unique storage addresses that can be directly addressed. Instead, data must be stored and retrieved using a sequential or serial process. Data are recorded one after another in a predetermined sequence (e.g., numeric order) on a storage medium. Locating an individual item of data requires searching the recorded data on the tape until the desired item is located. (Tha answer was got from Managment Information System book, written by James O'brien and George Marakas)


What is sequential device?

a sequential access is when one have to go though all the data to retrieve the data wanted therefore it is time consuming


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.


The most important advantage of disk storage over tape storage?

disk storage-> direct data access storage tape storage -> serial data access storage


Which type of removable storage device can only access its data sequentially and not randomly?

lba. Tape Drives. The biggest disadvantage of using tape drives is that data is stored on tape by sequential access; to read data from anywhere on the tape, you must start at the beginning of the tape and read until you come to the sought-after data