InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements are true?(a) Asynchronous events does not occur at the same time(b) Asynchronous events are controlled by a clock(c) Synchronous events does not need a clock to control them(d) Only asynchronous events need a control clockThis question was posed to me in class test.My question is taken from Asynchronous Down Counter topic in chapter Counters of Digital Circuits |
|
Answer» RIGHT answer is (a) ASYNCHRONOUS events does not occur at the same time Easy EXPLANATION: Asynchronous events does not occur at the same time because of propagation delay and they do need a clock PULSE to trigger them. Whereas, SYNCHRONOUS events occur in presence of clock pulse. |
|