35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
[Cover Summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf) 16/78
|
|
|
|
### Data storage
|
|
* [x] Hamming distance/codes - <span style="color:blue">reiterate</span>
|
|
* [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
|
|
* [x] Language description table(even though they'll give it to us)
|
|
* [x] Parallel processing
|
|
* [x] CPU instructions
|
|
|
|
### Programming languages
|
|
* [x] Differences between imperative, functional and OOP]
|
|
|
|
### Algorithms
|
|
* [x] Differences between theta and big O - T=kn - <span style="color:blue">reiterate</span>
|
|
* [x] Try to understand pseudocode
|
|
|
|
### Networking
|
|
* [x] Dotted decimal notation
|
|
* [x] Tiers of ISPs
|
|
|
|
### Data abstractions
|
|
* [x] LIFO(LAST IN LAST OUT) structures
|
|
* [x] Definition of abstraction in the scope of data
|
|
|
|
### Fundamentals
|
|
* [x] Universal programming languages
|
|
* [x] Church-Turing - <span style="color:blue">reiterate</span>
|
|
|