Multiple choice

A program written for an application generator includes

  1. procedural statements.

  2. non procedural statements.

  3. both (1) & (2)

  4. loop statement.

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

Application generators often allow users to define what the program should do (non-procedural) while also providing hooks or extensions for custom logic (procedural), thus combining both.