Combination Al Circuits
Combination Al Circuits
PRIYANKA GHOSE
Information Technology
GCETTS
Combinational circuits
• A combinational logic circuit is one in which
the present state of the combination of the
logic inputs decides the output .
• The term combination logic means combining
of two or more logic gates to form a required
function where the output at a given time
depends only on the input.
• The required output data is obtained from this
process by transforming the binary
information given at the input.
Classification of Combinational Logic
Characterstics:
• The output of combinational circuit at any
instant of time, depends only on the levels
present at input terminals.
• The combinational circuit do not use any
memory. The previous state of input does not
have any effect on the present state of the
circuit.
• A combinational circuit can have an n number
of inputs and m number of outputs.
Half Adder
• Half adder is a combinational logic circuit with
two inputs and two outputs.
• The half adder circuit is designed to add two
single bit binary number A and B.
• It is the basic building block for addition of
two single bit numbers.
• This circuit has two outputs carry and
sum.
Block diagram:
Truth Table:
Circuit Diagram:
Full-Adder
• A combinational circuit that performs the
addition of three bits at a time is called “ Full-
Adder ’’
• Block diagram & the truth table of Full-Adder .
11 November 2016 8
Circuit diagrams of full-adder
11 November 2016 9
Half Subtractor
• Half subtractor is a combination circuit with two inputs and
two outputs (difference and borrow).
• It produces the difference between the two binary bits at the
input and also produces a output (Borrow) to indicate if a 1
has been borrowed. In the subtraction (A-B), A is called as
Minuend bit and B is called as Subtrahend bit.
Full Subtractor
• The full subtractor is a combinational circuit
with three inputs A,B,C and two output D
and C'. A is the minuend, B is subtrahend, C
is the borrow produced by the previous
stage, D is the difference output and C' is
the borrow output.
Decoder