DLD Assignment 4 PartB M2014 VKM
DLD Assignment 4 PartB M2014 VKM
(a)
(b)
Q2:
(a) Draw circuit diagram for Decimal to BCD (i) encoder and (ii) decoder
(b)* Draw circuit diagram for BCD to 7-segment LED decoder.
Q3:
(a)
(b)
(c)
(d)
Q4:
Simplify below Boolean expressions in Sum of Products form, using Karnaugh Maps:
(a)
Z = f(x,y,z) = m(0,1,2,5,7) [Dont use Dont care]
(b)
Z = f(x,y,z) = m(0,4,2,6) [Dont use Dont care]
(c)
Z = f(x,y,z) = m(1,2,4,7) [Dont use Dont care]
(d)
Z = f(x,y,z) = m(1,2,4,6,7) [You can use Dont care]
(e)
Z = f(A,B,C)= A + BC + BC
(f)
Z = f(A,B,C)= ABC + BC + BC + ABC
(g)
Z = f(A,B,C,D)= ABC + BCD + ABCD + ABC ) [Dont use Dont care]
(h)
Z = f(A,B,C,D)= ABC + BCD + ABCD + ABC ) [You can use Dont care]
Q5:
Perform below subtraction using (a) Signed magnitude, (b)1s complement, (c) 2s
complement representation. Assume 8 bit register.
(i)
54 67
(ii)
127 128
(iii)
96 63
(iv)
127 - 255
Q6:
(a)
(c)*