CBSE Class 11 Computer Science Question 13 of 107

Computer System Overview — Question 5

Back to all questions
5
Question

Question 5

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

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.