Computer Science, asked by rekhabohara97436, 19 days ago

how to find binary number of o​

Answers

Answered by EESHITHASHREE
0

thanks for the points have a great day ahead

Answered by Srivar
1

Answer:

if it helps please mark me as Branilest

Explanation:

To convert integer to binary, start with the integer in question and divide it by 2 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero. Then just write out the remainders in the reverse order. Here is an example of such conversion using the integer 12.

Similar questions