Vidyalelo
Computer Fundamentals · Q501

Operating System

Computer Related · Computer Fundamentals · question 501

Q501

Which, of the following, is true for testing and debugging?

A.
Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program
Answer
B.
Testing detects the syntax errors in the program while debugging corrects those errors in the program
C.
Testing and debugging indicate the same thing
D.
All of the above
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process. Read ahead to know more differences between testing and debugging.