Computer Science

What functions are performed by the ALU ? Is it an independent unit ? If not, which unit does ALU work in coordination with ?

Computer System

13 Likes

Answer

Arithmetic and Logic unit is responsible for carrying out the arithmetic instructions (add, subtract, multiply, divide) and making logic decisions (greater than, less than, equal to).

No, it is not an independent unit. It is a part of CPU. It works in coordination with the commands given by the Control Unit.

Answered By

6 Likes


Related Questions