A COMPUTER check to
ensure that the data
entered is sensible and
reasonable.
Presence Check
Requires that a
value must be
entered.
For example, the details of an
order are being entered, the order
cannot be processed unless an
order number is entered and the
programme will return an error
message if the box is left empty.
Format Check
Requires that
data conforms to
a defined layout.
For example, a national
insurance number must
contain 2 letters, 6 digits
and a letter. If the
operator tries to enter a
different combination, an
error message is returned.
Range Check
The data must
be a value that
falls between
two prescribed
values.
The date of birth of a
pupil must fall between
1/9/83 and 31/8/95. Any
date outside of this will
be rejected.
Length Check
Data must
have a certain
number or
characters or
digits.
For example, a phone
number must contain 11
digits.
Data Type
Data must be a
specific type such as
number or text.
For example, data
entered for stock
number must be
numerical, if text is
entered, it will be
rejected.
Fixed Value
Data must conform to one
value in a predefined list.
For example, for gender,
only M or F are acceptable,
entering anything else will
result in an error message.
Check Digit
A numerical calculation on a code
number and comparing it with
the final digit. If it is not the same
value, then an error message is
displayed.
For example, a
barcode
Verification
A human check to ensure
that data has been copied
correctly from one medium
to another.
Proof Reading
Being asked to check what
you have entered is correct
before being allowed to
move on.
Double Entry
Having to re-input
your account
number, email
address or
password.