24,000+ questions & coding problemsSoftware & IT16,274 questionsGovernment jobs26 examsAptitudenew questions every timeAI practice interviewwith feedback65 topics to practiseMechanical1,149 questionsGATE ME9 papersEngineering Mathematics381 questions2-minute checkfreeDSA Problems1,422Civil1,005 questionsGATE CE9 papersCS Fundamentals1,209 questionsYour scores6 skillsSystem Design25Electrical / EEE1,047 questionsGATE EE9 papersRun your codeC++ · Java · PythonLow-Level Design144Electronics & Comm.975 questionsGATE EC9 papersAI help on every questionFull-Stack6,282Chemical1,005 questionsGATE CH9 papersAI whiteboardsystem designWork abroadEurope · remote · transfersESE ME1 paperGATE practice papers2019–2026ESE CE1 paperDate alertsbefore the last dateESE EE1 paperBehavioural courseHR round practiceESE ET1 paperResume optimizerSSC JE ME1 paperApplication trackerSSC JE CE1 paperCompany-wise prepSSC JE EE1 paperRole roadmapsRRB JE1 subjectPriced in ₹UPI · cardsISRO SC1 paperGATE CS9 papersIBPS SO IT1 paperUGC NET CS1 paperSSC CGL26 papersIBPS PO26 papersRRB NTPC26 papersSSC CHSL26 papersIBPS Clerk26 papersSBI Clerk26 papersRRB Group D26 papersSSC CPO26 papersSSC GD26 papers

Digital Electronics interview questions

27 real Digital Electronics questions from the ECE Core bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Universal gates?

Junior
  1. A.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  2. B.NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  3. C.in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
  4. D.combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
Reveal the answer + AI explanation — free account

2. Which term means: "NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type"?

Junior
  1. A.Ripple versus synchronous counter
  2. B.Successive approximation ADC
  3. C.Universal gates
  4. D.SRAM versus DRAM
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.Universal gates — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  2. B.Universal gates — NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  3. C.Universal gates — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  4. D.Universal gates — converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
Reveal the answer + AI explanation — free account

4. What is De Morgan's theorems?

Junior
  1. A.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  2. B.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  3. C.flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  4. D.complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
Reveal the answer + AI explanation — free account

5. Which term means: "complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms"?

Junior
  1. A.Metastability
  2. B.De Morgan's theorems
  3. C.Universal gates
  4. D.Race-around condition
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Junior
  1. A.De Morgan's theorems — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  2. B.De Morgan's theorems — flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  3. C.De Morgan's theorems — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  4. D.De Morgan's theorems — combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
Reveal the answer + AI explanation — free account

7. What is Multiplexer?

Junior
  1. A.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  2. B.complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  3. C.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  4. D.combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
Reveal the answer + AI explanation — free account

8. Which term means: "combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables"?

Junior
  1. A.De Morgan's theorems
  2. B.Race-around condition
  3. C.Mealy versus Moore machine
  4. D.Multiplexer
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Junior
  1. A.Multiplexer — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  2. B.Multiplexer — combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
  3. C.Multiplexer — asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  4. D.Multiplexer — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
Reveal the answer + AI explanation — free account

10. What is SRAM versus DRAM?

Junior
  1. A.in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
  2. B.combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
  3. C.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  4. D.static cell of six transistors holds data without refresh and is fast; dynamic cell of one transistor and one capacitor is denser and cheaper but needs periodic refresh
Reveal the answer + AI explanation — free account

11. Which term means: "static cell of six transistors holds data without refresh and is fast; dynamic cell of one transistor and one capacitor is denser and cheaper but needs periodic refresh"?

Junior
  1. A.SRAM versus DRAM
  2. B.Universal gates
  3. C.Ripple versus synchronous counter
  4. D.Metastability
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Junior
  1. A.SRAM versus DRAM — static cell of six transistors holds data without refresh and is fast; dynamic cell of one transistor and one capacitor is denser and cheaper but needs periodic refresh
  2. B.SRAM versus DRAM — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  3. C.SRAM versus DRAM — NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  4. D.SRAM versus DRAM — converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
Reveal the answer + AI explanation — free account

13. What is Race-around condition?

Mid
  1. A.in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
  2. B.complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  3. C.flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  4. D.NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
Reveal the answer + AI explanation — free account

14. Which term means: "in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction"?

Mid
  1. A.Race-around condition
  2. B.Mealy versus Moore machine
  3. C.SRAM versus DRAM
  4. D.Universal gates
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Mid
  1. A.Race-around condition — NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  2. B.Race-around condition — combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
  3. C.Race-around condition — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  4. D.Race-around condition — in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
Reveal the answer + AI explanation — free account

16. What is Ripple versus synchronous counter?

Mid
  1. A.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  2. B.converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
  3. C.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
  4. D.complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
Reveal the answer + AI explanation — free account

17. Which term means: "asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count"?

Mid
  1. A.De Morgan's theorems
  2. B.Metastability
  3. C.SRAM versus DRAM
  4. D.Ripple versus synchronous counter
Reveal the answer + AI explanation — free account

18. Which statement is correct?

Mid
  1. A.Ripple versus synchronous counter — combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
  2. B.Ripple versus synchronous counter — converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
  3. C.Ripple versus synchronous counter — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  4. D.Ripple versus synchronous counter — asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
Reveal the answer + AI explanation — free account

19. What is Mealy versus Moore machine?

Mid
  1. A.NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  2. B.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  3. C.converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
  4. D.in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
Reveal the answer + AI explanation — free account

20. Which term means: "Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change"?

Mid
  1. A.Mealy versus Moore machine
  2. B.Multiplexer
  3. C.Race-around condition
  4. D.SRAM versus DRAM
Reveal the answer + AI explanation — free account

21. Which statement is correct?

Mid
  1. A.Mealy versus Moore machine — in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
  2. B.Mealy versus Moore machine — Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  3. C.Mealy versus Moore machine — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  4. D.Mealy versus Moore machine — combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
Reveal the answer + AI explanation — free account

22. What is Successive approximation ADC?

Mid
  1. A.converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
  2. B.in a level-triggered J-K flip-flop with J = K = 1 the output toggles repeatedly while the clock is high, cured by edge triggering or master-slave construction
  3. C.NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
  4. D.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
Reveal the answer + AI explanation — free account

23. Which term means: "converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input"?

Mid
  1. A.Universal gates
  2. B.Successive approximation ADC
  3. C.De Morgan's theorems
  4. D.Multiplexer
Reveal the answer + AI explanation — free account

24. Which statement is correct?

Mid
  1. A.Successive approximation ADC — static cell of six transistors holds data without refresh and is fast; dynamic cell of one transistor and one capacitor is denser and cheaper but needs periodic refresh
  2. B.Successive approximation ADC — flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  3. C.Successive approximation ADC — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  4. D.Successive approximation ADC — converter performing a binary search with a DAC and comparator, taking n clock cycles for n bits and needing a sample-and-hold at the input
Reveal the answer + AI explanation — free account

25. What is Metastability?

Senior
  1. A.Moore output depends on present state only; Mealy output depends on state and input, generally needing fewer states but able to glitch when inputs change
  2. B.combinational circuit routing one of 2^n data inputs to a single output under n select lines, able to implement any Boolean function of n + 1 variables
  3. C.flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  4. D.asynchronous stages clock each other so delays accumulate and limit speed; synchronous stages share one clock and the maximum frequency is independent of stage count
Reveal the answer + AI explanation — free account

26. Which term means: "flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs"?

Senior
  1. A.Race-around condition
  2. B.De Morgan's theorems
  3. C.Multiplexer
  4. D.Metastability
Reveal the answer + AI explanation — free account

27. Which statement is correct?

Senior
  1. A.Metastability — complement of a product equals the sum of the complements and complement of a sum equals the product of the complements, converting between AND-OR and NAND-NOR forms
  2. B.Metastability — flip-flop state where the output hovers between logic levels for an unbounded time after a setup or hold violation, mitigated by two-stage synchronisers on asynchronous inputs
  3. C.Metastability — static cell of six transistors holds data without refresh and is fast; dynamic cell of one transistor and one capacitor is denser and cheaper but needs periodic refresh
  4. D.Metastability — NAND and NOR, either of which alone can realise any Boolean function, so a design can be built from a single gate type
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a free readiness check

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take the free 2-minute readiness check for a scored result. The full AI mock interview, scored like a real panel, unlocks with Pro.

Practice Digital Electronics free