Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - Filling the Blanks (Q.No. 27)
27.
Odd-parity 9E16 is ________ decimal.
30
158
78
Nothing. Parity does not check.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Rathi said:   1 decade ago
What does Odd Parity mean?

In asynchronous communication systems, odd parity refers to parity checking modes, where each set of transmitted bits has an odd number of bits. If the total number of ones in the data plus the parity bit is an odd number of ones, it is called odd parity. If the data already has an odd number of ones, the value of the added parity bit is 0, otherwise it is 1.

9E = 1001 1110.

MSB 1 odd parity bit, 0011110 is data.

So 11110 - > 30(decimal).

KIRAN V said:   5 years ago
Yeas, right @Kristel.

9E = 158 = 1001 1110.

Since it is already an odd,

There will be no adding 1's.

While calculating the sum exclude the Parity bit and write down remaining bits.

ie. 10011110 = 0011110 = 30.
(2)

Venus said:   1 decade ago
@Kristel.

I think you are right, I too have some doubt about this answer.
9*(16^1)+14(16^0)=158.

Someone please explain for the above answer.

Umesh mittal said:   9 years ago
9E = 1001 1110
It in odd parity so we remove msb 1 after that,

= 001 1110.
= (1E)16.
= 1 * 16^1 + 14 * 16^0.
= 16 + 14.
= 30.

Kristel said:   1 decade ago
9E = 1001 1110.

Since it is already an odd,
There will be no adding 1's.

10011110 = 158.

Correct me if im wrong.

Post your comments here:

Your comments will be displayed after verification.