DLD - Lec 5b
DLD - Lec 5b
K-map Practice
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7
Example 8
Design a digital system whose output is defined as logically low if the 4-bit input binary number is
a multiple of 3; otherwise, the output will be logically high. The output is defined if and only if the
input binary number is greater than 2.
Thus, Y = B̅D̅ + A̅C̅ + A̅BD + BC̅D + AB̅C + ACD̅ Thus, Y = (A+B) (B+C+D̅) (A+C̅+D) (A̅+B̅+C+D) (A̅+B̅+C̅+D̅)
Example 8 - Contd
Example 9
Example 9 - Contd
Example 10
Example 10
A committee of three individuals decides issues for the organization. Each
individual can vote either yes or no for each proposal arises. A proposal is passed
if it receives at least two votes. Design a circuit that determines whether a
proposal passes. Minimize the circuit.
1 1 0 1
reduces to = xy + xz + yz
1 0 1 1
0 1 1 1