Recent questions tagged error-detection

2 votes
1 answer
2
Which of the following methods is used to detect double errors?Odd parityEven parityChecksum (CRC)Checksum (XOR)
1 votes
2 answers
4
1 votes
1 answer
5
1 votes
4 answers
6
1 votes
0 answers
9
0 votes
0 answers
22
Which phase of the compiler detects the error?#include<stdio.h>int main(){printf(“%d”,2..3);return 0;}I think lexical analyzer am i correct?
0 votes
0 answers
23
Suppose that a code has the following four valid codewords:$\begin{array} \\ 11001100 \\ 00110011 \\ 11111111 \\ 00000000 \end{array}$What is the minimum number of errors...
1 votes
1 answer
24
How many bits can a 2-dimensional parity detect and correct? Is there any general formula for no of bit detection and correction for N-dimensional parity?
0 votes
0 answers
25
2 votes
2 answers
29
If the Hamming distance between a dataword and the corresponding codeword is three, there are _____ bits in error.A) 5 B) 4 C) 3 D) none of the above
0 votes
0 answers
30
How many bit errors can simple parity bit error detection or 1-D parity bit can detect?I'm pretty confused about it - that can I detect only one bit errors or all odd bit...