Multiple choice technology programming languages

How many types of file organisation is 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 organization: Sequential (records stored in physical order), Indexed Sequential (records accessed sequentially or via key), and Relative (records accessed by relative record number).