Implementing a boolean function using NOR gates

  • Thread starter Thread starter cjm181
  • Start date Start date
  • Tags Tags
    Function
Click For Summary
The discussion focuses on creating a logic circuit using only NOR gates to represent a specific Boolean expression. Participants suggest testing the circuit with a truth table to verify its correctness. One user expresses confidence in the labeling and structure of the circuit without conducting a formal test. The importance of validation through a Boolean table is emphasized, indicating a method for ensuring accuracy. Overall, the conversation highlights the process of designing and verifying digital logic circuits using NOR gates.
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 jbriggs444

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
2K
Replies
4
Views
6K
  • · Replies 6 ·
Replies
6
Views
18K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 7 ·
Replies
7
Views
8K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K