2.2 Data Checking Flashcards

1
Q

Define data.

A

Unprocessed facts and figures which have no meaning on their own. Data is entered into a computer and processed, and then becomes information.

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

Define information.

A

Data that has been processed and is presented in a way which is meaningful to users.

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

Define verification.

A

A way of ensuring that data entered into a computer has been accurately transferred from a paper-based form.

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

Describe 2 methods of verification.

A
  1. 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.
  2. Proofreading - Documents once typed are proofread to ensure that they contain correct and accurate information.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define validation.

A

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.

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

What is the purpose of a presence check?

A

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.

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

What is the purpose of a length check?

A

It ensures that data entered is of the correct length.

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

What is the purpose of a data type check?

A

It ensures that the data entered is of the correct format (Eg. numeric, text, date, Boolean, currency).

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

What is an input mask?

A

An expression that helps define what type of data is allowed in a given field, eg. a postcode format.

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

What does a range check ensure?

A

That data entered is within a given range.

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

What is a lookup table?

A

A list of data which can be used to provide values for other data fields.

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

Describe what a check digit is and how it works.

A

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.

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