Tutorial(Digital logic)
Tutorial(Digital logic)
Tutorial: 3
1. What do you mean by min term and Max term with examples?
2. Simplify A + A’B = A + B
3. Convert the following term into standard min term and Max term. A + B’C
4. Prove that:
a) ABC + A’B’C +A’BC + ABC’ +A’B’C’ = A’B’ + B (A + C)
b) BC +AC’ +AB + ABD = BC +AC’
c) [(CD)’ + A]’ + A + CD + AB = A + CD
d) (A + C +D) (A + C + D’) (A + C’ +D) (A + B’) = A + B’CD
5. Convert the following to the standard form:
a) F(x,y,z) = ∑(1,3,7)
b) F (A,B,C,D) = ∑(0,2,6,11,13,14)
c) F(x,y,z) = π(0,3,6,7)
d) F(a,b,c,d) = π(0,1,2,3,4,6,12)
6. Simplify the Boolean function using k-map and draw the logic circuit of the simplified Boolean
expression using NAND gates only. Also convert the result into standard min term:
a) X’YZ + X’YZ’ + XY’Z’ + XY’Z
b) X’YZ + XY’Z’ + XYZ + XYZ’
c) A’C + A’B + AB’C + BC
d) F = ∑(0,2,5,6)
e) F = ∑(0,1,2,4,5,6,8,9,12,13,14)
f) F = A’B’C’ + B’CD’ + A’BCD’ + AB’C’
g) F = ∑(1,3,7,11,15) + D(0,2,5)
h) F = ∑(0,4,8,10,11,12) +D(2,3,6,9,15)
7. Design a combinational logic circuit whose input is 4-bit number and the output is the 2’s
complement of the input number.
8. Design a combinational logic circuit that convert BCD code into Excess-3 code and vice versa.
9. Design a combinational logic circuit that convert 4- bit binary number into 4-bit gray code and vice
versa.
10. Design a combinational logic circuit whose output is high when the sum of the 4-bit input number
is greater than 9.
11. Design a combinational logic circuit with 3 input variables that will produce logic high output when
more than one input variables are logic low.
12. Design a 3-bit magnitude comparator with truth table.
13. Design a 3-bit even parity generator and 4-bit even parity checker circuit.
14. Implement a full adder circuit using 4:1 multiplexer.
15. Design a combinational circuit that accepts a 3-bit input and generates an output binary number
equal to square of the input number.