Which scheduling discipline is considered non-preemptive, meaning that once a process starts executing, it cannot be interrupted by other processes until it completes its I/O operation?
FCFS
Priority Scheduling
Round Robin
Shortest Job First

Operating Systems Exercises are loading ...