Explain demand paging, page fault interrupt, and trashing?
Answer / Kumari Shashi Prabha
Demand Paging is a technique where pages are loaded into main memory only when they are needed by the CPU. Page Fault Interrupt is a signal sent by the hardware to the operating system when a required page is not found in main memory, triggering the OS's page replacement algorithm. Trashing occurs when frequent page swapping consumes more CPU cycles than actually executing processes, leading to decreased system performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between micro kernel and macro kernel?
Explain the various types of registers?
How do I check for memory leaks?
List the possible threads a thread can have?
What is the meaning of busy spin in multi-threading?
What are demand- and pre-paging?
What are the three main purposes of an operating system?
How to setup never expired user password?
What is synchronously and asynchronously?
List at least three things that a running process might do that would cause the scheduler not to move it to the ready state when it stops running.
What is the main difficulty that a programmer must overcome in writing an operating system for a real-time environment?
What are different types of interprocess communication methods?