Digital logic circuits and components: logic gates, Boolean algebra, map simplifications, combinational and sequential circuits, flip-flops, registers and counters, memory unit. - Question Bank
1. What is the minimum number of NAND gates required to implement an AND gate?
2. Which memory type is generally faster and more expensive per bit than DRAM?
3. Which memory type uses transistors and capacitors to store data?
4. What is the purpose of a 'preset' or 'clear' input on a flip-flop?
5. Which of the following is a characteristic of a synchronous sequential circuit?
6. What is a 'state' in the context of sequential circuits?
7. A T flip-flop toggles its output when the T input is:
8. Which type of flip-flop avoids the indeterminate state of an SR flip-flop by having J and K inputs connected together?
9. An SR latch with S=1 and R=1 results in an invalid or indeterminate state for:
10. What is the primary function of a clock signal in sequential circuits?
11. A full-adder circuit adds three bits (two input bits and a carry-in) and produces a sum and a:
12. A half-adder circuit adds two bits and produces a sum and a:
13. Which Boolean algebra property states that A . (B + C) = (A . B) + (A . C)?
14. Which Boolean algebra property states that A + (B + C) = (A + B) + C?
15. The expression A . 1 is equivalent to:
16. The expression A + 0 is equivalent to:
17. Which logic gate outputs 0 if either input is 0, and 1 only if both inputs are 1?
18. A demultiplexer (DEMUX) performs the reverse operation of a multiplexer. It takes a single input and routes it to one of several output lines, controlled by:
19. A multiplexer (MUX) is a combinational circuit that selects one of several input lines and routes it to a single output line. The selection is controlled by:
20. An encoder circuit performs the reverse function of a decoder. It takes multiple inputs and produces a binary code representing the active input. It is a type of:
21. A decoder circuit takes a binary input and activates one of its multiple output lines based on the input value. It is a type of:
22. Which type of RAM requires periodic refreshing to maintain its data?
23. Which of the following is a type of RAM that uses latches to store each bit?
24. What does ROM stand for?
25. What does RAM stand for?
26. Which type of memory is non-volatile and retains its data even when power is off?
27. Which type of memory is volatile and loses its data when power is turned off?
28. A BCD counter counts from:
29. What is the maximum number of states a 3-bit counter can represent?
30. A synchronous counter has:
31. What is a ripple counter?
32. A counter is a sequential circuit that goes through a predetermined sequence of states upon the application of:
33. A shift register can be used to:
34. What is the main function of a register?
35. A D flip-flop is also known as a:
36. What is the characteristic equation for a JK flip-flop?
37. Which type of flip-flop is sensitive to the rising edge of the clock pulse?
38. A flip-flop is a type of:
39. Which of the following is an example of a sequential circuit?
40. A sequential circuit's output depends on its:
41. Which of the following is an example of a combinational circuit?
42. A combinational circuit's output depends only on its:
43. What does the Karnaugh map (K-map) method simplify?
44. In Boolean algebra, the expression A + A' is equal to:
45. De Morgan's theorem states that (A + B)' is equivalent to:
46. What is the Boolean expression for the NAND gate with inputs A and B?
47. Which gate is considered a universal gate, meaning any other logic gate can be constructed using only this type?
48. The NOT gate is also known as an inverter because it:
49. What is the Boolean expression for an OR gate with inputs A and B?
50. Which logic gate produces an output of 1 only if all of its inputs are 1?