SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is done in the development phase by the debuggers.
A
coding
B
Testing
C
Debbuging
D
Implementation
Explanation: 

Detailed explanation-1: -is done in the development phase by the debuggers. Explanation: Coding is done by the developers. In debugging, the developer fixes the bug in the development phase.

Detailed explanation-2: -The main use of a debugger is to run the target program under controlled conditions that permit the programmer to track its execution and monitor changes in computer resources that may indicate malfunctioning code.

Detailed explanation-3: -Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process. Read ahead to know more differences between testing and debugging.

There is 1 question to complete.