Searched Projects

Tags: Sum

project.name
0 Stars     36 Views

Full adder

Full adder

project.name
0 Stars     35 Views

Half Adder

Half Adder

Half Adder 


project.name
0 Stars     22 Views
User:

Full adder

Full adder
Sum

project.name
0 Stars     22 Views
User:

Full Adder

Full Adder

Truth Table of Full Adder:

A   B   Cin  Sum Cout

0    0    0      0     0

0    0    1      1      0

0    1     0    1       0 

0    1     1     0     1

1     0     0   1      0

1    0      1    0     1

1      1    0    0     1

1     1     1    1      1


project.name
0 Stars     4 Views

Binary Sum of 2 Bits with NAND

Binary Sum of 2 Bits with NAND

This is a proyect to express the sum of 2 bit expressions with carry, where AB + CD are the binary numbers, R2 is the MSB and R1 is the LSB of the sum, and S is the final carry, ONLY USING NAND GATES.