Validation and Verification Flashcards
Define validation checks.
1) Used to ensure sensible data is entered into a computer
State two types of validation checks.
1) Batch total
2) Hash total
Explain batch total and give an example of when it might be used.
A batch total checks nothing is missing by adding number fields in different records to check the total.
Eg) Invoice of 1, 2 and 3p - Computer looks for batch total of 6p
Explain hash total and give an example of when it might be used.
Same as batch total, but field check is meaningless.
Eg) 3 phone numbers ending in 2, 4 and 3 - computer looks for hash total of 9
Name two types of errors.
1) Transcription
2) Transposition
What is a transcription error and give an example of when it would occur.
A transcription error occurs when copying data to a computer
Eg) When reading bad handwriting
What is a transposition error and give an example of when it would occur.
A transposition error is when characters are accidentally swapped around.
Eg) Pressing one button instead of another
Name 3 types of verification checks.
1) Double Keying
2) Visual Check
3) Parity Check
What is double keying and give an example of when it would be used.
Data is entered twice to check that both sets of data match up
Eg) Creating passwords when registering for a social networking website
What is a visual check and give an example of when it would be used.
Proofreading or double checking something
Eg) Checking a CV before it is sent off
What is a parity check and give an example of when it would be used.
Checks data is correct when being transmitted
Eg) Uploading files to a website