answersLogoWhite

0

What is programming error?

Updated: 8/11/2023
User Avatar

Wiki User

15y ago

Best Answer

There are basically three types of programming errors. 1) logic errors, where conditions or variables are not described correctly, and a result does not follow according to the rules of logic. For example, allowing a condition of "pregnant=yes" and "gender=Male" to exist. 2) syntax errors, where a variable is misspelled or a function is used incorrectly, leading to an error in compilation because the computer doesn't understand your statements. An example of this is misspelling a function name or assigning a wrongly typed variable, for example a string to a number or something like that. 3) design errors, where a flaw in the algorithm or a mistake in the flow of processing causes an incorrect or incomplete result to be determined. In other words, something like forgetting to allow for sales tax in an invoicing system or the like.

User Avatar

Wiki User

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

Wiki User

15y ago

A programming error is an unexpected, unwanted event which occurs due to an incorrect implementation of an algorithm by a programmer.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is programming error?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of errors we have in Java programming?

syntax error, Runtime error, Longic error


What is an error handling error?

Error handling refers to the anticipation, detection, and resolution of programming, application, and communications errors.


What is best described as an error in design or programming?

Bug


What is a Syntex error?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What does P0602 Checksum Error mean?

Trouble code P0602 means:Control module programming error


What is the difference between a bug and an error?

"Bug" means "error" in Computer Programming. So it means they're exactly the same.


What is syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What is a syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


Definition of latent error as used in computer programming?

A latent error is a hidden error that only shows up when a particular set of data is entered.


What is a parse error in php?

Parse error in PHP means that your script is invalid - it is not compliant with the programming language specification. After parse error script is no longer executed.


Which error is the violation of grammar rules of a programming language?

Syntax Error. which means that the command makes no sense in the designated programming language. It is usually followed by a line reference to help a programmer or debugger to locate the syntax flaw.


What word did grace hopper use for the first time for a programming error?

"bug"