Saved Bookmarks
| 1. |
Which scheduling algorithm allocates the cpu first to the process that requests the cpu first? |
|
Answer» Answer: Dispatcher is the module that gives CONTROL of the CPU to the process SELECTED by the short-term scheduler. It receives control in kernel MODE as the result of an interrupt or system call Explanation: |
|