Computer Architecture Fundamentals: CPU, Memory, Buses, and Addressing
Classified in Computers
Written on in
English with a size of 3.52 KB
Core Computer Architecture Components
CPU Registers Explained
CPU registers are small, high-speed storage locations within the central processing unit (CPU) that hold data and instructions for immediate processing.
Accumulator Register
The Accumulator Register stores the results of executed operations. It connects to input registers for feedback in chained operations and also connects to the data bus for sending results to main memory or the control unit.
Program Counter (PC)
The Program Counter (PC) stores the memory address of the next instruction to be executed.
Instruction Register (IR)
The Instruction Register (IR) contains the instruction currently being executed.
Understanding Computer Buses
A bus is a channel or set of parallel connections that... Continue reading "Computer Architecture Fundamentals: CPU, Memory, Buses, and Addressing" »