Dictionary
Thesaurus
Encyclopedia
Translator
Web

accumulator

 - 3 dictionary results

ac⋅cu⋅mu⋅la⋅tor

[uh-kyoo-myuh-ley-ter]
–noun
1. a person or thing that accumulates.
2. a register or electric device on an arithmetic machine, as an adding machine, cash register, or digital computer, that receives a number and produces and stores the results of arithmetic operations of the given number with other numbers.
3. British. a storage battery or storage cell.
4. an apparatus that stores fluid at approximately the working pressure of the hydraulic or pneumatic system in which it will be employed, so that a supply of fluid is always immediately available to the system.
5. Machinery. (in a boiler) a vessel for storing hot fluid, ready to flash into steam.
6. Hydraulics. a vessel in which air is trapped and compressed by the liquid, thus storing energy to supply liquid under pressure when the demand of the system is greater than the capacity of the pump.

Origin:
1685–95; < L accumulātor, equiv. to accumulā(re) to heap up (see accumulate ) + -tor -tor
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2009.
Cite This Source Link To accumulator
ac·cu·mu·la·tor   (ə-kyōōm'yə-lā'tər)   
n.  
  1. One that accumulates: an accumulator of old magazines.

  2. A register or electric circuit in a calculator or computer, in which the results of arithmetical and logical operations are formed.

  3. Chiefly British An automobile storage battery.

The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2009 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Cite This Source
Computing Dictionary

accumulator processor
In a central processing unit, a register in which intermediate results are stored. Without an accumulator, it would be necessary to write the result of each calculation (addition, multiplication, shift, etc.) to main memory and read them back. Access to main memory is slower than access to the accumulator which usually has direct paths to and from the arithmetic and logic unit (ALU).
The canonical example is summing a list of numbers. The accumulator is set to zero initially, each number in turn is added to the value in the accumulator and only when all numbers have been added is the result written to main memory.
Modern CPUs usually have many registers, all or many of which can be used as accumulators. For this reason, the term "accumulator" is somewhat archaic. Use of it as a synonym for "register" is a fairly reliable indication that the user has been around for quite a while and/or that the architecture under discussion is quite old. The term in full is almost never used of microprocessor registers, for example, though symbolic names for arithmetic registers beginning in "A" derive from historical use of the term "accumulator" (and not, actually, from "arithmetic"). Confusingly, though, an "A" register name prefix may also stand for "address", as for example on the Motorola 680x0 family.
2. A register, memory location or variable being used for arithmetic or logic (as opposed to addressing or a loop index), especially one being used to accumulate a sum or count of many items. This use is in context of a particular routine or stretch of code. "The FOOBAZ routine uses A3 as an accumulator."
[The Jargon File]
(1999-04-20)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see accumulator on Thesaurus | Reference
FacebookTwitterFollow us: