Computer Science Ques 250
Question: _____is the process of finding errors in software code.
Options:
A) Compiling
B) Testing
C) Running
D) Debugging
E) None of these
Show Answer
Answer:
Correct Answer: D
Solution:
- Debugging is the process of detecting and rectifying bugs in a software code that can cause it to crash, behave erratically or be susceptible to hacker or cracker attack. Bugs can be in a variety Of forms: coding errors, design errors, complex interaction, poor user interface design and system failures.