Simple definitions Flashcards
CPU
The main component in a computer
for processing data and instructions.
CU
Directs the flow of instructions and/or
data and coordinates the other parts
of the CPU. It generates clock ticks.
ALU
performs all the
mathematical calculations / logical
operations in the CPU.
Cache
Incredibly fast, but very expensive
volatile memory used by the CPU.
Registers
Fast access storage locations found
on the CPU where data or control
information is temporarily stored.
Program
counter (PC)
A counter that keeps track of the
memory address of the instruction to
be executed next.
Clock speed
The number of FDE cycles that a CPU
can carry out per second.
Cores
Some processors have multiple
processors (cores) which can work in
parallel, sequentially or can multitask.
Controller
manages the execution of instructions
ALU
processes and
manipulates data
Register
fast access temporary data store
Internal mem
fast access memory on the CPU