I don’t find how these tables are formed
0 = 0001101 but how ??
- Even Parity Table:
Digit | Binary Code |
---|---|
0 | 0001101 |
1 | 0011001 |
2 | 0010011 |
3 | 0111101 |
4 | 0100011 |
5 | 0110001 |
6 | 0101111 |
7 | 0111011 |
8 | 0110111 |
9 | 0001011 |
- Odd Parity Table:
Digit | Binary Code |
---|---|
0 | 0010111 |
1 | 0001011 |
2 | 0001111 |
3 | 0100101 |
4 | 0111001 |
5 | 0101101 |
6 | 0110011 |
7 | 0100111 |
8 | 0111101 |
9 | 0011101 |
I don’t find how these tables are formed like
0 = 0001101 but how ?
New contributor
waqas qadir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.