Operating Systems Concepts - Engineering

Q1:

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

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

ANS:A - Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program

No. Bugs are logical errors.