Differences between version 4 and previous revision of BinaryCode.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Wednesday, October 8, 2003 9:50:33 pm | by GianPerrone | Revert |
Older page: | version 3 | Last edited on Monday, February 24, 2003 2:59:38 pm | by PerryLorier | Revert |
@@ -3,4 +3,8 @@
Binary has place values that work on powers of 2 instead of powers of 10 as in our normal decimal system.
So a binary number like 1101 is (1*1)+(0*2)+(1*4)+(1*8) = 13.
+
+----
+
+If you care to learn things like Binary Addition, see http://www.learnbinary.com/