From 4a95719d58a708ad55b1389631d6339047f786a0 Mon Sep 17 00:00:00 2001 From: standenboy Date: Fri, 15 Dec 2023 10:19:20 +0000 Subject: added existing work --- comp/notes/1 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 comp/notes/1 (limited to 'comp/notes/1') 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! + -- cgit v1.2.3