The part of a computer, consisting of the control unit and ALU, that handles the processing of data and execution of tasks
central processing unit (CPU)
arithmetic logic unit (ALU)
Part of cpu that does mathematical and logical operations
the part of the CPU that directs its operation, managing the execution of instructions and coordinating other components
Control unit
register
tiny, volatile and fastest unit of memory in the cpu where data that is being used right now is kept.
instruction register
The part of the control unit that holds the current instruction to be decoded during the fetch-execute cycle
program counter
The part of the control unit that contains the address of the next instruction to be executed in a program.