Moderate

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

Correct answer: D. all of the mentioned

  • A. examine memory & registers
  • B. stop execution at a particular point
  • C. search for references for particular variables, constant and registers
  • D. all of the mentioned

Explanation

A debugger can inspect memory and registers, pause execution at breakpoints, and search for references to variables, constants, or registers. Since all three capabilities are debugger functions, all of the mentioned options apply.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions