What is cache memory?
Answer / a.v.s.l.kalpana
cachememory is RAM that a computer micro processor(M.P)
access more quickly than it can access regularly RAM as the
M.P processes data it looks 1st inthe cache memory and it
finds the data there, it does not have to do more time
consuming reading of data from larger memory,cache memory
is some times described in levels of closeness and
accessibility to the M.P an L1 cache is on the same chip as
the M.P
| Is This Answer Correct ? | 8 Yes | 0 No |
How many types of os are there?
How does the cpu and the ram communicate?
What is virtual memory? Where it used by OS?
Difference between NTFS and FAT32?
How long does chkdsk f'r take?
How do I recover files from my usb?
Is 32gb of ram overkill?
What is a 64 bit operating system?
Which is the best page replacement algorithm and why? How much time is spent usually in each phases and why?
Name the functions constituting the os's memory management.
Explain the dual channel architecture?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?