Computer Science, asked by varunrajfix19, 4 months ago

the process through which an user can find errors in a program is called

a) compiling
b) processing
c) debugging
d) searching

Answers

Answered by subratkumarlenka178
1

Answer:

c is the answer

Explanation:

Debugging is the process of finding errors in software code.

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or software code. Whereas, Testing is the process of finding bugs in already developed software not in software code.

Debugging is the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system.

Debugging tactics can involve interactive debugging, control flow analysis, unit testing, integration testing, log file analysis, monitoring at the application or system level, memory dumps, and profiling.

Debugging is the routine process of locating and removing computer program bugs, errors or abnormalities, which is methodically handled by software programmers via debugging tools. Debugging checks, detects and corrects errors or bugs to allow proper program operation according to set specifications.

Answered by keyboardavro
1

Answer:

debugging

Explanation:

In computer programming and software development, debugging is the process of finding and resolving bugs (defects or problems that prevent correct operation) within computer programs, software, or systems.

Similar questions