Data Flashcards
In ASCII, each character is represented with how many bits?
In ASCII, each character is represented with 7 bits
What is data validation?
Data validation checks that data being passed into a program meets a set of requirements
List the types of validation checks
range check
format check
length check
presence check
check digit
What is data verification?
Data verification is used to ensure that the data entered is what the user intended to enter.
List the verification methods
Proofreading
Double entry
Parity check
Checksum
What kind of errors do check digit algorithms detect?
Check digit algorithms are designed to detect - human transcription errors, such as:
- letter/digit errors, e.g. I -> 1 or O -> 0
- single-digit errors, e.g. 1 -> 2
- transposition errors, such as 12 -> 21