Multiple choice

Runtime errors are detected with the assistance of _____.

  1. text editor

  2. compiler

  3. loader

  4. debugger

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

A debugger is a tool that allows programmers to detect, identify, and fix runtime errors by monitoring program execution flow.