Multiple choice

________________ is the fault-tolerant approach where each programme component includes a text to check if the component has executed successfully.

  1. Exception handling

  2. Recovery blocks

  3. N-version programming

  4. Defensive programming

  5. Damage assessment

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

This is the fault-tolerant approach where each program component includes a text to check if the component has executed successfully.