Sunday, September 02, 2007

Accumulator

In a computer CPU, an accumulator is an inventory in which intermediary arithmetic and logic results are stored. Without a register like an accumulator, it would be essential to write the result of each calculation to main memory, possibly only to be read right back again for use in the next operation. Access to main memory is slower than access to a register like the accumulator because the technology used for the huge main memory is slower than that used for a register.

0 Comments:

Post a Comment

<< Home