Hi,
I have the following expressions and was wondering how I would create circuits using AND, OR, and NOT gates.
1. Y = NAND + AND
2. Y = NOT * NOT + AND
3. Y = OR * NOR
4. Y = OR * (NOT + NOT)
Thanks!
2007-01-24
03:52:32
·
3 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Engineering
Also, do you know how the truth tables would look for the above circuits?
Thank you!
2007-01-24
03:56:10 ·
update #1
All it states is:
Y = AB (with line above both) + AB
Y = A (line above) * B (line above) + AB
Y = (A+B)(A+B) (line above)
Y = (A+B)(A (line above) + B (line above))
Thanks!
2007-01-24
04:10:25 ·
update #2