|
||
|
Wednesday, August 20, 2008 |
||
|
Home . News . Education . Health . Shopping . Religion . Immigration . Jobs . Teachers . Web Directory . Awami Masail |
||
AwamiMarkaz.com Truth Table Calculator
Enter a boolean function F, and you will get the truth table and carnaugh's map for a 4-bit function.
You must enter the function by the javascript boolean operators. It would be easy to increase the bits,
but I'm having trouble figuring out a good interface for it... Each bit means another for() expression,
and I don't know how to stop it from going through each, but basicly this works just dandy...
You can only use variables x, y, z and w and true and false
Boolean operators: 1 = 1, true 0 = 0, false not A = !A A and B = A & B A or B = A | B A xor B = A ^ B A nand B = !( A & B ) A nor B = !( A | B ) A xnor B = !( A ^ B ) | |
| Carnagh's Map |
|