77-level entries are permitted in _________________.

  1. Any part of the file section

  2. Any part of the working-storage section

  3. Any part of the data division


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of level entries in COBOL programming.

In COBOL, level numbers are used to define the structure and hierarchy of data items. The level number indicates the level of detail or complexity of the data item.

In this question, the correct answer is option C) Any part of the data division.

The data division is where data items and record structures are defined in a COBOL program. Level entries can be defined at any part of the data division, such as the file section, working-storage section, or linkage section. So, options A) and B) are incorrect.

Therefore, the correct answer is C) Any part of the data division. Level entries can be defined at any level in the data division to define the structure of the data used in the program.

Find more quizzes: