InterviewSolution
Saved Bookmarks
| 1. |
In D flip-flop, if clock inputis HIGH & D=1, then output is ___________(a) 0(b) 1(c) Forbidden(d) ToggleI had been asked this question in unit test.The question is from D Flip Flop in chapter Flip-Flops of Digital Circuits |
|
Answer» CORRECT CHOICE is (a) 0 Explanation: If clock INPUT is HIGH & D=1, then OUTPUT is 0. It can be observed from this DIAGRAM: |
|