Fixed typos and added checklist

This commit is contained in:
Boyan 2022-11-06 21:09:02 +01:00
parent 6eafe27277
commit 140b63ec6b

View File

@ -1,34 +1,34 @@
[Cover summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf) [Cover summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf)
### Data storage ### Data storage
* Hamming distance/codes * [x]? Hamming distance/codes
* Two's complement * [x] Two's complement
* Binary arithmetic * [x] Binary arithmetic
* Hex to Decimal and reverse * [x] Hex to Decimal and reverse
* Decimal to Binary * [x] Decimal to Binary
* Binary to Hex and reverse * [x] Binary to Hex and reverse
### Data manipulation ### Data manipulation
* Language description table(even though they'll give it to us) * [ ] Language description table(even though they'll give it to us)
* Parallel processing * [ ] Parallel processing
* CPU instructions * [ ] CPU instructions
### Programming languages ### Programming languages
* Differences between imperative, functional and OOP * [x] Differences between imperative, functional and OOP]
### Algorithms ### Algorithms
* Differences between theta and big O * [ ]Differences between theta and big O
* Try to understand pseudocode * [x] Try to understand pseudocode
### Networking ### Networking
* dotted decimal notation * [ ] Dotted decimal notation
* Tiers of ISPs * [x] Tiers of ISPs
### Data abstractions ### Data abstractions
* LIFO structures * [ ] LIFO structures
* Definition of abstraction in the scope of data * [ ] Definition of abstraction in the scope of data
### Fundamentals ### Fundamentals
* Universal programming languages * [ ] Universal programming languages
* Church-turing * [ ] Church-Turing