Debugging makes the program works fast while maintainance makes the program slow
Chat with our AI personalities
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.
Program is the US spelling.Programme is the UK spelling.
A procedure is a subroutine that can be called from another part of the program. Procedures can be as small as 2 lines (the definition line, and then the procedure itself), or consist of hundreds of lines.
1.) A correct solution generates the appropriate information, but a good solution is a correct solution that is also very easy to understand and maintain.
A variable is a quantity which changes its value through out the program or its lifetime. But a constant is a quantity which does not change its value through out its life time. There are 5 basic constants.
utility is a program that performs a specific functions or that helps to analyze, configure or maintain a computer while a tool is a aid to assist in completing a specific task.