A) A device that performs basic logical operations
B) A storage device for digital data
C) A type of memory unit
D) A form of network protocol
View AnswerA
2. Which of the following is a universal gate?
A) AND
B) OR
C) NAND
D) NOT
View AnswerC
3. What is the output of an AND gate when both inputs are 1?
A) 0
B) 1
C) Undefined
D) Floating
View AnswerB
4. What is the binary equivalent of the decimal number 10?
A) 1010
B) 1001
C) 1100
D) 1111
View AnswerA
5. What is a flip-flop used for in digital logic circuits?
A) To store binary information
B) To perform addition
C) To decode data
D) To display information
View AnswerA
6. Which of the following gates will output 0 when both inputs are 1?
A) AND
B) OR
C) XOR
D) NAND
View AnswerD
7. What does the term “fan-out” refer to in digital logic design?
A) The number of gates a single gate can drive
B) The number of inputs a gate can accept
C) The speed of a gate
D) The power consumption of a gate
View AnswerA
8. What is the purpose of a half-adder?
A) To add two single-bit binary numbers
B) To store a single bit of data
C) To multiply binary numbers
D) To shift binary data
View AnswerA
9. What is the base of the hexadecimal number system?
A) 2
B) 8
C) 10
D) 16
View AnswerD
10. How many flip-flops are needed to construct a 4-bit binary counter?
A) 2
B) 4
C) 6
D) 8
View AnswerB
11. What is a multiplexer (MUX)?
A) A device that selects one input from several and outputs it
B) A device that stores binary data
C) A device that performs subtraction
D) A device that generates clock signals
View AnswerA
12. What is the primary function of a decoder in digital logic?
A) To convert coded information into a familiar form
B) To add binary numbers
C) To store data
D) To count pulses
View AnswerA
13. What does the term “propagation delay” refer to in logic circuits?
A) The time taken for a signal to travel through a gate
B) The speed of the clock signal
C) The maximum frequency of operation
D) The time taken to reset a flip-flop
View AnswerA
14. Which of the following logic gates produces an output of 1 only when the inputs are different?
A) AND
B) OR
C) XOR
D) NAND
View AnswerC
15. What is a D flip-flop used for?
A) Storing a single bit of data with the clock input
B) Performing logical operations
C) Shifting data
D) Adding binary numbers
View AnswerA
16. What is the purpose of an ALU in a digital system?
A) To perform arithmetic and logical operations
B) To store data
C) To control the system clock
D) To perform input/output operations
View AnswerA
17. What does the truth table of a NOR gate show?
A) The output is 0 when any input is 1
B) The output is 1 when both inputs are 1
C) The output is 1 when both inputs are 0
D) The output is always 0
View AnswerC
18. Which of the following is an example of a sequential circuit?
A) AND gate
B) OR gate
C) Counter
D) XOR gate
View AnswerC
19. How many inputs does a full-adder have?
A) 1
B) 2
C) 3
D) 4
View AnswerC
20. What is the binary representation of the hexadecimal number A?
A) 1010
B) 1001
C) 1110
D) 1100
View AnswerA
21. What does a JK flip-flop do when both J and K inputs are 1?
A) Toggle the output
B) Set the output to 1
C) Reset the output to 0
D) No change in output
View AnswerA
22. What is the decimal equivalent of the binary number 1101?
A) 11
B) 12
C) 13
D) 14
View AnswerC
23. Which gate is used to detect if two binary inputs are different?
A) AND
B) OR
C) XOR
D) NOR
View AnswerC
24. What is the purpose of a shift register in digital circuits?
A) To store and shift data
B) To perform logical operations
C) To add binary numbers
D) To decode binary data
View AnswerA
25. How many different output combinations are possible with a 3-input truth table?
A) 2
B) 4
C) 6
D) 8
View AnswerD
26. What is the output of a NOR gate when both inputs are 1?
A) 0
B) 1
C) Undefined
D) Floating
View AnswerA
27. What does the term “race condition” refer to in sequential circuits?
A) When two signals arrive at the same point at different times
B) When multiple outputs are set to the same value
C) When flip-flops are toggled too quickly
D) When signals interfere with each other
View AnswerA
28. What is a counter in digital logic design?
A) A sequential circuit that counts pulses
B) A combinational circuit
C) A memory storage device
D) A logic gate
View AnswerA
29. What is the hexadecimal equivalent of the binary number 1101 0110?
A) D6
B) C5
C) A7
D) B9
View AnswerA
30. What is a Moore machine in digital logic design?
A) A finite state machine where the output depends only on the current state
B) A machine where output depends on both the state and the input
C) A type of adder circuit
D) A memory unit
View AnswerA
31. Which of the following gates is used to invert a binary input?
A) AND
B) OR
C) NOT
D) XOR
View AnswerC
32. What is the binary addition of 1011 + 1101?
A) 11000
B) 10100
C) 10010
D) 11100
View AnswerA
33. How many states does a 3-bit counter have?
A) 3
B) 4
C) 6
D) 8
View AnswerD
34. What is the purpose of Karnaugh maps in digital logic design?
A) To simplify Boolean expressions
B) To store binary data
C) To perform addition
D) To measure propagation delay
View AnswerA
35. What is the primary function of a demultiplexer (DEMUX)?
A) To direct data from one input to one of many outputs
B) To perform arithmetic operations
C) To store binary data
D) To generate clock signals
View AnswerA
36. What is a T flip-flop?
A) A flip-flop that toggles its state on every clock pulse
B) A flip-flop that stores two bits of data
C) A flip-flop that resets automatically
D) A flip-flop that performs addition
View AnswerA
37. What is the binary equivalent of the decimal number 25?
A) 11001
B) 10110
C) 11100
D) 11010
View AnswerA
38. What is the key difference between a latch and a flip-flop?
A) A latch is level-triggered, while a flip-flop is edge-triggered
B) A latch stores multiple bits, while a flip-flop stores one bit
C) A flip-flop operates faster than a latch
D) A latch uses more power than a flip-flop
View AnswerA
39. What is a synchronous counter?
A) A counter where all flip-flops are triggered by the same clock signal
B) A counter where each flip-flop has its own clock
C) A counter that stores multiple bits of data
D) A counter that adds binary numbers
View AnswerA
40. What does the term “glitch” refer to in digital logic circuits?
A) A short, unwanted change in a digital signal
B) A method of encoding data
C) A type of logic gate
D) A way to synchronize circuits
View AnswerA
41. What is the binary equivalent of the hexadecimal number 3F?