ICS_Homeworks/Summary.md

35 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-11-07 01:13:56 +01:00
[Cover Summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf) 16/78
2022-11-06 19:46:39 +01:00
### Data storage
2022-11-07 01:13:56 +01:00
* [x] Hamming distance/codes - <span style="color:blue">reiterate</span>
2022-11-06 21:09:02 +01:00
* [x] Two's complement
* [x] Binary arithmetic
* [x] Hex to Decimal and reverse
* [x] Decimal to Binary
* [x] Binary to Hex and reverse
2022-11-06 19:46:39 +01:00
### Data manipulation
2022-11-07 01:13:56 +01:00
* [x] Language description table(even though they'll give it to us)
* [x] Parallel processing
* [x] CPU instructions
2022-11-06 19:46:39 +01:00
### Programming languages
2022-11-06 21:09:02 +01:00
* [x] Differences between imperative, functional and OOP]
2022-11-06 19:46:39 +01:00
### Algorithms
2022-11-07 01:13:56 +01:00
* [x] Differences between theta and big O - T=kn - <span style="color:blue">reiterate</span>
2022-11-06 21:09:02 +01:00
* [x] Try to understand pseudocode
2022-11-06 19:46:39 +01:00
### Networking
2022-11-07 01:13:56 +01:00
* [x] Dotted decimal notation
2022-11-06 21:09:02 +01:00
* [x] Tiers of ISPs
2022-11-06 19:46:39 +01:00
### Data abstractions
2022-11-07 01:13:56 +01:00
* [x] LIFO(LAST IN LAST OUT) structures
* [x] Definition of abstraction in the scope of data
2022-11-06 19:46:39 +01:00
### Fundamentals
2022-11-07 01:13:56 +01:00
* [x] Universal programming languages
* [x] Church-Turing - <span style="color:blue">reiterate</span>
2022-11-06 19:46:39 +01:00