The part of the C.P.U used for the processing of data is
Answer Details
The part of the CPU used for the processing of data is the Arithmetic and Logic Unit (ALU). The ALU performs arithmetic operations like addition, subtraction, multiplication, and division on numerical data. It also performs logical operations like comparisons (greater than, less than, equal to), and Boolean operations (AND, OR, NOT) on non-numerical data. The ALU is responsible for carrying out the actual computations and logical operations that are necessary to execute a program or perform a task on a computer.