engineering computer science MCQ #251

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

engineering computer science MCQ #251

  1. Question 1

    Q1. Which cache mapping technique maps a main memory block 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 assigns each main memory block to a fixed cache line, simplifying the mapping process.