From 140b63ec6bd23ad7a2ea16a88d20deba61b6e608 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sun, 6 Nov 2022 21:09:02 +0100 Subject: [PATCH] Fixed typos and added checklist --- Summary.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Summary.md b/Summary.md index 5e2201d..86c4567 100644 --- a/Summary.md +++ b/Summary.md @@ -1,34 +1,34 @@ [Cover summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf) ### Data storage -* Hamming distance/codes -* Two's complement -* Binary arithmetic -* Hex to Decimal and reverse -* Decimal to Binary -* Binary to Hex and reverse +* [x]? Hamming distance/codes +* [x] Two's complement +* [x] Binary arithmetic +* [x] Hex to Decimal and reverse +* [x] Decimal to Binary +* [x] Binary to Hex and reverse ### Data manipulation -* Language description table(even though they'll give it to us) -* Parallel processing -* CPU instructions +* [ ] Language description table(even though they'll give it to us) +* [ ] Parallel processing +* [ ] CPU instructions ### Programming languages -* Differences between imperative, functional and OOP +* [x] Differences between imperative, functional and OOP] ### Algorithms -* Differences between theta and big O -* Try to understand pseudocode +* [ ]Differences between theta and big O +* [x] Try to understand pseudocode ### Networking -* dotted decimal notation -* Tiers of ISPs +* [ ] Dotted decimal notation +* [x] Tiers of ISPs ### Data abstractions -* LIFO structures -* Definition of abstraction in the scope of data +* [ ] LIFO structures +* [ ] Definition of abstraction in the scope of data ### Fundamentals -* Universal programming languages -* Church-turing +* [ ] Universal programming languages +* [ ] Church-Turing