Simplify the following boolean function, using four-variable maps:
F(A, B, C, D) = Σ(0, 2, 4, 5, 6, 7, 8, 10,
13, 15)
Given that the Boolean expression is:
F(A, B, C, D) = Σ(0, 2, 4, 5, 6, 7, 8, 10,
13, 15
The truth table will be:
The K-MAP will be as follows
Therefore, the expression becomes:
F = B|CD+|B|D+|AB
The logic diagram is:
Comments
Leave a comment