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
Differentiate testing and verification?
What is inversion of control? How does that relate to dependency injection?
What is the need for having multibyte data input and output buffers in case of device ports?
How are macros different from functions?
Describe a software development life cycle that you've managed.
Why are interfaces important?
What is the repository pattern? Why are patterns important?
What are some examples of anti-patterns?
What's the difference between asynchrony and concurrency?
What is the difference between testing and verification?
What source control systems have you worked with?
What is the difference between hard real-time and soft real-time os?
What are the commonly found errors in embedded systems?
Why does pre-emptive multi-threading used to solve the central controller problem?
Significance of watchdog timer in embedded systems.