How to find binary to decimal and decimal to binary number ? Decimal to binary conversion:- There are multiple ways of conversion decimal numbers to binary numbers, The most commonly used is the dibble-dabble method. The method is to decimal numbers to be converted is repeatedly divided by 2. The remainders 0 & 1 so obtained are then read in the reverse order to obtain the binary equivalent of the decimal number. lets take an example:- Example :- Convert to decimal to binary 27510 = ? Steps to solve the above example:- Step1: first take 275 Decimal number. Step2: Then divide by the number 2. Step3: If the given decimal number is completely divide then remainder is 0. Step4: If the given decimal number is not complete divide then remainder is 1. Step5: Then take remainder at the side of the remaining digit below like a 137 --> 1. Step6: Then continue the divide at the end when digit is divided ...
Simple and Easy notes... Computer Science and Information technology topic available on the blog.... Questions and their answers on computer science and Information technology