Computer Sciences > GATE 2024 SET-1 > Cache Memory
Consider two set-associative cache memory architectures: WBC, which uses the write back policy, and WTC, which uses the write through policy. Both of them use the LRU (Least Recently Used) block replacement policy. The cache memory is connected to the main memory. Which of the following statements is/are TRUE?
A
A read miss in WBC never evicts a dirty block
B
A read miss in WTC never triggers a write back operation of a cache block to main memory
C
A write hit in WBC can modify the value of the dirty bit of a cache block
D
A write miss in WTC always writes the victim cache block to main memory before loading the missed block to the cache

Correct : b,c

Similar Questions

Consider a machine with a byte addressable main memory of 220 bytes, block size of 16 bytes and a direct mapped cache having 212 cache lines. Let the addresses...
#33 MCQ
The read access times and the hit ratios for different caches in a memory hierarchy are as given below: Cache Read Access Time(In Nano...
#584 Fill in the Blanks
A cache memory unit with capacity of N words and block size of B words is to be designed. If it is designed as direct mapped cache, the length of the TAG field...
#592 Fill in the Blanks

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......