Multiple choice

Debug Monitors are ______ that facilitate program debugging based on dynamic attributes of a program.

  1. tools

  2. microprocessor

  3. hard disk

  4. none of these

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

Debug monitors are software tools that assist developers in finding and correcting errors by monitoring a program's execution in real-time. They provide features like breakpoints and memory inspection, which are based on the dynamic (running) state of the program. They are categorized as software utilities or tools rather than hardware components.