Computer Science, asked by shilpishreya, 11 months ago

convert 256 into binary number.... by using this method​

Attachments:

Answers

Answered by koushikbabu
1

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

Answered by sswaraj04
4

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                            

Similar questions