Problem 2678. Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition.
Examples
Previous carry is 1 and x=y=1. Addition is 1 and carry is also 1.
Previous carry is 0 and x=y=1. Addition is 0 and carry is also 1.
Previous carry is 0 and x=1, y=0. Addition is 1 and carry is also 0.
Solution Stats
Problem Comments
-
3 Comments
You should maybe test all the truth table no ?
Some of the top solutions have made a solution only for test cases, This should be fixed.
???
Solution Comments
Show commentsProblem Recent Solvers1538
Suggested Problems
-
1438 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1894 Solvers
-
Find the dimensions of a matrix
532 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1979 Solvers
-
1252 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!