Unit 6.2 Data Integrity

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Data Integrity

Accuracy, consistency, and reliability of data.

2
New cards

Data Validation

Ensuring entered data is reasonable and sensible in a computer system.

3
New cards

Data Verification

Comparing sets of data to ensure they match during entry or transfer to detect errors.

4
New cards

General Data Protection Regulations (GDPR)

Mandates companies to keep personal data accurate and up-to-date.

5
New cards

Range Check

Validating data falls within specified boundaries, like age range

6
New cards

Type Check

Verifying data is of the correct type, such as numbers for age and letters for names.

7
New cards

Length Check

Ensuring data has a specific number of characters, like a minimum of 8 characters for a password.

8
New cards

Presence Check

Verifying that data has been entered, like ensuring a password box is filled.

9
New cards

Format Check

Ensuring data follows the correct format or structure, like dates as DD/MM/YYYY

10
New cards

Existence Check

Checking if data is in another file, such as verifying the uniqueness of a username.

11
New cards

Limit Check

Verifying data falls within upper or lower limits, like exam marks not exceeding 75.

12
New cards

Check Digit

Adding a parity bit or check-sum to detect errors, like ensuring a correct barcode number entry.

13
New cards

Parity Checks

Adding a bit to data sequences to ensure an even or odd number of bits with value 1 for error detection.

14
New cards

Checksums

Calculating a value from data to ensure integrity and detect errors during transmission or storage, like using the Modulo 10 method.