community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of ALU


Message boards   Post comment

ALU

ALU redirects here. Alternative meaning: Alu sequence.

An arithmetic and logical unit (ALU) is one of the core components of all central processing units. It is capable of calculating the results of a wide variety of common computations. The most common available operations are the integer arithmetic operations of addition, subtraction, and multiplication, the bitwise logic operations of AND, NOT, OR, and XOR, and various shift operations. Typically, a standard ALU does not handle integer division nor any floating point operations. For these calculations a separate component, such as a divider or floating point unit (FPU), is often used, although it is also possible that a microcode program may use the ALU to emulate these operations.

The ALU takes as inputs the data to be operated on and a code from the control unit indicating which operation to perform, and for output provides the result of the computation. In some designs it may also take as input and output a set of condition codes, which can be used to indicate cases such as carry-in or carry-out, overflow, or other statuses.

See also: execution unit, multiplication ALU

Referenced By

Accumulator | Adder (electronics) | Architectural state | CPU design | Classic RISC Pipeline | Combinatorial Logic | Combinatorial logic (electronics) | Compiler optimization | Compiler optimizations | Computer | Computor | Digital computer | Electronic computers | IWarp | Intel i860 | Logic Gate | NCUBE | Optimizing compiler | Superscalar | TLAs from AAA to DZZ

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "ALU".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.