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.

Vinaya S said:   1 year ago
Hexadecimal 16 is 1=0001, 6=0110.


So,
0 = 2^7
0 = 2^6
0 =2^5
1 = 2^4
0 = 2^3
1 = 2^2
1= 2^1
0 = 2^0

Then, 1 × 2^4 + 1 × 2^2 + 1 × 2^1 = 22.
(4)

Mansi Thakur said:   1 year ago
It's 1^16^1 + 6^16^0 = 22.
(7)

Leticia said:   3 years ago
16 = 1 * 16^1 + 6 * 16^0 = 22.
(8)

Saurabh Aiwale said:   4 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).
(11)

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)
(2)

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)

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

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

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

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

=22.


Post your comments here:

Your comments will be displayed after verification.