2.2 Data Checking Flashcards
Define data.
Unprocessed facts and figures which have no meaning on their own. Data is entered into a computer and processed, and then becomes information.
Define information.
Data that has been processed and is presented in a way which is meaningful to users.
Define verification.
A way of ensuring that data entered into a computer has been accurately transferred from a paper-based form.
Describe 2 methods of verification.
- Double entry - Data is keyed into the computer system by 2 different operators and the computer system compares the 2 sets of data. Any mismatching data is rejected and then re-entered. This ensures data is transferred accurately and correctly.
- Proofreading - Documents once typed are proofread to ensure that they contain correct and accurate information.
Define validation.
A way of checking data to ensure that it is acceptable and sensible. Data can be checked that it is present, of the correct type, of the correct length or within the correct range.
What is the purpose of a presence check?
It ensures that data has been entered into an area on a form. This check means that important data which must be entered is not omitted.
What is the purpose of a length check?
It ensures that data entered is of the correct length.
What is the purpose of a data type check?
It ensures that the data entered is of the correct format (Eg. numeric, text, date, Boolean, currency).
What is an input mask?
An expression that helps define what type of data is allowed in a given field, eg. a postcode format.
What does a range check ensure?
That data entered is within a given range.
What is a lookup table?
A list of data which can be used to provide values for other data fields.
Describe what a check digit is and how it works.
A check digit is a digit added to the beginning or end of a number to verify that the number entered is an authentic code. The digit is compared with the results of a calculation using the code. If the results of the calculation do not match the check digit, the code has to be input again.