Q. In digital circuits, what does the term 'logic level' refer to?
-
A.
Voltage levels
-
B.
Frequency levels
-
C.
Temperature levels
-
D.
Current levels
Solution
Logic level refers to the voltage levels that represent binary values (0 and 1) in digital circuits.
Correct Answer:
A
— Voltage levels
Learn More →
Q. What does the term 'propagation delay' refer to in digital circuits?
-
A.
Time taken for a signal to travel
-
B.
Time taken for a circuit to reset
-
C.
Time taken for a signal to stabilize
-
D.
Time taken for power to reach the circuit
Solution
Propagation delay is the time taken for a signal to travel through a circuit from input to output.
Correct Answer:
A
— Time taken for a signal to travel
Learn More →
Q. What is the function of a NOT gate?
-
A.
Inverts the input
-
B.
Outputs the same input
-
C.
Combines inputs
-
D.
None of the above
Solution
A NOT gate inverts its input; if the input is 1, the output is 0, and vice versa.
Correct Answer:
A
— Inverts the input
Learn More →
Q. What is the main purpose of a decoder in digital circuits?
-
A.
To convert binary data to decimal
-
B.
To select specific outputs based on input combinations
-
C.
To perform arithmetic operations
-
D.
To store data
Solution
A decoder converts binary input into a unique output line, selecting specific outputs based on input combinations.
Correct Answer:
B
— To select specific outputs based on input combinations
Learn More →
Q. What is the output of a NAND gate when both inputs are low?
-
A.
0
-
B.
1
-
C.
Undefined
-
D.
Depends on the circuit
Solution
A NAND gate outputs 1 when at least one input is low; thus, it outputs 1 when both inputs are low.
Correct Answer:
B
— 1
Learn More →
Q. What is the output of an AND gate when both inputs are high?
-
A.
0
-
B.
1
-
C.
Undefined
-
D.
Depends on the circuit
Solution
An AND gate outputs 1 only when both inputs are high (1).
Correct Answer:
B
— 1
Learn More →
Q. What is the primary function of a multiplexer?
-
A.
To perform arithmetic operations
-
B.
To select one of many inputs
-
C.
To store data
-
D.
To amplify signals
Solution
A multiplexer selects one of many input signals and forwards the selected input to a single output line.
Correct Answer:
B
— To select one of many inputs
Learn More →
Q. What is the primary function of an XOR gate?
-
A.
Outputs true if inputs are the same
-
B.
Outputs true if inputs are different
-
C.
Inverts the input
-
D.
Combines inputs
Solution
An XOR gate outputs true (1) if the inputs are different.
Correct Answer:
B
— Outputs true if inputs are different
Learn More →
Q. What is the result of the expression A + A' in Boolean algebra?
Solution
In Boolean algebra, A + A' equals 1, as one of the inputs will always be true.
Correct Answer:
B
— 1
Learn More →
Q. Which logic circuit can be used to implement a full adder?
-
A.
AND, OR, NOT
-
B.
NAND only
-
C.
XOR only
-
D.
OR only
Solution
A full adder can be implemented using AND, OR, and NOT gates.
Correct Answer:
A
— AND, OR, NOT
Learn More →
Q. Which of the following circuits can be used to implement a binary counter?
-
A.
Decoder
-
B.
Multiplexer
-
C.
Flip-flop
-
D.
Shift register
Solution
Flip-flops are commonly used to implement binary counters, as they can store and toggle states.
Correct Answer:
C
— Flip-flop
Learn More →
Q. Which of the following is a characteristic of a flip-flop?
-
A.
It can store multiple bits
-
B.
It is a combinational circuit
-
C.
It has memory
-
D.
It requires continuous power
Solution
A flip-flop is a bistable device that can store one bit of data, thus it has memory.
Correct Answer:
C
— It has memory
Learn More →
Showing 1 to 12 of 12 (1 Pages)