140 likes | 167 Views
Ensure data accuracy with double entry, parallel entry, and verification against the original source. Implement type, range, presence, and control total checks for precise data validation.
E N D
Data Management • Data Verification • Data Validation
Data Verification • Double Entry • Parallel Entry • Verify against the original source
Double Entry Please Enter Your Password : ****** Re-enter your password : ****** Sorry! Not the same. Please re-enter!
Double Entry Please Enter Your Password : ****** Re-enter your password : ******
Parallel Entry 246879 246789 246789
Verify with original Enter you student number : 9801234 Student Card No: 9801234 Name: Chan ching Sex: F Correct ? YES NO
Data Validation • Type Check • Range Check • Presence Check • Control Total Check • Check Digit
Type Check Name : Le0n La1 Invalid
Range Check Date of birth : 32/13/1986 Invalid
Presence Check Name : LeonLai Invalid Date of birth : 23/3/1986 Student Number: Sex : F
Control Total Check Total number of students in class = 40 DATA Invalid Number of records processed = 39
Weightings:8 7 6 5 4 3 2 Check Digit- weightedmodulo 11 method Use the ID no E453712(x) as an example X = 14 * 11 - (5*8 + 4*7 +5*6 +3*5 + 7*4 + 1*3 + 2*2) = 154 - 148 = 6 Valid ID no = E453712( ) 6
Verification Make sure the data entered is the same as the source Validation Make sure the data entered meets the specified criteria Name must be letters Months must be 1 – 12 All necessary fields must be present e.g. student no. Numbers must match with the check digit Verification vs Validation
Web reference • http://www.webopedia.com/ • http://www.ora.com/reference/dictionary/