The figure below shows the Karnaugh map (K-map) for a truth table with 4 variables \(A\), \(B\), \(C\) and \(D\). Which one of the following expressions represents the
minimum sum of products? Note: The empty cells in the K-map are 0's.
| AB / CD | 00 | 01 | 11 | 10 |
|---|
| 00 | | | | |
| 01 | | 1 | 1 | 1 |
| 11 | 1 | | 1 | 1 |
| 10 | | | | 1 |