D Flip-Flop

Thread Starter

battery

Joined Jan 28, 2009
4
Just wanted check if i understand correctly -

Here is the DFlip FLop



In the start all triggers have info of hex A (base 16) (meaning 1 0 1 0).
the question - 1) what info will be in these triggers after 1. , 2. , 3. , and 4. impulse.

As i understand this scheme makes a loop -
after first impulse there will be - 0 1 0 1
after second - 1 0 1 0
third - 0 1 0 1
and fourth - 1 0 1 0

Am i right? Or have i understood this completely wrong. :)
 

mik3

Joined Feb 4, 2008
4,843
Is the input of the second flip flop connected to the Q' of the first flip flop? Or it is just a mistake and it should be connected to Q?
 

Thread Starter

battery

Joined Jan 28, 2009
4
Eh, there is no mistake, for some reason i didn`t notice that. :)

So, it`s not as easy as i thought. So all the 0`s and 1`s are inverted when they go into the first flipflop ?
 

Thread Starter

battery

Joined Jan 28, 2009
4
Interesting, it looks like something i wrote in my first try.

So by giving the first impulse the numbers don`t switch ?
 

Cabwood

Joined Feb 8, 2009
20
After each pulse:
Q3 becomes whatever Q0 was before the pulse,
Q2 becomes the inverse of whatever Q3 was before the pulse,
Q1 becomes whatever Q2 was before the pulse and
Q0 becomes whatever Q1 was before the pulse.

This gives me:
at start: 1010
after pulse 1) 0001
after pulse 2) 1100
after pulse 3) 0010
after pulse 4) 0101
 
Top