Answer Posted / v.vijayakumar
Cache memory is a small high-speed memory. It is used for
temporary storage of data & information between the main
memory and the CPU (center processing unit). The cache
memory is only in RAM.
Cache memory is random access memory (RAM) that a computer
microprocessor can access more quickly than it can access
regular RAM. As the microprocessor processes data, it looks
first in the cache memory and if it finds the data there
(from a previous reading of data), it does not have to do
the more time-consuming reading of data from larger memory.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the resident set and working set of a process?
Explain about local and global page replacements?
What are the methods for handling deadlocks?
What are the different ram standards/versions?
Can I have two browsers on my computer?
What is an immutable object? How can it help in writing a concurrent application?
Is atomic thread safe?
Why is interrupt vector used in operating systems?
Can chkdsk repair bad sectors?
What is micro kernel approach and site its advantages?
How to create a worker thread?
How can I boot from usb?
What are the various components of a computer system?
How long does it take to run chkdsk?
What is load sharing in operating system (os)?