Types of error

Types of error in python :


An error is the technique of successful trapping expect and unexpected error. And error is a tern use to describe any issues .your program encounter software error and hardware error.

There are 5 types of errors that coming up in your computer program :-


1. Syntax error 
2. Logical error 
3. Compile time error 
4. Run time error 
5. Symantec error 

1. Syntax error:-

                                    Syntax error occurs due to the fact that the syntax of the language is not respected. 


2. Logical error :-

                                     Logical error occurs due to the fact that the specification is not respected from the point of view when errors are detected. 


3. Compile time error :                                                                  Compile time error occured when your program have syntax error and Symantec error .



4. Run time error :-

                                          Dynamic Symantec error and logical error that can not be detected by the compiler is called run time error. 


5. Symantec error :-

                                         Symantec error is due to the an improper use of program statement. 
   

No comments:

Post a Comment

Comments in python

            What is comment : When are you writing programming  code,  sometimes have to tell about some statements and functions, then y...