Logic Gates in Digital Electronics in Hindi : Types, Functions, and Applications
Logic gates digital electronics का एक प्रमुख हिस्सा हैं, जो Boolean algebra के आधार पर कार्य करते हैं। ये gates basic building blocks होते हैं, जो binary inputs को process करके binary outputs generate करते हैं। Logic gates का उपयोग digital circuits में किया जाता है, जैसे कि computers, smartphones, और अन्य electronic devices।
Logic Gates के प्रकार
Logic gates मुख्यतः चार प्रकार के होते हैं:
1. AND Gate (AND गेट)
AND gate एक digital logic gate है जो केवल तभी TRUE (1) output देता है जब दोनों inputs TRUE (1) हों। इसे mathematical symbol "∧" से दर्शाया जाता है।
Truth Table:
A | B | A ∧ B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
2. OR Gate (OR गेट)
OR gate एक digital logic gate है जो तब TRUE (1) output देता है जब कम से कम एक input TRUE (1) हो। इसे mathematical symbol "∨" से दर्शाया जाता है।
Truth Table:
A | B | A ∨ B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
3. NOT Gate (NOT गेट)
NOT gate एक inverter की तरह काम करता है, जो input को invert करता है। यदि input TRUE (1) है, तो output FALSE (0) होगा, और vice versa। इसे mathematical symbol "¬" से दर्शाया जाता है।
Truth Table:
A | ¬A |
---|---|
0 | 1 |
1 | 0 |
4. NAND Gate (NAND गेट)
NAND gate एक combination है जो AND gate के output को invert करता है। यह तभी FALSE (0) output देता है जब दोनों inputs TRUE (1) हों। इसे mathematical symbol "↑" से दर्शाया जाता है।
Truth Table:
A | B | A ↑ B |
---|---|---|
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
5. NOR Gate (NOR गेट)
NOR gate एक combination है जो OR gate के output को invert करता है। यह तभी TRUE (1) output देता है जब दोनों inputs FALSE (0) हों। इसे mathematical symbol "↓" से दर्शाया जाता है।
Truth Table:
A | B | A ↓ B |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |
6. XOR Gate (XOR गेट)
XOR gate (Exclusive OR) तब TRUE (1) output देता है जब inputs में से केवल एक TRUE (1) हो। इसे mathematical symbol "⊕" से दर्शाया जाता है।
Truth Table:
A | B | A ⊕ B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Applications of Logic Gates
- Digital Circuits: Logic gates का उपयोग combinational और sequential circuits design करने में किया जाता है।
- Arithmetic Operations: ALU (Arithmetic Logic Unit) में arithmetic operations को perform करने के लिए logic gates का उपयोग होता है।
- Control Systems: Logic gates का उपयोग control systems में decision making और control functions के लिए किया जाता है।
- Data Processing: Computers में data processing और manipulation के लिए logic gates का प्रयोग होता है।
Related Post
- Number Systems and Base Conversions in Hindi: Binary, Decimal, Octal, Hexadecimal
- Binary Codes in Digital Electronics in Hindi
- Boolean Algebra in Digital Electronics in Hindi - Principles, Applications, and Simplification
- Logic Gates in Digital Electronics in Hindi : Types, Functions, and Applications
- Boolean Function in Hindi - Digital System
- Karnaugh Map (K-Map) in Hind | K-Map method in Hindi: Boolean Algebra Simplification in Digital System Design
- SOP-POS Simplification in Digital System
- NAND and NOR Gate Implementation: A Guide to Digital Circuit Design
- Sequential Logic: Introduction, Types, and Applications in Digital Electronics
- Flip-Flops in Digital Systems: Types, Working, and Applications
- Master Slave Flip-Flop in Digital Systems: कार्यप्रणाली और उपयोग
- Race Condition in Digital Systems: अवधारणा और समाधान
- Edge and Level Triggered Circuits in Digital Systems: अवधारणा और कार्यप्रणाली
- Shift Registers in Digital Systems: अवधारणा, प्रकार और उपयोग
- Asynchronous and Synchronous Counters: Types, State Diagrams and Working in hindi
- Introduction to A/D & D/A convertors & their types in Hindi
- Semiconductor Memory in Hindi - Types, Working, Advantages and Applications
- डिजिटल ICs का परिचय और 2716, 2732 EPROM का एड्रेस डिकोडिंग
- Modern Trends in Semiconductor Memories: DRAM, FLASH RAM and More in Hindi
- Designing with ROM and PLA: Concepts and Applications in Hindi
- Sample and Hold Circuits: Working, Applications, and Advantages in Hindi
- Voltage to Frequency & Frequency to Voltage Conversion: Working and Applications in Hindi
- Multivibrators: Bistable, Monostable, Astable, Schmitt Trigger, IC 555 & Its Applications in Hindi
- TTL, PMOS, CMOS and NMOS Logic: Working and Applications in Hindi
- Interfacing between TTL to MOS: Methods and Challenges in Hindi
- Introduction to Digital Communication: Concepts and Applications in Hindi
- Nyquist Sampling Theorem: Concept, Explanation, and Applications in Hindi
- Time Division Multiplexing: Concept, Working, and Applications in Hindi
- Pulse Code Modulation (PCM): Concept, Working, and Applications in Hindi
- Quantization Error: Concept, Causes, and Reduction Techniques in Hindi
- Introduction to BPSK & BFSK Modulation Schemes in Hindi
- Shannon’s Theorem for Channel Capacity: Concept, Formula, and Applications in Hindi