Number System

Decimal to binary conversion

Successive division method for integral values: Let the decimal number be 26 so we can convert it to binary by dividing the number  with the base=2  and then write the quotient and remainder as shown below and then again divide the quotient with the base till we get quotient as zero. This method is also called Double-dabble method. […]