Group 8 exp 7
Group 8 exp 7
BANGLADESH
Faculty of Engineering
Lab Report
* Student(s) must complete all details except the faculty use part.
** Please submit all assignments to your course teacher or the office of the concerned teacher.
Group # 08
Introduction:
Counters are arrangements of flip-flops designed to count clock pulses over a given interval. With NN
flip-flops, a counter can represent 2N2^N states, and if it cycles through KK states (K≤2NK \leq 2^N), it
is called a Mod-KK counter. Counters may provide individual outputs for each state or a single pulse for
every KK-th state. Counters are classified based on their clocking method like Asynchronous Counters:
The first flip-flop is triggered by the clock, and subsequent flip-flops are triggered by the output of the
preceding one. Synchronous Counters: All flip-flops are triggered simultaneously by the same clock
signal. The objective of this experiment is designing of the following counters using J-K Flip-Flops (IC
74LS76)
(a) n-bit Binary Asynchronous Counter
(b) n-bit Binary Synchronous Counter
Table 9.1 shows the contents of a four-bit up-counter for eight consecutive clock cycles,
assuming that the count is initially 0. Observing the pattern of bits in each row of the table, it is
apparent that bit Q0 changes on each clock cycle. Bit Q1 changes only when Q0 = 1. Bit Q2
changes only when both Q1 and Q0 are equal to 1. In general, for an n-bit up-counter, a given
flip-flop changes its state only when all the preceding flip-flops are in the state Q = 1.
IC 7408 contains 4 AND gates in it. The pin configuration is shown below:
Apparatus:
4
Simulation and Measurement:
5
Questions answers:
6
7
4-bit Synchronous Up-Counter:
8
Bonus Mark Questions answers:
9
Mod 10 Synchronous up counter:
10
Results and Discussion :
The key findings of this experiment reveal the differences in how synchronous and asynchronous counters
handle clock signals. In a synchronous counter, all flip-flops are triggered simultaneously by the same clock
signal. In contrast, in an asynchronous counter, each flip-flop is triggered by the output of the previous one.
The findings show that a 3-bit counter cycles through binary values from 000 to 111 (or 0 to 7 in decimal),
while a 4-bit counter cycles from 0000 to 1111 (or 0 to 15 in decimal). A Mod-10 counter, on the other
hand, counts from 0 to 9 in decimal. It was also observed that "Up Counters" start counting from 0, whereas
"Down Counters" count down to 0. The experiment's objective was successfully met by replacing a faulty
IC. The faulty IC caused the Hex display output to be unclear, but the correctness of the counter's operation
was verified using LEDs, ensuring the counting process was accurate.
Reference(s):
i) Thomas L. Floyd, “Digital Fundamentals”, Ninth Edition.
ii) AIUB Lab Manual.
iii) www.tutorialspoint.com
11