Validation & Verification Flashcards

1
Q

Name 3 errors when inputting data.

A

Transcription errors
- typing in the wrong character by accident e.g. 2 instead of 3

Transposition errors
- keying in the wrong order e.g. 1243 instead of 1234

Data entered in wrong format
E.g. YYYY/MM/DD instead of DD/MM/YYYY

Data scanned in incorrectly
E.g. Due to barcode or OCR form being damaged

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

What are Processing errors and Transmission errors.

A

Processing Errors
- There are errors in the software which will result in the data being processed incorrectly

Transmission Errors
- When data is being sent from one computer to another data may become corrupted or sections may be lost

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

Define Validation and Verification

A

Validation is the process of ensuring data is legal and sensible

Verification is the process of checking that data has been correctly copied from one media to another

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

Describe 3 methods of Validation with examples.

A

Range Checks
- data is between stated ranges e.g. Pupils ages must be between 10 and 19

Format Checks
- data must be in the correct format e.g. Date must be 12/04/17 not 12-April-2017

Presence Checks
-There must be data present in a particular place e.g. The password field cannot be left blank

Data type check
- If a number was required a string would be rejected e.g. The word eight in an age field instead of 8

Check digits
- number added to code to ensure data is entered correctly e.g. Bar codes on library tickets

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

Describe 3 methods of data verification.

A

Proof reading
- This involves reading over data to make sure that it has been entered correctly

Double Entry
- used when it is essential that the data is correct, involves entering the same data twice e.g. Password

Sending back printouts

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