answersLogoWhite

0

magnetic disc

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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

a tape


Why can a random access storage device access informaion faster than a sequential storage device?

A random access storage device, like a hard drive or SSD, can access information faster because it allows for direct retrieval of data from any location without the need to read through other data sequentially. In contrast, a sequential storage device, such as magnetic tape, requires the system to process data in order, often resulting in delays as it moves to the desired location. This characteristic of random access significantly enhances speed and efficiency when retrieving specific pieces of information.


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 is a keyed vs sequential?

Keyed and sequential refer to two different methods of data access in computing. Keyed access allows data to be retrieved using a specific identifier or key, enabling direct access to a particular record. In contrast, sequential access requires reading through data in a specific order, typically from the beginning to the end, making it less efficient for finding specific records. Keyed access is often used in databases, while sequential access is common in file systems and data streams.


What is a indexed sequential file?

An indexed sequential file is a type of file organization where data records are stored sequentially in the order of key values. An index is maintained to help locate records quickly. This combination of sequential storage and indexing allows for efficient access to data in both sequential and random access patterns.


What are the different data access methods?

Random Access & Sequential Access


What are the serial access storage?

Serial access storage refers to a type of data storage where information is read and written in a sequential manner, meaning that data must be accessed in a specific order. This contrasts with random access storage, where data can be retrieved in any order. Examples of serial access storage include magnetic tapes and some types of optical storage, which are often used for backups and archiving due to their high capacity and cost-effectiveness. However, accessing specific data can be slower since the storage medium must move to the correct position sequentially.


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)