You must login before you can post a comment.
Author: Vikas Singh
Project access type: Public
Description:
Half adder using NAND gate
5 nand gates are used to make an half adder. There are 2 outputs in half adder, one is sum and the other is carry.
Sum = A xor B
Carry= A.B
Created: Jan 05, 2021
Updated: Aug 26, 2023
Comments