The arithmetic logic unit (ALU) in a central processor unit (CPU) carries out
- addition, subtraction, multiplication and division.
- data storage, retrieval, and logical comparisons.
- timing, synchronisation, and bus control operations.
Explanation
The ALU is dedicated to arithmetic (add, subtract, multiply, divide) and logic operations on data. Data storage and retrieval are functions of registers and memory, not the ALU, while timing and bus control belong to the control section, so the answer listing those is wrong.
hasdim_1969 asking:
aren't multiplication and division result of addition and subtraction?
Community Comments (2)
addition, subtraction, multiplication and division?
Please Sign In to post a comment.