Following is the Boolean expression for one truth table of an unknown function.
| A | B | C | F |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 1 |
| 1 | 1 | 1 | 0 |
If the above function is implemented using D flip-flop, then
Reveal answer
Fill a bubble to check yourself
$J_A = \bar ABC + AB\bar C = B (\bar C + A\bar C) $
$K_A = A + \bar A\bar C$
$D = A\bar B\bar C + BC $