SlideShare a Scribd company logo
1 of 6
Download to read offline
http://www.iaeme.com/IJECET/index.asp 1 editor@iaeme.com
International Journal of Electronics and Communication Engineering & Technology
(IJECET)
Volume 6, Issue 8, Aug 2015, pp. 01-06, Article ID: IJECET_06_08_001
Available online at
http://www.iaeme.com/IJECETissues.asp?JTypeIJECET&VType=6&IType=8
ISSN Print: 0976-6464 and ISSN Online: 0976-6472
© IAEME Publication
PROPOSING A MECHANISM AND
INTERNAL DESIGN OF SYNCHRONOUS
COUNTERS FOR DISPLAYING DECIMAL
VALUES ON SEVEN SEGMENT DISPLAYS
Bawar A. Abdalla
Department of Software Engineering, Faculty of Engineering,
University of Koya, Koya, Iraq
Azhi A. Faraj
Department of Petroleum Engineering, Faculty of Engineering,
University of Koya, Koya, Iraq
Zhenar Sh. Faeq
Department of Software Engineering, Faculty of Engineering,
University of Koya, Koya, Iraq
ABSTRACT
In this paper, J-K Flip Flops are used to design modulus 65 synchronous
counter by showing only decimal values rather than ordinary Hexadecimal
values. The entire circuit could be designed by cascading two counters
together while the ones digit counter provides clock pulses to the tens digit
counter. Implementation and design of the counter was made by using
Electronics Workbench software. Partial decoding mechanism is practical to
clear each counter in its desired state as well as clear the entire circuit after
the number 65 in decimal. TTL Logic (Vcc) was used to provide digital input 1
and Ground to provide digital input 0. The outputs are shown through
decoded seven segment displays. The proposed mechanism is practical and
applicable to design any modulus counter to show the output in decimal.
Furthermore, this mechanism can have advantages over direct modulus
counters because the decimal numbers greater than 9 cannot be shown on
decoded seven segment displays.
Keywords: Synchronous Counter, Partial decoding, Up Counter.
Cite this Article: Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq.
Proposing A Mechanism and Internal Design of Synchronous Counters For
Displaying Decimal Values on Seven Segment Displays. International
Journal of Electronics and Communication Engineering & Technology, 6(8),
Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq
http://www.iaeme.com/IJECET/index.asp 2 editor@iaeme.com
2015, pp. 01-06.
http://www.iaeme.com/IJECET/issues.asp?JTypeIJECET&VType=6&IType=8
1. INTRODUCTION
Digital logic circuits are widely used in modern technologies. These circuits are
becoming more popular because of their high performances and low consuming
power. They are also used in the design of flip flops [1]. Moreover, Flip Flops are the
essential elements of designing the semiconductor devices [2]. These Flip Flops can
be used to design and implement counters. It is known that counters are the
fundamental function of digital circuits which can count from zero to a specified
maximum number or vice versa additionally they can be used to generate specific
patterns [3]. Counters can be used in many areas of practical applications such as
microcontrollers, frequency synthesizers, analog to digital converters, digital clocks
and timing circuits and circuits used in communication systems [4].
The number of states that a counter goes through to complete its counting cycle is
called the modulus of the counter in which after completing the cycle; the counter
returns back to its initial state [5]. In addition, the modulus of a counter can be
determined through the number of bits used in the counter’s circuit. So that, a counter
with n bits can have 2n
states [6].
As mentioned earlier, Flip Flops can be used to design counters in a way that each
Flip Flop represents a single bit in the counter [2]. There are many types of Flip Flops
such as SR, D, T and JK. They can be properly grouped together to perform the
function of a counter. Furthermore, the connection of the Flip Flops together and the
way they are clocked classifies the counters to asynchronous and synchronous
counters. In asynchronous counters each Flip Flop receives clock pulse from the
previous Flip Flop. This makes the internal circuit needless of the entire clock circuit,
while in the synchronous counters all the Flip Flops are clocked simultaneously [6].
However, this feature gives the advantage of decreasing the propagation time delay in
synchronous counter compared to asynchronous counter.
2. BACKGROUND
2.1. J-K FLIP FLOP
The J-K flip flop is versatile and is a widely used type of flip-flop [6]. The
functioning of the J-K flip flop is the same as the S-R flip-flop in the SET and
RESET conditions in such a way as long as J and K are different the output follows
the J input. Furthermore, they are similar in no-change condition when both J and K
inputs are low. The difference is that the J-K flip-flop toggles the output while both J
and K are high [6, 7]. Table below shows the truth table of J-K Flip Flop.
Table 1 J-K Flip Flop Truth Table.
Proposing A Mechanism and Internal Design of Synchronous Counters For Displaying
Decimal Values on Seven Segment Displays
http://www.iaeme.com/IJECET/index.asp 3 editor@iaeme.com
2.2 PARTIAL DECODING
It is known that the total number of states of a direct counter is 2n
where n is the total
number of flip flops. For example, the number of states of a counter which is made of
3 flip flops is 23
which are 8 states and it can count from zero to seven. However, in
some real life applications counters need to have irregular states that are not in the 2n
sequences. In this case, a mechanism should be applied to reset the counter in a
desired state and this mechanism is called partial decoding [6]. For example, if it is
required to design a modulus 5 counter which needs to count from zero to four, the
partial decoding mechanism should be applied to reset the counter at the state of five
[10]. This can be seen in the figure 1. However, partial decoding mechanism is not
practical to be used in designing down counters; it is only aimed to be used to reset an
up counter in a desired state [9].
Figure 1 Modulus 5 Synchronous Up Counter.
As can be seen from the above figure, the counter is made of a group of three Flip
Flops which is the minimum required number of Flip Flops to satisfy the desired
modulus. In addition, the first flip flop from the left belongs to the least significant bit
while the first one from the right represents the most significant bit [6]. Moreover, the
counting states can be displayed using decoded seven segment display which is
provided by the Electronic WorkBench software. However, this display is showing
the outputs in Hexadecimal values in such away when the value is ten in decimal it
converts it to A in Hexadecimal. On the account of this reason, there should be a
proposed way to show the decimal output values greater than 9 in this decoded seven
segment display. In this particular case, two counters can be cascaded together to
display both decimal digits on two different seven segment displays properly. For
example, a display for the tens position while the other one for the ones position. The
aim of this paper is to implement and design a practical high performance counter to
count from zero to a desired two decimal digits number, modulus 65 as a case study
by using Electronic Workbench Software.
In this paper, Electronics Workbench software has been used to design the desired
circuit because it is companionable to use and fast in response [8]. It provides
switching circuits to indicate whether the input is high or low. It also provides an
output circuit which is called decoded seven segment display to display the states in
decimal values.
Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq
http://www.iaeme.com/IJECET/index.asp 4 editor@iaeme.com
3. DESIGN AND IMPLEMENTATION OF MODULUS 65 UP
COUNTER
To design the modulus 65 synchronous up counter there needs to be two counters
cascaded together. The first counter is for ones decimal digit and the second one for
the tens digit. To start with, the first counter should be cleared after each 9 clock
pulses because it is modulus 9 which is aimed to count from 0 to 9. However, the
other counter which is aimed to count the values in the tens decimal digit is required
to count from 0 to 6 because the maximum value of this counter is 6. Moreover, both
counters need to be cleared when the count is 65. This can be done by taking the value
of 66 and decoding it using partial decoding mechanism.
An external synchronous clock is applied to the ones digit counter to count from 0
to 9. However, the tens digit counter receives its clock pulse after the last state of the
first counter in such a way the first counter’s 11th state which is 10 in decimal has to
be partially decoded to reset itself and generate an input synchronous clock pulse to
the tens digit counter. This is called cascaded connection of counters [6]. The state
after the last state of the desired modulus 65 counter should be taken to clear both
counters. This can be done by decoding the 6th state of both counters by a logic AND
gate to clear both counters. Finally, the counter will return to its initial state. The
design can be seen in figure 2.
Figure 2 Modulus 65 Synchronous Up Counter (Initial State).
As can be seen from figure 2, the design of modulus 65 counter is implemented by
using electronic workbench software. The counter is in initial state which 00 appears
on both decoded seven segment displays. In addition, the seven segment displays are
labeled as unit and ten. However, if a clock pulse is applied, the ones counter will
change its state to 1 while the tens counter will remain zero on its output display. If
second clock pulse is applied the ones digit will changes its state to 2. This counting
will continue until the first display reaches decimal 9. After this, it will return back to
0 and the tens digit counter changes its state to 1 by receiving a synchronous clock
pulse from the ones counter to make the circuit show decimal number 10 on its
displays. This state can be seen in figure 3.
Proposing A Mechanism and Internal Design of Synchronous Counters For Displaying
Decimal Values on Seven Segment Displays
http://www.iaeme.com/IJECET/index.asp 5 editor@iaeme.com
Figure 3 Modulus 65 Synchronous Up Counter to show 10 in decimal.
Finally, the last state of the counter is 65 which can be seen in figure 4. After this
state, the counter will return to its initial state meaning 00 appears on the displays.
Figure 4 Modulus 65 Synchronous Up Counter to show 65 in decimal.
4. CONCLUSION
To conclude, practical high performance cascaded modulus 65 counter were designed
by using J-K Flip Flops. The partial decoding mechanism were sufficient and
practical to design the desired counter in such away each counter could be partially
decoded to generate its desired states separately as well as to clear the entire circuit
simultaneously. The proposed counter was implemented by using electronic
workbench software which is friendly and its environment is close to real life
implementation. The states of the counter initially starts from 0 and increases one by
one up to 65 then it returns back to its initial state. It can be said that, this mechanism
is practical to design any modulus of up counters which are aimed to show only
decimal values on the seven segment displays. However, partial decoding mechanism
is not practical to design down counters.
Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq
http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com
REFERENCES
[1] Woo Jin Kim, Yong-Bin Kim, ―A Localized Self-Resetting Gate Design
Methodology for Low Power‖ IEEE 2001.
[2] J. Tschanz, S. Narendra, Z. Chen, S. Borkar,M. Sachdev, V. De. Comparative
delay and energy of single edge triggered and dual edgetriggered pulsed flip-flops
for high performance microprocessors, In Proc.ISPLED, 2001, pp. 207–212.
[3] H, Yogita. K.L, Akalpita. J. S. Baligar. Design and Implementation of
Synchronous 4-bitup Counter Using 180NM CMOS Process Technology.
International Journal of Research in Engineering and Technology. 3(5), 2014.
[4] Dibal, P.Y., Design and Implementation of Mod-6 Synchronous Counter Using
VHDL. Arid Zone Journal of Engineering, Technology and Environment. 9,
pp17-26
[5] Anil, KM. 2007. Digital Electronics Principles: Devices and Applications.
Sussex: John Wiley & Sons.
[6] T. L. Floyd, Digital Fundamentals, Fourth Edition, Macmillan Publishing, 1990,
p.395.
[7] Varun I., Gupta T.K., Ultra - low power NAND based multiplexer and flip flop.
IEEE International Conference, pp. 1-5, 2013.
[8] Aissi, C. and D. Kazakos, A review of chaotic circuits, simulation and
implementation, in Proceedings of the 10th WSEAS international conference on
Circuits2006, World Scientific and Engineering Academy and Society (WSEAS):
Athens, Greece. p. 125-131.
[9] Bawar A. Abdalla, Zhenar Sh. Faeq, and Zrar Kh. Abdul, 2015. Exploiting
Design Of Synchronous Counters Method To Design And Implement Mod 6
Direct Down Counter. International journal of Electronics and Communication
Engineering &Technology 6(7), pp 31-37.
[10] B. Somanathan, Digital Electronics and Logic Design, Sixth Printing, Asoke k.
Gosh, 2006, p.138

More Related Content

Viewers also liked

Viewers also liked (7)

Ijcet 06 08_002
Ijcet 06 08_002Ijcet 06 08_002
Ijcet 06 08_002
 
A comprehensive study of non blocking joining techniques
A comprehensive study of non blocking joining techniquesA comprehensive study of non blocking joining techniques
A comprehensive study of non blocking joining techniques
 
Ijcet 06 08_003
Ijcet 06 08_003Ijcet 06 08_003
Ijcet 06 08_003
 
Ijm 06 08_001
Ijm 06 08_001Ijm 06 08_001
Ijm 06 08_001
 
Ijm 06 07_002
Ijm 06 07_002Ijm 06 07_002
Ijm 06 07_002
 
Ijciet 06 07_002
Ijciet 06 07_002Ijciet 06 07_002
Ijciet 06 07_002
 
Ijmet 06 08_011
Ijmet 06 08_011Ijmet 06 08_011
Ijmet 06 08_011
 

Similar to Display Decimal Counter Values

IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
Counter digital electronics
Counter digital electronics Counter digital electronics
Counter digital electronics Sooraj Maurya
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET Journal
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan ReportPeeyush Pashine
 
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...eSAT Publishing House
 
bidirectional report
bidirectional reportbidirectional report
bidirectional reportHasan baig
 
An external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueAn external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueIAEME Publication
 
Design, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting CircuitDesign, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting CircuitIOSR Journals
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersArti Parab Academics
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerIAEME Publication
 
IRJET- Design of Diagnosis Device for Electronic Throttle Body
IRJET-  	  Design of Diagnosis Device for Electronic Throttle BodyIRJET-  	  Design of Diagnosis Device for Electronic Throttle Body
IRJET- Design of Diagnosis Device for Electronic Throttle BodyIRJET Journal
 

Similar to Display Decimal Counter Values (20)

Low Power Area Efficient Parallel Counter Architecture
Low Power Area Efficient Parallel Counter ArchitectureLow Power Area Efficient Parallel Counter Architecture
Low Power Area Efficient Parallel Counter Architecture
 
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
 
Hardware lecture11
Hardware lecture11Hardware lecture11
Hardware lecture11
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
Counter digital electronics
Counter digital electronics Counter digital electronics
Counter digital electronics
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing Machine
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan Report
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
 
High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...
 
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...
Design and implementation of synchronous 4 bit up counter using 180 nm cmos p...
 
bidirectional report
bidirectional reportbidirectional report
bidirectional report
 
An external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation techniqueAn external plunge grinding machine with control panel automation technique
An external plunge grinding machine with control panel automation technique
 
Design, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting CircuitDesign, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting Circuit
 
K010137378
K010137378K010137378
K010137378
 
a simple bcd counter project
a simple bcd counter projecta simple bcd counter project
a simple bcd counter project
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I Counters
 
Gate level-design-of-a-digital-clock
Gate level-design-of-a-digital-clockGate level-design-of-a-digital-clock
Gate level-design-of-a-digital-clock
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controller
 
IRJET- Design of Diagnosis Device for Electronic Throttle Body
IRJET-  	  Design of Diagnosis Device for Electronic Throttle BodyIRJET-  	  Design of Diagnosis Device for Electronic Throttle Body
IRJET- Design of Diagnosis Device for Electronic Throttle Body
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 

Recently uploaded (20)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 

Display Decimal Counter Values

  • 1. http://www.iaeme.com/IJECET/index.asp 1 editor@iaeme.com International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 6, Issue 8, Aug 2015, pp. 01-06, Article ID: IJECET_06_08_001 Available online at http://www.iaeme.com/IJECETissues.asp?JTypeIJECET&VType=6&IType=8 ISSN Print: 0976-6464 and ISSN Online: 0976-6472 © IAEME Publication PROPOSING A MECHANISM AND INTERNAL DESIGN OF SYNCHRONOUS COUNTERS FOR DISPLAYING DECIMAL VALUES ON SEVEN SEGMENT DISPLAYS Bawar A. Abdalla Department of Software Engineering, Faculty of Engineering, University of Koya, Koya, Iraq Azhi A. Faraj Department of Petroleum Engineering, Faculty of Engineering, University of Koya, Koya, Iraq Zhenar Sh. Faeq Department of Software Engineering, Faculty of Engineering, University of Koya, Koya, Iraq ABSTRACT In this paper, J-K Flip Flops are used to design modulus 65 synchronous counter by showing only decimal values rather than ordinary Hexadecimal values. The entire circuit could be designed by cascading two counters together while the ones digit counter provides clock pulses to the tens digit counter. Implementation and design of the counter was made by using Electronics Workbench software. Partial decoding mechanism is practical to clear each counter in its desired state as well as clear the entire circuit after the number 65 in decimal. TTL Logic (Vcc) was used to provide digital input 1 and Ground to provide digital input 0. The outputs are shown through decoded seven segment displays. The proposed mechanism is practical and applicable to design any modulus counter to show the output in decimal. Furthermore, this mechanism can have advantages over direct modulus counters because the decimal numbers greater than 9 cannot be shown on decoded seven segment displays. Keywords: Synchronous Counter, Partial decoding, Up Counter. Cite this Article: Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq. Proposing A Mechanism and Internal Design of Synchronous Counters For Displaying Decimal Values on Seven Segment Displays. International Journal of Electronics and Communication Engineering & Technology, 6(8),
  • 2. Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq http://www.iaeme.com/IJECET/index.asp 2 editor@iaeme.com 2015, pp. 01-06. http://www.iaeme.com/IJECET/issues.asp?JTypeIJECET&VType=6&IType=8 1. INTRODUCTION Digital logic circuits are widely used in modern technologies. These circuits are becoming more popular because of their high performances and low consuming power. They are also used in the design of flip flops [1]. Moreover, Flip Flops are the essential elements of designing the semiconductor devices [2]. These Flip Flops can be used to design and implement counters. It is known that counters are the fundamental function of digital circuits which can count from zero to a specified maximum number or vice versa additionally they can be used to generate specific patterns [3]. Counters can be used in many areas of practical applications such as microcontrollers, frequency synthesizers, analog to digital converters, digital clocks and timing circuits and circuits used in communication systems [4]. The number of states that a counter goes through to complete its counting cycle is called the modulus of the counter in which after completing the cycle; the counter returns back to its initial state [5]. In addition, the modulus of a counter can be determined through the number of bits used in the counter’s circuit. So that, a counter with n bits can have 2n states [6]. As mentioned earlier, Flip Flops can be used to design counters in a way that each Flip Flop represents a single bit in the counter [2]. There are many types of Flip Flops such as SR, D, T and JK. They can be properly grouped together to perform the function of a counter. Furthermore, the connection of the Flip Flops together and the way they are clocked classifies the counters to asynchronous and synchronous counters. In asynchronous counters each Flip Flop receives clock pulse from the previous Flip Flop. This makes the internal circuit needless of the entire clock circuit, while in the synchronous counters all the Flip Flops are clocked simultaneously [6]. However, this feature gives the advantage of decreasing the propagation time delay in synchronous counter compared to asynchronous counter. 2. BACKGROUND 2.1. J-K FLIP FLOP The J-K flip flop is versatile and is a widely used type of flip-flop [6]. The functioning of the J-K flip flop is the same as the S-R flip-flop in the SET and RESET conditions in such a way as long as J and K are different the output follows the J input. Furthermore, they are similar in no-change condition when both J and K inputs are low. The difference is that the J-K flip-flop toggles the output while both J and K are high [6, 7]. Table below shows the truth table of J-K Flip Flop. Table 1 J-K Flip Flop Truth Table.
  • 3. Proposing A Mechanism and Internal Design of Synchronous Counters For Displaying Decimal Values on Seven Segment Displays http://www.iaeme.com/IJECET/index.asp 3 editor@iaeme.com 2.2 PARTIAL DECODING It is known that the total number of states of a direct counter is 2n where n is the total number of flip flops. For example, the number of states of a counter which is made of 3 flip flops is 23 which are 8 states and it can count from zero to seven. However, in some real life applications counters need to have irregular states that are not in the 2n sequences. In this case, a mechanism should be applied to reset the counter in a desired state and this mechanism is called partial decoding [6]. For example, if it is required to design a modulus 5 counter which needs to count from zero to four, the partial decoding mechanism should be applied to reset the counter at the state of five [10]. This can be seen in the figure 1. However, partial decoding mechanism is not practical to be used in designing down counters; it is only aimed to be used to reset an up counter in a desired state [9]. Figure 1 Modulus 5 Synchronous Up Counter. As can be seen from the above figure, the counter is made of a group of three Flip Flops which is the minimum required number of Flip Flops to satisfy the desired modulus. In addition, the first flip flop from the left belongs to the least significant bit while the first one from the right represents the most significant bit [6]. Moreover, the counting states can be displayed using decoded seven segment display which is provided by the Electronic WorkBench software. However, this display is showing the outputs in Hexadecimal values in such away when the value is ten in decimal it converts it to A in Hexadecimal. On the account of this reason, there should be a proposed way to show the decimal output values greater than 9 in this decoded seven segment display. In this particular case, two counters can be cascaded together to display both decimal digits on two different seven segment displays properly. For example, a display for the tens position while the other one for the ones position. The aim of this paper is to implement and design a practical high performance counter to count from zero to a desired two decimal digits number, modulus 65 as a case study by using Electronic Workbench Software. In this paper, Electronics Workbench software has been used to design the desired circuit because it is companionable to use and fast in response [8]. It provides switching circuits to indicate whether the input is high or low. It also provides an output circuit which is called decoded seven segment display to display the states in decimal values.
  • 4. Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq http://www.iaeme.com/IJECET/index.asp 4 editor@iaeme.com 3. DESIGN AND IMPLEMENTATION OF MODULUS 65 UP COUNTER To design the modulus 65 synchronous up counter there needs to be two counters cascaded together. The first counter is for ones decimal digit and the second one for the tens digit. To start with, the first counter should be cleared after each 9 clock pulses because it is modulus 9 which is aimed to count from 0 to 9. However, the other counter which is aimed to count the values in the tens decimal digit is required to count from 0 to 6 because the maximum value of this counter is 6. Moreover, both counters need to be cleared when the count is 65. This can be done by taking the value of 66 and decoding it using partial decoding mechanism. An external synchronous clock is applied to the ones digit counter to count from 0 to 9. However, the tens digit counter receives its clock pulse after the last state of the first counter in such a way the first counter’s 11th state which is 10 in decimal has to be partially decoded to reset itself and generate an input synchronous clock pulse to the tens digit counter. This is called cascaded connection of counters [6]. The state after the last state of the desired modulus 65 counter should be taken to clear both counters. This can be done by decoding the 6th state of both counters by a logic AND gate to clear both counters. Finally, the counter will return to its initial state. The design can be seen in figure 2. Figure 2 Modulus 65 Synchronous Up Counter (Initial State). As can be seen from figure 2, the design of modulus 65 counter is implemented by using electronic workbench software. The counter is in initial state which 00 appears on both decoded seven segment displays. In addition, the seven segment displays are labeled as unit and ten. However, if a clock pulse is applied, the ones counter will change its state to 1 while the tens counter will remain zero on its output display. If second clock pulse is applied the ones digit will changes its state to 2. This counting will continue until the first display reaches decimal 9. After this, it will return back to 0 and the tens digit counter changes its state to 1 by receiving a synchronous clock pulse from the ones counter to make the circuit show decimal number 10 on its displays. This state can be seen in figure 3.
  • 5. Proposing A Mechanism and Internal Design of Synchronous Counters For Displaying Decimal Values on Seven Segment Displays http://www.iaeme.com/IJECET/index.asp 5 editor@iaeme.com Figure 3 Modulus 65 Synchronous Up Counter to show 10 in decimal. Finally, the last state of the counter is 65 which can be seen in figure 4. After this state, the counter will return to its initial state meaning 00 appears on the displays. Figure 4 Modulus 65 Synchronous Up Counter to show 65 in decimal. 4. CONCLUSION To conclude, practical high performance cascaded modulus 65 counter were designed by using J-K Flip Flops. The partial decoding mechanism were sufficient and practical to design the desired counter in such away each counter could be partially decoded to generate its desired states separately as well as to clear the entire circuit simultaneously. The proposed counter was implemented by using electronic workbench software which is friendly and its environment is close to real life implementation. The states of the counter initially starts from 0 and increases one by one up to 65 then it returns back to its initial state. It can be said that, this mechanism is practical to design any modulus of up counters which are aimed to show only decimal values on the seven segment displays. However, partial decoding mechanism is not practical to design down counters.
  • 6. Bawar A. Abdalla, Azhi A. Faraj and Zhenar Sh. Faeq http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com REFERENCES [1] Woo Jin Kim, Yong-Bin Kim, ―A Localized Self-Resetting Gate Design Methodology for Low Power‖ IEEE 2001. [2] J. Tschanz, S. Narendra, Z. Chen, S. Borkar,M. Sachdev, V. De. Comparative delay and energy of single edge triggered and dual edgetriggered pulsed flip-flops for high performance microprocessors, In Proc.ISPLED, 2001, pp. 207–212. [3] H, Yogita. K.L, Akalpita. J. S. Baligar. Design and Implementation of Synchronous 4-bitup Counter Using 180NM CMOS Process Technology. International Journal of Research in Engineering and Technology. 3(5), 2014. [4] Dibal, P.Y., Design and Implementation of Mod-6 Synchronous Counter Using VHDL. Arid Zone Journal of Engineering, Technology and Environment. 9, pp17-26 [5] Anil, KM. 2007. Digital Electronics Principles: Devices and Applications. Sussex: John Wiley & Sons. [6] T. L. Floyd, Digital Fundamentals, Fourth Edition, Macmillan Publishing, 1990, p.395. [7] Varun I., Gupta T.K., Ultra - low power NAND based multiplexer and flip flop. IEEE International Conference, pp. 1-5, 2013. [8] Aissi, C. and D. Kazakos, A review of chaotic circuits, simulation and implementation, in Proceedings of the 10th WSEAS international conference on Circuits2006, World Scientific and Engineering Academy and Society (WSEAS): Athens, Greece. p. 125-131. [9] Bawar A. Abdalla, Zhenar Sh. Faeq, and Zrar Kh. Abdul, 2015. Exploiting Design Of Synchronous Counters Method To Design And Implement Mod 6 Direct Down Counter. International journal of Electronics and Communication Engineering &Technology 6(7), pp 31-37. [10] B. Somanathan, Digital Electronics and Logic Design, Sixth Printing, Asoke k. Gosh, 2006, p.138