Ee222 Lab 4
Ee222 Lab 4
Ee222 Lab 4
Part 1
Question 1: Implementation
Truth Table of inputs A, B, C and output F
A B C F SOP and POS
0 0 0 0 A+B+C
0 0 1 0 A+B+C’
0 1 0 0 A+B’+C
0 1 1 1 A’BC
1 0 0 0 A’+B+C
1 0 1 1 AB’C
1 1 0 1 ABC’
1 1 1 1 ABC
Question 2: Expressions
The sum-of-minterms expression is:
F=Σ m(3 ,5 , 6 , 7)
Question 3: Karnaugh Map from Truth Table for SOP simplified expression
C AB
0 0 1 0
0 1 1 1
Question 2:
Proof using Boolean Algebra
'
x + x y=x + y