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 3 of 3.

G.muni sekhar said:   1 decade ago
The radix of hexa decimal is 16

Ans:
(16)radix 16
1 6
(16^1*1) + ( 16^0 *6)
16+6
=22
Therefore A correct.

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

Suresh saini said:   1 decade ago
1*16^1+6*16^0=(22)

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

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


Post your comments here:

Your comments will be displayed after verification.