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

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. Assume that for a certain processor, a read request takes 50 nanoseconds on a cache miss and 5 nanoseconds on a cache hit. Suppose while running a program, it was observed that 80% of the processor's read requests result in a cache hit. The average read access time in nanoseconds is ______.
    1. 5
    2. 14
    3. 7
    4. 11
Correct Option: B

Average read access time = [(0.8) (5) + (0.2)(50)] ns.
= 4 + 10 = 14 ns



Your comments will be displayed only after manual approval.