answersLogoWhite

0

A bug is a term we use to describe a system error. Admiral Grace Hopper coined the term after discovering a moth (an actual bug) inside a computer that had developed a fault. Although often used to describe computer-related problems, particularly programming errors, the term has wider uses. For instance, an acting company will perform a dress-rehearsal in order to "iron out the bugs", resolving any problems created by the actors' costumes or prosthetic make-up. We call this process "debugging". Thus when we "debug" a system, we are essentially resolving problems and testing solutions within the system before the system goes live, whether it is a computer program, a piece of computer hardware, some mechanical device or a fire-drill.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between debugging and programming?

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


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.


Is the process of finding and correcting errors in the worksheet.?

Debugging.


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

Debugging


How do you eliminate bugs in debugging?

Throughout the debugging process, you run the code step-by-step to find which part or which line is responsible for producing the bug.


What is The process of correcting errors?

Proofreading is the process of finding and correcting errors.


The process of analyzing and correcting computer problems is referred to as?

Troubleshooting. 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 The process of locating and correcting syntax and logic errors in a program called?

debugging


Difference between debugging and maintaining program?

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


What is the process of finding and correcting errors in a worksheet in excel?

Debugging or auditing.ProofreadingEditing


Is debugging necessary?

Yes, debugging is generally necessary. Only trivial software is free of bugs, so it is necessary to test software to identify problems and apply debugging techniques to fix those problems identified.