Question

    ___ is used to reduce cache hit time.

    A Pseudo-associative caches Correct Answer Incorrect Answer
    B Avoiding address translation during cache indexing Correct Answer Incorrect Answer
    C Early restart and critical word first Correct Answer Incorrect Answer
    D Giving priority to read misses overwrites Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Avoid Address translation during indexing: Caches that use physical addresses for indexing are known as a physical cache. Caches that use the virtual addresses for indexing are known as virtual cache. Address translation can be avoided by using virtual caches.

    Practice Next
    ×
    ×