This is a non-premptive scheduling algorithm. FIFO strategy assigns priority to processes in the order in which they request the processor. No other process can preempt the process until it voluntarily leaves the control of the CPU. Hence, it cannot be preemptive. So, this option is correct.