Digital Logic Building Block Flashcards
a circuit that subtracts three bits: two input bits and a borrow bit from the previous lower significant position.
Full Subtractor
are digital circuits where the output depends only on the current inputs, not previous states
Combinational Circuits
a device that selects one of several inputs and forwards the selected input to a single output.
Multiplexer (MUX)
a circuit that subtracts two bits and gives two outputs: Difference and Borrow.
Half Subtractor
a device that converts a binary input code into a one-hot output (only one output is active)
Decoders
a device that converts multiple inputs into a coded binary output
Encoders
a device that takes a single input and routes it to one of several outputs.
Demultiplexers
a circuit that adds two single-bit binary numbers and gives two outputs: Sum and Carry.
Half Adder
a circuit that adds three bits: two input bits and one carry bit from the previous lower significant position.
Full Adders