Write the Boolean expression (in Sum of Products form) for the logic circuit that will have a 1 output when A = 0, B = 0, C = 1 and A = 1, B= 1, C= 0, and a zero (0) output for all other input states. Draw the logic diagram for this circuit.
Answer:-
A=0,B=0,C=1 , and
A=1,B=1 , C=0 , when
output is 1
now , SOP form
"f(A,B,C)=\\bar{A}\\bar{B}C+AB\\bar{C}"
Circuit for boolean expression .
Comments
Leave a comment