User:Dualdflipflop

From Sfvlug

(Difference between revisions)
m (Added wikipedia links)
 
Line 1: Line 1:
-
'''DualDFlipFlop''' is a name given to me by a long time ago, but never really used. Recently, having undergone much change, I decided it was time for a new [[Screen name (computing)|handle]] for myself. The name is based on an [[Integrated Circuit]] explained below.
+
'''DualDFlipFlop''' is a name given to me by a long time ago, but never really used. Recently, having undergone much change, I decided it was time for a new [[Wikipedia:Screen name (computing)|handle]] for myself. The name is based on an [[Wikipedia:Integrated Circuit | Integrated Circuit]] explained below.
I had worked at a Radio Shack as a kid, after leaving, I still hung out with the friend of mine who had replaced me. While he was re-stocking the back wall, which had all the electronic components, he stumbled upon the 7474 and started laughing at the name "Dual D Flip-Flop" he said. When I asked why it was so funny, he told me this would be a perfect superhero name to go with his other one of the day "Orval Plax Knockoff". After that, he asked what it did, and so I tried to explain it to him,  similar to how it is described below. After that, he and I called each other by those two names on occasion.
I had worked at a Radio Shack as a kid, after leaving, I still hung out with the friend of mine who had replaced me. While he was re-stocking the back wall, which had all the electronic components, he stumbled upon the 7474 and started laughing at the name "Dual D Flip-Flop" he said. When I asked why it was so funny, he told me this would be a perfect superhero name to go with his other one of the day "Orval Plax Knockoff". After that, he asked what it did, and so I tried to explain it to him,  similar to how it is described below. After that, he and I called each other by those two names on occasion.
Line 5: Line 5:
==Quick digital flip-flop class:==
==Quick digital flip-flop class:==
-
First let's look at what a [[Flip-flop (electronics)|flip-flop]] is. In [[digital electronics]] the flip-flop or bistable [[multivibrator]] is a circuit capable of serving as a one-bit memory. The standard interface to a flip-flop includes zero, one, or two input signals; a clock signal; and an output signal. And since we are talking about the [[7400 series]] Integrated Circuit, they also require power and ground connections. Some flip-flops include a clear input signal, which resets the current output, as is such with the 7474 Dual D type flip-flop.  
+
First let's look at what a [[Wikipedia:Flip-flop (electronics)|flip-flop]] is. In [[Wikipedia:digital electronics | digital electronics]] the flip-flop or bistable [[Wikipedia:multivibrator | multivibrator]] is a circuit capable of serving as a one-bit memory. The standard interface to a flip-flop includes zero, one, or two input signals; a clock signal; and an output signal. And since we are talking about the [[Wikipedia:7400 series | 7400 series]] Integrated Circuit, they also require power and ground connections. Some flip-flops include a clear input signal, which resets the current output, as is such with the 7474 Dual D type flip-flop.  
-
[[Image:74s74.jpg|thumb|220px|A [[7400 series]] [[Integrated Circuit]].]]
+
[[Image:74s74.jpg|thumb|220px|A [[Wikipedia:7400 series| 7400 series]] [[Wikipedia:Integrated Circuit | Integrated Circuit]].]]
-
Pulsing, otherwise known as "strobing" the [[Clocked sequential system|clock]] causes the flip-flop to either change or retain its output signal, based upon the values of the input signals and the characteristic equation of the flip-flop. In this case Q<sub>next</sub> = D  
+
Pulsing, otherwise known as "strobing" the [[Wikipedia:Clocked sequential system|clock]] causes the flip-flop to either change or retain its output signal, based upon the values of the input signals and the characteristic equation of the flip-flop. In this case Q<sub>next</sub> = D  
The D ("delay") flip-flop takes one input, which it conveys to the output when the clock is strobed. Regardless of the current value of the output, it will assume a value 1 if D = 1 when the flip-flop is strobed or a value 0 if D = 0 when the flip-flop is strobed.
The D ("delay") flip-flop takes one input, which it conveys to the output when the clock is strobed. Regardless of the current value of the output, it will assume a value 1 if D = 1 when the flip-flop is strobed or a value 0 if D = 0 when the flip-flop is strobed.
Line 17: Line 17:
Forgive me if that was too complex or I left something out. My mind is wondering today.
Forgive me if that was too complex or I left something out. My mind is wondering today.
-
===The corresponding [[truth table]]:===
+
===The corresponding [[Wikipedia:truth table | truth table]]:===
If all that confused you, perhaps this might help.
If all that confused you, perhaps this might help.
     ____________________
     ____________________
Line 75: Line 75:
       ----    ----    ----    ----    ----    ----    ----   
       ----    ----    ----    ----    ----    ----    ----   
                                                 _             
                                                 _             
-
       1CLR      1D      1CK    1PR    1Q    1Q      GND  
+
       1CLR      1D      1CK    1PR    1Q    1Q      GND
-
 
+
-
 
+
-
==Other Online Activities==
+
-
 
+
-
Currently, my handle is being used mostly for forum activities, such as the J!NX member board, which I also moderate. My goals online (using this nickname), especially in these forum communities, is to provide help to those who are [[hacker|computer enthusiast]] looking for advice and guidance.
+

Current revision as of 17:04, 27 January 2007

DualDFlipFlop is a name given to me by a long time ago, but never really used. Recently, having undergone much change, I decided it was time for a new handle for myself. The name is based on an Integrated Circuit explained below.

I had worked at a Radio Shack as a kid, after leaving, I still hung out with the friend of mine who had replaced me. While he was re-stocking the back wall, which had all the electronic components, he stumbled upon the 7474 and started laughing at the name "Dual D Flip-Flop" he said. When I asked why it was so funny, he told me this would be a perfect superhero name to go with his other one of the day "Orval Plax Knockoff". After that, he asked what it did, and so I tried to explain it to him, similar to how it is described below. After that, he and I called each other by those two names on occasion.

Contents

Quick digital flip-flop class:

First let's look at what a flip-flop is. In digital electronics the flip-flop or bistable multivibrator is a circuit capable of serving as a one-bit memory. The standard interface to a flip-flop includes zero, one, or two input signals; a clock signal; and an output signal. And since we are talking about the 7400 series Integrated Circuit, they also require power and ground connections. Some flip-flops include a clear input signal, which resets the current output, as is such with the 7474 Dual D type flip-flop.

Pulsing, otherwise known as "strobing" the clock causes the flip-flop to either change or retain its output signal, based upon the values of the input signals and the characteristic equation of the flip-flop. In this case Qnext = D

The D ("delay") flip-flop takes one input, which it conveys to the output when the clock is strobed. Regardless of the current value of the output, it will assume a value 1 if D = 1 when the flip-flop is strobed or a value 0 if D = 0 when the flip-flop is strobed.

Also the D type flip-flop can also be seen as a "primitive delay" line or "zero-order hold", since the data is posted at the output one clock cycle after it arrives at the input.

Forgive me if that was too complex or I left something out. My mind is wondering today.

The corresponding truth table:

If all that confused you, perhaps this might help.

   ____________________
  |  D  |  Q  | Q next |
  |--------------------|
  |  0  |  X  |   0    |
  |-----|-----|--------|
  |  1  |  X  |   1    |
  |_____|_____|________|

D type flip-flop symbol:

The circuit symbol for a D-type flip-flop, where > is the clock input, D is the data input and Q is the stored data output.

   --------
  |        |
--|>       |
  |       Q|--
--|D       |
  |        |
   --------

The(7474) "Dual D Flip-Flop" Diagram:

If you would like to see under the hood of the IC, here is what it would look like. Now, some companies may change the label of the pinouts, but this is what the standard 7474 IC looks like. If you see something like 74xx74, xx being some letters like LS, HC, or whatever, that just means there is something different about the performance of the chip usually, however the function is still the same.

                                                       _
      Vcc    2CLR     2D      2CK     2PR     2Q      2Q
                                                            
     ----    ----    ----    ----    ----    ----    ----
  ---|14|----|13|----|12|----|11|----|10|----|09|----|08|---
  |--------------------------------------------------------|
  ||           |       |       |       |       |       |  ||
  ||           |       |       |       |--|    |--|    |  ||
  ||           |       |       |          o       |    |  ||
  ||           |       |       |      ..........  |    |  ||
  ||           |       |       |     :    PR    : |    |  ||
  ||           |       |-------^-----:D        Q:-|    |  ||
  ||           |               |     :          :      |  ||
  ||           |               |-----:>CK      _:      |  ||
  ||           |                     :         Q:------|  ||
  ||           |-----------------|   :    CLR   :         ||
  ||                             |   ............         ||
  ||  |------------|             |         o              ||
  ||  |            o             |---------|              ||
  ||  |      ............                                 ||
  ||  |      :    CLR  _:                                 ||
  ||  |      :         Q:---------------------|           ||
  ||  |   |--:>CK       :                     |           ||
  ||  |   |  :          :                     |           ||
  ||  | |-^--:D        Q:--------------|      |           ||
  ||  | | |  :    PR    :              |      |           ||
  ||  | | |  :..........:              |      |           ||
  ||  | | |       o                    |      |           ||
  ||  | | |-----| |------------|       |      |           ||
  ||  | |       |              |       |      |           ||
  ||  | |-----| |-----|        |       |      |           ||
  ||  |       |       |        |       |      |           ||
  |--------------------------------------------------------|
  ---|01|----|02|----|03|----|04|----|05|----|06|----|07|---
     ----    ----    ----    ----    ----    ----    ----   
                                               _            
     1CLR      1D      1CK     1PR     1Q     1Q      GND
Personal tools