Data Flashcards

1
Q

In ASCII, each character is represented with how many bits?

A

In ASCII, each character is represented with 7 bits

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

What is data validation?

A

Data validation checks that data being passed into a program meets a set of requirements

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

List the types of validation checks

A

range check
format check
length check
presence check
check digit

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

What is data verification?

A

Data verification is used to ensure that the data entered is what the user intended to enter.

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

List the verification methods

A

Proofreading
Double entry
Parity check
Checksum

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

What kind of errors do check digit algorithms detect?

A

Check digit algorithms are designed to detect - human transcription errors, such as:
- letter/digit errors, e.g. I -> 1 or O -> 0
- single-digit errors, e.g. 1 -> 2
- transposition errors, such as 12 -> 21

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