Experiment 8: Counting Circuits: (Assignment)
Experiment 8: Counting Circuits: (Assignment)
الرجاء اعادة ارسال نفس هذا الملف مع الحلول المطلوبة وارفاق فيديوهين توضيحيين وعدم ارفاق ايه ملفات أخرى:مالحظة.
Q1) 4-bit down binary counter
Using Proteus, design an asynchronous 4-bit down binary counter using JK flip flops as shown
in the circuit below. (Use 74HC76 JK flipflop)
1
Q2) 4-bit Synchronous Counter
Using Proteus, design Synchronous 4-bit Up binary counter using JK flip flops (Use 74HC76 JK
flipflop). The circuit count from 0000 to 1111, etc.
a) Complete the circuit. You can use external gates based on the following conditions:
2
b) What is the typical feature of Synchronous counter compared to Asynchronous counters?
Answer:
SYNCHRONOUS COUNTER ASYNCHRONOUS COUNTER
In synchronous counter, all flip flops are triggered with same In asynchronous counter, different flip flops are triggered with
clock simultaneously. different clock, not simultaneously.
Synchronous Counter is faster than asynchronous counter in Asynchronous Counter is slower than synchronous counter in
operation. operation.
Synchronous Counter does not produce any decoding errors. Asynchronous Counter produces decoding error.
Synchronous Counter designing as well implementation are Asynchronous Counter designing as well as implementation is
complex due to increasing the number of states. very easy.
Synchronous Counter will operate in any desired count Asynchronous Counter will operate only in fixed count sequence
sequence. (UP/DOWN).
c) In the Circuit, why are the inputs of the first flipflop fixed at JA=KA=1
Answer: When JA=KA=1, it is possible to set or reset the Flip-Flop. If Q is High, AND gate 2 passes on a reset pulse
to the next clock. When Q is low, AND gate 1 passes on a set pulse to the next clock. Eitherway, Q changes to the
complement of the last state toggle. Toggle means to switch to the opposite state.