Correct option is A
The
Arithmetic Logic Unit (ALU) is a core component of the CPU responsible for executing arithmetic and logical operations. It performs essential functions like addition, subtraction, multiplication, and logical comparisons, making it critical for processing calculations and decision-making within the CPU.
Important Key Points:
1.
Primary Operations: The ALU performs arithmetic operations (like addition and subtraction) and logical operations (like AND, OR, NOT), which are fundamental for program execution.
2.
Instruction Execution: As a part of the CPU, the ALU directly impacts processing speed by executing mathematical and logical instructions needed by applications.
3.
Data Manipulation: The ALU enables the CPU to compare data values, perform conditional processing, and evaluate expressions, essential in executing programming instructions.
Knowledge Booster:
·
Control Unit: Manages data flow within the CPU and coordinates with the ALU to execute instructions.
·
Memory Management: Handled by other CPU components, while the ALU is solely focused on computation.
·
Peripheral Connection: Managed by the Input/Output unit, not the ALU.