Explain demand paging, page fault interrupt, and trashing?



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

Post New Answer

More Operating Systems General Concepts Interview Questions

What is the difference between micro kernel and macro kernel?

1 Answers  


Explain the various types of registers?

1 Answers  


How do I check for memory leaks?

1 Answers  


List the possible threads a thread can have?

1 Answers  


What is the meaning of busy spin in multi-threading?

1 Answers  


What are demand- and pre-paging?

4 Answers  


What are the three main purposes of an operating system?

1 Answers  


How to setup never expired user password?

1 Answers  


What is synchronously and asynchronously?

1 Answers  


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.

2 Answers  


What is the main difficulty that a programmer must overcome in writing an operating system for a real-time environment?

1 Answers  


What are different types of interprocess communication methods?

1 Answers  


Categories