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.

SumonSarker said:   9 years ago
@Jayant Patil.

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

NILESH said:   1 decade ago
(16) base also 16 because number in hexadecimal
sol-
1*16^1+6*16^0=(22):
so A is correct

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)

Shaik siraj said:   1 decade ago
Given hex no. is 16 its binary equivalent is 00010110 now convert it to decimal =22.

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

Mohit Bhatt said:   1 decade ago
Convert it to binary or directly also we can do it.

Suresh said:   1 decade ago
Ans:
=16^1*1+16^0*6
=16+6
=22
The answer is 22(A).

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)

Kannan said:   1 decade ago
16= 6*16^o + 1*16^1
= 6+16
= 22


Post your comments here:

Your comments will be displayed after verification.