Module 2 Notes (1)
Module 2 Notes (1)
Components of a Process
A process consists of:
The operating system takes more time to Threads can be terminated in very little
terminate a process. time.
If one process gets blocked by the If any user-level thread gets blocked, all of
operating system, then the other process its peer threads also get blocked because
can continue the execution. OS takes all of them as a single process.
8 Study FCFS non preemptive and SJF non pre emptive scheduling algorithms with its
advantages and disadvantages. Solve Problems on FCFS non pre emptive and SJF non pre
emptive scheduling algorithms
9 Study SRTF, Round Robin and Priority preemptive scheduling algorithms with its
advantages and disadvantages. Solve Problems on SRTF pre emptive, Round Robin and
Priority pre emptive scheduling algorithms.