Purpose of validation
Automatic check that makes sure that any data is entered is sensible and meaningful (in terms of checking if data type is correct and if it falls in correct range).
5 types of validation checks
Check digit
Type of validation uses specific number in a sequence of digits to validate input (e.g. barcode). Spots human data entry erros/transmission errors
Verification
Process that helps check if data is correct/the same as intended by matching entered data to expected values. Checks that value entered has not been changed on input. E.g. checking date of birth or password
2 types of verification