Concept:Debugging means finding and removing errors from a computer program.Explanation:A program may contain mistakes called bugs.The process of detecting these errors is called testing.After detection, the programmer traces the error to its source.Finally, the error is corrected or eliminated.This entire process of detecting, tracing, and fixing errors is known as debugging.Answer:B. debugging