Topic: Sequential Access
Not finding your answer? Try searching the web for Sequential Access
Answers to Common Questions
What are sequential access files?
The file(s) (data) which are accessed in a sequential or a orderly manner is called as a sequentially accessing a file. Read More »
Source: http://wiki.answers.com/Q/What_is_the_difference_between_random_a...
What are the media with sequential access?
yall i want the answer bomboclaat Read More »
Source: http://wiki.answers.com/Q/What_are_the_media_with_sequential_acce...
What is sequential access?
( si′kwen·chəl ′ak′ses ) (computer science) A process that involves reading or writing data serially and, by extension, a data-recording medium that must be read serially, as a magnetic tape. Read More »
Source: http://www.answers.com/topic/sequential-access
Featured Content:
Sequential Access
More Common Questions
Answers to Other Common Questions
( ′kēd si′kwen·chəl ′ak′ses ′meth·əd ) (computer science) A method for locating data in a file either directly, by using the value of a key within a particular record, or sequentially, according to the values of the keys in all the records ...
Read More »
Source: http://www.answers.com/topic/keyed-sequential-access-method
Sequential access is a method of data access used by tape drives, whereby data is written or read sequentially from the beginning to the end of the tape or until the desired data is found. Basically, in order to read data from anywhere on a...
Read More »
Source: http://wiki.answers.com/Q/How_does_sequential_access_work_in_a_ta...
magnetic tape
Read More »
Source: http://wiki.answers.com/Q/What_is_most_papular_sequential_access_...
Hello, 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...
Read More »
Source: http://wiki.answers.com/Q/What_is_the_difference_between_direct_a...
During sequential access, if you want to access the nth byte of a file, you must read all bytes 0 through n. During random file access, you may skip directly to the nth byte without having to read through all previous bytes.
Read More »
Source: http://wiki.answers.com/Q/What_is_difference_between_random_file_...
Accessing data sequentially is much faster than accessing it randomly because of the way in which the disk hardware works.
Read More »
Source: http://www.chacha.com/question/what-is-the-difference-between-seq...