COMPUTER SCIENCE AND ENGINEERING
COMPUTER ARCHITECTURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Addition, subtraction and multiplication
|
|
READ and WRITE operation
|
|
AND, OR and NOT
|
|
None of the above
|
Detailed explanation-1: -The ALU performs simple addition, subtraction, multiplication, division, and logic operations, such as OR and AND. The memory stores the program’s instructions and data.
Detailed explanation-2: -The correct answer is CPU. CPU performs arithmetic and logical operations.
Detailed explanation-3: -ALUs perform arithmetic operations such as addition, subtraction, and multiplication, and logical operations such as NOR, NOT, AND, and OR. The arithmetic operation of division is typically done by another component of the CPU called a Floating-Point Unit, or FPU.
Detailed explanation-4: -Inside a computer, there is an Arithmetic Logic Unit (ALU), which is capable of performing logical operations (e.g. AND, OR, Ex-OR, Invert etc.) in addition to the arithmetic operations (e.g. Addition, Subtraction etc.).