Error detection Flashcards

1
Q

what is parity check

A

method which involves the first digit of the byte in making the number of 1s even or odd

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

If the sum of the bytes in the block is less than or equal to 255, what is the checksum

A

the value of the number

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

step for checksum if the value is greater than 255

A

a. Divide the sum of the bytes in the block by 256 to get the quotient.
b. round down to the nearest integer
c. Multiply the integer value by 256 to get the product.
d. Subtract the product from the sum of the bytes to get the checksum.

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

what is echo check

A

method of error detection where the receiving computer sends back an exact copy of the data to the sending computer. The sending computer then compares the data it originally sent to the data it has received back. If there is a match between the two data sets, then the transmission took place without error. If there is an error, the sending computer resends the data, and the process starts all over again.

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

disadvantages of echo check

A

difficult to tell whether the data was corrupted in transit to the destination or on its way back. Another disadvantage is speed, because the complete data has to be sent twice.

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

what is check digit

A

extra digit added to a number that is calculated from the existing digits in the number

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

examples of check digits

A

International Standard Book Number (ISBN), product codes, barcodes and Vehicle Identification Numbers (VIN).

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

step by step of table making for check digits

A

digits, multiplier (1 or 3), sum of all numbers, round down, subtract rounding from sum

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