Computer Science Canada Using Turing to create a truth table for a circuit through a computer |
Author: | chaos [ Wed May 04, 2011 6:54 pm ] |
Post subject: | Using Turing to create a truth table for a circuit through a computer |
I have built a circuit. How exactly do I go about making the computer create a truth table? |
Author: | Tony [ Wed May 04, 2011 7:22 pm ] |
Post subject: | RE:Using Turing to create a truth table for a circuit through a computer |
convert the circuit into a boolean expression, then enumerate through possible inputs, evaluating the result in software. |