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.

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,.

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

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

=22.

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

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.

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

Shaik siraj said:   1 decade ago
Given hex no. is 16 its binary equivalent is 00010110 now convert it to decimal =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.

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.

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.


Post your comments here:

Your comments will be displayed after verification.