Sunday, December 27, 2009

What are different types of errors we come across in computer programming?

There are three types of errors. 'Logic Errors', 'Syntax Errors' and 'language errors'





Language Errors are errors that are created because someone that created the language messed up, and the language doesn't work according to spec.





Syntax errors are errors made because you can't type correctly, or you try to place a string as an integer.





Logic errors are the most common. These errors are created because the computer can only do what you TELL it to do. nothing more. So if you place a text box and tell the computer that it's going to be a number.. but you don't check for it, then that's a logic error. A user could type 'TEXT'; in the check box, but the computer will puke because you told it that the user was going to type in a number.What are different types of errors we come across in computer programming?
have ye ever come across an infinate loop error, lol, very intresting, or another is tryin to get my compiler to reconise that a value that i start with a null value, will have something at runtime, the hassles of it all





R3dm0What are different types of errors we come across in computer programming?
general two types of error in all programming language





%26gt;syntax error (this can be debuged while compilation)


%26gt;logic errors





logic errors are sometimes difficult to debug


it can be divide by zero,infinite loop,overflow etc
no idea
There are lot of errors


I can't mention it all


Most coming error is Syntax error and Debeg error

No comments:

Post a Comment