answersLogoWhite

0

Some common types of program bugs are:

Arithmetic bugs

Logic bugs

Syntax bugs

Resource bugs

Multi-threading programming bugs

Interfacing bugs

Performance bugs

Teamworking bugs

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is there a program that is free and works fine without any bugs?

No nontrivial program is bug free. Freeware or Commercial.


How do you find bugs in a computer program?

Typically, you run the program through "debuggers" - software that specifically looks for errors in your code.


Example of flaws in Linux?

Nearly every computer program has flaws (called bugs). The known bugs for the Linux kernel are tracked at https://bugzilla.kernel.org/


How you find out bugs from vb 6 project?

If you run the program and it has an error/bug the line where the error originates will be marked by color yellow... it is where the program breaks or stop...


How are bugs determined in a program?

Bugs such as spelling errors are usually corrected by an error-checking program, while bugs unrelated to syntax are found and fixed through debugging, the process of running the program and fixing errors as they occur.[footnote. The first bug in a computer programme was indeed an actual bug - a moth in fact, way back in the days when computers used relays for calculation. It caused a fault in a trig sub-routine. It was the event of an actual bug causing a bug in the operation that caught the trouble-shooter's fancy. But the use of the word dates back much further than that. Apparently bugs was in familiar use for glitches even in Edison's day.]


What are possible state of software bugs?

A software bug is the common term used to describe an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and errors made by people in either a program's source code or its design, and a few are caused by compilers producing incorrect code. A program that contains a large number of bugs, and/or bugs that seriously interfere with its functionality, is said to be buggy. Reports detailing bugs in a program are commonly known as bug reports, fault reports, problem reports, trouble reports, change requests, and so forth. Bugs trigger errors that can in turn have a wide variety of ripple effects, with varying levels of inconvenience to the user of the program. Some bugs have only a subtle effect on the program's functionality, and may thus lie undetected for a long time. More serious bugs may cause the program to crash or freeze. Others qualify as security bugs and might for example enable a malicious user to bypass access controls in order to obtain unauthorized privileges.


What are the classifications of food industry?

what are the classifications of food industry/


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


What are program patches?

Lets say you have Microsoft Word installed on your PC. Microsoft Word is a program. in every program there are bugs or program crashes. A Patch is there to fix those issues. A program patch will basically go and edit the program in order to fix those issues. Thanks, Zmo


How do you avoid bugs in VB 6.0?

There is no simple answer to that. It is very difficult to avoid bugs in programming. If you can write perfect code, then you won't get any bugs. However, even very experienced programmers make mistakes in their code which result in bugs. In a small and simple program, it is not difficult to avoid bugs, but if you are writing a complex system, it is much more difficult. Following good design and planning of your system will reduce the amounts of bugs you will get.


Can the google talk download work for mac?

Yes, It is possible for Mac user. Though there have been some bugs in the program,program developers are hoping to have a solution as soon as possible.


Difference between debugging and maintaining program?

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