Solution:At its most fundamental level, a computer consists of a control unit, an arithmetic logic unit (ALU), a memory unit, and input/output (I/O) controllers.• 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.
• The control unit fetches data and instructions from memory and uses operations of the ALU to carry out those instructions using that data.