Most modern computers are based on the Von Neumann model, where both data and programs are stored in the same memory (RAM).
Registers are high-speed storage locations inside the CPU. You must know these specific names:
The CPU fetches an instruction from memory using the address in the PC, decodes it in the CIR, and the CU then executes the command.
Buses are parallel wires used to transfer data between the CPU, memory, and I/O devices.