HOME


#Top 10 List of Week 06

  1. State Tables and State Diagrams
    A quick and dirty review of state diagrams and tables. i forgot most of what i’ve learnt from my PSD course
  2. Multithreading Code
    Compulsory video from Computerphile, describing the whys and hows of multithreading, with great visualization!
  3. Threading Basics in C
    A practical demonstration of threading.
  4. Thread synchro
    A hands-on tutorial on mutexes from the computerphile video, easily understandable
  5. Multi Programming
    Basically merging most of this week’s material in a simple and enjoyable, MUST WATCH!!
  6. Context Switching A video on Context Switching. And some sweets. And assembly. Again.
  7. Interrupts
    A simple demonstration of interruptions (and it’s context to multitasking)
  8. Concurrency, Threading, and Parallelism
    A video that also explains the whats, whys, and hows of Concurrency, Threading, and Paralleism
  9. Concurrency vs Parallelism A hands-on demonstration of Concurrency and Parallelism on Java
  10. How does Windows utilize Hyperthreaded cores?
    As the coup-de-grace, the compulsory LTT video, on how Windows uses hyperthreading (and concurrency lol).