Convert 110112 and 1111, into decimal values.
Answers
Answered by
3
Explanation:
110112 ÷100000=1.10112 , 1111÷1000= 1.111
Answered by
1
Answer:
Explanation:
(11011)2 in decimal
=> 1*2^4 + 1*2^3 + 0*2^2 + 1*2^1 + 1*2^0
=> 16 + 8 + 2 + 1
=> 27
(1111)2 in decimal
=> 1*2^3 + 1*2^2 + 1*2^1 + 1*2^0
=> 8+ 4 + 2+ 1
=> 15
Hope it helps :-)
Similar questions