Rajesh
Rajesh
NAME : B.RAJESH
CLASS: I MCA A
REG NO: 122012453213
Course code: YCA201
COURSE NAME: ADVANCED OPERATING SYSTEM
AND CONCEPTS
Date: 06/03/2023
INTRODUCTION
2. Scheduling:
If the process is ready to get executed, then it will be in the ready queue, and now it’s
the job of the scheduler to choose a process from the ready queue and starts its execution
3. Execution:
Here, execution of the process means the CPU is assigned to the process. Once the
process has started executing, it can go into a waiting queue or blocked state. Maybe the
process wants to make an I/O request, or some high-priority process comes in.