D-6 Flashcards
How to “DeMorganize”
Change the operator
Negate all the gate’s inputs and outputs
Boolean algebra assumes that variables are either
on or off
All flip-flops have ___________________ outputs
complementary
For a R-S flip-flop the R and S stand for
Reset and set
For R-S flip-flop what happens when S and R equal 1?
Both Q and bar Q would go low. This is called and illegal, or prohibited condition
For NAND gate R-S FF what is the prohibited input?
R and S = 0
making Q and bar Q = high
Describe an asynchronous flip-flop
this means the outputs will respond to the R and S input data when that data changes
Three types of synchronous flip-flops are
Clocked R-S FF
D type FF
J-K FF
Describe a synchronous FF
The data inputs determine what the outputs will be, but the clock inputs determine when the outputs will change.
D type FF is a
leading-edge triggered FF
J-K FF is the most widely used. Why?
possesses a unique toggle feature
can be adapted to any of the other three FF
Many J-K FF use __________________ triggering
trailing-edge
In input state will a J-K FF toggle?
When J and K = 1
What is the formal term for flip-flop
Bistable multivibrator
List the four common FF
R-S Latch FF
D (data) FF
J-K FF
Clocked R-S