Binary System
|
|
Because binary uses base two as opposed to the decimal base ten, the numbers get larger much more quickly, but they still obey the same principles. In this case, the number ten is represented by 10 (no 1s, one x 10) in decimal, and 1010 (no 1s, one x 2, no 4s, one x 8) in binary. |
Conversion
To convert a decimal number to binary, you need only keep subtracting the largest power of two. Here the decimal 200 is represented by 11001000 (one x 128, one x 64, no 32s, no 16s, one x 8, no 4s, no 2s, no 1s)
From binary to decimal is even easier - just add up the columns.
100 | 10 | 1 |
2 | 0 | 0 |
2 x 100 + 0 + 0 = 200 |
128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 |
1 x 128 + 1 x 64 + 0 + 0 + 1 x 8 + 0 + 0 + 0 =200 |
Addition
Again, addition differs only from decimal in that it is using base two.
|
|
The only trick here is to remember that it is base 2 - whereas in decimal 1 + 1 = 2 with nothing to carry into the next column, in binary, 1 + 1 still = 2, but that 2 is carried forward (as a 1, naturally).
|
|
Math : Math글쓰기 | Math번역 | MathBoard | Math&Culture | MathMoim
OnLineMathCenter | MathCamp | SoftMathJournal | MathBook | CyberAcademia | Academia
<a href="/wiki/Wikipedia:Tutorial" title="Wikipedia:Tutorial">Front page</a> | Editing | <a href="/wiki/Wikipedia:Tutorial_%28Formatting%29" title="Wikipedia:Tutorial (Formatting)">Formatting</a> | <a href="/wiki/Wikipedia:Tutorial_%28Wikipedia_links%29" title="Wikipedia:Tutorial (Wikipedia links)">Wikipedia links</a> | <a href="/wiki/Wikipedia:Tutorial_%28External_links%29" title="Wikipedia:Tutorial (External links)">External links</a> | <a href="/wiki/Wikipedia:Tutorial_%28Talk_pages%29" title="Wikipedia:Tutorial (Talk pages)">Talk pages</a> | <a href="/wiki/Wikipedia:Tutorial_%28Keep_in_mind%29" title="Wikipedia:Tutorial (Keep in mind)">Keep in mind</a> | <a href="/wiki/Wikipedia:Tutorial_%28Registration%29" title="Wikipedia:Tutorial (Registration)">Registration</a> | <a href="/wiki/Wikipedia:Tutorial_%28Wrap-up_and_more_info%29" title="Wikipedia:Tutorial (Wrap-up and more info)">Wrap up</a> |
Front page | <a href="/wiki/Wikipedia:Tutorial_%28Editing%29" title="Wikipedia:Tutorial (Editing)">Editing</a> | <a href="/wiki/Wikipedia:Tutorial_%28Formatting%29" title="Wikipedia:Tutorial (Formatting)">Formatting</a> | <a href="/wiki/Wikipedia:Tutorial_%28Wikipedia_links%29" title="Wikipedia:Tutorial (Wikipedia links)">Wikipedia links</a> | <a href="/wiki/Wikipedia:Tutorial_%28External_links%29" title="Wikipedia:Tutorial (External links)">External links</a> | <a href="/wiki/Wikipedia:Tutorial_%28Talk_pages%29" title="Wikipedia:Tutorial (Talk pages)">Talk pages</a> | <a href="/wiki/Wikipedia:Tutorial_%28Keep_in_mind%29" title="Wikipedia:Tutorial (Keep in mind)">Keep in mind</a> | <a href="/wiki/Wikipedia:Tutorial_%28Registration%29" title="Wikipedia:Tutorial (Registration)">Registration</a> | <a href="/wiki/Wikipedia:Tutorial_%28Wrap-up_and_more_info%29" title="Wikipedia:Tutorial (Wrap-up and more info)">Wrap up</a> |