CONVERSION INTO BINARY FROM DECIMAL, HEXA, OCTAL NUMBERS
HEY I AM GOING TO SHOW SOME IDEAS ABOUT BINARY CONVERSION 1. DECIMAL TO BINARY. LET US TAKE EXAMPLE:- (a) 5 IN DECIMAL (in decimal digits <=9). Step1. Devide 5 from 2 then we get 2 as remainder and 1 as quot. Step2. Devide 2 (i.e remainder of above) from 2 then we get 1 as remainder and 0 as quot. ...