What is a logic gate, and how many types are there? What is XOR Gate?

What is a logic gate, and how many types are there? What is XOR Gate?

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?) 


For even a solitary info '1', the yield '1' is gotten. This door performs on double expansion activity, parallel digit. 

OR Gate Equation 


Y = A + B

OR Gate symbol


Credit google image

OR gate truth table


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?) 


This activity is addressed by putting a bar as in A . Activity 'NOT' is likewise called fruition, nullification or reversal. In this manner, NOT entryway is likewise called Complementary Circuit or Inverter. 

This door has just one info and one yield. The NOT door modifies or supplements the info. Hence, on the off chance that the info key state is '1' the yield key state will be '0' and assuming the information is in '0' express, the yield will be '1'. 

This is a modifying door. It is otherwise called inverter. It changes '0 over to '1' and '1' to '0'. 

NOT Gate Equation 


Y = A'

NOT gate symbol


Google image



NoT gate truth table


Input A output y=A'
1 0
0 1

AND, OR Gate and NOT Gate are called Basic Logic Gate.

What is NAND Gate? (What is NAND Gate in English?) 


This entryway is comprised of and NOT door. NAND and NOR entryways are additionally called Universal Gates. Since, any boolean capacity can be produced using these two entryways. 

At the point when an AND door is fell with NOT, the subsequent entryway is known as a NAND door. In this way it is a NOT-AND activity. A NAND entryway is shown in the accompanying figure and underneath it an AND door followed by a NOT door is utilized to exhibit the NAND activity. 

In this circuit initial An and B inputs are AND, from which the yield AB' is acquired. After this the yield AB is utilized as the contribution of NOT door and 

The standard image of a NAND door is given in the above figure. The same circuit of a NAND door is displayed in the accompanying figure. 

The yield of NAND entryway is reverse of yield of AND door. The yield of this entryway is '1' when any of the sources of info is '0'. 

Peruse reality table underneath. In this table the yield of AND entryway and yield of NAND door is composed.

NAND Gate Equation

Y = (A.B)‘

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?) 


This door is additionally called Ex-OR Gate for example Elite OR Gate. The yield of this entryway is HIGH for example '1' when both the information sources are unique. Assuming the worth of the information sources is something similar, the yield will be low for example '0'. (Peruse the table given beneath cautiously.)

XOR Gate Equation

Y = A’.B + A.B’

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?) 


This door is comprised of XOR and NOT entryway. This door is otherwise called NXOR, XORN'T, EXNOR, and ENOR. The yield of this door is the reverse of the yield of XNOR entryway. 

The yield of this door is HIGH for example '1' when both the data sources are same. At the point when a solitary information is unique, the yield low for example '0' is gotten.

XNOR Gate Equation

Y = AB + A’.B’

Y = AʘB

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


Every now and again Asked Questions (FAQs) 


Question-1 What is a rationale door? 


Answer-It is a kind of circuit. Which is comprised of semiconductor and diode. Rationale entryway tells the connection among info and yield with the assistance of some rationale. 

Question-2 What are Universal Gates? 


Answer-NAND and NOR Gate are called Universal Gate. 

Question-3 Why are NAND and NOR doors called Universal Gate? 


Answer-NAND and NOR door are two such rationale entryways. From which any rationale door and Boolean capacity can be made. 

Question-4 what number information sources and what number of yields are there in NOR door? 


Answer-NOR Gate has 2 information sources. From which a yield is created. You can likewise give more than one information assuming you need, however the yield will be 1. 

Question-5 Can a NAND entryway be planned without a semiconductor? 


Answer-Yes, you can plan NAND entryway without semiconductor moreover. We will let you know this in the following post.

एक टिप्पणी भेजें

0 टिप्पणियाँ