Multiple choice technology programming languages

How many types of file access are there in COBOL.

  1. 2

  2. 3

  3. 4

  4. 5

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

COBOL has three types of file access modes: Sequential (records read in order), Random (direct access by key), and Dynamic (combines sequential and random access). These correspond to the three file organization types.