Computer Science, asked by amansinha828, 4 months ago

Convert Decimal to Binary.
(952)10
Upload Answer file
Or type your answer here:​

Answers

Answered by pratik235jain
0

Answer:

here you go!!!

Explanation:

The base-10 value of 95210 is equal to base-2 value of 11101110002.

Answered by duragpalsingh
0

Answer:

(952)₁₀ = (1110111000)₂

Explanation:

To get the required Binary number we divide the number by 2 until we get quoteint as 0. and we store the remainder and then  we arrange the remainder from bottom to top and we get the binary number.

given, (952)₁₀ , let quotient = Q and remainder = R

952 / 2      Q - 476,    R = 0

476/2         Q - 238,   R = 0

238/2         Q - 119,   R = 0

119/2           Q - 59,   R = 1

59/2            Q - 29 ,  R = 1

29/2            Q - 14,   R = 1

14 / 2            Q - 7  ,  R = 0

7 /2               Q - 3 ,   R = 1

3 / 2              Q - 1 ,   R = 1

1 / 2                Q - 0 ,  R = 1

Rearranging the remainder from bottom to top, we get binary number as,

(1110111000)₂

Therefore, (952)₁₀ = (1110111000)₂

Similar questions