Differences between version 4 and predecessor to the previous major change of BinaryCode.
Other diffs: Previous 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 2 | Last edited on Sunday, February 23, 2003 11:38:18 am | by GianPerrone | Revert |
@@ -4,5 +4,7 @@
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.
-AddToMe
+----
+
+If you care to learn things like Binary Addition, see http://www.learnbinary.com/