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
214 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 ...
-4
votes
0answers
25 views

boolean algebra simplification (without using kernaugh maps) [closed]

im trying to minimize the following expression so that i can make small circuit but am having trouble. can anybody solve this? _ _ _ ABCD + ABCD + ABCD + ABCD