Skip to main content

Question: Show that a Johnson counter with n flip-flops produces a sequence of 2n states. List the 10 states produced with five flip-flops and the boolean terms of each of the 10 AND gate outputs.

ANSWER


A Johnson counter is a sunchronous ring counter with theinverted output of the last flip flop connected back to the D inputof the first flip flop.
An n flip flop Jhonson counter sequence startingfrom all 0's,
First clock pulse  insertsa 1 to  the left most FF
Second clock pulse inserts 1 to the 1st FF and shifts 1 to thesecond FF
This sequence continues until all the n flip flops are 1 ,that is at the end of n clock pulses all the FFs are HIGH.This goes thrugh n states
The next clock pulse inserts a 0 to the left most and thesequence conitues until all the FFs are LOW. This goes through nstates.
Thus a total of n+n = 2n different states are present in an-bit Jhonson counter
With n=5, the truth table and the ouput of hte correspondingdecoding AND gate is as shown below
Count   A   B   C   D   E         ANDgate output
 1         0   0    0    0   0         A'E'
 2         1   0    0    0   0         AB'
 3         1   1    0    0   0         BC'
 4         1   1    1    0   0         CD'
 5         1   1    1    1   0         DE'
 6         1   1    1    1   1         AE
 7         0   1    1    1   1         A'B
 8         0   0    1    1   1         B'C
 9         0   0    0    1   1         C'D
 10      0    0    0   0    1         D'E
At the 11th clock pulse the output will be 00000 and thesequence continues.
Thus we see that there are 10 states for a 5 flip flop Jhonsoncounter.


Comments

  1. https://www.chegg.com/homework-help/evaluate-following-integral-analytically-b-single-applicatio-chapter-21-problem-2p-solution-9780073397924-exc

    ReplyDelete
  2. https://www.chegg.com/homework-help/questions-and-answers/determine-difference-pressure-centerline-points-b-two-pipelines-figure-manometer-liquid-cd-q6304919#

    ReplyDelete
  3. https://www.chegg.com/homework-help/questions-and-answers/determine-difference-pressure-centerline-points-b-two-pipelines-figure-manometer-liquid-cd-q6304919#

    ReplyDelete
  4. https://webcache.googleusercontent.com/search?q=cache:5EtR8awLMfEJ:https://www.chegg.com/homework-help/south-southwest-sxsw-annual-music-film-technology-festival-h-chapter-16-problem-2tio-solution-9780078023163-exc+&cd=4&hl=en&ct=clnk&gl=ir

    ReplyDelete
  5. https://www.chegg.com/homework-help/south-southwest-sxsw-annual-music-film-technology-festival-h-chapter-16-problem-2tio-solution-9780078023163-exc

    ReplyDelete

Post a Comment

Popular posts from this blog

Osmosis Data Sheet

Data Sheet: Activity - Osmosis Name Course Date Activity Data Code       Procedure I -Test Solution 1: Water Complete the tablesand questions below using your data and information found under the Background tab Data Table I Note: Difference in Final Volumes = Final Volume of Test Sol - Final Volume of Water Trial Starting Volume of Test Solution (L) Starting Volume of Water (L) Final Volume of Test Solution (L) Final Volume of Water (L) Difference in Final Volumes (L) 1 1.28 1.75 1.51 1.52 -0.01 2 1.28 2.00 1.64 1.64 0 Observations and Questions [1] Given that the final heights (and volumes) are the same for the water and test solution, what can you...

Pseudocode - painting a wall

My pseudocode from Module Two: Pseudocode – Painting a Wall MEASURE wall-length MEASURE wall width CALCULATE wall area DETERMINE amount of paint needed for wall-size PURCHASE desired paint and tools (brushes, rollers, pan, etc.) PREPARE work area and tools START painting wall END when painting is complete CLEAN work area and tools STORE tools and any leftover pa​‌‌‌‌‌‌‍‍‍‌‌‍‍‍‌‍‌‍‍​int
Simple Computer Science Questions Question 2 ANSWER Match the following a - 4 b - 10 c - 8 d - 6 e - 9 f - 1 g - 2 h - 7 i - 3 j - 5