Which debugging technique is most used for debugging in small software?

Options
- Brute Force
- Induction
- Back tracking
- Cause elimination


CORRECT ANSWER : Back tracking

Discussion Board
Debugging technique

Answer: Back Tracking.

Solution: Brute Force: Brute Force is a common debugging technique but it is least efficient for solving the problems.

Induction: Induction is also known as cause elimination.

Back Tracking: This technique is mostly use for the small projects. It starts from the location where problem occurred and move to backward.
Cause elimination: Cause elimination is also known as induction and deduction. This approach uses the concept of binary partitioning.
Therefore, Brute Force is correct answer.


Rohit Srivastava 07-28-2014 03:42 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement