The two basic types of record access methods are:
-
Sequential and random
-
Sequential and indexed
-
Direct and immediate
-
Online and real time
A
Correct answer
Explanation
Sequential access processes data in order (like tapes), while random access allows direct retrieval (like disks). These are the two fundamental methods for accessing records in storage systems. Indexed is a type of sequential access, and 'online/real time' describes availability, not access method.