Changes

Jump to: navigation, search
Method 1: (Binary / Octal / Hexadecimal) to Decimal
====Method 1: (Binary / Octal / Hexadecimal) to Decimal==== [[Image:convert-bin-decimal.png|thumb|right|200px|The '''decimal''' numbering system .]]x
[[Image:convert-bin-decimal.png|thumb|right|200px|x .]]
When converting binary to decimal, perform the following steps:<br><br>
# Write the number (of the numbering system).<br><br>
# Starting from the right-side, draw L's moving to the left (refer to diagram on right).<br><br>
# Starting on the right, multiply the number by 2 to the power of zero.<br><br>
# Repeat moving to the left, but increase the power by 1 each time.<br><br>
# Add up the calculations to obtain the decimal value equivalent.<br><br>
<br><br>
13,420
edits

Navigation menu