Multiple choice technology programming languages

In WHICH access mode records are accessed either sequentially or randomly

  1. SEQUENTIAL

  2. RANDOM

  3. DYNAMIC

  4. NONE OF THE ABOVE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DYNAMIC access mode allows programmers to access records sequentially or randomly on the same file in COBOL. SEQUENTIAL and RANDOM modes limit record retrieval to their respective patterns only. Therefore, DYNAMIC is the correct choice because it is the only mode that permits both access methodologies.