Computer Science, asked by shubhamchandak3128, 9 months ago

(10111213) base 10 to binary

Answers

Answered by starboiiii
1

Answer:

46:2=23, no remainder. So we add a 0 to the left of our binary number: 0.

23:2=11, and the remainder is 1. ...

11:2=5, and the remainder is 1. ...

5:2=2, and the remainder is 1. ...

2:2=1, no remainder. ...

1:2=0, and the remainder is 1. ...

46 (base10) -> 101110 (base2)

Explanation:

Similar questions