which of the following is an example of preemptive scheduling?AFirst Come First ServeBShortest Job First .CRound Robin schedulingDNone of theseAnswer: C. Round Robin scheduling Read Explanation: PREEMPTIVE SCHEDULING In this, the resources (CPU Cycle) have been allocated to a process for a limited amount of time. A process can be interrupted when it is being executed. If a process that has a high priority arrives frequently in the 'ready' queue, the low priority processes may starve. Examples: Round Robin scheduling Shortest Remaining Time First scheduling Read more in App