A 32-bit processor has a 4-way set associative cache with 256 sets. What is the total number of cache lines?
Q1. A 32-bit processor has a 4-way set associative cache with 256 sets. What is the total number of cache lines?
Answer: 1024
Explanation: Total cache lines = number of sets * associativity = 256 * 4 = 1024.