0% found this document useful (0 votes)
180 views

Digital Electronics Important Questions

The document discusses various topics related to digital logic design including number systems, boolean algebra, logic gates, combinational circuits, sequential circuits, flip-flops, counters, encoders, decoders, multiplexers, PLDs and memories. Questions ranging from basic conversions to number systems to the design of complex digital circuits like adders, comparators, registers are included.

Uploaded by

whitebox6623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
180 views

Digital Electronics Important Questions

The document discusses various topics related to digital logic design including number systems, boolean algebra, logic gates, combinational circuits, sequential circuits, flip-flops, counters, encoders, decoders, multiplexers, PLDs and memories. Questions ranging from basic conversions to number systems to the design of complex digital circuits like adders, comparators, registers are included.

Uploaded by

whitebox6623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

UNIT- 1

1. Explain various number systems and codes and their conversion with examples for each.
2. Convert the following:
i) (AB)16 = ( )10
ii) (1234)8= ( )10
iii) (10110011)2=( )10
iv) ( 772)10= ( )16
v) (0.513)10=( )8
3. Find the value of X in the following numbers
i) (ACDF.BDE) 16 = (X)2
ii) (235.0657)8 = (X)10

iii) (101010011)2 = X in graycode


4. Convert (0011001.0101)2 to decimal and octal.
5. Convert the following to Decimal and then to Binary.
i) (3214)16 ii) (2716)8
6. Express the following numbers in decimal :
(10110.0101)2, (16.5)16, (26.24)8.
7. Given 2 binary numbers X=1010100(2) and Y=1000011(2). Perform 2’s complement
subtraction for: i) X-Y ii) Y-X
8. Simplify the following expressions
9. a) XY + XYZ + XYZ’ + X’YZ b) AB + A’+C’+AB’C (AB+C) c) {(bc’+a’d) (ab’+ cd’)}’
10. Explain about all logic gates.
11. Realize all gates Using Universal (NAND and NOR )Gates.

12. Simplify the following Boolean Function using K-map & Draw its equivalent NAND
representation
F(w,x,y,z) = ∑m(0,7,8,9,10,12)+ ∑d(2,5,13)
13. the 8-bit data word 01011011, generate the 12-bit composite word for the hamming
code that corrects and detects single errors.
14. Explain & Prove De Morgan’s Theorem.
15. Simplify the following Boolean Function using K-map
F(P,Q,R,S) = πM (0,3,4,7,8,10,12,14) + ∑d(2,6)
16. Write the Properties/Laws of Boolean algebra?
17. State and prove Conesus theorem.
18. Demonstrate by means of truth tables the Boolean Associative law and distributive law.
Simplify the Boolean expression to minimum number of literals: (A+B)' (A'+B').
19. Simplify the following three variable expression using Boolean algebra and implement
using NAND gates.
f(A,B,C) = ABC+A’B’C+A’BC+ABC’+A’B’C’
20. Simplify the following Boolean expressions to a minimum number of literals:
i) ABC+A'B+ABC'
ii) (ii) xy + x(wz+wz')
21. A 12-bit Hamming code word containing 8 bits of data and 4 parity bits is read from
memory. What is the original 8 bit word if the 12 bit read out is 1010 1001 1101.

22. Decode the following message assuming that at most a single bit error occurred in each
code word when it is transmitted through a noisy channel using 7-bit Hamming code.
1110111, 0011011, 1101101.

23. a) Express the following function in standard SOP form:


F(A,B, C,D) = B'D + A'D + BD
b) Express the following function in standard POS form:
F(A,B, C,D) = (A+C) (B+D') (C+D)

24. Obtain a 3-bit and 4-bit Gray code from a 2-bit Gray code by reflection

UNIT -2
1. Simplify the function F (A, B, C, D) = Σ (0, 1, 3, 4, 6, 8, 15) using K-Map.
2. Solve the following function using K-MAP
A=f(w,x,y,z)=π(1,2,3,4,8,9,10,11,12,13,14,15) and implement it using NOR gates only.

3. Simplify the following boolean expression


F(A,B,C,D)= ∑m(1,3,5,7,8,12,13), ∑d(2,4,9) using k-map

4.Find F in POS form for F (A, B, C, D) = Π (1, 3, 7, 11, 15) + d (0, 2, 5).

5 .Express the following function in standard SOP form:


F(A,B, C,D) = B'D + A'D + BD

6. Design a full adder and implement it using multiplexer.

7. Simplify the following Boolean functions, using a four variable Karnaugh map method
and implement the simplified function using NAND gates. F( A,B,C,D) =
∑0,2,4,5,6,7,8,10,13,15)
8. Show that the dual of the exclusive OR is also its compliment.
9. Draw the multiple level NAND circuit for the following expression:
(AB'+CD')E + BC(A+B)
10. Solve the following function using K-MAP and implement it by using NAND gates
f(w,x,y,z)=∑(1,2,34,9)+∑d(10,11,12,13,14,15)

11. Simplify the following Boolean function together with don’t care conditions d,
F(A,B,C,D) = ∑m(0,6,8,13,14) + ∑d(2,4,10)

UNIT -3

12. Design a 4 bit adder-subtractor and explain its operation.


13. Design half adder using only NAND gates.
14. Realize a full adder using 2 half adders and explain the truth table.
15. Realize a full subtractor using decoders
16. Design 2-bit comparator using gates.
17. Explain the differences between a MUX and a DEMUX.
18. Realize the function f(A,B,C,D) = ∏(1,4,6,10,14) + d (0,8,11,15) using (i) 16:1 MUX (ii) 8:1 MUX.
19. Realize the expression F=Σm(0,1,3,5,8,11,12,14,15)using 8×1 MUX.
20. Design a 3 to 8 decoder using 2 to 4 decoder.
21. Explain how a decoder can be converted into a demultiplexer with relevant block
diagram tables.
22. Implement the following Boolean function using 4:1 MUX
F(A,B,C,D)=∑m(0,1,2,4,6,9,12,14)
23. What is a combinational logic circuit? Implement a Full adder using two half adders and one OR
gate.
24. With a neat diagram explain in detail about Decimal Adder.
25. explain briefly about prioirity encoder?
26. Implement Full Adder using Decoder.
27. Implement the following boolean function using 3 to 8 line decoder
F1=∑m(0,1,2,6)
F2=∑m(2,4,6)
F3=(0,1,5,6)
28. With the help of Logic Diagram and truth table explain an Octal to Binary Priority Encoder

UNIT -4

1. What is the difference between edge triggering and level triggering? Explain about edge
triggered D flip-flop with a neat diagram.
2. compare combinational and sequential circuits.
3. Draw the schematic circuit of J-K flip-flop and explain its operation with the help of truth
Table.
4. characteristic equation for all FlipFlops and truth tables and excitation tables of all
flipflops
5. All flipflop conversions.

6. Design a Modulo-7 synchronous counter using J K Flip-Flop. Draw its state diagram and
Timing Waveforms.
7. Implement a 3-bit down counter using D flip flop.
8. Design 4-bit SISO shift register using D flip-flops.

9. Discuss the applications of shift registers.


10. With a neat diagram explain about 4 bit bidirectional shift register

11. Design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, use JK flip-
flops

12. Design a 4 bit synchronous counter with D flip - flops and explain its working.
13. Derive the Characteristic equation for listed flip-flops: a) SR F/F b) JK F/F c) T F/F d) D F/F
14. Design a modulus Synchronous counter for the sequence using D Flip flop.

15. compare synchronous and ripple counters.


16. Design SR flip-flop using NOR gates and NAND gates.
17. What is race around condition ,Explain the operation JK master slave flip flop. Explain its truth
table
18. Design, draw and explain a 4-bit ring counter and johnson ring counter using D- flip flops with
relevant timing diagrams.
19. Design a MOD-10 ripple counter.
20. Design and construct MOD-5 synchronous counter using JK flip flops.
21. What is State Assignment. Explain with suitable example.
22. For the state table shown below, minimize the state table and draw the minimized state
diagram
P.S N.S OUTPUT
x=0 x=1 x=0 x=1
a a b 0 0
b c d 0 0
c a d 0 0
d e f 0 1
e a f 0 1
f g f 0 1
g a f 0 1
23. For the state table shown below, minimize the state table and draw the minimized state
diagram
P.S N.S OUTPUT
x=0 x=1 x=0 x=1
a a b 0 0
b c b 0 1
c d a 1 1
d d a 1 1

UNIT -5

1. What are the draw backs of PLAs? How PLAs are used to implement combinational and
sequential logic circuits?
2. Design a 3×8 decoder and implement using a suitable PLA.
3. Describe DRAM with an appropriate diagram and explain its timings.
4. Implement the following Boolean functions using PROM
F1 (A, B, C) = ∑m (0, 1, 2, 4) F2 (A, B, C) = ∑m (0, 5, 6, 7)
5. Draw a PLA circuit to implement the functions.
F1 = A′B + AC′ + A′BC′ F2 = (AC + AB + BC)’
6. Design a combinational logic circuit using a ROM that accepts a 3 bit binary number and
generates an output binary equal to the square of the input number
.
7. Explain semiconductor memories,
8. Compare all PLDs
9. Explain memory decoding in RAM
10. .Design a combinational circuit to convert bcd to excess3 and implement using PROM
11. What is a hazard? How do you eliminate hazards?

You might also like