convert 256 into binary number.... by using this method
Answers
Answer:
the answer is
100000000.
Explanation:
for converting into binary we need the take the L.C.M of 256 and write the remainders and the answer we get is 100000000
Answer:
Explanation:
number =256
making two column of division of rem. and quotient
value/2 remainder %2
128 0
64 0
32 0
16 0
8 0
4 0
2 0
1 0
(256)10 =(100000000)2
1*2^8 + 0*2^7 + 0*2^6 + 0*2^5 + 0*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 0*2^0 =256