Validation and Quality of Data Flashcards
What are Validation Checks?
Ensure that only sensible data is entered into a computer - validation checks are in every from you fill in the internet.
Name 4 types of Validation checks
Range check, Format Check, Presence check and Check digit.
What is meant by the term ‘Range check’
Checks that numbers are between a certain range e.g. a movie site would make you enter your date of birth if buying/renting 18-rated movies.
What is meant by the term ‘Format check’
Correct mix of letters and numbers are entered. e.g. shopping sites may restrict postcodes to the following combinations of letters and numbers - LL00 0LL.
What is meant by the term ‘Presence check’
Fields are not empty. e.g. When signing up for Facebook, Instagram etc, the username field must be filled in.
What is meant by the term ‘Check digit’
An extra number added to the end of a longer set of numbers. Preforming a calculation on the longer set numbers.
Gave an example of Transposition
Accidentally pressing Q instead of W.
Give 2 ways to prevent these errors
Visually check - proofread.
Double -keying - entering it twice and checking both are the same.
What happens if data isn’t good quality?
There is a danger of GIGO.
Give 3 ways to have good data
Accuracy - Data must be true and correct.
Fitness for purpose - Data must me suitable for what you want it to do.
Bias - Should not favour a particular result.