Errors Flashcards
What are the two main types of errors
Syntax
Logic
When does a syntax error occur?
If written code does not follow the laws of that programming language
Examples of syntax errors? (3)
Misspelling a statement
Using a variable before it has been declared
Missing brackets (opening one and not closing it
What is a logic error?
An error that happens when a computer simply does not do what it is expected to. Something is wrong in the way the program works.
What can cause a logic error? (4)
Incorrectly using logical operators
Unintentional infinite loop
Incorrect bracket use
Unintentional repeat of variable names
What is a normal error?
An invalid value entered into an application
What is a semantic error? (Logic error)
The logic or content of the code is wrong