Multiple choice technology programming languages

Cobol is self-documenting.

  1. True

  2. False

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

COBOL is designed to be self-documenting because it uses English-like syntax with verbs and nouns that read like natural language sentences. For example: 'MOVE total TO final-total' clearly describes what the code does without requiring additional comments.