in Digital Logic retagged by
316 views
4 votes
4 votes

The figure below represents the Karnaugh map for a function $\text{F(A,B,C,D).}$ Note, $\text{‘X’}$ stands for don’t care.

The simplified logical expression in the sum-of-products (SOP) form (i.e., the minimum number of product terms and the minimum number of literals in every product term) for $\text{F(A,B,C,D)}$ can be converted into a circuit implementation using only NAND gates, which is shown in:

  1. a
  2. b
  3. c
  4. d
in Digital Logic retagged by
316 views

1 Answer

4 votes
4 votes
Minimized SOP of $F(A, B, C, D)=A^{\prime} C^{\prime}+B^{\prime} D^{\prime}$