What is a process?
List out 3 key characteristics of processes
List out 5 state of processes
What is the full name for IPC?
How does IPC allows processes to communicate and synchronize their actions effectively?
What is a threads inside a processes?
What does threads share?
List out 3 characteristics of Threads
What is the difference between memory space in Threads and Processes?
What is the difference between communication in Threads and Processes?
What is the difference between creation in Threads and Processes?
What is the difference between overhead in Threads and Processes?
What is Multithreading?
What is the advantages of Multithreading?
List out 2 example applications tha is using Multithreading
Why do we need synchronization techniques for process and thread?
List out 4 common synchronization techniques forprocess and thread synchronization
List out 2 benefits of using threads
List out 2 challenges for threads
List out 2 types of Threads in the Operating System
List out 3 user threads
List out 5 Kernel Threads
Virtually all General Purpose Operating System
1. Windows
2. Solaris
3. Linux
4. Tru64 UNIX
5. Mac OS X
List out three Multithreading Models
What does Many to One mean in Multhithreading Model?