InterviewSolution
Saved Bookmarks
| 1. |
The logic circuits whose outputs at any instant of time depends only on the present input but also on the past outputs are called ________________(a) Combinational circuits(b) Sequential circuits(c) Latches(d) Flip-flopsI had been asked this question in my homework.My doubt is from Flip Flops in section Flip-Flops of Digital Circuits |
|
Answer» CORRECT answer is (B) Sequential circuits Easiest explanation: In sequential circuits, the output signals are fed BACK to the input SIDE. So, The circuits WHOSE outputs at any instant of time depends only on the present input but also on the past outputs are called sequential circuits. Unlike sequential circuits, if output depends only on the present state, then it’s known as combinational circuits. |
|