Computer Science, asked by mamkousalaya, 2 months ago

Draw a logic circuit diagram for given function. f(P,Q) = (P'+Q).(P+Q)​

Answers

Answered by allysia
1

Diagram:

Consider the attachment.

Explanation:

  • ' represent NOT gate:  Returns not value when applied on the operand.
  • + represents OR gate: OR gate returns True value when either of the input values or both input values if True.
  • * represents AND gate: AND gate returns True value when both of the entered values are True.

Attachments:
Similar questions