What is an ALU?

The ALU, or Arithmetic Logic Unit, is a section of the CPU (Central Processing Unit) dedicated to working with Arithmetic and Logic...

It can process a variety of mini-tasks (operations) and is used in conjunction with other parts of the CPU, such as the Control Unit, within cycles of the CPU (clock-cycles). During the execute part of the Fetch-Decode-Execute cycle, it takes in data / operations (usually stored in registers) and spits a result out (back into a register). In essense, it is the brain of the CPU.

TA

Related Computing A Level answers

All answers ▸

Represent the denary number 5.625 as an unsigned binary fixed point number with three bits before and five bits after the binary point.


Project Euler Question 3: What is the largest prime factor of the number 600851475143?


What is an Algorithm?


What the main differences between an interpreter and a compiler?