SE 2205a (Unit 1 - Part 3) Flashcards
What is a syntax error?
-Errors that the program can’t understand
-Reported by compiler once any syntactical error is made
-The program will not compile erroneous syntax
What is a linker error?
Reported by the linker
What is a runtime error?
Occur while the program is running if the environment detects an operations that is impossible to carry out
What is a logic error?
occur when a program doesn’t perform the way it was intended to
What is an exception?
is an event that represents a run time error or run-time condition that prevents a program to run (execute) normally
How might an exception occur?
-unavailable resource
-unexpected input from a user
-logical error on the part of the programmer