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

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

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

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

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

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.

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

Narasimha said:   1 decade ago
By taking the options we get easy

1st take option (a) and devide it with hex value :16
we get

22/16= 1 is a co-officient and reminder is 6 so put these together 16 it is equal to the given.

Rukhmini said:   1 decade ago
16 radix is 16(hexadecimal)then binary value of it is 00010110 =1*2^(4)+0*2^(3)+1*2^(2)+1*2^(1)+0*2^(0)=16+4+2=22.

Seetha Marni said:   1 decade ago
Hexadecimal means radix is 16 so to convert it to decimal we do As following.

1*16^ (1) + 6*16^ (0) = 16+6 = 22.

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


Post your comments here:

Your comments will be displayed after verification.