Digital Logic - Old Questions
7. Explain the combination logic with examples.
Answer
AI is thinking...
Combinational circuit is a circuit which consist of logic gates whose outputs at any instant of time are determined directly from the present combination of inputs without regard to previous input. The combinational circuit do not use any memory.
There will be combination of input variable for inputs.
A combinational circuit can have number of inputs and number of outputs.
For e.g. adders, subtractors, decoders, encoders etc.
Fig: Block diagram of combinational circuit
Combinational logic circuit design procedure:
The problem is stated.
The number of available input variables and required output variables is determined.
The input and output variables are assigned letter symbols.
The truth table that defines the required relationships between inputs and outputs is derived.
The simplified Boolean function for each output is obtained.
The logic diagram is drawn.
Adders
Adders are the combinational circuits which is used to add two or more than two bits at a time.
Types of adders:
Half Adder
Full Adder
Half Adder:
A combinational circuit that performs the addition of bits is called half adder. This circuit needs two binary inputs and two binary outputs. The input variables designate the augend and addend bits; the output variables produce the sum and carry.
Fig: Block diagram