Electronics Combinational Logic Circuits Questions and Answers
Practice ModeShowing 10 of 29 questions
Q21
Which circuit converts binary to decimal?
Answer: Option C
Explanation: Decoder converts binary input to activated output line.
Q22
What is the carry generate function in carry lookahead adder?
Answer: Option B
Explanation: G = A AND B generates carry regardless of carry-in.
Q23
In a 4-bit comparator, what indicates A > B?
Answer: Option A
Explanation: A>B when higher order bits are greater or equal with at least one bit greater.
Q24
What is the purpose of a demultiplexer?
Answer: Option B
Explanation: Demultiplexer routes single input to one of multiple outputs.
Q25
How many AND gates are needed for a 4-to-16 decoder?
Answer: Option C
Explanation: 4-to-16 decoder requires 16 AND gates (one per output)
Q26
What is the sum output expression for a full adder?
Answer: Option B
Explanation: Sum = A XOR B XOR Cin
Q27
Which circuit can be used as a universal logic function generator?
Answer: Option B
Explanation: MUX can implement any logic function with proper select lines.
Q28
What is the propagation delay in combinational circuits?
Answer: Option D
Explanation: Time from input change to output stabilization.
Q29
Which is NOT a combinational circuit?
Answer: Option D
Explanation: Counter has memory element (flip-flops)