Digital Electronics Material
Digital Electronics Material
F (A, B, C, D) =A’BC’D’+AB’C’D’+A’B’C’D+ABC’D+ABC’D’
F=ABCD+AB’C’D’+AB’C+AB
Y=(AB+C)' D
F=πM(0,2,3,6,7) + d(8,10,11,15)
variable K – map & realize the SOP using only NAND gates and POS using only
NOR gates.
Construct a Karnaugh Map for the following function F(A,B,C,D,E)=Ʃm(0,5,6,10,11,16,20,24,25,27,29,31) and draw the logic
diagram
Unit- 04
1) Discuss master slave JK flip flop through excitation table and block diagram. [BL=2]
both. [BL=2]
3) Calculate the count sequence of an asynchronous Mod-16 counter starting from the initial
state 0000. Show the output for the first 6 clock pulses. [BL=3]
6) The content a 4-bit shift register is initially 1001. The register is shifted 6 times to the right
with the serial input being 101001. Analyze the content of the register after each shift.
7) Differentiate between edge triggering and level triggering in sequential circuits. [BL=2]
000,001,010,011,100,101,110,111,000 [BL=4]
9) Design and implement a MOD-6 synchronous counter using J-K flip flop. [BL=4]
2) Explain the working of a 4×1 MUX. Design a 16×1 MUX using 4×1 MUX.
3) Draw the circuits of two input NAND and two input NOR gates using CMOS.
4) Discuss about the purpose of decoder and implement a full adder using decoder.
6) Design a full subtractor combinational circuit to produce the outputs: Difference and
Borrow
19. Discuss a decimal to BCD encoder and draw the circuit using logic gates.
a) A(x,y,z)=∑m(1,3,5,6)
b) B(x,y,z)=∑m(0,2,6,7)
c) C(x,y,z)=∑m(2,3,6)
4) Realize the following functions using PAL, F= m(3,4,5,7) G= m(1,3,5,6,7) and H= m(1,4,5).
5) write short note on designing PLA and PAL. Draw a block diagram and explain its working.
14) Write steps to convert a) Binary code to octal and hexadecimal directly b) Gray code to binary code c) Decimal
number to any other base
a) Hamming code
b) ASCII code