Question
Which access method processes records in order from the beginning toward the end?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Sequential access
Explanation:
Sequential access advances through a file in a defined order, commonly one record or byte range at a time.
It is natural for logs, streams, and tape-like processing.
Leave a Reply