Comptia A+ Terms Flashcards
RAM
random access memory
stores programs and data currently being used by the CPU
CPU
central processing unit,
also microprocessor
BIOS
basic input-output system
ROM
read-only memory
OS
operating system
GPU
graphics processing unit
DC
direct current
AC
alternating current
Electricity comes in two flavors: direct current (DC), in which the electrons flow in one direction around a continuous circuit, and alternating current (AC), in which the flow of electrons alternates direction back and forth in a circuit.
NIC
network interface card
FRU
field replaceable unit
plug
A plug is a part with some type of projection that goes into a port.
port
A port is a part that has some type of matching hole or slot that accepts the plug.
jack
The term jack is used as an alternative to port, so you may also put a plug into a jack.
connector
The term connector describes either a port (jack) or a plug.
DIN
Deutsche Industrie Norm
PS/2
Personal System 2
USB
Universal Serial Bus
FireWire
also known as IEEE 1394
DB connectors
Technically, they’re known as D-sub or D-subminiature connectors, but most techs call them DBs. CompTIA calls them D-shell connectors, so don’t be surprised by that term either.
D-shell
DB Connectors. Technically, they’re known as D-sub or D-subminiature connectors, but most techs call them DBs. CompTIA calls them D-shell connectors, so don’t be surprised by that term either.
RJ connector
the RJ-11 and the RJ-45. The phone jack is an RJ-11. It is used almost exclusively for modems. The slightly wider RJ-45 jack is used for your network connection.
RJ-11
The phone jack is an RJ-11. It is used almost exclusively for modems.
RJ-45
RJ-45 jack is used for your network connection.
1/8-inch connector
mini-audio connector
S/PDIF
Sony/Philips Digital Interface Format (S/PDIF) connection. S/PDIF comes in coaxial and optical versions.
mini-DIN
Most keyboard plugs and mini-DIN keyboard ports are colored purple.
A mouse uses either a USB port or a dedicated, light-green mini-DIN connector.
VGA
Video Graphics Array
DVI
digital visual interface
DVI-D
The DVI connector comes in three flavors: DVI-D (all digital), DVI-A (analog), and DVI-I (both digital and analog).
DVI-A
The DVI connector comes in three flavors: DVI-D (all digital), DVI-A (analog), and DVI-I (both digital and analog).
DVI-I
The DVI connector comes in three flavors: DVI-D (all digital), DVI-A (analog), and DVI-I (both digital and analog).
HDMI
High-Definition Multimedia Interface
VESA
Video Electronic Standards Association
mDP
DisplayPort has both a full-sized connector and a smaller one, called Mini DisplayPort (mDP).
modem
modulate - demodulate
DVD
digital versatile disc
I/O
input/output
ESD
electrostatic discharge
DIMM
dual inline memory module
TB
terabyte
CD-ROM
compact disk - read only memory
CR-R
CD-R (recordable: you can change the data once)
CD-RW
CD-RW (rewritable: you can change the data on them over and over).
MB
megabytes
GB
gigabytes
LCD
liquid crystal display (or is it liquid crystal diode)
CRT
cathode ray tube
MSDS
Material Safety Data Sheet
AMD
Advanced Micro Devices
ALU
arithmetic logic unit
Registers
memory circuits located inside the CPU that hold data before and after processing.
FPU
floating-point unit
SRAM
static RAM
cache
Modern CPUs have two sets of ultra-fast static RAM (SRAM) memory built in, called cache.
L1
The Level 1 (L1) cache memory is the first and fastest and is built into the processor.
L2
Level 2 (L2) cache memory is the second cache.
package
The ceramic casing that holds the CPU is called the package.
die
The ceramic casing that holds the CPU is called the package. The silicon wafer that has all the transistors is called the die.
on-die
The ceramic casing that holds the CPU is called the package. The silicon wafer that has all the transistors is called the die. Components that are incorporated into the silicon, such as L2 cache memory, are referred to as being on-die.
address space
The number of wires on the address bus defines the maximum amount of RAM a CPU can theoretically address. This is called the address space.
pipeline
The term pipeline refers to the discrete series of steps that the CPU follows to process commands.
clock speed
The CPU clock speed, or frequency, tells you how many calculation cycles a CPU can (in theory) execute per second.
Hz
One CPU calculation cycle per second is equal to 1 hertz (Hz).
MHz
millions of calculation cycles per second, or megahertz (MHz).
GHz
CPU clock speed measured in billions of cycles per second, or gigahertz (GHz).
system crystal
The system crystal—a quartz crystal circuit that oscillates at a fixed frequency when fed current—sets the motherboard’s clock speed.
CPUID
Today’s CPUs actually report to the motherboard through a function called CPUID (CPU identifier), and the system bus speed and multiplier are often set automatically.
PGA
All current CPUs come in a square package called a pin grid array (PGA),
BGA
All current CPUs come in a square package called a pin grid array (PGA), but variations exist within and among manufacturers. Collectively, Intel and AMD have used close to 100 variations of the PGA package over the years for hundreds of different CPU models. They’ve used names such as staggered-PGA, micro-PGA, ball grid array, or BGA (which uses tiny balls instead of pins), and land grid array, or LGA (which uses flat pads instead of pins).
LGA
All current CPUs come in a square package called a pin grid array (PGA), but variations exist within and among manufacturers. Collectively, Intel and AMD have used close to 100 variations of the PGA package over the years for hundreds of different CPU models. They’ve used names such as staggered-PGA, micro-PGA, ball grid array, or BGA (which uses tiny balls instead of pins), and land grid array, or LGA (which uses flat pads instead of pins).
ZIF
To make CPU insertion and removal easier, these sockets—officially called zero insertion force (ZIF) sockets—use a small arm on the side of the socket or a cage that fits over the socket to hold the CPU in place. ZIF sockets are easily identified by their squarish shape.
SEC
Exam Tip: For a short time, Intel and AMD produced large, rectangular-shaped CPU packages called single edge cartridges (SECs) that fit into a slot, kind of like an expansion card. The first was the Intel Pentium II. The SEC is long dead, but it might show up as an incorrect answer on the 801 exam.
MMX
Starting with later versions of the Intel Pentium, manufacturers have improved some of the registers inside the CPU, adding specific-use and general-use registers along with special CPU instructions to use them. The first, developed by Intel, were called multimedia extensions (MMX); they were 64-bit and borrowed the FPU’s registers while in use.
Hyper-Threading Technology
Intel introduced Hyper-Threading Technology with the Pentium 4 processor. Hyper-Threading is Intel’s brand name for its implementation of simultaneous multithreading, which is a way of executing multiple threads simultaneously on a single processor core. For instance, a single-core Intel Pentium 4 with Hyper-Threading looks like two CPUs to the OS.
Exam Tip: Know that Hyper-Threading is a form of simultaneous multithreading used in Intel chips to increase performance on a single processor core.
x86
Exam Tip: Processors come in both 32-bit (x86) and 64-bit (x64) varieties. 64-bit processors can access more memory (RAM) than 32-bit processors. When used in conjunction with 64-bit software, they can improve performance.
x64
Exam Tip: Processors come in both 32-bit (x86) and 64-bit (x64) varieties. 64-bit processors can access more memory (RAM) than 32-bit processors. When used in conjunction with 64-bit software, they can improve performance.
throttling
Modern CPUs can reduce their processing cycles and lower their clock speeds when they reach a certain temperature, a feature called throttling.
virtualization
Intel and AMD have built-in support for running more than one operating system (or virtual machine) at a time, a process called virtualization. The key issue from a CPU standpoint is that virtualization used to work entirely through software. Programmers had to write a ton of code to enable a CPU that was designed to run one OS at a time to run more than one OS at the same time.
IMC
Almost all current microprocessors have an integrated memory controller (IMC), moved from the motherboard chip into the CPU to optimize the flow of information into and out from the CPU.