Finished the whole list

This commit is contained in:
Boyan 2022-11-07 01:13:56 +01:00
parent 140b63ec6b
commit c5e038439f
2 changed files with 13 additions and 12 deletions

View File

@ -31,6 +31,7 @@ Name server
### What bit pattern is represented by 33.42.18 in dotted decimal notation? ### What bit pattern is represented by 33.42.18 in dotted decimal notation?
0010 0001 0010 1010 0001 0010 0010 0001 0010 1010 0001 0010
### Another table! ### Another table!
![table](https://media.discordapp.net/attachments/458628210272239626/1038420187415838770/image.png?width=567&height=336) ![table](https://media.discordapp.net/attachments/458628210272239626/1038420187415838770/image.png?width=567&height=336)
@ -38,4 +39,4 @@ Name server
1. Tier-1 1. Tier-1
2. Tier-2 2. Tier-2
3. Access 3. Access

View File

@ -1,7 +1,7 @@
[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) 16/78
### Data storage ### Data storage
* [x]? Hamming distance/codes * [x] Hamming distance/codes - <span style="color:blue">reiterate</span>
* [x] Two's complement * [x] Two's complement
* [x] Binary arithmetic * [x] Binary arithmetic
* [x] Hex to Decimal and reverse * [x] Hex to Decimal and reverse
@ -9,26 +9,26 @@
* [x] 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) * [x] Language description table(even though they'll give it to us)
* [ ] Parallel processing * [x] Parallel processing
* [ ] CPU instructions * [x] CPU instructions
### Programming languages ### Programming languages
* [x] Differences between imperative, functional and OOP] * [x] Differences between imperative, functional and OOP]
### Algorithms ### Algorithms
* [ ]Differences between theta and big O * [x] Differences between theta and big O - T=kn - <span style="color:blue">reiterate</span>
* [x] Try to understand pseudocode * [x] Try to understand pseudocode
### Networking ### Networking
* [ ] Dotted decimal notation * [x] Dotted decimal notation
* [x] Tiers of ISPs * [x] Tiers of ISPs
### Data abstractions ### Data abstractions
* [ ] LIFO structures * [x] LIFO(LAST IN LAST OUT) structures
* [ ] Definition of abstraction in the scope of data * [x] Definition of abstraction in the scope of data
### Fundamentals ### Fundamentals
* [ ] Universal programming languages * [x] Universal programming languages
* [ ] Church-Turing * [x] Church-Turing - <span style="color:blue">reiterate</span>