what is page hit in operating system?
Answers were Sorted based on User's Feedback
if the searched page is found in cache memory then it will
be a hit
if it is not found in cache memory then it is miss.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / tannu
i want to know that wht is page hit in operating system and
how it can be used
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / jensi
when a searched page found in main memory which is not
present in virtual memory...
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / wolverine
If a process wants some info then it first looks into cache if it is not there then simply it is a cache hit, then it looks into main memory but it will not go in main memory just to bring only that particular info which the particular process wants instead it would fetch that page which contains that particular element. If any such type of page is not there then it is known as page miss.
| Is This Answer Correct ? | 0 Yes | 4 No |
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Fortran cannot have value by reference True or False?
how sap is different from other software ?
what is posix?
which book we learned this mantis? how many version are realsed this mantis upto now?
What is the difference between in-proc and out-of-proc?
how to convert infix expression to prefix expression?
what is software
Write a program to create a process in UNIX
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
how can i apply validation without using errorprovider in C# windows application
what is the difference between primary key and unique key?