1)Convert the Decimal number 812 to its Binary equivalent?
Answers
Explanation:
a) 0b1100001101
(b) 45.0125
(c) 011010001.111
Answer:
To convert decimal number 812 to binary, follow these steps:
Explanation:
step 1 : Divide 812 by 2 keeping notice of the quotient and the remainder.
step 2 :Continue dividing the quotient by 2 until you get a quotient of zero.
step 3 : Then just write out the remainders in the reverse order to get binary equivalent of decimal number 812.
Using the above steps, here is the work involved in the solution for converting 812 to binary number:
812 / 2 = 406 with remainder 0
406 / 2 = 203 with remainder 0
203 / 2 = 101 with remainder 1
101 / 2 = 50 with remainder 1
50 / 2 = 25 with remainder 0
25 / 2 = 12 with remainder 1
12 / 2 = 6 with remainder 0
6 / 2 = 3 with remainder 0
3 / 2 = 1 with remainder 1
1 / 2 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer,
The decimal number 812 converted to binary is therefore =1100101100