Finished the whole list
This commit is contained in:
parent
140b63ec6b
commit
c5e038439f
@ -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!
|
||||||

|

|
||||||
|
|
||||||
@ -38,4 +39,4 @@ Name server
|
|||||||
|
|
||||||
1. Tier-1
|
1. Tier-1
|
||||||
2. Tier-2
|
2. Tier-2
|
||||||
3. Access
|
3. Access
|
||||||
|
22
Summary.md
22
Summary.md
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user