Error Detection and Correction (Information Technology)

Error Detection and Correction

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

In some situations, the address of the error will be known because the physical layer received an analog signal that was far from the expected value for a 1 or 0 and declared that bit to be lost. This situation is known as _______.

  1. analog channel
  2. lost channel
  3. erasure channel
  4. known channel
Question 2 Multiple Choice (Single Answer)

Which of the following codes is not an error correcting code?

  1. Hamming code
  2. Reed-Solomon code
  3. Binary convolutional code
  4. Redundant code
Question 3 Multiple Choice (Single Answer)

Hardware implementation of the link layer is __________.

  1. NICs
  2. CPU
  3. ALU
  4. Bridges
Question 4 Multiple Choice (Single Answer)

What will be the code rate, if a frame consists of m data bits and r check bits?

  1. m/r
  2. m/(m+r)
  3. r/(m+r)
  4. r/m
Question 5 Multiple Choice (Single Answer)

In a _______, the r redundant bits (check bits) are computed as a linear function of the m data bits.

  1. linear code
  2. systematic code
  3. block code
  4. non linear code
Question 6 Multiple Choice (Single Answer)

In a ___________, the m data bits are sent directly with r redundant bits, rather than being encoded themselves before they are sent.

  1. linear code
  2. systematic code
  3. block code
  4. non linear code
Question 7 Multiple Choice (Single Answer)

Which of the following correcting codes is widely used in the deployed networks?

  1. Hamming code
  2. Convolutional code
  3. Read-Solomon code
  4. Low density parity check code
Question 8 Multiple Choice (Single Answer)

To find the number of bits difference, ____ can be used with two crosswords and counting the number of 1 bits in the result.

  1. XOR
  2. X-NOR
  3. OR
  4. NAND
Question 9 Multiple Choice (Single Answer)

Typical LAN links provide bit error rates of ____.

  1. 10-2
  2. 10-3
  3. 10-10
  4. 10-5
Question 10 Multiple Choice (Single Answer)

Suppose that the sent code is 00101001100, which of the following sets of bits is check bits in hamming code?

  1. 0001
  2. 0010
  3. 0011
  4. 1100
Question 11 Multiple Choice (Single Answer)

Which of the following does not use the Reed Solomon code for error correcting?

  1. DSL
  2. Satellite communication
  3. DVDs
  4. GSM Mobile phone system
Question 12 Multiple Choice (Single Answer)

Which of the following is not an error detecting codes?

  1. Parity
  2. Checksums
  3. CRC
  4. Low Density Parity check
Question 13 Multiple Choice (Single Answer)

_____________ is based upon taking bit strings as representations of polynomial with 0 and 1 as coefficients only.

  1. Parity
  2. Checksum
  3. CRC
  4. Hamming code
Question 14 Multiple Choice (Single Answer)

What are the two basic strategies for dealing with errors?

  1. Error prediction and correction strategies
  2. Error correction and prediction strategies
  3. Error correcting codes and error detecting codes
  4. Finding error and fixing error
Question 15 Multiple Choice (Single Answer)

Which of the following layers is responsible for error detection and correction?

  1. Physical layer
  2. Data link layer
  3. Application layer
  4. Presentation layer