Multiple choice technology mainframe

Which of the following is used to mark the physical end of a module?

  1. End

  2. Stop-run

  3. End-define

  4. Exit

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

The END statement marks the physical end of a Natural module. 'Stop-run' is not a Natural statement, 'End-define' ends data definition sections (not the entire module), and 'Exit' is used for terminating loops or conditional blocks. Every Natural module must conclude with END to indicate its termination point to the compiler.