Name the 3 types of errors that occur in software
Syntax errors
Run-time errors
Logic errors
What is a syntax error
an error that occurs when the programmer fails to obey one of the grammar rules of the programming language that they are using
What is a run-time error
An error that occurs whenever the program instructs the computer to carry out an operation that is either not designed to or slow to do
What is a logic error
An error that occurs when either: the programmer did not understand the manner in which the program was meant to behave
The programmer did not understand the individual behaviour of each operation that was part of the program
The programmer was careless