Maker Pro
Maker Pro

Flip Flops

B

Bob Monsen

Jan 1, 1970
0
I have a comp sci degree, and something that was never explained were flip
flops.
I never understood on a chip how switching occurs with no moving parts, no
this is not a troll but a genuine newbie to electronics question, which as I
get involved with am beginning to really enjoy, having just built a working
kit. The course lectures never went near the electronics side of things, the
closest we got were logic gates.

TIA,

It's caused by the fact that a double negative is a positive... no, really.

It is done with what is called feedback. The output of a circuit is used
to set its own input. This means that when the original input goes
away, the output is still keeping itself in the same state.

Changing the output generally involves overriding this 'feedback' input
with an outside input.

As an example, inverters are logic gates that, when given an input of
either LOW or HIGH, output the opposite, HIGH or LOW, respectively. Now,
imagine two inverter gates, A and B, which are connected so that the
output of A is the input of B, and the output of B is the input of A. Now,
assume that for whatever reason, the input of A is high. Then the output
of A will be LOW, causing the input to B to be LOW, causing the output of
B to be high, and thus making the input to A HIGH, like we assumed. A
double negative makes a positive. Thus, the circuit is in a stable state,
A LOW, B HIGH. Now, suppose we somehow force the input of A to suddenly be
LOW without changing anything else (perhaps by grounding the input with a
pushbutton). Then the output of A goes high, the output of B goes low, and
so it is again in a stable state, this time A HIGH, B LOW. Bill's
transistor flipflop is really just this circuit; the two transistors are
each configured as an inverter, where if the input at the base is a high
voltage, the collector of the transistor is a low voltage.

Digital flip-flops use this situation to 'remember' that things have
occured. There are lots of different kinds of flipflops, but they all use
something like this as their basis. The differences have to do with how
they get set to the different states. RS flipflops have two different
inputs, one which sets it one way, the other of which sets it the other
way. JK flipflops also do this, but use a clock signal to synchronize the
input; the state only changes when the clock changes. T flipflops change
state whenever a pulse is seen on the input. D flipflops are clocked, and
set up so the output follows whatever is on the input when the clock
transitions.

You can read this site to find out more:

http://www.play-hookey.com/digital/
 
J

Jasen Betts

Jan 1, 1970
0
As for word-wrap, not to start a flame war but, get a MIME compliant newsreader.

know of any that preform reasonably well when connectiong to a server with
40000 groups over a low speed connection (56K modem)?

so far slrn is the only reader I've fouund that can start up in less than 5
minutes, (it takes about 20 seconds)

and while I can enlarge the window to see the long lines having the
window 5 times the width of the display is inconvenient.

Bye.
Jasen
 
J

Jasen Betts

Jan 1, 1970
0
What is really needed is a newsreader that converts top posting ;-)

converts it to what... the only thing worse than top posting it 20 pages of
quote folloed bt 2 lines of reply.
 
J

Jasen Betts

Jan 1, 1970
0
On 2005-09-18, dbernat3
As for word-wrap, not to start a flame war but, get a MIME complian newsreader
know of any that preform reasonably well when connectiong to a serve
wit
40000 groups over a low speed connection (56K modem)

so far slrn is the only reader I've fouund that can start up in les
than
minutes, (it takes about 20 seconds

and while I can enlarge the window to see the long lines having the
window 5 times the width of the display is inconvenient

Bye
Jase
 
J

Jasen Betts

Jan 1, 1970
0
On Sun, 18 Sep 2005 14:36:12 +0000, dbernat32 wrote:

I repeat that I enjoy choosing a line length myself, not one
chosen by the poster or his/her newsreader. "Quoted-printable" encoding
allows for this.

What is really needed is a newsreader that converts top posting ;-)
converts it to what... the only thing worse than top posting it 20
pages of
quote folloed bt 2 lines of reply.
 
R

Rich Grise

Jan 1, 1970
0
converts it to what... the only thing worse than top posting it 20
pages of
quote folloed bt 2 lines of reply.

That usually says, "Me, Too!"

Cheers!
Rich
 
Top