Question

    ………………. is the process of finding errors in

    software code?
    A Compiling Correct Answer Incorrect Answer
    B Testing Correct Answer Incorrect Answer
    C Running Correct Answer Incorrect Answer
    D Debugging Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    The correct answer is: Debugging Explanation: Compiling: Converts source code into machine code but does not find errors. Testing: Evaluates software performance but does not directly identify coding errors. Running: Executes the program but does not fix errors. Debugging: The process of finding and fixing errors (bugs) in software code.

    Practice Next