Changes

Jump to: navigation, search
Method 1: Binary to Decimal
When converting '''binary''' numbers to '''decimal''' numbers, perform the following steps:<br><br>
# Write down the binary number.<br>
# Starting from the '''right-side''', draw '''L''''s below the binary number moving to the left<br>(refer to diagram on right).<br># Starting on the ''rightmost '' "'''L'''", multiply the value (placeholder) by '''2''' to the power of zero.<br>
# Continually repeat '''step #3''' moving leftwards, increasing the power of ''2'' by '''1''' (refer to diagram on right).<br>
# Add up the results to obtain the decimal value equivalent.<br>
13,420
edits

Navigation menu