edited by
2,895 views
9 votes
9 votes
Match the pairs in the following questions:
$$\begin{array}{|l|l|l|} \hline \text {(A) Cyclic Redundancy Code} & \text {(p) Error Correction} \\\hline \text {(B) Serial Communication} &  \text{(q) Wired-OR } \\\hline \text{(C) Open Collector} & \text{(r) Error detection} \\\hline \text{(D) Hamming Code} &  \text{(s) RS-232-C} \\\hline \end{array}$$
edited by

1 Answer

Best answer
15 votes
15 votes

$$\begin{array}{|l|l|l|} \hline \text {(A) Cyclic Redundancy Code} & \text {(r) Redundancy checking technique}\\&\quad\text{(error detection)} \\\hline \text {(B) Serial Communication} &  \text{(s) RS-232-C } \\\hline \text{(C) Open Collector} & \text{(q) Wired OR} \\\hline \text{(D) Hamming Code} &  \text{(p) Error Correction Method} \\\hline \end{array}$$

Explanation:

  1. cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data
  2. RS-232C is the physical interface that your computer uses to talk to and exchange data with your modem and other serial devices
  3. Reference http://www.ni.com/white-paper/3544/en/
  4. The Hamming code is an error correction method using redundant bits. By rearranging the order of bit transmission of the data units, the Hamming code can correct single bit errors.
edited by

Related questions

37 votes
37 votes
5 answers
1
makhdoom ghaya asked Nov 29, 2016
6,948 views
How many substrings (of all lengths inclusive) can be formed from a character string of length $n$? Assume all characters to be distinct, prove your answer.
2 votes
2 votes
2 answers
2
go_editor asked Jun 1, 2016
1,079 views
A block of bits with $n$ rows and $m$ columns uses horizontal and vertical parity bits for error detection. If exactly 4 bits are in error during transmission, derive an ...
31 votes
31 votes
7 answers
4
Kathleen asked Oct 5, 2014
8,747 views
Following $7$ bit single error correcting hamming coded message is received.$$\overset{7\qquad 6\qquad 5 \qquad 4\qquad 3 \qquad 2 \qquad 1}{\boxed{1 \qquad 0\qquad 0 \qq...