BY
Zalaludeen MJ
Class XI -B
Cache Memory
Definition of Cache Memory
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
Levels of Cache Memory
 Cache memory is sometimes described in levels
of closeness and accessibility to the
microprocessor. An L1 cache is on the same chip
as the microprocessor. L2 is usually a separate
static RAM (SRAM) chip. The main RAM is
usually a dynamic RAM (DRAM) chip.
In the sixth generation processors both L1 and L2
are integrated in the CPU package to reduce the
access time and improve the performance further.
The L2 on the mother board works at the mother
board bus speed and the L1 Cache inside the
CPU works at half the speed of the CPU clock

Cache memory

  • 1.
  • 2.
    Definition of CacheMemory 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
  • 3.
    Levels of CacheMemory  Cache memory is sometimes described in levels of closeness and accessibility to the microprocessor. An L1 cache is on the same chip as the microprocessor. L2 is usually a separate static RAM (SRAM) chip. The main RAM is usually a dynamic RAM (DRAM) chip. In the sixth generation processors both L1 and L2 are integrated in the CPU package to reduce the access time and improve the performance further. The L2 on the mother board works at the mother board bus speed and the L1 Cache inside the CPU works at half the speed of the CPU clock