ICS_Homeworks/Summary.md

35 lines
887 B
Markdown
Raw Normal View History

2022-11-06 19:46:39 +01:00
[Cover summary](https://studysupport.svcover.nl/data//2%20Bachelor%20Courses/Introduction%20to%20Computing%20Science/Summaries/2020%20Robin.pdf)
### Data storage
2022-11-06 21:09:02 +01:00
* [x]? Hamming distance/codes
* [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-06 21:09:02 +01:00
* [ ] Language description table(even though they'll give it to us)
* [ ] Parallel processing
* [ ] 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-06 21:09:02 +01:00
* [ ]Differences between theta and big O
* [x] Try to understand pseudocode
2022-11-06 19:46:39 +01:00
### Networking
2022-11-06 21:09:02 +01:00
* [ ] Dotted decimal notation
* [x] Tiers of ISPs
2022-11-06 19:46:39 +01:00
### Data abstractions
2022-11-06 21:09:02 +01:00
* [ ] LIFO structures
* [ ] Definition of abstraction in the scope of data
2022-11-06 19:46:39 +01:00
### Fundamentals
2022-11-06 21:09:02 +01:00
* [ ] Universal programming languages
* [ ] Church-Turing
2022-11-06 19:46:39 +01:00