Paging a memory management function, while multiprogramming
a processor management function, are the two interdependent?
Answers were Sorted based on User's Feedback
Answer / hemant chand dungriyal
YES,
Bcoz our main memory size is so small and our program size is
increasing day by day.So paging is a technique who divide the
big program into smaller segment or page and this segment
store in secondary storage.If CPU need page or segment who
store in secondary storage then CPU call to particular page
that's called by Demand Paging.
That's by reason memory management or processor management are
interdependent.
| Is This Answer Correct ? | 11 Yes | 1 No |
What is the highest priority software interrupt?
What is fragmentation? Different types of fragmentation?
What is the most used operating system in the world?
What do you mean by thread starvation?
Please describe the different state of a process?
How can a vfs layer allow multiple file systems support?
What does microprocessor speed depend on?
What are the 4 types of communication?
What is process migration?
Tell me if you know how are the wait/signal operations for monitor different from those for semaphores?
What is an interrupt? How are multiple interrupts dealt with?
When would you choose bottom-up methodology?