Which cache mapping technique maps a block of main memory to a specific cache line?
Q1. Which cache mapping technique maps a block of main memory to a specific cache line?
Answer: Direct mapping
Explanation: Direct mapping maps a block of main memory to a specific cache line using a simple modulo operation.