homework3 Version 0 |
|
👤 Author: by 1989812974qqcom 2019-11-07 04:58:38 |
FCFS first come first serve is the simplest strategy, also known as FIFO. First of all, it's a non-preemptive. As the word implies, it determines which process to run first based on the time of arrival of the process. Here is a practical example. Represent the process status in FIFO strategy in a table form.