Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - True or False (Q.No. 46)
46.
Adding an odd-parity bit to ASCII hex code 2B results in 10101011.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Das said:   8 years ago
2 - 0010
B - 11 - 1011
2B - 0010 1011

For Odd parity no. of 1 bits should be odd in the string. Here Four 1 bits are there, to make it odd add 1 to MSB.

ie., 1010 1011.

Pravalika said:   8 years ago
Can any one explain this?

Post your comments here:

Your comments will be displayed after verification.