filmov
tv
SYNTAX - RUNTIME - LOGICAL ERRORS IN PROGRAMMING LANGUAGES || ERRORS IN PROGRAMMING LANGUAGES
Показать описание
SYNTAX ERROR
Errors that occur when you violate the rules while writing the program
These errors will be caught by Language Translators
Program will not get Executed until program is syntactically correct.
These Error are also known as Compilation Errors
RUNTIME ERROR
Errors that occur during the execution of program
These are also known as Exceptions.
Exception Handling mechanism can handle these exceptions.
Programs will be terminated abnormally if these errors occur.
LOGICAL ERROR
Errors causes the program to operate incorrectly and produces improper outputs.
Occurrence of these errors mainly depends on logical thinking of the developer
Every statement in the program has to traced to identify the error
It is very hard to find the Logical Errors
It doesn't cause the program to stop execution, but gives improper results.
-------------------------------------------------------------------------------------------------------
TYPES OF ERRORS IN PYTHON || ERRORS IN PYTHON || PYTHON PROGRAMMING (RUNTIME ERRORS)
Errors that occur when you violate the rules while writing the program
These errors will be caught by Language Translators
Program will not get Executed until program is syntactically correct.
These Error are also known as Compilation Errors
RUNTIME ERROR
Errors that occur during the execution of program
These are also known as Exceptions.
Exception Handling mechanism can handle these exceptions.
Programs will be terminated abnormally if these errors occur.
LOGICAL ERROR
Errors causes the program to operate incorrectly and produces improper outputs.
Occurrence of these errors mainly depends on logical thinking of the developer
Every statement in the program has to traced to identify the error
It is very hard to find the Logical Errors
It doesn't cause the program to stop execution, but gives improper results.
-------------------------------------------------------------------------------------------------------
TYPES OF ERRORS IN PYTHON || ERRORS IN PYTHON || PYTHON PROGRAMMING (RUNTIME ERRORS)
Комментарии