Validation and Verification Flashcards

1
Q

Define Verification

A

Verification is checking that data has been accurately copied from one source to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Validation

A

Validation is automated checks used to ensure the reasonableness of data before accepting it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name and Explain each of the 6 types of Validation checks

A

Range check = verifies that a numerical value falls within specified upper and lower limits.

Length Check = ensure that data consists of a precise number of characters.

Type Check = verifies that the entered data corresponds to a specific data type

Presence Check = checks to ensure that some data has been entered and the value has not been left blank

Format Check = checks that the characters entered conform to a predefined pattern

Check Digit =the final digit included in a code; it is calculated from all the other digits in the code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name and explain both Verification checks

A

Double Entry = Data is inputted twice , the computer system compares both entries, and if they differ, an error message is displayed, prompting for the data to be re-entered.

Screen/Visual check = the user manually reviewing the entered data. This prompts the user to confirm its accuracy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly