Multiple choice technology mainframe

What are different modes of writing a Natural Program?

  1. Structural mode and Printing mode

  2. Open mode and Closed mode

  3. Structured Mode and Reporting Mode

  4. Printing mode and Reporting mode

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

Natural has two primary programming modes: Structured Mode (for data manipulation and business logic) and Reporting Mode (for formatted report generation). Structural mode, Printing mode, Open/Closed mode are not the correct classification - these appear to be fabricated terms. The distinction between Structured and Reporting modes is fundamental to Natural programming, with each mode optimized for different types of tasks.