DCD Unit Wise Important Questions
DCD Unit Wise Important Questions
BINARY SYSTEMS, BOOLEAN ALGEBRA & LOGIC GATES, GATE LEVEL MINIMIZATION
2 MARKS QUESTIONS
10 MARKS QUESTIONS
11. Explain binary to Gray & Gray to binary conversion with example?
12. State and Explain the DeMorgan’s Theorem and Consensus Theorem
13. Convert the following numbers
17. Simplify the Boolean expression using K-map and implement using NAND gates
F(A,B,C,D) = ∑m(0,2,3,8,10,11,12,14).
18. Simplify the Boolean expressions to minimum number of literals
i) (A + B)(A + C’ )(B’ + C’ )
ii) AB + (AC)’ + AB’C (AB + C)
iii) (A+B)’ (A’+B’)’
19. Reduce the expression f(x,y,z,w)= πM(0,2,7,8,9,10,11,15) .d (3,4) using K-Map?
20. Obtain the a) SOP b) POS expression for the function given below
F(A,B,C,D)= = ∑m(0,1,2,5,8,9,10)
b) F(A,B,C,D)=πM(0,3,5,6,8,12,15)
24. Convert the given decimal number 234 to binary, quaternary, octal, hexadecimal and BCD
equivalent.
27. a) Convert the following to Decimal and then to Octal. (i) (42341)6 (ii) (10010011)2.
b) Convert the following to Decimal and then to Hexadecimal. ( i) (1234)8 (ii) 110011112
(a) F = (A+B)(A’+C)(B+C).
(b) F = A+B+C’+D(E+F)
29. Obtain the truth table of the following Boolean function and express the function as sum of
minterms and product of maxterms F = (A+B) (B+C)
(a) 123416 (b) 12EF16 (c) 101100112 (d) 100011112 (e) 35210
(f) 99910
32. Simplify the following Boolean expressions to minimum no. of literals.
(i) (1111)16 (ii) (BC54)16 (iii) (237)8 (iv) (164)10 (v) (323)8
3 7 . Perform the following using BCD arithmetic
(i) (79)10 + (177)10 (ii) (481)10 + (178)10
38. Convert the following to gray code and then to binary.
(a) (1111)16 (b) (BC54)16 (c) (237)8 (d) (164)10 (e) (323)8
F(W,X,Y,Z)= XZ+W’XY’+WXY+W’YZ+WY’Z
b) Implement the same using NAND gates.
42.a) Simplify the following expression using the K-map for the 3-variable.
Y = AB’C+A’BC+A’B’C+A’B’C’+AB’C’
b) Simplify the Boolean function F(A,B,C,D)=∑(1,3,7,11,15)+d(0,2,5)
43.a) Implement the following Boolean function using NOR gates.
Y=(AB’+A’B)(C+D’).
b) Simplify the following Boolean function for minimal POS form using K-map
F(X,Y,Z) = X’YZ + XY’Z’ + XYZ + XYZ’
F(a,b,c,d)=Σm(0,1,2,5,6,7,8,9,10,14)
45. Simplify the following Boolean function in POS form using K-map
F(A,B,C,D) = Σ(1,2,4,5,9,12,13,14)
46. Simplify the following Boolean function using Tabulation method
Y(A,B,C,D) = Σ(1,3,5,8,9,11,15)
47.b) Write the given Boolean expression f = A+B in Sum of minterms.
UNIT –II
COMBINATIONAL LOGIC CIRCUITS
4. What is Decoder?
5. Define Encoder?
6. Construct 2:1 multiplexer?
7. Define subtractor?
8. Difference between encoder and decoder
9. Define de-multiplexer?
10. Explain Applications of Multiplexer
11. Define priority encoder?
10 MARKS QUESTIONS
Implement BCD to 7-segment decoder for cathode type using 4:16 decoder?
F(A,B,C.D) = Σ𝑚 (0,1,2,5,7,8,9,14,15)
Explain about Decimal Adder?
Design 32:1 Mux using two 16:1 Muxs and one 2:1 Mux.
Explain Carry Look Ahead Adder circuit with the help of logic
diagram
Implement a 2-bit Magnitude comparator and write down its design procedure.
What is encoder? Design octal to binary encoder
What is multiplexer? Construct 4*1 multiplexer with logic gates and truth table
2 MARKS QUESTIONS
10 MARKS QUESTIONS
1. A) Explain the Logic diagram of JK flip-flop?
B) Write difference between Combinational & Sequential circuits?
2. A) Explain the Logic diagram of SR flip-flop?
B) Design and draw the 3 bit up-down synchronous counter?
3. A) Draw and explain the operation of D Flip-Flop?
B) Explain about Shift Registers?
4. A) Draw and explain the operation of SR LATCH?
B) Explain about Ring counter?
5. A) Explain about ripple counter?
B) What is state assignment? Explain with a suitable example?
6. Explain the working of the following
i) J-K flip-flop ii) S- R flip-flop iii) D flip-flop
7. Explain the design of a 4 bit binary counter with parallel load in detail?
8. How does it set eliminate is a Master –slave J-K flip-flop?
9. A) Explain synchronous and ripple counters compare their merits and demerits?
B) Design a 4 bit binary synchronous counters with D-flip flop?
10. a)Write the truth table of clocked T- Flip Flop?
b) Define shift registers?
c) Write the differences between latches and flip flops?
d) Write the differences between synchronous and asynchronous counters?
e) Define Flip-flop and various types of flip flops?
UNIT –IV
SYNCHRONOUS SEQUENTIAL LOGIC
1. a) Design D Flip Flop by using SR Flip Flop and draw the timing diagram.
b) Write the differences between combinational and sequential circuits.
2. a) Draw the logic symbol, characteristics table and derive characteristics equation of JK
flip flop.
b) Design T Flip Flop by using JK Flip Flop and draw the timing diagram.
3. a) Draw the circuit of JK flip flop using NAND gates and explain its operation.
.
4. a) Convert S-R flip flop into JK-flip flop. Draw and explain the logic diagram.
b) A clocked sequential circuit with single input x and single output z produces an output z=1
whenever the input x compares the sequence 1011 and overlapping is allowed. Obtain the
state diagram, state table and design the circuit with D flip-flops.
5. A sequential circuit with two D-flip flops A and B, two inputs ‘x’ and ‘y’ and one output ‘z’ is
specified by the following next state and output equation.
A(t+1) = x’y+xA, B(t+1) = x’B+xA and Z = B
i) Draw the logic diagram of the circuit.
ii) List the state table and draw the corresponding state diagram
6. Design and implement 3-bit ripple counter using J-K flip flop. Draw the state diagram, logic
diagram and timing diagram for the same.
7. With a neat sketch explain MOD 6 Johnson counter using D FF.
8. Implement 6-bit ring counter using suitable shift register. Briefly describe its operation.
9. Design a binary counter having repeated binary sequence using JK flip flops: 0, 1, 2,4,5,6.
d) Draw the logic circuit of flip-flop and truth table using NOR gates.
e) Give the comparison between combinational circuits and sequential circuits.
UNIT –V
Memory and Programmable Logic , Digital Logic Circuits
2 MARKS QUESTIONS
4. List the major differences between PLA and PAL
5. Define PLA
6.
10 MARKS QUESTIONS
1. A) Write difference between PROM ,PLA &PAL?
2.
3. Implement the following function using PLA
A(x,y,z)=∑m(1,2,4,6) B(x,y,z)=∑m(0,1,6,7) C(x,y,z)=∑m(2,6)
4. Design PAL for a combinational circuit that squares a 3 bit number?
5. Construct the PROM using the conversion from BCD code to Excess-3 code?