Implementing a boolean function using NOR gates

  • Thread starter Thread starter cjm181
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
cjm181
Messages
68
Reaction score
1

Homework Statement


Draw the logic circuit to represent the following Boolean expression only using NOR Gates:

Q1.png


Homework Equations

The Attempt at a Solution


Is this correct?
NOR%20gates.png

Thanks
 
Physics news on Phys.org
Have you tried to test it using a boolean table of values?

Code:
A | B | output
------------------
0 | 0 |
0 | 1 |
1 | 0 |
1 | 1 |

Without testing it, it seems like its correct. I was able to follow your labeling and it made sense.
 
  • Like
Likes   Reactions: jbriggs444