Which cache mapping technique maps a main memory block to a specific cache line?
Q1. Which cache mapping technique maps a main memory block to a specific cache line?
Answer: Direct mapping
Explanation: Direct mapping assigns each main memory block to a fixed cache line, simplifying the mapping process.