Ch.6 Microprocessors Flashcards
External Data Bus
EDB; A set of wires that run from components within a computer to the CPU. These wires communicate data to the CPU by sending On/Off signals by the presence of a charge on the wire.
Central Processing Unit
CPU, Microprocessor; A part of the computer in which arithmetic and logical operations are performed and instructions are decoded and executed. The CPU controls the operation of the computer.
Registers
Worktables within the CPU for the purpose of performing calculations
Name the General-Purpose Registers
AX
BX
CX
DX
Machine Language
A set of instructions executed directly by a computer’s CPU. Each instruction performs a specific task, such as a load, a jump, or an ALU operation on a unit of data in a CPU register or memory.
Instruction Set
The complete set of machine language commands a CPU understands
Clock Wire
A wire connected to the CPU that tells the CPU that another piece of information is waiting to be processed.
Clock Cycle
A single charge on the clock wire; the CPU requires at minimum two clock cycles to act on a command
Clock Speed
The number of clock cycles a CPU can handle in a given period of time. It is the fastest speed at which a CPU can reliably operate.
Clock Speeds
1 hertz (1 Hz) = 1 cycle per second 1 megahertz (1 MHz) = 1 million cycles per second 1 gigahertz (1 GHz) = 1 billion cycles per second
System Crystal
A quartz oscillator that sends out an electrical pulse millions of times a second, determining the speed at which the CPU and the rest of the PC operate. It essentially creates the clock speed.
Program
A series of commands sent to the CPU in a specific order in order for the CPU to do work
1 or 0
Bit
4 bits
Nibble
8 bits
Byte
16 bits
Word
32 bits
Double word
64 bits
Paragraph/Quad word
RAM
Random Access Memory
DRAM
Dynamic Random Access Memory
MCC
Memory Controller Chip; A chip that stands between the CPU and RAM that selects the portion of RAM asked for by the CPU
Address Bus
The wires running from the CPU to the MCC that facilitate the communication of which spot in memory the CPU wants
Formula for calculating potential RAM
2 to the X power where X equals the number of wires on the address bus
What is throttling?
Limiting the speed of something, such as a processor or network speed
CPUID
CPU identifier; a function of the CPU that reports to the motherboard to set the speed and multiplier