To convert 1310 to binary, the steps are as follows:
13/2 = 6 remainder 1
6/2 = 3 remainder 0
3/2 = 1 remainder 1
1/2 = 0 remainder 1
I didn't understand the last step. How can 1/2=0 . It should be 0.5
And how can remainder be 1. Please can anyone explain this.