Google News
logo
Computers - General Knowledge Questions
Debugging is the process of
A)
Changing the design structure of a program
B)
Checking errors in a software program
C)
Rolling out a software program
D)
Modifying a software program

Correct Answer :   Checking errors in a software program

Debugging is the process of detecting and removing of existing and potential errors (also called as ‘bugs’) in a software code that can cause it to behave unexpectedly or crash. To prevent incorrect operation of a software or system, debugging is used to find and resolve bugs or defects. When various subsystems or modules are tightly coupled, debugging becomes harder as any change in one module may cause more bugs to appear in another. Sometimes it takes more time to debug a program than to code it.
 
Description : To debug a program, user has to start with a problem, isolate the source code of the problem, and then fix it. 

Published On : June 16, 2021
Advertisement