Level/Half Adder: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(We are doing arithmetic now!)
 
m (Gelthor moved page Turing Complete/Half Adder to Level/Half Adder without leaving a redirect)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 20:53, 28 October 2023

This level has you create a basic arithmetic circuit that adds two bits and gives the result in the form of the sum and the carry.

As the truth table at the bottom reveals, this is little more than an XOR gate and an AND gate.