Question

    In programming, what does the term 'debugging' refer

    to?
    A Writing the initial code Correct Answer Incorrect Answer
    B Identifying and fixing errors in code Correct Answer Incorrect Answer
    C Storing data in memory Correct Answer Incorrect Answer
    D Compiling the program into machine code Correct Answer Incorrect Answer

    Solution

    Explanation: Debugging is the process of finding and fixing bugs or errors in the program code.

    Practice Next