Multiple choice technology architecture

Which of the below cannot remediate a performance problem associated with processor

  1. Add more processing power

  2. Improve processor cache

  3. Add parallel processing power for load balancing

  4. Implement RAID 1 disks

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Processor performance issues are addressed by CPU-specific solutions: adding processing power (A), improving cache utilization (B), or implementing parallel processing/load balancing (C). RAID 1 (D) is a disk mirroring configuration that provides redundancy but has no impact on CPU performance - it addresses storage reliability, not computation. The question asks which CANNOT help with processor problems, making RAID 1 the correct answer.