Report On Binary Decade Counter
Report On Binary Decade Counter
209145570
Experiment 7
Objective
To construct a binary decade counter by integrating a 555 timing circuit and a 7 segment LED
display. To thoroughly understand the method of decoding binary digits into a format usable by
a 7 segment display.
Equipment
Breadboard, 555 timer, 5x Light Emitting Diode(led), 6k8, 33k, 5x 100ohm resistors,
2x 74LS112, 74LS00, 74LS47N, Seven segment display and 5v or 9v DC Battery.
Procedure
Logic Operations
For the first flip-flop, the output changes whenever there is a negative transition in the clock
input. This means that the output of the first flip- flop produces a series of rectangular waves
that is half the frequency of the clock input. Since the output of the first flip-flop becomes the
clock of the second flip-flop, the output of the second flip-flop is half the frequency of its clock,
i.e. the output of the first flip-flop that in turn is half the frequency of the clock input. This
behavior, in essence is captured by the binary bit pattern in the counting sequence. After count
9, the flip-flops must be reset in order to give the 10 numbers (0 - 9) of the decade counter.For
this to happen you simply take the outputs of Q1 and Q4 and input them into a NAND and the
output to the RESET pins on all the flip-flops. This circuit tells the flip-flops to reset when a 1
output is given on Q1 and Q3 simultaneously.
7-segment display
In this experiment we used a common anode type LED display.The SN74LS47N IC converts the binary
input signals to a format that powers the display by grounding the correct sets of display segments
which make up the numbers.
Conclusion
The seven segment display is an arrangement of LED’s which make up the decimal figures of 0 – 9,
however is fed a BCD as an input. This means that this display is a converter between binary and decimal
numbers. When used in conjunction with the decade counter, it displays the count sequence of BCD
numbers 0 – 9.The seven segment displays is a easy way of showing numerical data and also one of the
oldest methods still used.