Half Adder using XOR Gate and AND Gate on a Breadboard

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • This video shows how to realize Half Adder using XOR Gate and AND Gate. Adders are used for binary addition in computers.
    The two digital inputs A and B, are added. It generates a Sum and a Carry. The output obtained by the XOR Gate is the Sum, and the output obtained by the AND Gate is the Carry.
    There is no logic gate to process the forwarding of carry addition, and hence this is called the half adder circuit.
    Logical Expression:
    Sum = A XOR B
    Carry = A AND B
    Tinkercad Software is used to make the schematic.

КОМЕНТАРІ •