Logic 7: Functions of Combinational Logic Flashcards
A combinational logic circuit that is designed by connecting one XOR gate and one AND gate
Half Adder
Is a combinational logic circuit that adds two 1-bit digits
Half-Adder
Is a combinational logic circuit that performs an addition operation on three one-bit binary numbers
Full-Adder
A combinational logic circuit that is designed by connecting two XOR gates, two AND gates, and one OR gate
Full Adder
Is one in which the carry output of each full adder is connected to the carry input of the next higher-order stage
Ripple Carry Adder
Anticipates the output carry of each stage, and based on the inputs, produces the output carry by either carry generation or carry propagation
Look-Ahead Carry Adder
Occurs when an output carry is produced internally by the full-adder
Carry Generation
Occurs when the input carry is rippled to become the output carry
Carry Propagation
It compares the magnitude of two binary quantities to determine the relationship of those quantities
Comparator
A comparator used for Inequality
4-Bit Comparator
Is a digital circuit that detects the presence of a specified combination of bits on its inputs and indicates the presence of that code by a specified output level
Decoder
Converts each BCD code into one of ten possible decimal digit indications
BCD-to-Decimal Decoder
Accepts the BCD code on its inputs and provides output to drive 7-segment display devices
BCD-to-7-Segment Decoder
Is a combinational logic circuit that essentially performs a “reverse” decoder function
Encoder
Accepts active level on one of its inputs and converts it to a coded output
Encoder