Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 5 (Q.No. 27)
27.
Which of the following storage and retrieval methods would be well suited to your processing requirements if you only need to retrieve records one at a time and there is no fixed pattern to the requests for data and records?
indexed sectors
sequential
direct
indexed direct
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Shewangizaw Bogale said:   9 years ago
Sequential access : in which a data location is found by starting at one place and seeking through every successive location until the data is found.

Direct access : is to obtain a data from a storage device by going directly to where it is physically located on the device.

Post your comments here:

Your comments will be displayed after verification.