Multiple choice technology programming languages

Which one of the following is not a COBOL division?

  1. Identification

  2. Linkage

  3. Data

  4. Procedure

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

COBOL programs are structured into exactly four standard divisions: Identification, Environment, Data, and Procedure. Linkage is actually a section within the Data Division used to pass data between programs, rather than a standalone division itself, making it the correct answer.