answersLogoWhite

0


Best Answer

One jk flip-flop with j=k=1 should be added to the system so that it's modulus becomes 16 instead of 8.

User Avatar

Reynold Kuphal

Lvl 10
1y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

A Johnson counter is a ring counter, i.e. a shift register, where the inverse of the last bit is fed back into the first bit. An 8-bit version would have a period of 16 clocks...

00000000

00000001

00000011

00000111

00001111

00011111

00111111

01111111

11111111

11111110

11111100

11111000

11110000

11100000

11000000

10000000

00000000

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Hardwire shift all the bits up one. So that the system is getting counters' LSB onto bit position 1, and bit position 0 is a 0. It is analogus to shift left only done in hardware.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the working of 4-bit binary synchronous counter.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How does the IC 4026 works?

It is a decade counter with a binary to decimal translator meaning it can take binary and turn it into decimal numbers for example a seven segment display


What type of counter is used in digital wrist watch?

binary divide by 32768 between the crystal oscillator and the seconds digitdecimal counter (0 to 9) for the seconds digitsix counter (0 to 5) for the tens of seconds digitdecimal counter (0 to 9) for the minutes digitsix counter (0 to 5) for the tens of minutes digitduodecimal counter (1 to 12) for the hours digitsbinary counter for the AM/PM indicator


A light bulb is used to demonstrate the binary concept used for computer storage and communication Give another example in everyday life to explain this binary concept Get creativ?

Something like a buzzer; if it's making noise, its 1, if it's not, then 0.


What is a binary digit?

A synchronous or asynchronous stream of signal consisting only of zero(no voltage) and one(position voltage) is called binary data stream. They may be bytestream, wordstream and so on. Sending unique binary pulses periodically create a binary digital signal. For example, you want to pass the number 346F5A through binary digital signal it will be 001101000110111101011010 Break it 0011-0100-0110-1111-0101-1010 you will find the binary equivalents of each digit. This example is very simple. Usually complex form of data are sent to and fro through data lines, be it the SATA cable of your hard drive, the USB port or the Internet.


Was binary stands for binary digits?

No, binary is a number system.A binary digit is called a bit.

Related questions

Design a synchronous 4-bit binary counter?

http://ftp.csci.csusb.edu/schubert/tutorials/csci310/f03/dw4bit.pdf


What is UP Counter in Digital Electronics?

An up counter is simply a digital counter which counts up at some predefined increment. A Binary Up Counter with 'n' stages can count up to 2n states.If we are implementing Up Counter with flip flops, this 'n' stages becomes the number of flip flops. For example a 4 bit Up Counter can count from binary 0000 to 1111, i.e 24=16 states.A detailed design and working animation of of Binary Up Counter is given in the related link section below


What are the applications of fulladder?

Binary Counter


What is difference between decade counter and binary counter?

a counter is a counter which counts the data and the decade counter is the counts the decade ones


What is role of CD4020 IC?

CD4020 is CMOS 14-Stage Ripple-Carry Binary Counter/Divider


What is the maximum counting speed of a 4 bit binary counter which is composed of a flip flop with a propagation delay of 25nano seconds?

Assuming you are running in synchronous mode, a counter with a propagation time of 25 ns can run up to 40 MHz. Since there are other gates involved, I would consider a margin of safety to be 20 MHz.


What is the largest binary number represented by a mod-10 counter?

It is 1001


What is a binary counter?

It counts bits of information using 1s and 0s


What is a asynchronous counters?

draw the circut diagram of the MOD60 asynchronous binary counter


What is the maximum count of decimal of a 5-bit binary counter?

A 5-bit binary counter, interpreted as an unsigned integer, has a range of 0 to 31. Interpreted as a two's complement signed integer, it has a range of -16 to +15.


How do you design the 3 bit binary counter using D flip flop?

Designing a 3 bit synchronous counter using jk flip flop is not an easy project for the uninformed. This is best left to professionals who are adept at programming. There are lengthy guides available on the internet if it is necessary to create one.


When you use a mod-2 counter what binary number will you be able to count to?

1 is the highest number you can count to using a mod-2 counter.