Types Of Errors Flashcards
RUNTIME ERRORS
Occur during execution of program:
typically runtime errors are running out of memory or usual numerical situation has occurred.
SYNTAX ERRORS
Errors with spelling or format of specific commands, compilation process cannot be completed.
Discovered by compilers & interpreters.
TYPE ERROR
Programmer not using correct type operator or variable according its declaration.
OVERFLOW ERROR
Programmer cause machine to calculate a number which is too large to fit designated field represented in machine.
SEMANTICS ERROR
Write code in an invalid way that cause program to produce incorrect results while executing it.
Logic errors
Data causes program to operate in a way not intended. Harder to detect