Question:Define direct access,sequential access and serial access?
Answer
Direct Access: The ability to go directly to a record without having to first read all preceding records.Serial access: Processing records in a file by starting with the first record and taking each succeeding record in turn.Sequential access: A special case of serial access in which the records in the file are in order on one or more fields.