Central Processing Unit Flashcards
CPU
The central processing unit that contains the processor, main memory and cache.
Main Memory
The memory in the CPU that is used to temporarily store programs while they are running and the data used by these programs.
Processor
The component in the computer that fetches, decodes and executes instructions.
Cache
High speed memory in the CPU that is used to store a copy of frequently used instructions and data.
Clock Speed
Measured in Hertz or cycles per second, the clock speed defines how many instructions per second the computer can execute.
Level 1 Cache
Cache that is on the processor chip.
Level 2/3 Cache
Cache that is on the motherboard, not on the processor. (More recent processors have L2 cache on the processor too)
System Buses
The circuits/internal wiring that connects together the components within the CPU
Fetch-Execute Cycle
The process by which a program is run
Dual-Core/Quad-Core
A CPU that contains multiple processing components (cores) that can operate independently to process more than one task at a time.