Multiple choice technology mainframe

What is name of the debug tool for natural programs

  1. DEBUG

  2. TEST

  3. CHECK

  4. XPEDITOR

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

TEST is a debugging utility/command in Natural that allows programmers to trace program execution, examine variable values, and set breakpoints. While modern development environments use SPoD (Single Point of Development) with graphical debugging, TEST remains the foundational debugging tool referenced in Natural programming curriculum and documentation.