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

Question: prove by induction 2^2 + 4^2 + 6^2 + ... + (2n)^2 = (2n)(2n+1)(2n+2)/6 ANSWER we will use induction on n base case : n=1 we have, 2^2 = 2*3*4/6 = 4 which is true inductive hypothesis let it be true for n = k i.e.,  2^2 + 4^2 + ... + (2k)^2 =   [(2k)(2k+1)(2k+2)]/6 inductive case let n = k+1 then we have 2^2 + 4^2 + .... + (2k)^2 + (2(k+1))^2 =   [(2k)(2k+1)(2k+2)]/6 + (2k+2)^2 =(2k+2)*[(2k)(2k+1)/6 + (2k+2)] =(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ] =(2k+2)*[ (4k^2+14k+12)/6 ] = =(2k+2)*[(2k)(2k+1)/6 + (2k+2)] =(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ] =(2k+2)*[ (4k^2+14k+12)/6 ] = (2k+2)*[ (4k^2 + 8k + 6k + 12)/6 ] = (2k+2)*[ (4k(k + 2) +6(k+2))/6 ] = (2k+2)*[ (4k+6)(k+2)/6 ] =  (2k+2)*[ 2 (2k+3)(k+2)/6  ] =   (2k+2)*[  (2k+3)*2*(k+2)/6  ] =   (2k+2)*[  (2k+3)(2k+4)/6  ] = [(2*(k+1))(2*(k+1)+1)(2*(k+1)+2)]/6 replacing k+1 by m, we get replacing k+1 by m, we get [(2*m)(2*m+1)(2*m+2)]/6 this completes our proof b...

IT management

FIGURE P1.1 The File Structure for Problems 1-4 1.       How many records does the file contain? How many fields are there per record? 2.       What problem would you encounter if you wanted to produce a listing by city? How would you solve this problem by altering the file structure? 3.       If you wanted to produce a listing of the file contents by last name, area code, city, state, or zip code, how would you alter the file structure? 4.       What data redundancies do you detect? How could those redundancies lead to anomalies? Figure P2.4 The DealCo relational diagram 4. Identify each relationship type and write all of the business rules. 5.       Create the basic Crow’s Foot ERD for DealCo. FIGURE P3.17 The Ch03_TransCo Database Tables     17. For each table, identify the primary key and the for...
Question: Q1 a. Sketch the static characteristics of a diode. (6 marks) b. An AC voltage source V drives a transformer with centre tap second indin gs connected to two rectifiers is shown in the following diagram. The load has constant current Io. Assume that when the diode conducts the forward voltage drop is Ve d V Vmsnot. The turns ratio is N: 1:1. Sketch the current waveform through one of the diodes. (6 marks) c. Write down an equation for efficiency of a power converter in terms of output power and converter losses (2 marks) d. Given the following parameters, calculate the efficiency of the power converter. Va = 310 V ω-2π50 forward voltage drop of the diodes VF = 0.7 V Transformer turns ratio = 10: 1 : 1 load current = 10 A Assume that the transformer has no loss and converter losses come from the diodes only. Also assume the diode voltage drop does not change with current. State your assumption if there is any 6 marks) ANSWER