Ask Question
25 December, 00:39

Assume you are on the only person to write program on this system. Assume the system's OS uses the "priority-scheduling" scheduling algorithm. Assume that the OS has three different priorities (high, medium, low). Assume that you want to minimize context switches. Which strategy is the best? 1. Write all programs to have the same priority. 2. Write 1/3 of the programs to have high priority, 1/3 medium, and 1/3 low. 3. Either is acceptable4. Neither is acceptable

+1
Answers (1)
  1. 25 December, 01:30
    0
    1. Write all programs to have the same priority.

    Explanation:

    Write all programs to have same priority. So that there will be no context switching in between.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Assume you are on the only person to write program on this system. Assume the system's OS uses the "priority-scheduling" scheduling ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers