Concept:The process of locating and removing errors from a computer program is known as debugging.Explanation:Errors in a computer program are called bugs.Detecting these bugs means finding where they occur.Tracing means following the bug to understand why it happens.Eliminating means fixing the bug so the program runs correctly.Together, this whole process is called debugging.Therefore, the correct option is debugging.Answer:B. debugging