Verifying and Validating Data Flashcards

(12 cards)

1
Q

What is the process of checking that data has not changed during transfer or input to a computer called?

A

Verifying Data

The aim is to ensure that data is copied or entered exactly as intended.

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

What is one method of verifying data that requires data to be entered twice?

A

Double Entry

This method compares the two entries for discrepancies.

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

What method of data verification uses parity bits?

A

Parity Check

It checks whether data has been altered during transmission.

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

What does a checksum do in data verification?

A

Calculates a value based on the data to detect errors after transmission or storage.

This value can be used to confirm the integrity of the data.

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

In the context of transferring a file, what does verification ensure?

A

That the file has reached its destination successfully and that its contents are unchanged.

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

What is the purpose of validating data?

A

To check that data meets certain predefined criteria before it is processed or used.

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

What type of validation check ensures a value falls within a specified range?

A

Range Check

For example, age should be between 0 and 120.

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

What does a presence check verify?

A

That important data fields are not left empty.

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

What does a length check ensure?

A

That data contains the correct number of characters

For example, a phone number has 10 digits.

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

What type of validation check verifies that data is in a specified format?

A

Format Check

For example, a date in the format DD/MM/YYYY.

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

What does a character check ensure?

A

That data contains only permissible characters

For example, an email address should include ‘@’.

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

What does a type check confirm about data?

A

That data is of the correct data type

For example, numerical fields should not contain letters.

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