What is a logic gate, and how many types are there? What is XOR Gate?
Rationale entryways are the establishment of computerized gadgets. Rationale entryways are utilized in PCs, mini-computers, microchips, microwaves, and clothes washers and so forth
What is Logic Gate? (What is Logic Gate in English?)
Rationale entryways depend on Boolean variable based math. Boolean variable based math is a numerical rationale framework and is not the same as standard polynomial math and the double number framework. For instance, in Boolean variable based math, 1+1= 1 .
In Boolean framework, factors have just two states 'valid' or 'bogus' and they are typically addressed by 1 and 0. The vitally boolean activities are AND, OR and NOT.
Rationale Gate characterizes the connection of information and yield with the assistance of some rationale. The circuit of rationale entryway is comprised of semiconductor, diode, resistor and so forth
Since, rationale entryways are comprised of diodes, and semiconductors, then, at that point, voltage is needed to work them. This voltage is either 0 V or +5V. In Digital Logic Design, 0V, rationale 0 and 1V are considered as rationale 1.
Rationale 0 and Logic-1 additionally have different names. For instance, Logic-0 is known as False, Negative-rationale, Low, Off and Logic-1 is otherwise called True, Positive-rationale, High, On.
What number of kinds of Logic Gates are there?
1.AND Gate
2.OR Gate
3.NOT Gate
4.NAND Gate
5.NOR Gate
6.XOR Gate
7.XNOR Gate
Rationale entryways are likewise utilized in Adder, Subtractor, Flip-flop, Shift-Register, and Counter. Next we will peruse, what is AND entryway?
What is AND Gate? (What is AND Gate in English?)
This is such an entryway, whose yield is HIGH for example '1' when both the information sources are '1'. On the off chance that a solitary info is '0', the yield '0' will be acquired.
The activity is addressed by the AND image (.) and can be composed as An AND B = A.B =Y This assertion implies that assuming An is valid AND B is additionally evident, Y will likewise be valid. In some other case y will be bogus. There can be four unique blends of An and B as displayed in the table.
Furthermore, door, Binary Multiplication Operation, performs on parallel digits (0 and 1). In other words, duplicating 0 by 0, 0 by 1, and 1 by 0 gives the yield '0'. Yield '1' is acquired just when 1 is duplicated by 1.
And Gate Equation
Y = A . B
AND gate symbol
Credit:google image |
AND Gate tuth table:
Input A | input B | output y=A.B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
What is OR Gate? (What is OR Gate in English?)
OR Gate Equation
OR Gate symbol
Input A | input B | output y=A.B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
What Not Gate? (What NOT Gate in English?)
NOT Gate Equation
NOT gate symbol
Input A | output y=A' |
---|---|
1 | 0 |
0 | 1 |
What is NAND Gate? (What is NAND Gate in English?)
NAND Gate Equation
Truth table
Input A | input B | output y=A.B | output Y = (A.B)‘ |
---|---|---|---|
0 | 0 | 0 | 0 |
0 | 1 | 0 | 1 |
1 | 0 | 0 | 1 |
1 | 1 | 1 |
1 |
NAND gate symbol
Google image |
What is XOR Gate? (What is XOR Gate in English?)
XOR Gate Equation
XOR Gate Truth Table
Input A | input B | output Y = A ⊕B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
XOR gate symbol
What is XNOR Gate? (What is XNOR Gate in English?)
XNOR Gate Equation
Truth table for XNOR Gate
Input A | input B | output Y = AB + A’.B’ |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Symbol for XNOR Gate
Google image |
0 टिप्पणियाँ