Computer Science, asked by riyalohmod15, 2 months ago

convert 375 into decimal number binary...​

Answers

Answered by asgharirshad4
1

Answer:

101110111

step by step explanation:

Step 1) Divide 375 by 2 to get the Quotient. Keep the Whole part for the next step and set the Remainder aside.then, Divide the Whole part of the Quotient from Step 1 by 2. Again, keep the Whole part and set the Remainder aside. after this, Repeat Step 2 above until the Whole part is 0.

next step is to Write down the Remainders in reverse order to get the answer to 375 as a binary.

Here i will show you my work so you can follow along:

375 / 2 = 187 with 1 remainder

187 / 2 = 93 with 1 remainder

93 / 2 = 46 with 1 remainder

46 / 2 = 23 with 0 remainder

23 / 2 = 11 with 1 remainder

11 / 2 = 5 with 1 remainder

5 / 2 = 2 with 1 remainder

2 / 2 = 1 with 0 remainder

1 / 2 = 0 with 1 remainder

Similar questions