Q124
_______ is the process of finding errors in software code.
A.
Compiling
B.
Testing
C.
Running
D.
Debugging
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or software code. Whereas, Testing is the process of finding bugs in already developed software not in software code.