Vidyalelo
JavaScript · Q91

Caching And Debugging

Programming · JavaScript · question 91

Q91

Which of the following is the definition for debugging?

A.
Finding bugs
B.
Fixing bugs
C.
Both Finding & Fixing bugs
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The process of finding and fixing bugs is called debugging and is a normal part of the development process.