ESAT Forouzan - Chapter 10: Error Detection and Correction Flashcards
Which error detection method consists of a parity bit for each data unit as well as an entire data unit of parity bits?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum
b. Two-dimensional parity check
Which error detection method uses ones complement arithmetic?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum
d. Checksum
Which error detection method consists of just one redundant bit per data unit?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum
a. Simple parity check
Which error detection method involves polynomials?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum
c. CRC
Which of the following best describes a single-bit error?
a. A single bit is inverted.
b. A single bit is inverted per data unit.
c. A single bit is inverted per transmission.
d. Any of the above
b. A single bit is inverted per data unit.
If the ASCII character G is sent and the character D is received, what type of error is this?
a. Single-bit
b. Multiple-bit
c. Burst
d. Recoverable
c. Burst
If the ASCII character H is sent and the character I is received, what type of error is this?
a. Single-bit
b. Multiple-bit
c. Burst
d. Recoverable
a. Single-bit
In cyclic redundancy checking, what is the CRC?
a. The divisor
b. The quotient
c. The dividend
d. The remainder
d. The remainder
In cyclic redundancy checking, the divisor is _______ the CRC.
a. The same size as
b. 1 bit less than
c. 1 bit more than
d. 2 bits more than
c. 1 bit more than
If the data unit is 111111, the divisor 1010, and the remainder 110, what is the dividend at the receiver?
a. 111111011
b. 111111110
c. 1010110
d. 110111111
b. 111111110
If the data unit is 111111 and the divisor 1010, what is the dividend at the transmitter?
a. 111111000
b. 1111110000
c. 111111
d. 1111111010
a. 111111000
If odd parity is used for ASCII error detection, the number of 0s per 8-bit symbol is _______.
a. Even
b. Odd
c. Indeterminate
d. 42
b. Odd
The sum of the checksum and data at the receiver is _______ if there are no errors.
a. -0
b. +0
c. The complement of the checksum
d. The complement of the data
a. -0
The Hamming code is a method of _______.
a. Error detection
b. Error correction
c. Error encapsulation
d. (a) and (b)
d. (a) and (b)
In CRC there is no error if the remainder at the receiver is _______.
a. Equal to the remainder at the sender
b. Zero
c. Nonzero
d. The quotient at the sender
b. Zero