Concept in Definition ABC
Miscellanea / / July 04, 2021
By Victoria Bembibre, in Jan. 2009
The ALU or arithmetic unit logic It consists of a digital circuit that allows arimetic and logical operations between two numbers.
ALU comes from English and is an acronym for Arithmetic Logic Unit. In Spanish, the logical arithmetic unit would be a kind of circuit that has the ability to calculate operations such as addition, subtraction or others such as NOT and XOR.
An ALU can be found in all types of electronic circuits and devices. For example, in a digital wristwatch that allows the addition of a second consistently. But also and in quantity in a complex circuit of microprocessor modern. Other examples are found in graphics, sound or video cards, high definition TV sets, and CD players.
In 1945 John P. Eckert and John W. Mauchly brought this concept to life. Later, John von Neumann would publish a report in this regard, explaining the need for an ALU for the use of a computer in operations math basic.
Typically, a logical arithmetic unit is composed of an operational circuit, a
record of inputs, an accumulator register and a state register. These entities allow the correct functioning of the ALU and, for example, are responsible for solving integer arithmetic operations, bit logic operations, displacement bits and other more complex. The latter include, for example, calculating the square root, emulating a coprocessor and many others.Another circuit similar to that of a unit of this type is the FPU or Floating Point Unit, which performs arithmetic operations but for numbers in floating point representation, which are more complex and sophisticated.
The scheme of an ALU generally includes A and B as operands, R as output, F as input of the control unit, and D as state of the output.
Topics in ALU