
Site Search
SECTION II-3: Decoders and Flip-Flop Application of Logic Gates
Decoders:-
Decoders are widely used for address decoding in computer design. Demonstrated below decoders for 9 (1001 binary) and 5 (0101) using inverters and AND gates.
Address Decoders | |
---|---|
![]() |
![]() |
Address decoder for 9 (Binary 1001) The Output of the AND gate will be 1 if and only if input is Binary 1001 |
Address decoder for 5 (Binary 0101). The output of the AND gate will be 1 if and only if the input is Binary 0101 |
Flip-Flops:-
A widely used component in digital systems is the Flip-flop. Flip-flops are used to store data. Below diagram demonstrated the logic diagram, block diagram and the truth table for a Flip-flop.
The D Flip-flop is widely used to latch data. Notice from the truth table that a D type Flip flops grabs the data at the input as the clock is activated. A D type Flip-flop holds the data as long as the power is ON.
D Flip-Flops | ||
---|---|---|
![]() |
![]() |
![]() |
D Flip-flop Circuit Diagram | D Flip-flop Block Diagram | D Flip-flop Truth Table |