1,909 views
0 votes
0 votes
Can Someone exlain this

"In level triggering circuit the output may change several times in a single clock whereas in a edge triggering circuit the output will change only once in a single clock."

1 Answer

1 votes
1 votes

See the image (Part a). It is level triggered. Meaning, trigger can happen anytime during the high clock level. See the image (Part b and c). It is edge triggered. Trigger can happen only during the edge of the clock.

Hence, it is quite clear that in a level triggered circuit, output can change several time (because a more time is allotted for the change to occur.).

Example: In level triggered, say, between 2ms and 4ms, a circuit can trigger many times. Whereas, in edge triggered circuit, between 2ms and 2.0001 ms, changes are that circuit will trigger atmost one time.

Related questions

142
views
1 answers
0 votes
arpit.jha asked May 17
142 views
I have a 3 bit shift register SISO (serial in and serial out) I took 3 CLK (clock) pulse to insert 1 0 1 and now I need to retrive them serially How ... N-1 CLK pulses but there is no explanation given. Can some one explain me why .Thanks
351
views
0 answers
3 votes
thehitchh1ker asked Oct 31, 2023
351 views
The standard approach for solving such problem is as follows:This approach gives us the equation for $S$ & $R$ in terms of $T, Q$ ... $R=TQ$ which is consistent with the standard approach and maintains $SR=0$
394
views
1 answers
0 votes
dvlken asked Oct 16, 2023
394 views
2. Simplify the following Boolean expressions to a minimum number of literals: (a + b + c’)(a’b’ + c) 3. Draw logic diagrams of the circuits that implement the original and simplified expression in Problem 2.
447
views
0 answers
0 votes
rd8794 asked Nov 21, 2022
447 views
I’m taking for an example kmaps for 3 var A’B’A’BABAB’C’ 0132C4576(probably here we are taking CAB’ = 6and below like AB’C =5 ) A’B’A’BABAB’C’ 0264C1375 But how do i know which one to use and when?