SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
INTEGRATED DEVELOPMENT ENVIRONMENTS IDES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
debugging
|
|
demothing
|
|
decoding
|
|
developing
|
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: -Cause elimination In this method, the developer develops hypotheses as to why the bug has occurred. The code can either be directly examined for the bug, or data to test the hypothesis can be constructed.
Detailed explanation-3: -Incremental and bottom-up program development. Instrument program to log information. Instrument program with assertions. Use debuggers. Backtracking. Binary search. Problem simplification. A scientific method: form hypotheses. More items