summaryrefslogtreecommitdiff
path: root/comp/notes/1
diff options
context:
space:
mode:
Diffstat (limited to 'comp/notes/1')
-rwxr-xr-xcomp/notes/125
1 files changed, 25 insertions, 0 deletions
diff --git a/comp/notes/1 b/comp/notes/1
new file mode 100755
index 0000000..3ce4743
--- /dev/null
+++ b/comp/notes/1
@@ -0,0 +1,25 @@
+lesson 1
+
+looking at binary
+ordinal numbers - indexes, counters etc
+natural numbers - start from 0
+intergers - just any number
+rational numbers - just decimals
+
+should learn negative binary and floating point binary
+
+normal multiplication works in binary as well, its just multiplying by 1 or 0
+
+we looked at binary addition and multiplication
+
+we looked at hex to denary
+
+gonna do some programming
+
+
+todo:
+ floating point binary
+ negative binary
+ hex addition and multiplication
+`done!
+