Programming- Testing Flashcards
1
Q
Erroneous
A
Data that is not acceptable within the logic of a program,
for example the wrong data type.
2
Q
Extreme
A
Data at the extreme end of the range for acceptable
valid) or unacceptable (invalid
3
Q
Logical error
A
Error in the underlying logic of the program.
4
Q
Syntax
A
Set of rules that define the combinations of symbols that
are acceptable in a computer language.
5
Q
Valid
A
Data that is acceptable within the logic of the program.