InterviewSolution
Saved Bookmarks
| 1. |
What isALU ? .....An Arithmetic Logic Unit is a digital circuit used to performarithmetic and logic operation . |
|
Answer» In computing, an arithmetic logic unit (ALU) is a COMBINATIONAL digital 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. |
|