InterviewSolution
Saved Bookmarks
| 1. |
Whose operations are more faster among the following?(a) Combinational circuits(b) Sequential circuits(c) Latches(d) Flip-flopsThis question was posed to me in a national level competition.Origin of the question is Flip Flops in chapter Flip-Flops of Digital Circuits |
|
Answer» RIGHT answer is (a) Combinational circuits To elaborate: Combinational circuits are often faster than sequential circuits. SINCE the combinational circuits do not require memory elements whereas the sequential circuits NEED memory DEVICES to perform their operations in SEQUENCE. Latches and Flip-flops come under sequential circuits. |
|