Are there intermediate states between a perfectly functioning CPU and a dead one? What are the most common causes of CPU failure?
feedback
|
|
It may only require one transistor to fail before a CPU stops functioning -- and since there are millions of transistors in a modern CPU, you might ask why it doesn't happen more often. And, depending where the transistor is located in the CPU, the effect can be different, but I don't think we can expect a graded decline in performance: a failure in the ALU may not be noticed until a particular instruction is executed, and some instructions would be executed less frequently. So CPUS die suddenly when a transistor fails. This might be caused by defects in the computer chip which are stressed too much, so time may be a factor. Excessive heat can cause the minute impurities in the silicon which form transistors to diffuse and change operating parameters. Heat is an unavoidable copnsequence of simply operating the transistors, so a lack of cooling may eventually cause failures. Other reasons might include failure of interconnections within the package of the CPU chip, but manufacturers are always looking for improved packaging methods with more reliable interconnections and better heat dissipation. | |||||||||||||
feedback
|