Question

    In which type of mapping does each block of main memory

    map to only one cache line?
    A Direct mapping Correct Answer Incorrect Answer
    B Fully associative Correct Answer Incorrect Answer
    C Set associative Correct Answer Incorrect Answer
    D Random mapping Correct Answer Incorrect Answer
    E Modular mapping Correct Answer Incorrect Answer

    Solution

    In direct mapping, each block from main memory can be mapped to only one line of cache memory.

    Practice Next