Answer Posted / 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 |
Post New Answer View All Answers
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
what is the diffrence between software and hardware language?
Write a program to find factorial of a number using functions
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
How to know we are in home page of a web application using QTP
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
I am work in it aompenei
what is the certificates in biztalk?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
code for connection from windows forms to sql server
what is integration testing in real time applications?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
what is the difference between Windows application and Unix application?
how to convert the data from HTML file to SAS dataset?
Write a program to find whether a given number is prime or not.