asked 94.0k views
2 votes
Draw a logic circuit for the function F = (A + B)(B + C)(A + C), using NOR gates only. ​

asked
User Lensovet
by
8.1k points

1 Answer

3 votes

Answer:

f= (A+B)(B+C)(A+C)

f = Not(Not f)= Not(A + B) + Not(B + C) + Not(A + C)

A----

NOR -------

B----

B-----

NOR------- NOR----- FINAL OUTPUT

C-----

A-------

NOR-------

C-------

Step-by-step explanation:

Please check the answer section.

answered
User Cindrella
by
8.3k points

No related questions found