Verification Flashcards

1
Q

What is verification?

A

-Process of checking data entered onto a computer system matches the original source.

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

What is a visual check?

A

-Reading the data displayed on screen, comparing with the original data. If it matches, it passes.

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

What happens if data is wrong in the original source?

A

-Verification alone will not ensure data is correct. If it is wrong on the original source, it will pass the checks.

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

What is double data entry?

A

-Data is imputed twice, two data items are compared to see if they matched eg. password for email address

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

What is hash total?

A

-When entering/inputing data a hash total is calculated by adding value from an input field together.
-User manually adds up the values.
-Once data is entered/inputed, computer will compare the hash totals.
-If it matches the manual hash total, it is accepted.

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

What is control total?

A

-Used a field with meaning eg. number of batches

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

What is a parity check?

A

(different than others)
-Used to find errors during data transmission (each byte), checked individually.
-2 types:
-ODD parity: total number of bits (1010) in a byte (1s or 0s) must be an odd number.
-EVEN parity: total number of bits in a byte must be an even number.
-Only checks for errors on transmission, does not correct it.

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

What is a check sum?

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