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

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. More than one words are put in one cache block to
    1. exploit the temporal locality of reference in a program
    2. exploit the spatial locality of reference in a program
    3. reduce the miss penalty
    4. None of the above
Correct Option: B

Temporal locality refers to the reuse of specific data and /or resources within relatively small time duration,
spatial locality refers to the use of data elements within relatively close storage locations. To exploit the spatial locality, more than one word are put into cache block.



Your comments will be displayed only after manual approval.