Validation Flashcards
(6 cards)
Name some validation methods
- presence check
- format check
- range check
- data type check
- length check
- fixed value
- check digit
What is a presence check
It is when data Is required and must be entered -when submitting a website order you must enter your email address
Define range check and give an example
It is when data must be between stated ranges eg the numbers of a month should be between 1 and 12
Define length check and give an example
It is when data must have a certain number of characters or numbers eg when you have a credit card it must have 16 numbers as the card number
Define format check and give and example
It is when data must be in the correct format eg a postcode must be in the format Lk2 4DB
Define validation
Validation is a computer check to ensure that data is sensible but not nesseserily correct