summaryrefslogtreecommitdiff
path: root/comp/notes/1
diff options
context:
space:
mode:
authorstandenboy <standenboy@seacrossedlovers.xyz>2023-12-15 10:19:20 +0000
committerstandenboy <standenboy@seacrossedlovers.xyz>2023-12-15 10:19:20 +0000
commit4a95719d58a708ad55b1389631d6339047f786a0 (patch)
tree26cb6fc2dbe7fa75f57f1d6fb13aff8955772b56 /comp/notes/1
added existing work
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!
+