Accumulator

The accumulator is a register in the processor used to store the result of calculations done by the arithmetic logic unit (ALU).

When the ALU does any sort of calculation or logic operation, it will store the result of the calculation in the accumulator. The control unit can then take that result out of the accumulator and use it for whatever it needs to, like storing it in memory, using it in another calculation, etc.