Terms and Lingo Explained
Choosing the right processor involved learning the language. Here is your dictionary.
BGA
Ball Grid Array. This is a method of packaging a chip in which the chip is attached to the printed circuit board by means of solder instead of pins or leads. By doing so better electrical conductivity is achieved.
Clock Speed
The frequency at which a processor executes instructions. Clock speed is usually expressed in megahertz (MHz) or gigahertz (GHz).
Floating Point Instructions
Instructions that involve data with decimal points. For example 5.984 is a floating point number. The "point" is the decimal, which "floats" by changing places as the numbers being computed change.
FSB
Front-Side Bus Speed. The speed of the connection between the processor and primary system memory (RAM) on the motherboard. Front-side bus frequencies are expressed in MHz.
Gates
Transistors in a processor are also know as gates because they are essentially switches that open and close to control the flow of signals to the processor,
Hyper-threading
An Intel technology that permits the processor to execute two program threads in parallel, as if it were two separate processors in the operating system.
L1 Cache
A tiny amount for extremely fast memory used for storing instructions and/or data. L1 cache is built onto the processor itself, and information in it is immediately available to the CPU with practically no delay.
L2 Cache
Memory that stores frequently used data and instructions. When the processor cannot find the data or instructions it requires in the L1 cache, it turns to the slightly slower, but larger, L2 cache for answers. L2 cache is where the processor stores information for fast retrieval. Building L2 cache onto the processor reduces the latency (time to wait for instructions) and improves performance.
L3 Cache
After the processor looks for information in the L1 and L2 caches, it turns to the L3 cache. In comparison to the L1 and L2 caches, it takes more time to get to information in the L3 cache. Nonetheless, the L3 cache is dramatically faster then the main system memory. Not many processors include an L3 cache, but Intel's Itanium and some of its Xeon processors stand out as notable exceptions.
Micron
A metric unit equaling one millionth of a meter. One micron is about 100 times thinner then a human hair. Modern processors like the Pentium4 and Athlon64 feature wire traces that are 0.13 microns thick!
Multiplier
A function built into a processor that, when combined with a system's front-side bus, determines the processors speed. For example, and 100MHz FSB coupled with a multiplier of 8x yields a processor that runs at 800MHz.
SSE2
Streaming Single-instruction-multiple-data Extension 2. These are special instructions built into a processor that correspond with "hooks" built into software to allow for more efficient processing of multimedia tasks. Software has to be coded to take advantage of these features, and SSE2 is one example of this.
Transistor Count
The number of microscopic transistors that make up the processor chip. Modern processors typically contain tens of millions of transistors. For example, a Pentium4 is made up of 55 million transistors while the Athlon64 packs 106 million.
|