Multiple choice technology programming languages

These element according to COBOL programming standard need not to be vertically aligned:

  1. PICTURE clauses

  2. VALUE clauses

  3. 'TO' in the statements

  4. All COBOL verbs

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

COBOL verbs (e.g., MOVE, ADD) are not required to line up vertically; they only need to start in Area A. Picture and VALUE clauses must align under the data-name column, and the TO keyword is part of a statement and follows normal column rules. Hence All COBOL verbs is the right choice.