Tagged Questions

3
votes
4answers
2k views

Generating truth tables for logic expressions in Haskell

I completely forgot about my Haskell project which is due in a couple of hours, any help would be appreciated. The first part is an evaluation function that has the following type signature: ...
0
votes
2answers
198 views

Draw a circuit realization of the exclusive OR function (XOR) with two inputs. You may use AND, OR and NOT gates [closed]

I am trying to figure out a way of doing this without simply learning all the gates, how would you work this out? I am familiar with boolean algebra and drawing circuits, just not how to work out a ...