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 |
Expand the following a) ISDN b) CASE c) CSMA/CD d) OOPS e) MIMD
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
How to swap two String values without using a third variable?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
What are the Short cut Keys of Tally ERP?
how we can know the funcions available in a class recording java?
3. What is the difference between testing and Quality Assurance?
What is the use of sas software? Is sas and sap are different?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.