answersLogoWhite

0


Best Answer

Debugging makes the program works fast while maintainance makes the program slow

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

Program maintenance is the process of modifying a program after it has been released to either correct errors or improve performance.while debugging is the routine process of locating and removing program bugs or errors.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between debugging and maintaining program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between programming and debugging?

Programming is the process of creating code. Debugging is the process of fixing problems in existing code.


What is program debugging?

Debugging a program is to correct, remove a fault, produce better security, etc, in a computer program.


What is correcting errors in program called?

Debugging


What is meant by testing and debugging in visual basic?

Debugging is so that you may run your program, without actually publishing it.


What is circuit debugging?

Circuit debugging is a type of software program that tries to fix problems within the computer. For example, if a printer is not working properly that is attached to the computer, the debugging program can try to find out what the problem is. It may or may not automatically fix a problem.


What is the process of removing errors from a computer program called?

Debugging


What is debugging in c plus plus?

Debugging is a way of running the program to locate any errors that may arise at run-time.


What has the author Beatrice Lazzerini written?

Beatrice Lazzerini has written: 'Program debugging environments' -- subject(s): Debugging in computer science


What is the difference between profiling and debugging?

Profiling is about executing a program and finding out how much time it spends in each routine. The goal of profiling is often finding slow routines in a program and optimizing them. Profiling is done on working code. Debugging is about finding code that is not working, i.e. has some kind of defect. The program is known to have a defect because some set of inputs causes a set of outputs that are known to be wrong. Debugging is the process of finding the source of the defect in the code and fixing that location and any other downstream locations so that the set of inputs is correctly rendered into the set of outputs.


What has the author Arthur Robert Brown written?

Arthur Robert Brown has written: 'Program debugging' -- subject(s): Debugging in computer science


What are the five stages in program development and its definition?

Analysis: Gather and analyze requirements for the program. Design: Plan the structure and components of the program. Implementation: Write the actual code for the program based on the design. Testing: Verify that the program functions as intended and fix any bugs. Maintenance: Update and maintain the program to ensure continued functionality and relevance.


What is the difference between service and program?