InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following explains the sequential file access method?(a) random access according to the given byte number(b) read bytes one at a time, in order(c) read/write sequentially by record(d) read/write randomly by recordThis question was addressed to me in semester exam.Enquiry is from File System Concepts in section File Systems and their Implementation of Operating System |
|
Answer» The correct option is (B) read BYTES one at a TIME, in order |
|