When a user initiates multiple process to the computer then the computer…
2023
When a user initiates multiple process to the computer then the computer follows FIFO method. The expansion of FIFO is
- A.
Formula In Formula Out
- B.
First In First Out
- C.
Figure In Figure Out
- D.
Flash In Flash Out
- E.
Question not attempted
Attempted by 916 students.
Show answer & explanation
Correct answer: B
FIFO stands for First In First Out. It is a method used in computer systems to manage processes. When multiple processes are waiting to be executed, the system processes them in the order they arrive. The first process that enters the queue is the first one to be executed. This method ensures fairness and simplicity in process scheduling.