Multiple choice technology mainframe

What is not the component of a COBOL program?

  1. Section

  2. Paragraph

  3. Modules

  4. Division

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

COBOL programs are hierarchically structured with four divisions (Identification, Environment, Data, Procedure), which contain sections, and sections contain paragraphs. 'Modules' is not a standard COBOL structural component - this term is used in other programming languages but not in COBOL's hierarchy.