Answer Posted / arun kaushal
Page Fault means the Data or Instruction needed for execution
is not present onto the Main memory.
Page thrashing refer to the condition where the Contents of
the Main Memory(DRAM) is swapped very frequently becouse the
part of the program in the main memory does not contain the
instruction to be executed thus those instruction are loaded
from the storage to the Main memory. This process Has a high
overhead.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Tell me what are the different types of buses used by the embedded systems?
How do you react to people criticizing your code/documents?
What is the difference between hard real-time and soft real-time os?
What are the different types of embedded systems?
Please explain the difference between mutexes vs semaphores?
How does input/output bus functions?
Why is the single responsibility principle important?
Explain what is size of character, integer, integer pointer, character pointer?
What is the use of having the const qualifier?
What are the functional requirements that are used in the embedded systems?
What is an embedded system?
Tell me can static variables be declared in a header file?
How does a 3 tier application differ from a 2 tier one?
What are the differences between analytical and computational modeling?
What is inversion of control?