Changes

Jump to: navigation, search
Method 1: Binary to Decimal
When converting '''binary''' numbers to '''decimal''' numbers, perform the following steps:<br><br>
# Write the binary number (space between the digits).<br>
# Starting from the right-side, draw '''L''''s moving to the left (refer to diagram on right).<br>
# Starting on the right, multiply the number by 2 to the power of zero.<br>
# Repeat moving to the left, but increase the power by 1 each time.<br>
13,420
edits

Navigation menu