Veena has entered some data for addition and multiplication in computer. Which part of the computer will do this job computer
Answers
ALU is used for calculating and comparing.
It is used to perform all arithmetic calculations (addition, subtraction, multiplication and division) and logical calculation (<,>.+, AND, OR, etc). Logical unit performs comparison of numbers, letters and special characters. ALU uses registers to hold the data that is being processed.
An arithmetic logic unit (ALU) is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. This is in contrast to a floating-point unit (FPU), which operates on floating point numbers. An ALU is a fundamental building block of many types of computing circuits, including the central processing unit (CPU) of computers, FPUs, and graphics processing units (GPUs). A single CPU, FPU or GPU may contain multiple ALUs.