Boolean Algebra Help

Thread Starter

Helix.

Joined Dec 7, 2010
1
Can someone please explain how you would show this on a logic board (ie in Atanua)....

1. Y = ((A and B) or C) XOR (not D)

2. Y = ((not A) or B) xor (C nand (not D))

3. Y = (((A and (not B)) xor (C nand D)) nor ((not (E and (not F))) and (G and H))


What would you need to hook up to what to get it to work?
 

thatoneguy

Joined Feb 19, 2009
6,359
Can someone please explain how you would show this on a logic board (ie in Atanua)....

1. Y = ((A and B) or C) XOR (not D)

2. Y = (((not A) or B) xor (C nand (not D))

3. Y = (((A and (not B)) xor (C nand D)) nor ((not (E and (not F))) and (G and H)))


What would you need to hook up to what to get it to work?

Click The Link in my sig. ;)

\(Y=((A \cdot B) + C) \oplus \overline{D}\)

\(Y=((\overline{A}+B) \oplus (C \overline{\overline{ \cdot }
D)\)

\(Y=((A\cdot \overline {B}) \oplus (C \overline{\cdot D })) \overline { + } ( (\overline{E \cdot \overline{F}) \cdot {G \cdot H})\)
 
Top