Ask a Question

What is accumulator?????????

on 2012-02-05 06:24:22   by Mohsin   on Computer Science & Engineering  1 answers

Rajni

on 2012-02-07 10:30:00  

In a computer's central processing unit (CPU), an accumulator is a register in which intermediate arithmetic and logic results are stored. Without a register like an accumulator, it would be necessary to write the result of each calculation (addition, multiplication, shift, etc.) to main memory, perhaps 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 large main memory is slower (but cheaper) than that used for a register.