6.1.5: be able to identify, locate and correct program errors (logic, syntax, runtime)
| Keyword | Definition |
|---|---|
| logic error | a type of error which occurs when the program does what it's told to do, but the programmer told it to perform the wrong calculation |
| runtime error | a type of error which occurs when the program crashes because it attempts to do something impossible |
| syntax error | a type of error which occurs when the program will not run at all because the programmer has broken the rules of the programming language |