recategorized by
3,483 views
4 votes
4 votes

Which of the following statements is not true for Multi Level Feedback Queue processor scheduling algorithm?

  1. Queues have different priorities
  2. Each queue may have different scheduling algorithm
  3. Processes are permanently assigned to a queue
  4. This algorithm can be configured to match a specific system under design
recategorized by

1 Answer

Best answer
3 votes
3 votes

C is not true and hence is the ans 

Processes are not  permanently assigned to a queue they can very between queues as their priorities change

Rest 3 options are true 

 

selected by
Answer:

Related questions

3 votes
3 votes
1 answer
1
go_editor asked Aug 2, 2016
2,589 views
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...
2 votes
2 votes
1 answer
2
go_editor asked Aug 1, 2016
2,799 views
A unix file may be of the typeRegular fileDirectory fileDevice fileAny one of the above
4 votes
4 votes
2 answers
3
go_editor asked Aug 1, 2016
3,900 views
In _____ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easyIndexLinkedContiguousBit Map
2 votes
2 votes
2 answers
4
go_editor asked Aug 1, 2016
3,573 views
Dining Philosopher's problem is aProducer - consumer problemClassical IPC problemStarvation problemSynchronization primitive