Dark Mode
Image

COA_Misc

Examples of Boolean algebra simplifications using logic gates

In this section, we will look at some of the examples of Boolean algebra simplification using Logic gates.

1. F1 = xyz'

Examples of Boolean algebra simplifications using logic gatesExamples of Boolean algebra simplifications using logic gates

3. F3 = xy' + x'z

Examples of Boolean algebra simplifications using logic gates

4. F4 = x'y'z + x'yz + xy'

Examples of Boolean algebra simplifications using logic gates

Truth tables for F1= xyz', F2= x+y'z, F3= xy'+x'z and F4= x'y'z+x'yz+xy'

x y z F1 F2 F3 F4
0 0 0 0 0 0 0
0 0 1 0 1 1 1
0 1 0 0 0 0 0
0 1 1 0 0 1 1
1 0 0 0 1 1 1
1 0 1 0 1 1 1
1 1 0 1 1 0 0
1 1 1 0 1 0 0

2. F2 = x + y'z

 

Comment / Reply From