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 ▸

A common construct found in many algorithms is a loop. Using pseudocode, write a pre-condition loop to output all of the even numbers between 99 and 201.


One member of a chess club sends a text file saved in Unicode. What meant by the term "Unicode" and why might this be necessary?


What are the different development methodologies and what are their advantages and disadvantages?


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.