Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

Direction: The computer system has an L1 L2 cache, an L2 cache and a main memory unit connected as shown below. The block size in L1 cache is 4 words. The block size in L2 cache is 16 words. The memory access times are 2 ns, 20 ns and 200 ns, for L1 cache, L2 cache and main memory unit respectively.

  1. When there is a miss in L1 cache and a hit in L2 cache, a block is transferred from L2 cache to L1 cache. What is the time taken for this transfer?
    1. 2 ns
    2. 20 ns
    3. 22 ns
    4. 88 ns
Correct Option: D

A block to access in L2 cache requires 20 neno seconds and 2 seconds to place in 4 cache the block size in L1 cache is 4 words and there are total 16 words, so total time is = 4 * (20 + 2) = 88



Your comments will be displayed only after manual approval.