Computer Science

The boolean expression of the following logic circuit is:

The boolean expression of the following logic circuit is: Data Representation and Boolean Logic, Computer Science with Python Preeti Arora Solutions CBSE Class 11.
  1. (A+B).C'+B
  2. A'B'+C+B'A
  3. A.B.C+(B'+C').A
  4. A+B+C'(A+B)

Boolean Algebra

2 Likes

Answer

A.B.C+(B'+C').A

Reason — The above logic circuit is equivalent to the boolean expression A.B.C + (B'+C').A.

The boolean expression of the following logic circuit is: Data Representation and Boolean Logic, Computer Science with Python Preeti Arora Solutions CBSE Class 11.

Answered By

1 Like


Related Questions