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 records in order (like magnetic tape), while random/direct access can retrieve any record directly by address (like disk). Indexed access uses an index to achieve random access. 'Online' and 'real time' describe system characteristics, not fundamental access methods.