Validation and Verification
Validation and Verification
Validation and Verification
Verification
{
When entering data into the computer
from source documents it is very possible
to input data incorrectly, no amount of data
security will prevent that from happening.
Data validation and data verification are
two techniques that can be used when data
is first entered, in order to check whether
it is correct.
This is carried out by people as data is
entered
Verification
🙐 Transposition – when
🙐 Typographical – errors
we enter letters or
made when hitting the
number in the wrong
wrong key
order
Types of errors
🙐 Double entry – two persons key the same
document. The computer compares the
two versions and any differences are
highlighted.
Verification methods
This is the process by which data is
checked to ensure that it is reasonable and
complete.
Validation
🙐 Range check
🙐 Reasonableness check
🙐 Data type check
🙐 Consistency check
🙐 Presence check
Validation checks
Ensures that data entered falls
within a particular range
Example
Imagine keeping the ages of
students who attend high school.
The ages fall between a
particular range. (11 – 18)
Range check
Ensures that data is reasonable – not
completely unrealistic.
Example
🙐 If someone puts the height of a 2
year old as 5ft
🙐 If someone enters zero as salary
information into a payroll system
Reasonableness
check
Ensures that the values keyed in
are the correct types.
Example
Text keyed when the value is
supposed to be a number
Example
The age entered corresponds to the age
calculation from the date of birth
Consistency check
Fields that are required during data entry,
a check is made to ensure information was
actually entered.
Example
Signing up for an e-mail account
Presence check