COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
identifying the task to be computerized
|
|
creating program code
|
|
creating the algorithm
|
|
finding and correcting errors in the program code
|
Detailed explanation-1: -Definition: 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.
Detailed explanation-2: -Debugging is the process of locating and fixing errors (called bugs) in a computer program that can cause it to crash, behave erratically or be susceptible to hacker attack.
Detailed explanation-3: -Debugging is the process of finding and fixing errors or bugs in the source code of any software.
Detailed explanation-4: -Debugging is the process of finding errors in software code.
Detailed explanation-5: -Debugging is the process of detecting and removing errors called bugs from program code.