Java Games: Flashcards, matching, concentration, and word search.

Digital Terms 2

AB
LATCHa circuit that captures and input state, transfers it to its output, and holds it in that state even after the input is changed.
Qthe “main” output of a latch or flipflop, similar to a Boolean Y. Not to be confused with the analog Q, quality of a tuned circuit
notQa second output which is exactly like the Q output, except that its polarity is reversed. That is, whenever Q is 1, notQ is 0. In text, often identified as nQ or -Q. In diagrams, identified as Q with a line over it.
SR LATCHset / reset latch, a latch where “1” on the S (set) input sets Q, and “1” on the R (reset) input resets Q. Also known as a SC latch for set / clear. It is not permissible for S and R to both be 1 at the same time.
FLIPFLOPa circuit that can be set up to alternate. With successive input pulses, Q goes high, low, high, low etc.
T FLIPFLOPa flipflop that toggles, or alternates as described above.
JK FLIPFLOPlike an SR flipflop in most ways; when J is high, Q flips on the next clock, when K is high, Q resets on the next clock. However, J and K can both be high at once, in which case the JK flipflop toggles like a T-flipflop. Most JK flipflops also have set and clear inputs, which affect the outputs immediately.
BINARY COUNTERalso known as a ripple counter, a circuit that counts in binary: 0, 1, 10, 11, 100 and so on. A string of T flipflops with each notQ connected to the next flipflop's clock input makes a binary counter.
UP-DOWN COUNTERa binary counter with a control input that can make the counter count either up or down.
MODULUS COUNTERa counter that is designed to count up to a certain number, e.g. 5, 7, 13, 144, and then reset to zero and start the count over.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities