InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by FIFO algorithm ? |
|
Answer» It means to execute the first job that is entered first in the queue. It stands for First In First Out algorithm. 1 |
|