what are LRU, LFU in the OS concepts? How they are useful in
the scheduling?
Answer Posted / alam
********************************************************
LRU (Least recently used):
the process to wich CPU will assign will be the one which
is least recently used, in active processes queue.
LRU (Least frequently used):
the process to wich CPU will assign will be the one which
is least frequently used, in active processes queue.
**********************************************************
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
Explain the concept of the batched operating systems?
When would you choose Top-down methodology?
What is the cpu scheduler?
Explain thread.
What are the different synchronization mechanisms?
How do I find the path of a shared folder?
What does the 400 mhz signify in a ram specification?
What is throughput?
When does stack (process stack) overflow? What are the remedies?
What is a semaphore? What are the different types of semaphores?
Explain the booting process of a windows xp system.
Which is the fastest operating system?
Can I delete the program files x86?
Why Thread behavior is unpredictable?
What mean operating system?