click below
click below
Normal Size Small Size show me how
F452 Computing
9 Errors
| Term | Definition |
|---|---|
| Syntax error | Statement doesn’t conform to grammar rules. Usually misspelling, keyword violation or incomplete construct e.g. missing END IF. |
| Logic error | Code can be compiled and executed - follows the rules of the language but doesn’t perform intended action e.g. Mean = Count / Total |
| Run | Statement in the code which cannot be executed with the current variable values, e.g. division by zero. |