Errors and Testing

?
Errors which may cause program errors or the computer to crash even if there appears to be nothing wrong with the program code.
Runtime errors
1 of 10
Are mistakes in the way that the code is written.
Syntax errors
2 of 10
A logic error is a bug in a program that causes it to operate incorrectly, but not to terminate or crash.
Logic errors
3 of 10
Is testing the code as you create it.
Iterative testing
4 of 10
Carried out at the end of the program when it has been written.
Final or Terminal
5 of 10
Data that is correct .
Valid
6 of 10
The maximum values of the data that could be entered for example for teenagers 13 - 19.
In Range
7 of 10
Values higher or lower than the expect range, for teenagers greater than 19.
Out of Range
8 of 10
When no data is entered or left blank to test what happens.
Null Value
9 of 10
Incorrect values such as entering ‘Dave’ in an age field.
Invalid
10 of 10

Other cards in this set

Card 2

Front

Are mistakes in the way that the code is written.

Back

Syntax errors

Card 3

Front

A logic error is a bug in a program that causes it to operate incorrectly, but not to terminate or crash.

Back

Preview of the front of card 3

Card 4

Front

Is testing the code as you create it.

Back

Preview of the front of card 4

Card 5

Front

Carried out at the end of the program when it has been written.

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »