Computer Science, asked by anshulkhanduri016, 4 months ago

DRAW LOGIC CIRCUIT DIAGRAM FOR THE FOLLOWING EXPRESSION: Y=AB + B`C+C`A`

Answers

Answered by allysia
17

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:
Answered by anjalin
3

The logic circuit for the given boolean expression is attached.

Explanation:

  • Here we are given a boolean expression and we need to simulate the logic circuit for it.
  • The given expression is : Y= AB + B'C + C'A'
  • Here ' denotes the complement and NOT gate is used to get the complemented output.
  • Also '.'  represents the boolean product and AND gate is used to get the product of two literals as output.
  • Also '+'  represents the boolean sum and OR gate is used to get the sum of two literals as output.

Hence the attached circuit diagram will be able to simulate the given boolean expression.

Attachments:
Similar questions