Q. In a combinational circuit, what does the term 'propagation delay' refer to?
-
A.
Time taken for the output to stabilize
-
B.
Time taken for the input to change
-
C.
Time taken for the circuit to power on
-
D.
Time taken for the circuit to reset
Solution
Propagation delay is the time taken for the output to stabilize after the input has changed.
Correct Answer:
A
— Time taken for the output to stabilize
Learn More →
Q. In a combinational circuit, what is the primary function of multiplexers?
-
A.
To perform arithmetic operations
-
B.
To select one of many inputs
-
C.
To store data
-
D.
To invert signals
Solution
Multiplexers are used to select one of many input signals and forward the selected input to a single output line.
Correct Answer:
B
— To select one of many inputs
Learn More →
Q. In a combinational logic circuit, what is the primary function of multiplexers?
-
A.
To perform arithmetic operations
-
B.
To select one of many inputs
-
C.
To store data
-
D.
To invert signals
Solution
Multiplexers are used to select one of many input signals and forward the selected input to a single output line.
Correct Answer:
B
— To select one of many inputs
Learn More →
Q. In a half adder, what does the sum output represent?
-
A.
Carry out
-
B.
Logical AND
-
C.
Logical OR
-
D.
XOR of inputs
Solution
The sum output of a half adder represents the XOR of the two input bits.
Correct Answer:
D
— XOR of inputs
Learn More →
Q. What is the function of a decoder in combinational logic?
-
A.
To encode data
-
B.
To convert binary to decimal
-
C.
To select a specific output line
-
D.
To perform addition
Solution
A decoder converts binary input into a unique output line, effectively selecting one of many outputs based on the input combination.
Correct Answer:
C
— To select a specific output line
Learn More →
Q. What is the main characteristic of combinational logic circuits?
-
A.
Output depends on past inputs
-
B.
Output depends only on current inputs
-
C.
Output is always constant
-
D.
Output is random
Solution
In combinational logic circuits, the output depends only on the current inputs, not on past inputs.
Correct Answer:
B
— Output depends only on current inputs
Learn More →
Q. What is the output of a 2-input NAND gate when both inputs are low?
-
A.
0
-
B.
1
-
C.
Undefined
-
D.
Depends on the circuit
Solution
A NAND gate outputs high (1) when at least one input is low (0).
Correct Answer:
B
— 1
Learn More →
Q. What is the output of a 2-input NOR gate when both inputs are high?
-
A.
0
-
B.
1
-
C.
Both 0 and 1
-
D.
Undefined
Solution
A 2-input NOR gate outputs 0 when at least one of its inputs is high; it only outputs 1 when both inputs are low.
Correct Answer:
A
— 0
Learn More →
Q. What is the output of a 2-input NOR gate when both inputs are low?
-
A.
0
-
B.
1
-
C.
Undefined
-
D.
Depends on the circuit
Solution
A NOR gate outputs high (1) only when both inputs are low (0).
Correct Answer:
B
— 1
Learn More →
Q. What is the output of a 2-input XOR gate when both inputs are the same?
-
A.
0
-
B.
1
-
C.
Undefined
-
D.
Depends on the circuit
Solution
An XOR gate outputs low (0) when both inputs are the same (either both 0 or both 1).
Correct Answer:
A
— 0
Learn More →
Q. What is the purpose of a full adder in digital circuits?
-
A.
To add two binary numbers
-
B.
To add three binary numbers
-
C.
To perform subtraction
-
D.
To perform multiplication
Solution
A full adder adds three binary digits, including carry from a previous addition.
Correct Answer:
B
— To add three binary numbers
Learn More →
Q. What is the truth table output for a 2-input XOR gate when both inputs are the same?
-
A.
0
-
B.
1
-
C.
Both 0 and 1
-
D.
Undefined
Solution
A 2-input XOR gate outputs 0 when both inputs are the same (either both 0 or both 1).
Correct Answer:
A
— 0
Learn More →
Q. Which logic gate outputs true only when at least one input is true?
-
A.
AND
-
B.
OR
-
C.
NOT
-
D.
NAND
Solution
An OR gate outputs true (1) when at least one of its inputs is true (1).
Correct Answer:
B
— OR
Learn More →
Q. Which of the following circuits can be used to implement a full adder?
-
A.
AND, OR, NOT gates
-
B.
NAND gates only
-
C.
XOR gates only
-
D.
OR gates only
Solution
A full adder can be implemented using AND, OR, and NOT gates.
Correct Answer:
A
— AND, OR, NOT gates
Learn More →
Showing 1 to 14 of 14 (1 Pages)