![]() |
VOOZH | about |
In the Digital System, logic gates are the basic building blocks. In these logic gates, we can find the gates having more than one input, but will have only one output. The connection between the input and the output of a gate is based on some logic. Based on this logic, different gates are developed like OR gate, AND gate, NOT gate, and more. The gates that are developed have been divided into categories like Basic Gates, Universal Gates, and more.
Here we have used 2 inputs, and the combination of the inputs that we will have is 4. So we can have more than the one or two inputs and the combination of the input will be based on 2n the 'n' states the number of inputs of the logic gate. For example if the number of input is 3 then the combination of the input will be 23 = 8.
A logic gate is the device that acts as the building block for the digital circuits. They do the basic math jobs that are key to digital circuits. Most electronic devices we use today have the some kind of logic gates in them. For example the logic gates are used in things like the smartphones and tablets or in memory devices.
In a circuit, logic gates work based on a mix of digital signals coming from its inputs. Most logic gates have two inputs and one output, and they use simple math rules. At any time, every part is in one of two states: true or false. False means 0 and the true means 1. Based on the type of logic gates and the mix of the inputs the output (0 or 1) will be different. A logic gate is like the light switch where the one position is off (0) and the other is on (1). Logic gates are often used in the small chips called the integrated circuits (IC).
The algebraic expression of the AND to NAND Gate conversion is Y=A'+B'.
The algebraic expression of the NOR gate is Y=A'.B'.
The algebraic expression of the NAND to AND gate conversion is Y''=A.B.
After complement, we get the expression of the And gate.
The algebraic expression of the NAND to OR gate is- Y=A+B.
The algebraic expression of the NOR to AND gate is Y=A.B.
The algebraic expression of the NOR to NOT gate conversion will be the same as the NOT gate. So the algebraic conversion of the NOT gate is:- Y=A'
The algebraic expression of the NAND to NOT gate conversion will be the same as the NOT gate. So the algebraic conversion of the NOT gate is:- Y=A'
The algebraic expression of the NOR to OR gate is: A+B
The algebraic expression of the NOR to NAND gate is A'+B'.
The algebraic expression of the NOR to XOR gate is (A+(A+B)')'+(B+(A+B)')'
The algebraic expression of the NOR to XNOR gate is- (A+B'). (A'+B)
The Logic gates are the basic building blocks of the digital electronics. They do a simple math with 1s and 0s which helps the computers and other devices work. While they are easy to use and can be put together to make the complex systems they also have the some downsides like the needing constant power and creating the heat. Overall the logic gates are the key part of the technology we use every day from smartphones to computers making our digital world possible.