4.15 - 4.16 Validation & verifiction Flashcards
:)
What are all the types of Data Validation checks (Theres 7)
Presence check, Format check, Length check, Type check, Range check, Check digit and List box/Lookup table
What are the two types of data Verification types?
Double keying and Proofreading
Why is a presence check used
To ensure data has been entered into the field and the field is not null
Why is a check digit used
The last digits are used to check the rest of the digits are correct. The last digits are sometimes a sum of all the digits added together.
Why is a list box used.
A list box is used to lookup data from a table of information.
How does double keying work
Data is typed in twice to check it has been entered correctly e.g. A password field
What is the use of proofreading
Checks the data entered is the same as the original. A visual check by the operator to check that the original data and the data typed in are the same.
A validation check is made for a National Insurence number, State the type of check and rule
Type = Format Check
Rule = Have 2 letters at the start and a letter at the end with 6 numbers in between.
A validation check is made for entering your surname, State the type of check and rule
Type = Presence check
Rule = Ensure Data has been entered into the field and is not null.