Install and Configure CPUs Flashcards
3.4 Given a scenario, install and configure motherboards, central processing units (CPUs), and add-on cards.
The principal system controller and has the greatest overall impact on system performance
central processing unit (CPU)
A small block of memory that works at the speed of the CPU or close to it; Enhances performance by
storing instructions and data that the CPU is using regularly
Cache
A temporary storage area available to the different units within the CPU working at the same clock speed as the CPU
Register
component in the CPU that fetches the next instruction in sequence from system memory
to the pipeline
CPU control unit
Control unit decodes each instruction in turn and either executes it itself or passes it to these for execution
Arithmetic Logic Unit (ALU) or floating-point unit (FPU)
CPU architecture that defines a CPU as IBM PC compatible; is a 32-bit instruction set
x86 cpu architecture
x86 instruction set that has been extended for 64-bit operation
x64 CPU architecture
allows the threads to run through the CPU at the same time. This reduces the amount of “idle time” the CPU spends waiting for new instructions to process. To the OS, it seems as though there are two or more CPUs installed
simultaneous multithreading (SMT)
use two or more physical CPUs; OS can then make efficient use of the
processing resources available to run application processes on whichever CPU is “available.”
symmetric multiprocessing (SMP)
Motherboard configuration
with multiple CPU sockets. The CPUs installed must be identical.
multi-socket motherboard
CPU design that puts two chips onto the same package. Most
CPUs are this
multicore
This means that no pressure is required to insert the CPU, reducing the risk of bending or breaking the
fragile pin contacts
zero insertion force (ZIF)
CPU socket form factor used predominantly by Intel where connector pins are located on the socket.
land grid array (LGA)
CPU socket form factor used predominantly by AMD where connector pins are located on the CPU package.
pin grid array (PGA)
Limited to the same generation of CPUs; CPU must be supported by both the physical form factor of the motherboard’s CPU socket and by the motherboard’s chipset
motherboard compatibility
shorthand for a basic PC as used at home or in the office
desktop
a high-performance PC, such as one used for software development or graphics/video editing
workstation
computers that must manage more demanding workloads than most types of desktops and operate to greater reliability standards; often multi-socket; has raw processing power it needs to service requests from hundreds or thousands of client systems
Server
A CPU tends to repeat the same routines and access the same data over and over again. If these routines are stored in this type of RAM, they can be accessed more quickly than instructions and data stored in system
memory
cache
T/F: CPU models must be identical. If the CPUs are not identical, the system is unlikely to boot. Even if
the system boots, it is not likely to operate reliably.
True
T/F: You must verify that the CPU model supports virtualization extensions.
True