Computer Science, asked by Alphaphantom001, 4 months ago

logic circuit for ((A is 1 AND Bis 1)) OR ((B is 1 and C is NOT 1 ))

Answers

Answered by allysia
2

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