Validation/Verification Flashcards

1
Q

What is validation?

A

Validation is check that is performed by the computer as the data is being entered into the system.

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

They will ensure that the data is:

A

Sensible, reasonable, within acceptable boundaries and complete.

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

What are the main categories of validation checks?

A

Range checks, type checks, presence, checks, length checks, lookup checks, picture checks and digit checks.

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

What are range checks?

A

A range check sets an upper and lower boundary for the data. The data must lie between those two values.

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

What are type checks?

A

This makes sure that the data entered is of the correct type. e.g. Numeric, string, boolean and date/time.

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

What are presence checks?

A

(Also called existence checks). This checks that there is something filled in and will insist that a value is entered for that field.

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

What are length checks?

A

A single character has a length of 1. ‘Hello’ has a length of 5. A length check ensures that the date isn’t more than a set number of characters.

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

What are lookup checks?

A

A lookup check takes the value entered and compares it against list of values in a separate table.

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

What are picture checks? (Also called format checks or input masks)

A

Same data entries may be a combination of numbers and letters, so you cannot use a type check. But the location of letters and numbers may be the same each time: (BLTR36). This checks they are always in that format.

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

What is a check digit?

A

Refer to the book for this one. (pg 26 - 27)

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

What is verification?

A

When you enter information from a piece of paper to a computer, you must verify it to make sure it is the same.

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

What is the source document?

A

The paper based copy of your data is called the source document.

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

What is the object document?

A

The copy on the computer is called the object document.

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

How do your verify they are the same?

A

Verification is making sure that the information on the source document is the same as the information on the object document.

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

VERIFICATION:

A

Does NOT ensure that the information is correct, just that it has been copied correctly from the paper to the computer.

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

What are the two main methods of verification?

A

Double entry and manual verification.

17
Q

What is double entry?

A

This is entering the data twice. The computer compares the two sets of data and informs the user if they are different. This happens when creating a new password.

18
Q

What is manual verification?

A

This is proofreading the data. Just checking that it’s the same. Not very reliable due to human error.

19
Q

What are the two main errors when entering data into a computer?

A

Transcription errors and transposition errors.

20
Q

What are transcription errors?

A

Transcription errors are when you have made a mistake copying the data. So hitting a wrong key or hitting two keys at once.

21
Q

What are transposition errors?

A

Transposition errors are when you have reversed two numbers or letters.

22
Q

VALIDATION + VERIFICATION:

A

Don’t make sure the information is correct. Validation makes sure it is set to rules and verification makes sure it is the same as the source information.