Multiple choice technology programming languages

How many sections are there in data division

  1. 4

  2. 6

  3. 3

  4. 2

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

The COBOL DATA DIVISION contains six sections: FILE SECTION (describes external data files), WORKING-STORAGE SECTION (defines working data variables), LINKAGE SECTION (parameters passed to programs), COMMUNICATION SECTION (for communications), REPORT SECTION (for report descriptions), and SCREEN SECTION (for screen definitions in some implementations).