Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 9)
9.
Convert 110010012 (binary) to decimal.
201
2001
20
210
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

TriNath said:   5 years ago
Given the code-->1001001.

According to the 8421 code formate
i.e
Least significant bit(LSB) must be 1(from the left).
and the order increase on by n*2 i.e if 2 considered 2*2=4 and 4*2=8.....................so on
as from the same formate.

MSB(Most significant bit)bit in the question is 128.
So the answer is;

11001001------>1*(128)+1*(64)+0*(32)+0*(16)+1*(8)+0*(4)+0*(2)+1*(1)=>201.

Sanghavi said:   6 years ago
How? Explain the answer.

Malarvizhi said:   1 decade ago
by 8421 code....(1*128)+(1*64)+(0*32)+(0*16)+(1*8)+(0*4)+(0*2)+(1*1)=128+64+8+1=201

Post your comments here:

Your comments will be displayed after verification.