Cache Memory and its design
1.
What is the high speed memory between the main memory and the CPU called?
2.
The Cache memory is implemented using the SRAM chips and not the DRAM chips. SRAM stands for Static RAM. It is faster and is expensive.
3.
Whenever the data is found in the cache memory it is called as _________
4.
LRU stands for ___________
5.
When the data at a location in cache is different from the data located in the main memory, the cache is called _____________
6.
Which of the following is not a write policy to avoid Cache Coherence?
7.
Which of the following is an efficient method of cache updating?
8.
In ____________ mapping, the data can be mapped anywhere in the Cache Memory.
9.
The number of sign bits in a 32-bit IEEE format is ____
10.
The transfer between CPU and Cache is ______________