List the different types of flip flops.
Digital Electronics
22 questions
Define reflective codes.
State De Morgan's theorem.
Convert -> ( )G
Explain race around condition in JK flip flop.
Illustrate Excitation table of SR flip flop.
Explain don't care condition.
Show the classification of digital logic families.
Solve (0100 1000. 01111001)XS-3 = ( )10
Calculate the value of x. (23)x + (12)x = (101)x
What is multiplexer? Design 4:1 MUX using 2:1 MUX.
Interpret the function A+BC in canonical POS form (Product of Sum form).
Design full adder circuit using half adders.
Construct CMOS NAND and CMOS NOR gate for two inputs.
Show that i) AB + A'C + BC = AB + A'C ii) AB+A'C = (A+C) (A'+B)
Consider two binary numbers X = 1010100 and 1000011, perform the subtraction using 2's complement. i) X-Y ii) Y-X
What are decoders? Implement the following boolean function using 3 to 8 decoder f(A,B,C) = Σm (2,4,5,7)
Simplify the following boolean function using Quine McCluskey method and verify the result using k-map also. F(A,B,C,D) = Σm (1,2,3,7,8,9,10,11,14,15)
Design a 3-bit synchronous counter using JK flip flops.
Explain the following terms: i) Noise Margin ii) Propagation Delay iii) Fan-In iv) Fan-out v) Power Dissipation
Design a 4-bit binary to gray code converter and realize it using logic gates.
Explain the working of 4-bit serial in parallel-out shift register along with the waveform.