This exam tips covers Exam Tips within Input Validation for GCSE Computer Science. Revise Input Validation in Robust Programs for GCSE Computer Science with 15 exam-style questions and 8 flashcards. This topic appears regularly enough that it should still be part of a steady revision cycle. It is section 5 of 5 in this topic. Treat this as a marking guide for what examiners are looking for, not just a fact list.
Topic position
Section 5 of 5
Practice
15 questions
Recall
8 flashcards
Exam Tips
- Validation ≠ Verification: Validation checks data is sensible; verification checks it's what user intended (e.g., enter twice)
- Doesn't prove accuracy: Data can be valid but wrong (fake name passes validation)
- Combine checks: Often need multiple validation types for one field