Multiple choice

For what purpose are assertions used?

  1. Requirement analysis

  2. Feasibility study

  3. Debugging

  4. Beta testing

  5. Designing

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

A debugger or debugging tool is a computer program that is used to test and debug other programs. Assertions provide a very powerful tool in debugging.