|
@@ -1099,4 +1099,31 @@ Grafieke kan gebruik word om baie problmeme in rekenaar wetenskap te verteenwoor
|
|
|
- [ ] [How computers calculate - ALU (video)](https://youtu.be/1I5ZMmrOfnA)
|
|
|
- [ ] [Registers and RAM (video)](https://youtu.be/fpnE6UAfbtU)
|
|
|
- [ ] [The Central Processing Unit (CPU) (video)](https://youtu.be/FZGugFqdr60)
|
|
|
- - [ ] [Instructions and Programs (video)](https://youtu.be/zltgXvg6r3k)
|
|
|
+ - [ ] [Instructions and Programs (video)](https://youtu.be/zltgXvg6r3k)
|
|
|
+
|
|
|
+- ### Caches
|
|
|
+ - [ ] LRU cache:
|
|
|
+ - [ ] [The Magic of LRU Cache (100 Days of Google Dev) (video)](https://www.youtube.com/watch?v=R5ON3iwx78M)
|
|
|
+ - [ ] [Implementing LRU (video)](https://www.youtube.com/watch?v=bq6N7Ym81iI)
|
|
|
+ - [ ] [LeetCode - 146 LRU Cache (C++) (video)](https://www.youtube.com/watch?v=8-FZRAjR7qU)
|
|
|
+ - [ ] CPU cache:
|
|
|
+ - [ ] [MIT 6.004 L15: The Memory Hierarchy (video)](https://www.youtube.com/watch?v=vjYF_fAZI5E&list=PLrRW1w6CGAcXbMtDFj205vALOGmiRc82-&index=24)
|
|
|
+ - [ ] [MIT 6.004 L16: Cache Issues (video)](https://www.youtube.com/watch?v=ajgC3-pyGlk&index=25&list=PLrRW1w6CGAcXbMtDFj205vALOGmiRc82-)
|
|
|
+
|
|
|
+- ### Prosesse en Threads
|
|
|
+ - [ ] Rekenaar Wetenskap 162 - Operating Systems (25 videos):
|
|
|
+ - vir prosesse en threads sien videos 1-11
|
|
|
+ - [Operating Systems and System Programming (video)](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iBDyz-ba4yDskqMDY6A1w_c)
|
|
|
+ - [What Is The Difference Between A Process And A Thread?](https://www.quora.com/What-is-the-difference-between-a-process-and-a-thread)
|
|
|
+ - Dek:
|
|
|
+ - Prosesse, Threads, Concurrency kwessies
|
|
|
+ - Verskil tussen prosesse en threads
|
|
|
+ - Prosesse
|
|
|
+ - Threads
|
|
|
+ - Locks
|
|
|
+ - Mutexes
|
|
|
+ - Semaphores
|
|
|
+ - Monitors
|
|
|
+ - How they work?
|
|
|
+ - Deadlock
|
|
|
+ - Livelock
|