You must login before you can post a comment.
Author: kartikeya purwar
Project access type: Public
Description:
HALF ADDER was mad using the SUM = X XOR Y & CARRY = XY.
FULL ADDER was made using the SUM = X XOR (Y XOR Z)& CARRY =(X+Y)Z+XY
Created: Jun 09, 2021
Updated: Aug 26, 2023
Comments