Combinational Logic Circuit
The combinational logic circuit in digital electronics is made up of logic gates. The output of a combinational logic circuit is determined only by the current combination of the inputs at any given time.
A Combinational logic circuit performs only one operation, which may be logically specific or maybe a set of boolean functions.
The combinational logic circuit is made up of the interconnection of logic gates.
Combinational logic gates react to their inputs, signals, values, and production values at the output signals.
Apart from this, it also serves to transfer the binary information from the given input data to the required output data.
Binary Adder Subtractor
Digital computer does the processing of a lot of information, the tasks that have to be faced include many different arithmetic operations.
The most basic arithmetic operation among these operations is the addition of two binary digits.
This simple operation is made up of four possible elementary operations. Such as 0+0=0, 0+1=1, 1+0=1, and 1+1=10.
Of these operations, the first three operations generate a sum of a digit, but when both the read and add bits are equal to 1.
Binary sum consists of two digits, the higher significant bit of this result is called the carry.
Half Adder
Half adder circuit requires two binary inputs and two binary outputs.
The truth table of the half adder is shown below,
Full Adder
In digital electronics, the full adder is a combinational circuit which is the arithmetic sum of three bits.
This adder is made up of three inputs and two outputs. These two input variables are denoted by x and y, which represent two significant bits to be added.
The third input z represents carry from the previous lower significant position.
The truth label of the full adder is shown below
Binary Adder
In digital electronics, a binary adder is a circuit that produces the sum of two binary numbers.
A binary adder can be made with a full adder connected to cascade. With each adder carrying the output connects to the input of the next full adder in series.
Half Subtractor
Half subtractor circuit requires two binary inputs and two binary outputs.
In Half Subtractor the symbols X and Y assign to the two inputs and symbols D and B assign to the two Outputs.
The truth table niche of the half subtractor is shown,
Full Subtractor
A full subtractor is a combinational circuit in digital electronics, and this subtractor performs an arithmetic subtraction operation of three bits.
The full subtractor is made up of three inputs and two outputs.
The truth table of the full subtractor is shown below,
What is a Magnitude Comparator?
In digital electronics magnitude comparator is a combinational circuit determines the relative magnitude and compares two numbers.
Types of logic gates
Logic gates are basically of 7 types which are,
1. AND Gate
2. OR Gate
3. NOT Gate
4. NAND Gate
5. NOR Gate
6. XOR Gate
7. XNOR Gate
AND Gate
AND gate is a digital circuit that has more than one input and only one output, it is called AND gate.
Truth Table
A B Output
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate
OR Gate is also a digital circuit that has one or more inputs and only one output.
Truth Table
A B Output
0 0 0
0 1 1
1 0 1
1 1 1
NAND Gate
NAND gate is also a digital circuit, which is a combination of NAND gate AND gate or NOT gate, in which the output of AND gate is reversed by NOT gate. In this, due to the combination of AND Gate and NOT Gate, two or more inputs can be done but the output is only one.
Truth Table
A B Output
0 0 1
0 1 1
1 0 1
1 1 0
NOR Gate
NOR Gate is also a digital circuit in which the time of NOR Gate is an OR Gate or NOT Gate, in which the output of the OR Gate is NOR.
Truth Table
A B Output
0 0 1
0 1 0
1 0 0
1 1 1
XOR Gate
XOR gate is also a digital circuit that is a combination of AND, NOR, or OR gate, which is input to the two outputs obtained from AND and NOR gate, and this OR gate itself gives the output of the entire combination.
Truth Table
A B Output
0 0 0
0 1 1
1 0 1
1 1 0
XNOR Gate
XNOR Gate is also a digital circuit that is the inverse of the XOR gate. In which there is a combination of one AND or two NOR gates.
Truth Table
A B Output
0 0 1
0 1 0
1 0 0
1 1 1
XNOR Gate
XNOR Gate is also a digital circuit that is the inverse of the XOR gate. In which there is a combination of one AND or two NOR gates.
Truth Table
A B Output
0 0 1
0 1 0
1 0 0
1 1 1
So friends, how did we like this post? I hope you all must have liked this post of ours and through this post of ours, we have been able to convey some information to you. If you like to read more posts like this, then you must mail us or tell us by commenting in the comment box. We will bring you more such good and informative posts. And do not forget to share this post of ours with your friends and on social media platforms so that more people can read this and get some information. And also follow our social media pages so that you can get our play post or any update soon. We will wait for your question and suggestion.
Comments
Post a Comment