3 CRM Flashcards

1
Q

What is a check digit?

A

A mathematically calculated value that is added to data to ensure that the original data have not been altered

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

Why check digit?

A

This helps in avoiding transposition and transcription errors.

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

Parity Bit

A

A method of error detection, it requires adding an extra bit (called parity bit) on the data.

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

Why parity bit

A

It’s received by computer to ensure data completeness and data integrity during transmission.

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

Parity check

A

Is a hardware control that detects data errors when data are read from one computer to another, from memory or during transmission.

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

Checksums

A

Programs that compute checksums can be run against old and new databases to ensure the accuracy of migrated data.
Checksum ensure is data copied is the same as original

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

Cyclic Redundancy Checksums (CRC)/Redundancy Checksums

A

More advanced version of checksums by increasing the complexity of the arithmetic

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

Forward Error Control

A

Works on same principle as CRC. However FEC also corrects the error. FEC provides the receiver with the ability to correct errors.

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

Atomicity:

A

Atomicity is a feature of databases systems where a transaction must be all-or-nothing. That is, the
transaction must either fully happen, or not happens at all.

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

When to perform a check digit?

A

1- When objective is to identify transcription and transposition error.

2- When objective is to ensure accuracy,

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

What relevant control to perform when objective is to identify transmission error

A

First preference is CRC
If no CRC, them checksum,
If no CRC and no checksum,
Then, parity bit

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

What relevant control to perform when objective is to ensure completeness

A

First preference is CRC
If no CRC, them checksum,
If no CRC and no checksum,
Then, parity bit

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

What relevant control to perform when objective is to ensure integrity,

A

First preference is CRC
If no CRC, them checksum,
If no CRC and no checksum,
Then, parity bit

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

What relevant control to perform when objective is to correct (detect & correct) transmission error

A

Forward Error Control (FEC)

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

When to perform atomicity

A

To ensure that a transaction must either fully happen, or not happens at all.

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