लॉजिक गेट क्या है और कितने प्रकार के होते हैं।

logic gate क्या है

लॉजिक गेट्स बुलियन बीजगणित पर आधारित हैं। बुलियन बीजगणित एक गणितीय लॉजिक प्रणाली है तथा यह सामान्य बीजगणित तथा बाइनरी सख्या से भिन्न है। बुलियन प्रणाली में चर राशियों को केवल दो अवस्थायें होती है। इन्हें 0 और 1 से प्रदर्शित करते हैं। 0 और 1 के विभिन्न नाम हैं

Logic 0→ No, Low, Open, inactive, absent, down,false, off, negative

Logic 1→ Yes, High, Close, active, present, Up, true,ON, positive

बूलियन बीजगणित में सत्य तथा present के लिए 1 का व्यवहार किया जाता है।बूलियन बीजगणित में असत्य, नहीं तथा absent के लिए 0 का प्रयोग किया जाता है। Logic Gate में एक या एक से अधिक I/P होता है तथा O/P हमेशा एक ही होता है।

NOT, OR तथा AND gate को आधारी gate कहते हैं।

NAND तथा NOR gate को universal gate कहते हैं। क्योंकि इसकी सहायता से सभी gate बनाया जा सकता है।

Logic gate के  कितने प्रकार होते हैं

 

a) Basic gate :- NOT ,AND,OR

b) Universal GATE:- NAND,NOR

c) Special purpose gate:- EX-OR,EX-NOR

NOT GATE क्या है 

इसे INVERTER GATEभी कहते हैं इसमें एक ही इनपुट होता है इसका प्रयोग कम्रलीमेन्नेटेशन में किया जाता है 1 को 0 तथा 0 को 1 में बदल देते हैं

symbol and truth table

NOT GATE

OR gate क्या है

 

इससे pahle gate भी कहते हैं थ इसमें एक भी इनपुट हाई रहने पर आउटपुट हाई मिलता है सिर्फ सभी इनपुट लो रहने पर output low मिलता है

Symbol aur truth table

OR gate symbol and truth table

And gate क्या है 

इसे Series GATE भी कहते हैं इसमें दोनों input high रहने पर ही output high  मिलता है एक भी input low रहने पर output high नहीं मिलता है

Symbol and truth table

And gate Symbol and truth table

Nor gate क्या है 

इसमें एक भी या सभी  input high रहने पर output high नहीं मिलता है सभी input low रहने पर ही output high मिलता है

NOR gate में OR तथा NOT gate का संयोग रहता है।

symbol and turth table

Nor gate Symbol and truth table

Nand gate क्या है

 

इसमें एक या सभी  input low रहेगा तो output high मिलेगा सभी input highरहने पर output low मिलता है।NAND gate में AND तथा NOT gate का संयोग रहता है।

Symbol and truth table

NAND gate Symbol and truth table

Ex OR gate क्या है 

इनमें दोनों इनपुट समान (0,1) (1,1) रहने पर output low मिलता है दोनों इनपुट अलग-अलग (0,1) (1,0) रहने पर output high मिलता है

Symbol and truth table

Ex OR gate Symbol and truth table



Ex NoR gate क्या है 


इनमें दोनों input सामान लेने पर output high मिलता है और असमान रहने पर output low मिलता है

Symbol and truth table

Ex NoR gate Symbol and truth table



Leave a Comment