Computer Science, asked by harshita5646, 3 months ago

how can be found binary digit of (57) power is 10 with explanation​

Answers

Answered by Anonymous
1

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