in Digital Logic
1,553 views
1 vote
1 vote
Draw a logic diagram using only two-input NOR gates to implement the following function:

$F(A,B,C,D)$ = $\left (A \oplus B \right )^{'} \left ( C \oplus D \right )$
in Digital Logic
1.6k views

2 Comments

using min number of NOR gate???
0
0
yes
0
0

1 Answer

2 votes
2 votes
Best answer

 the circuit can be

selected by

4 Comments

$\left ( A^{'} + B \right )\left ( A + B^{'} \right )\left ( C + D \right )\left ( C{'} + D^{'} \right )$

is this correct?
0
0
yes you can write in this form also.But is this expression minimizing number of gates?
0
0
No yours is correct. (y)
0
0

Related questions