ESAT Forouzan - Chapter 10: Error Detection and Correction Flashcards

1
Q

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

A

b. Two-dimensional parity check

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

Which error detection method uses ones complement arithmetic?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum

A

d. Checksum

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

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

a. Simple parity check

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

Which error detection method involves polynomials?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. Checksum

A

c. CRC

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

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

A

b. A single bit is inverted per data unit.

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

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

A

c. Burst

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

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

a. Single-bit

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

In cyclic redundancy checking, what is the CRC?
a. The divisor
b. The quotient
c. The dividend
d. The remainder

A

d. The remainder

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

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

A

c. 1 bit more than

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

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

A

b. 111111110

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

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

a. 111111000

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

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

A

b. Odd

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

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

a. -0

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

The Hamming code is a method of _______.
a. Error detection
b. Error correction
c. Error encapsulation
d. (a) and (b)

A

d. (a) and (b)

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

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

A

b. Zero

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

In CRC the quotient at the sender _______.
a. Becomes the dividend at the receiver
b. Becomes the divisor at the receiver
c. Is discarded
d. Is the remainder

A

c. Is discarded

17
Q

Which error detection method involves the use of parity bits?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. (a) and (b)

A

d. (a) and (b)

18
Q

Which error detection method can detect a single-bit error?
a. Simple parity check
b. Two-dimensional parity check
c. CRC
d. All of the above

A

d. All of the above

19
Q

Which error detection method can detect a burst error?
a. The parity check
b. Two-dimensional parity check
c. CRC
d. (b) and (c)

A

d. (b) and (c)

20
Q

At the CRC generator, _______ added to the data unit before the division process.
a. 0s are
b. 1s are
c. The polynomial is
d. The CRC remainder is

A

a. 0s are

21
Q

At the CRC generator, _______ added to the data unit after the division process.
a. 0s are
b. 1s are
c. The polynomial is
d. The CRC remainder is

A

d. The CRC remainder is

22
Q

At the CRC checker, _______ means that the data unit is damaged.
a. A string of 0s
b. A string of 1s
c. A string of alternating 1s and 0s
d. A nonzero remainder

A

d. A nonzero remainder