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.
Discussion:
25 comments Page 1 of 3.
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).
128 64 32 16 8 4 2 1 >(power),
0 0 0 1 0 1 1 0 >(binary),
16+ 4+ 2 =22 (decimal).
(11)
Leticia said:
3 years ago
16 = 1 * 16^1 + 6 * 16^0 = 22.
(8)
Mansi Thakur said:
1 year ago
It's 1^16^1 + 6^16^0 = 22.
(7)
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.
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)
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).
128 64 32 16 8 4 2 1 >(power) .
0 0 0 1 0 1 1 0 >(binary).
16 + 4 + 2 = 22 (decimal).
(3)
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)
128 64 32 16 8 4 2 1 >(power)
0 0 0 1 0 1 1 0 >(binary)
16+ 4+ 2 =22 (decimal)
(2)
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.
First 6*16^0 = 6.
Second 1*16^1 = 16.
By adding, 6+16 = 22.
So, A is correct.
(2)
Komal lokhande said:
7 years ago
16 = 16^0 * 6 + 16^1 * 1.
= 6 + 16,
22.
= 6 + 16,
22.
(1)
Shyan Kumar Prajapat said:
7 years ago
16^1*1 + 16^0*6,
16 + 6 = 22.
16 + 6 = 22.
(1)
SumonSarker said:
9 years ago
@Jayant Patil.
Answer Pattern is not right. This is not correct process to convert Hexa to Dec.
Answer Pattern is not right. This is not correct process to convert Hexa to Dec.
(1)
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers