Functions of the arithmetic logic unit (ALU): Difference between revisions

From Computer Science Wiki
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:




== Major parts of a CPU ==  
== The ALU ==  
These videos are truly superb to help you understand parts of a CPU, and how they work.
 
 






<html>
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cNN_tTXABUA" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1I5ZMmrOfnA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>
</html>
== Do you understand this topic? ==
== Do you have an advanced understanding about this topic? ==


== See Also ==
== See Also ==

Latest revision as of 19:29, 27 September 2020

How does a CPU work?

An arithmetic logic unit (ALU) is a digital circuit used to perform arithmetic and logic operations. It represents the fundamental building block of the central processing unit (CPU) of a computer. Modern CPUs contain very powerful and complex ALUs. In addition to ALUs, modern CPUs contain a control unit (CU).

Most of the operations of a CPU are performed by one or more ALUs, which load data from input registers. A register is a small amount of storage available as part of a CPU. The control unit tells the ALU what operation to perform on that data and the ALU stores the result in an output register. The control unit moves the data between these registers, the ALU, and memory.[1]


The ALU

See Also

References