DLM Lab 2
DLM Lab 2
DIGITAL ASSIGNMENT-1
a) X+X’Y=X+Y
b) X’+XY=X’+Y
c) AB+A’C+BC=AB+A’C
3) Simplify the expression to minimum number of literals and
verify the simplified expression experimentally
a) (a + b + c’)(a’+ b’ + c)
b) (x + y) (x + y’)
4) Write the following Boolean expressions in Standard
Sum of Products form:
(b + d)(a’ + b’ + c)
5) Write the following Boolean expression in Standard
Product of Sums form:
a'b + a ‘c ‘ + abc
6) Simplify the following Boolean functions:
a) F(A, B, C, D) = ∏(1, 3, 5, 7, 13, 15)
Inputs Outputs
X Y D B-out
0 0 0 0
0 1 1 1
1 0 1 0
1 1 0 0
11) Design a Full Subtractor and verify the circuit using
Multisim
12) Implement the following function using 8x1 Multiplexer
F(A,B,C,D)=Σ (0,1,3,4,8,9,15)
13) Design a 3x8 decoder and verify the circuit using Multisim.