Exam tip 1
Examiners frequently ask for the difference between validation and verification. Remember: Validation is an automated check for sensible data (e.g., is the age between 0-120?). Verification is a check for transcription errors (e.g., did you type what you meant to type?). Be specific in your answers; 'a check' is too vague. Name the type of check, e.g., 'a range check' or 'double entry verification'.