1) Develop a sum of products boolean expression corresponding to the truth table below.
X | Y | Z | F |
0 | 0 | 0 | 0 |
0 | 0 | 1 | 0 |
0 | 1 | 0 | 1 |
0 | 1 | 1 | 1 |
1 | 0 | 0 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 1 |
1 | 1 | 1 | 0 |
PLEASE EXPLAIN IN DETAIL
Explaination:-
To make SOP expressions from Truth table, first of all see the where output is 1. In this question, 2,3,6 are the values where F is 1. Now write 2,3,6 in term of express using XYZ. And to optimize Boolean expression K-map is used.
Get Answers For Free
Most questions answered within 1 hours.