Re: Condition to logic
Posted by
nandona on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Condition-to-logic-tp4034355p4034357.html
in | sel | out
0 | 0 | 0
1 | 0 | 0
0 | 1 | 0
1 | 1 | 1
On Fri, Apr 3, 2020 at 11:03 PM ivant [via Nand2Tetris Questions and Answers Forum] <
[hidden email]> wrote:
Let's start with a simpler problem: create a circuit which has 2 inputs: in and sel and one output out. The output should be equal to in if sel == 1 and to 0 otherwise.
What would be the truth table for this circuit?