Converting Decimal Numbers To Binary Numbers and Vice Versa
Converting Decimal Numbers To Binary Numbers and Vice Versa
Step 1
decimal to binary: create a table then put numbers (128, 64,
32, 16, 8, 4, 2) at the top.
binary to decimal: the first step is the same with the decimal
to binary.
Step 2
decimal to binary: look at the given number and that will be
your base.
binary to decimal: look at the given binary numbers then put it
under the top numbers (table).
Step 3
decimal to binary: take a look at the number located at the top of
the table. if it's less than/equal to the given number, subtract it
and put 1 on the table. put 0 if it's not.
binary to decimal: multiply the top number and the binary number.
Step 4
decimal to binary: after you follow the solution, put the
numbers under the top numbers together.
binary to decimal: add it all up.