Worksheet 1.8 Validation and Verification - Key Answers
Worksheet 1.8 Validation and Verification - Key Answers
Presence check: the process of checking that data is Range check: the process of checking that input data
present or has been input. is within a range or series of acceptable values.
Type check: the process of checking that input data is Length check: the process of validating that the
of the correct data type (e.g. an integer is input into an number of characters in a piece of data falls within an
integer variable) expected range.
Format check: the process of checking that data Check digit: a digit added to a string of numbers,
matches a defined format. usually at the end, to aid with error detection.
Limit check: the process of checking whether a value Visual check: ensuring data entered is correct by
has been reached (such as in data usage on a phone). manually reading it and comparing it to the source.
Checksum: the result of a calculation on the contents Hash totals: used when entering a set of data. A hash
of a file. The calculation is used to check whether a file total compares the sum of the values from one field
has been transmitted or copied correctly. against the sum of the values from the original data.