Digital Electronics Lab Sample Questions
Digital Electronics Lab Sample Questions
1. Design and set up a 3 bit asynchronous up-down counter using JK flip flop.
2. Design and set up a self starting mode 6 counter.
3. Design and set up an asynchronous 4 bit binary down counter.
4. Design and set up a circuit to divide the given pulse train of frequency by 6. Use minimum
number of flip flops. (Hint: Johnson Counter)
5. Design and set up a self starting counter for a sequence 0, 1, 3, 6, 0 etc (Hint: synchronous counter)
6. Design and set up a self starting mode 4 counter.
7. Set up and verify the performance of SISO using JK and D flip flops.
8. Design and set up 4 bit ring and Johnson counter.
9. Design and set up a self starting counter for a sequence 0, 1,2, 3, 6, 0 etc (Hint: synchronous counter)
10. Set up an asynchronous decade up counter.
11. Design a 3 bit parallel up-down counter.
12. Design and set up a circuit to divide the frequency of the given pulse train by 3 (Hint: Ring
Counter).
13. Design and set up a 3 bit asynchronous up-down counter using D flip flop
14. Obtain 1 KHz square wave from a 4 KHz square wave. (Hint: divide by 4 counter)
15. Set up a circuit to divide an input frequency by 6. Output should have 50% duty cycle. (Hint:
Johnson Counter)
16. Design and set up a 7 segment static display system to display numbers 0 to 9.
17. Design an asynchronous mode 6 counter using T flip flop.
18. Design and implement a synchronous BCD counter using JK flip flops.
19. Design and set up a self starting counter for a sequence 0,2,4,5,0,2,4,5 etc (Hint: synchronous counter)
20. Design and set up a self starting counter for a sequence 0, 3,5,6,0 etc (Hint: synchronous counter)
21. Design and set up ring and Johnson counter using mode control.
22. Design and set up a 7 segment static display system to display the output of a 4 bit Johnson
Counter
23. Design and set up a self starting counter for a sequence 0,1,2,4,5, 6,0 etc (Hint: synchronous counter)
24. Design and set up a full adder using EXOR and NAND gates.
25. Set up decade up/down counter.
26. Design a circuit to convert the given 2 KHz pulse into 500 Hz pulse signal.
27. Design and set up a self starting counter for a sequence 0,1,2,4,6,0 etc (Hint: synchronous counter)
28. A warehouse is used to store industrial chemicals. Toxic fumes produced by the chemicals are
removed from the ware house and dispersed in the atmosphere through three exhaust fans. The
three exhaust fans should be continuously working to remove the dangerous toxic fumes. If any
one or more fans fail an alarm should be activated to signal the failure of one or more exhaust
fans. Implement a suitable circuit to perform the function.
29. Obtain spikes without using function generator
30. A Washing Machine has three sensors to check for washing machine lid open, washing tub filled
to minimum level and weight of cloths and water in the tub. If the lid of the Washing machine is
open or the water is below the minimum level or the washing machine has been overloaded, then
the main switch must switch off the washing machine. Design a proper circuit to implement the
operation.
31. Set up a digital circuit to light four LEDs in a row. The lighting pattern is first and second,
second and third, third and fourth, fourth and first with an interval of one second. This must
repeat continuously.
32. Design and set up ring and Johnson counter using mode control.
33. Deign and set up the following circuits:
a. Circuit which works as voltage follower
b. Time delay circuit
34. Design a 2-bit serial adder.
35. Design a 3 bit parallel up-down counter. Hint: synchronous counter
36. Design and set up a circuit to divide the frequency of the given pulse train by 3. Hint. Ring
counter using 3 FF
37. Implement a simple traffic light system (only one junction is opened at a time) for a four way
junction.
38. Obtain 1 KHz square wave from a 4 KHz square wave. Hint: divide by 4 counter using 2 JK flip flop
39. Set up a circuit to divide an input frequency by 6.output should have 50% duty cycle. Ans.johnson
counter
40. Design and set up a full subtrator using E-XOR and NAND gates.
41. Design and set up a 7 segment static display system to display numbers 0 to 9.
42. Design an asynchronous mode 6 counter using T flip flop.
43. Design and implement a synchronous BCD counter using JK flip flops. Hint: mode 10 counter.
Viva Questions
1. Conversion
decimal to hexadecimal
Octal to hexadecimal
Binary to octal
Binary to hexadecimal
2. What is Gray code
14. Which logic gate is similar to the function of two series switches.
Ans. AND
15. 15. The working of a staircase switch is a typical example of the logical operation.
Ans. XOR
CMOS IC’s are 4000 series & ECL family with 10000 series
Fan-out 8 10 25 50
Propagation 30 n sec 10 n sec 4 n sec 70 n sec
delay
46. How can a shift register be used to multiply a binary number by 2. Ans. Left shift operation
47. What is meant by divide by n and divide by 2n counter.
48. What is meant by synchronous/parallel counter.
49. What is meant by asynchronous /ripple/serial counter.
50. Synchronous counter is faster than asynchronous counter.Why.
51. What is meant by modulus of a counter. Ans.total counting states of a counter
52. What is meant by adder and subtractor circuits.
53. What is meant by 8421 BCD code,excess three code,gray code.
54. What is meant by lock out in counters.
55. What are the ideal characteristics of an op-amp.
a. Voltage gain-infinite
b. Output resistance-zero
c. Input resistance-infinite
d. Bandwidth-infinite
e. CMMR-infinite
f. Slew rate-infinite
56. Define the op-amp parameters.
Ans. Input bias current-average of the currents entering into the inverting and non-inverting
terminals of an op-amp.
Input offset current-algebraic difference between the currents into the inverting and
noninverting terminals.
CMMR-(common mode rejection ratio)it is the ratio of differential gain to the common
mode gain.
Slew rate-rate of rise of output voltage.
66. What happens to the frequency of the differentiator when gain increases.
Ans.The gain of the differentiator increases with increases with frequency which makes the
circuit unstable.this is the drawback of this circuit.
67. What are the merits of an op-amp integrator compared to a passive RC integrator.
Ans.provides gain and linear output.
It uses memory elements in addition to logic gates. Their outputs are function of inputs
and state of the memory elements.
89. What is Flip flop?
A Flip flop is a sequential circuit which can maintain the binary state indefinitely as long
as power is delivered to the circuit, until directed by an input signal to switch states.
Latches are level sensitive, flip flops are edge sensitive. Flip flops changes its output only
at times determined by clock signal. Latches changes output any time independent of
clock signal.
94. How can you convert SR flip flop to JK flip flop?
By giving the feed back we can convert, i.e Q=>S and Q=>R. Hence the S and R
inputs will act as J and K respectively.
95. What is half adder?
A combinational circuit that performs addition of 2 bits. It consists of 2 inputs and 2
outputs.
96. What is full adder?
Combinational circuit that performs the subtraction of 2 bits is half subtractor and the
circuit that performs the subtraction of 3 bits is called full subtractor.
98. What is a multiplexer?
It is a digital circuit which transmits large number of information units through small
number of channels.
99. What is demultiplexer?
It is a logical circuit which receives data in asingle line and transmits it in possible 2
lines. n
100. Multiplexer is also called data selector.
101. Demultiplexer is also called data distributor.
102. What is the difference between demultiplexer and decoder? Demultiplexer does not
have enable line.
103. What is the basic difference between comparator and Schmitt trigger?
A comparator compares the input signal with reference voltage and gives the output
whereas Schmitt trigger operates between two reference points LTP and UTP.
104. State barkhausen criterion.
a) Magnitude, = 1 vA
b) Phase, = 0 vA
105. 4. What is the merit of regenerative comparator?
In regenerative comparator, the feedback enhances the comparator input. The phase
difference is not visualized due to positive feedback.
106. What is an oscillator?
An oscillator is basically a positive feedback circuit where a fraction of output voltage
Vo is fed back to the input end of the basic amplifier, which is in phase with the signal
to the basic amplifier. What are Counters and what are its types?
A sequential circuit that goes through a prescribed sequence of states upon the
application of input pulses is called counter. a) Asynchronous counters
b) Synchronous counters.
Counters in which first flip flop output transition serves as trigger for the other
consecutive flip flops.
108. What are synchronous counters?
Counters in which clock pulses of all the flip flops are triggered at the same instant.
109. State the advantage of synchronous counter over asynchronous counters?
Synchronous counter reduces the delay time as all the clock pulses are given
simultaneously. 5. When two counters are cascaded, the overall MOD number is equal to
the product of their individual MOD numbers.
The modulus of a counter is the number of different logic states it goes through before
it comes back to the initial stage to repeat the count sequence.
112. How many different states does a 3-bit asynchronous counter have?
Eight (8).
113. State some applications of counters.
a) Traffic signals
b) Medical instruments
114. List the basic blocks of IC 555 timer? A relaxation oscillator.
R-S flip-flop
Two comparators
Discharge transistors.
a) Charge balancing
b) Integrating 4. Define resolution.
` Smallest change in voltage which may be produced at output of the converter.
121. 5. List the specifications of DAC and ADC.
a) Resolution
b) Linearity
c) Accuracy
d) Monotonicity
e) Settling time
f) Stability.
122. How many comparisons will be performed in an 8 bit successive approximation type
ADC? 8 Comparisons
123. The basic step of 9 bit DAC is 10.3mV. If 000000000 represents 0V. What output is
produced if the input is 101101111?
7.38mV.
124. State the applications of DAC and ADC .