Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 1)
1.
Convert hexadecimal value 16 to decimal.
2210
1610
1010
2010
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
25 comments Page 2 of 3.

Sreeja said:   1 decade ago
Please any one can explain me in detail am not getting @Sreeja?

Prasad said:   1 decade ago
16 hexa decimal : 1, 0.

And its converted to decimal so 16^1+16^0=16. I know its wrong please any one explain clearly.

Jayant Patil said:   1 decade ago
First Convert (16)10 to (_)2..
Then You get (10000)2.

Then group the in four bit from the right most side.
Like 0000 , 0001.

Then number them.
Like (10)16,.

Myvizhi said:   9 years ago
16.

First 6*16^0 = 6.

Second 1*16^1 = 16.

By adding, 6+16 = 22.

So, A is correct.
(2)

SumonSarker said:   9 years ago
@Jayant Patil.

Answer Pattern is not right. This is not correct process to convert Hexa to Dec.
(1)

Raj said:   8 years ago
1*16+16*6=16+6.

=22.

Shyan Kumar Prajapat said:   7 years ago
16^1*1 + 16^0*6,
16 + 6 = 22.
(1)

Zubair Ahmed said:   7 years ago
16 = 1 * 16^1+6 * 16^0.
= 16 + 6.
= 22.

Komal lokhande said:   7 years ago
16 = 16^0 * 6 + 16^1 * 1.
= 6 + 16,
22.
(1)

Ashique Iqbal said:   6 years ago
Hexadecimal is 16. And 1=0001, 6=0110 is binary.

128 64 32 16 8 4 2 1 >(power) .
0 0 0 1 0 1 1 0 >(binary).
16 + 4 + 2 = 22 (decimal).
(3)


Post your comments here:

Your comments will be displayed after verification.