Multiple choice technology mainframe

Cobol is a non structured language

  1. True

  2. False

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

COBOL is a structured programming language despite its age. Modern COBOL supports structured programming constructs like IF-ELSE, EVALUATE (case-like), PERFORM loops, and modular programming through CALL and nested programs. While early versions had unstructured elements (like GO TO), the language evolved to support structured programming principles.