engineering computer science MCQ #70

Which cache mapping technique maps a block of main memory to a specific cache line?

engineering computer science MCQ #70

  1. Question 1

    Q1. Which cache mapping technique maps a block of main memory to a specific cache line?

    • A) Direct mapping
    • B) Associative mapping
    • C) Set-associative mapping
    • D) None of the above

    Answer: Direct mapping

    Explanation: Direct mapping maps a block of main memory to a specific cache line using a simple modulo operation.