Computer Science, asked by mohammedumary, 1 month ago

convert decimal to binary
for (256) base 10​

Answers

Answered by ratnasarkar695
2

256 in binary is 100000000. To find decimal to binary equivalent, divide 256 successively by 2 until the quotient becomes 0. The binary equivalent can be obtained by writing the remainder in each division step from the bottom to the top.

Answered by srishtichakraborty9
1

Answer:

binary

Explanation:

100000000

answer is this

Similar questions