Validation
A computerised check that the data input is sensible and reseasonable
Validation check (3)
Range check: data value must lie within certain limits. e.g. shoe size
Length check: a text value must contain a certain number of characters. e.g. postcode
Presence check: the data value must be present. e.g. password
Verification
Checks that the data typed matches the source document.
Verification techniques (2)
Proof reading
Double entry