What is a syntax error?
When the rules of the programming language have been broken
What is a logic error?
When the output produced by running a program is not the expected result/incorrect
What is an execution error?
When the program will crash and stop running
What is normal data?
Data that is within the range of a program
What is extreme data?
Data that is on the boundary of the range of a program
What is exceptional data?
Data that is out the range of a program and should be rejected