Multiple choice technology programming languages

which of the following is mandatory for cobol program.

  1. identification division and program id

  2. identification division and data division

  3. identification division and report section

  4. identification division linkage section and program id

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

In COBOL, the Identification Division and PROGRAM-ID are mandatory for every program. The Data Division is mandatory only if the program uses data, and the Report Section and Linkage Section are optional. The question specifically asks for mandatory components, making Identification Division and PROGRAM-ID the correct answer.