70.8k views
1 vote
What are the differences between levels 1, 2 and 3 cache memoroes??

User ScottCher
by
8.3k points

1 Answer

3 votes

Answer: Level 1 cache memory-it is the memory which is built on the microprocessor itself

Level 2 cache memory- it is the memory which is found on the other chips usually

Level 3 cache memory-it is sort of a memory container/bank that is built in the CPU

Explanation:

  • Level 1 cache memory is the primary cache memory which is fast and is usually stuck on the microprocessor chip.It has a small size .
  • Level 2 cache memory is fast secondary cache memory which is usually on the different chip and is larger in size compared to L1 cache memory.
  • L 3 cache memory is the cache memory is present for the supporting the L1 and L2 cache memory and to make their processing better and is present in the CPU usually.
User Minthos
by
7.6k points