Microprocessor frequency

Microprocessor(aka CPU) frequency (clock rate) specifies the operating (internal) frequency of CPU's core. The higher the frequency is for a given CPU family, the faster the processor is. Processor frequency is not the only parameter that affects system performance. Another parameter that greatly affects the performance is CPU efficiency, that is how many Instructions Per Clock (IPC) the CPU can process. Knowing these two parameters it's easy to calculate total number of instructions per second that can be processed by CPU: Frequency x IPC. All modern Microprocessors(AMD x86,Intel microprocessors based P6, mobile and Core micro-architectures) tried to improve their performance by improving the IPC, and, whenever possible, by increasing processor frequency.
The CPU frequency(used as Processor's speed indicator ) is measured in Hertz(cycle per second) . The frequency also be expressed in the following
  • Kilohertz(kHz)=1,000Hertz
  • Megahertz(MHz)= 1,000,000 Hertz (or 1,000 kHz)
  • Gigahertz(GHz)=1,000,000,000 Hertz(1,000,000 kHz, or 1,000 MHz).
Modern microprocessors do not always operate at the same frequency. To save power,to reduce heat and noise and to increase lifetime all processors may temporarily reduce their operating frequency when the computer is under low load or idle state. SpeedStep and AMD PowerNow! is such technologies. Some mobile Intel Core2Duo processors may temporarily increase frequency of one of their cores when another core is idle.

No comments: