CPU Scheduling Algorithm in Os
There are two types of CPU Scheduling algorithms
1: preemptive
These types of algorithms are used for running multi processes at the same time. means these algorithms are used in context switching. if you are not familiar with context switching, don'...
techdoctor.com4 min read