Posts

Showing posts with the label Circuits

Logic Gates - Digital Electronics Basics (AND, OR, NOT, etc.) | TechAmbitionX | Notes By Mr. BILRED

Image
Logic Gates - Digital Electronics Basics (AND, OR, NOT, etc.) | TechAmbitionX | Notes By Mr. BILRED Logic Gates Definition: Logic gates are the basic building blocks of digital electronics. They take one or more binary inputs (0 = LOW / FALSE, 1 = HIGH / TRUE) and give a single output, based on simple logic rules. Key Idea: They work using Boolean Algebra , where: AND → Multiplication (·) OR → Addition (+) NOT → Complement (′) Types of Basic Logic Gates 1. AND Gate Definition: Output is 1 only when all inputs are 1. Formula: Y = A · B Example IC: 7408 (Quad 2-input AND gate) A B Output (A·B) 0 0 0 0 1 0 1 0 0 1 1 1 2. OR Gate Definition: Output is 1 if any input is 1. Formula: Y = A + B Example IC: 7432 (Quad 2-input OR gate) A B Output (A + B) 0 0 0 0 1 1 1 0 1 1 1 1 3. NOT Gate (Inverter) Definition: ...

Linear Circuit Analysis: Key Formulas for Resistors, Capacitors, and More

Image
Essential Circuit Analysis Formulas ⚡ Essential Circuit Analysis Formulas⚡ 📌 Basic Electrical Formulas Category Formula Notes Ohm’s Law V = IR Relates voltage, current, and resistance Power Formula P = VI = I²R = V²/R Different power forms using Ohm’s law 🔥 Resistors & Capacitors Category Formula Notes Resistors in Series R eq = R 1 + R 2 + … Total resistance adds up Resistors in Parallel 1/R eq = 1/R 1 + 1/R 2 + … Reciprocal sum for parallel resistance Capacitors in Series 1/C eq = 1/C 1 + 1/C 2 + … Opposite of resistors Capacitors in Parallel C eq = C 1 + C 2 + … Direct sum for parallel capacitors ⚙️ Inductor Formulas Category Formula Notes Inductors in Series L eq = L 1 + L 2 + … Same as resistors in series Inductors in Parallel 1/L eq = 1/L 1 + 1/L 2 + … Same as resistors in parallel Energy Stored in Inductor W = (1/2) L i² Energy stored in a magnetic field RL Time Cons...