Computer Science, asked by Abiramisundari2004, 6 months ago

6. Design a logic circuit to realize the following. (2)

F(a,b,c) = AB + AC’ + B’A’C​

Answers

Answered by itzXtylishAbhi
4

Explanation:

The principle of reversibility presupposes that the attenuation of a light ray during its passage through an optical medium because of reflection, refraction, and absorption is not affected by a reversal of the direction of the ray.

Answered by dreamrob
10

The given expression is SOP.

F(A,B,C) = AB + AC’ + B’A’C​

Step 1 : Pass A and B from AND gate. You will get AB

Step 2 : Pass C from NOT gate. You will get C'

Step 3 : Pass A and C' from AND gate. You will get AC'

Step 4 : Pass A from NOT gate. You will get A'

Step 5 : Pass B from NOT gate. You will get B'

Step 6 : Pass A' , B' and C from AND gate. You will get A'B'C

Step 7 : Pass AB , AC' and A'B'C from OR gate. You will get AB + AC’ + A’B'C​

Attachments:
Similar questions