Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Accumulator (computing)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Register in which intermediate arithmetic and logic results of a CPU are stored}} [[File:Walther WSR-16 Inside the Machine.jpg|300px|thumb|Walther WSR-16 mechanical calculator. The row of digit-wheels in the carriage (at the front), is the Accumulator.]] {{more citations needed|date=February 2024}} In a [[computer]]'s [[central processing unit]] (CPU), the '''accumulator''' is a [[processor register|register]] in which intermediate [[arithmetic logic unit]] results are stored. Without a register like an accumulator, it would be necessary to write the result of each calculation (addition, multiplication, [[Bitwise operation#bit shifts|shift]], etc.) to [[Cache (computing)|cache]] or [[main memory]], perhaps only to be read right back again for use in the next operation. Accessing memory is slower than accessing a register like an accumulator because the technology used for the large main memory is slower (but cheaper) than that used for a register. Early electronic computer systems were often split into two groups, those with accumulators and those without. Modern computer systems often have multiple general-purpose registers that can operate as accumulators, and the term is no longer as common as it once was. However, to simplify their design, a number of special-purpose processors still use a single accumulator.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)