Chapter 2 Flashcards
Processor word size
The number of bits processed at one time is the processor’s register size (word size). Intel’s 8086 processor’s register size was 16 bits, or 2 bytes. Today’s CPUs have register sizes of 64 or 128 bits.
Processor speed
Processors come in a variety of speeds, measured in gigahertz (GHz). Hertz is a measurement of cycles per second. One hertz equals one cycle per second. One gigahertz is 1 billion cycles per second, or 1GHz. The original PC CPU, the 8088 microprocessor, ran at 4.77MHz. Today’s processors run at speeds over 3GHz.
Bus line
The 1s and 0s must travel from one place to another inside the processor, as well as outside to other chips. To move the 1s and 0s around, electronic lines called a bus are used. The electronic lines inside the CPU are known as the internal data bus or system bus
External BUS line
For a CPU to communicate with devices in the outside world, such as a printer, the 1s and 0s travel on the external data bus. The external data bus connects the processor to adapters, the keyboard, the mouse, the hard drive, and other devices. An external data bus is also known as an external data path. You can see the external data lines by looking between the expansion slots on the motherboard
Algorithm logic unit
A processor has a special component called the ALU (arithmetic logic unit), which does all the calculations and comparison logic that the computer needs. Figure 2.1 shows the basic concept of how the ALU connects to the registers, control unit, and internal bus.
I/O unit
manages data entering and leaving the processor. The registers within the CPU are a very high-speed storage area for 1s and 0s before the bits are processed.
Clock or clock speed
The speed of the processor’s internal clock, measured in gigahertz.
Bus speed
bus speed
The speed at which data is delivered when a particular bus on the motherboard is being used.
FBS front bus speed
The speed between the CPU and some of the motherboard components. This is what most people would term the motherboard speed. Sometimes the speed is listed in megatransfers per second, or MT/s. With MT/s, not only is the speed of the FSB considered but how many processor transfers occur each clock cycle. A 266 MHz FSB that can do four transfers per second could list as 1064MT/s. The FSB is being upgraded with technologies such as AMD’s HyperTransport and Intel’s QPI (QuickPath Interconnect) and DMI (Direct Media Interface).
Back side bus
back side bus
The speed between the CPU and the L2 cache located outside the main CPU but on the same chip.
PCI bus speed
The speed at which data is delivered when the PCI bus is being used. The PCI bus is the main bus used on the motherboard. Common speeds for the PCI bus are 33 and 66MHz, allowing bandwidths up to 533MBps.
PCIe bus speed
PCIe bus speed
The speed at which data is delivered when the PCIe bus is being used. This bus is used for PCI Express cards.
AGP BUS SPEED
AGP bus speed
The speed at which data is delivered when the AGP bus is being used. The AGP bus is an older standard used for video cards.
CPU speed
CPU speed
The speed at which the CPU operates. Some motherboards have a BIOS option to change the speed. Other motherboards either use motherboard jumpers or cannot be changed.
CPU throttling
CPU throttling
Reducing the clock frequency to slow the CPU in order to reduce power consumption and heat. This is especially useful in mobile devices.