OSCILLATORS

Complete Lecture + MCQs | UPDA Exam Pattern | SET 1/5

Barkhausen Criteria RC Phase Shift Wien Bridge Hartley & Colpitts

1. What is an Oscillator?

An oscillator is an electronic circuit that produces a continuous, repetitive alternating waveform without any external input signal. It converts DC power into AC power at a desired frequency.

DC Supply β†’ [ OSCILLATOR ] β†’ AC Output
(No input signal required)
Oscillator = Amplifier + Positive Feedback

Applications: Signal generators, radio transmitters, clocks, microprocessors, tone generators.

2. Barkhausen Criteria (Most Important)

For sustained oscillations, two conditions must be satisfied:

βœ… Condition 1 (Magnitude): |AΞ²| = 1
βœ… Condition 2 (Phase): ∠AΞ² = 0Β° or 360Β° (or multiple of 360Β°)

Where A = amplifier gain, Ξ² = feedback network gain, AΞ² = loop gain.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Amplifier│─────►│ Output β”‚
β”‚ A β”‚ β”‚ Signal β”‚
β””β”€β”€β”€β”€β–²β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”‚
└──────[ Ξ² ]────── (Feedback)
Positive Feedback: Phase shift = 0Β° or 360Β°
Exam Tip: Loop gain < 1 β†’ oscillations die out.
Loop gain > 1 β†’ oscillations grow (distorted).
Loop gain = 1 β†’ sustained oscillations.

3. Classification of Oscillators

TypeFrequency RangeNetworkExamples
RC Oscillators1 Hz – 10 MHzRC NetworkRC Phase Shift, Wien Bridge
LC Oscillators30 kHz – 30 MHzLC TankHartley, Colpitts
Crystal OscillatorsStable (kHz-MHz)Quartz CrystalPierce, Colpitts with crystal

4. RC Phase Shift Oscillator

Uses 3 RC networks in feedback path. Each RC gives 60Β° phase shift β†’ total 180Β° from RC. Amplifier (inverting) gives another 180Β°.

Total phase shift = 180Β° + 180Β° = 360Β°
Frequency formula: f = 1 / (2Ο€RC√6)
Gain required: Amplifier gain β‰₯ 29

5. Wien Bridge Oscillator

Uses Wien bridge network (series RC + parallel RC) in feedback. Non-inverting amplifier gives 0Β° phase shift. At resonant frequency, feedback network also gives 0Β°.

Frequency formula: f = 1 / (2Ο€RC)
Gain required: Amplifier gain β‰₯ 3
Frequency range: 20 Hz – 20 kHz (audio range)

6. Hartley Oscillator

LC oscillator using tapped inductor (or two inductors in series) with a capacitor.

Frequency formula: f = 1 / (2Ο€βˆš(L_eq Γ— C))
where L_eq = L1 + L2 + 2M

Feedback taken from inductor tap point. Frequency range: 30 kHz – 30 MHz.

7. Colpitts Oscillator

LC oscillator using tapped capacitor (two capacitors in series) with an inductor.

Frequency formula: f = 1 / (2Ο€βˆš(L Γ— C_eq))
where 1/C_eq = 1/C1 + 1/C2

Feedback taken from capacitor tap point. Better frequency stability than Hartley.

8. Comparison Table

ParameterRC Phase ShiftWien BridgeHartleyColpitts
Frequency1Hz-10MHz20Hz-20kHz30kHz-30MHz30kHz-30MHz
Feedback Network3 RC sectionsWien bridgeTapped inductorTapped capacitor
Gain Requiredβ‰₯ 29β‰₯ 3β‰₯ 1β‰₯ 1

OSCILLATORS Β· PRACTICE MCQs
0
CORRECT
0
WRONG
0
ATTEMPTED
0
SCORE

DIGITAL ELECTRONICS

Complete Lecture + MCQs | UPDA Exam Pattern | SET 2/5

Logic Gates Boolean Algebra De Morgan's Theorem Fan-in & Fan-out

1. Digital Logic States

In digital electronics, only two voltage levels are allowed:

πŸ”Ή Logic "1" = HIGH = TRUE = 5V (TTL) or 3.3V (CMOS)
πŸ”Ή Logic "0" = LOW = FALSE = 0V
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Voltage 5V ──────────────────► Logic 1 (HIGH) β”‚
β”‚ Voltage 0V ──────────────────► Logic 0 (LOW) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

These two states are represented in Boolean Algebra by binary digits "1" and "0".

2. Basic Logic Gates

GateSymbolBoolean ExpressionOutput HIGH when
AND&Y = A Β· BALL inputs are HIGH
ORβ‰₯1Y = A + BANY input is HIGH
NOTβ—‹Y = Δ€Input is LOW (inverts)
NAND&β—‹Y = (AΒ·B)Μ…NOT all inputs HIGH
NORβ‰₯1β—‹Y = (A+B)Μ…ALL inputs are LOW
XOR=1Y = AβŠ•BInputs are DIFFERENT
XNOR=1β—‹Y = AβŠ•BΜ…Inputs are SAME

3. NOR Gate Truth Table (Important for Exam)

ABOutput (A NOR B)
001
010
100
110
NOR gate output is HIGH only when ALL inputs are LOW.

4. Boolean Algebra Laws

Identity Law: 1Β·A = A   |   0 + A = A
Null Law: 0Β·A = 0   |   1 + A = 1
Idempotent Law: AΒ·A = A   |   A + A = A
Commutative Law: AΒ·B = BΒ·A   |   A + B = B + A
Associative Law: (AB)C = A(BC)   |   (A+B)+C = A+(B+C)
Distributive Law: A(B+C) = AB + AC   |   A + BC = (A+B)(A+C)
Absorption Law: A(A+B) = A   |   A + AB = A
Inverse Law: AΒ·Δ€ = 0   |   A + Δ€ = 1
Double Complement: (Δ€)Μ… = A

5. De Morgan's Theorems (Very Important)

πŸ”₯ (A Β· B)Μ… = Δ€ + BΜ…

πŸ”₯ (A + B)Μ… = Δ€ Β· BΜ…

De Morgan's laws are used to convert NAND/NOR gates into other gates.

Universal Gates:
β€’ NAND gate = AND + NOT β†’ Can make ANY gate using only NAND
β€’ NOR gate = OR + NOT β†’ Can make ANY gate using only NOR

6. Fan-in & Fan-out

πŸ“Œ Fan-in: Number of inputs a logic gate can have.
πŸ“Œ Fan-out: Number of gates that can be connected to the output of a gate.

Higher fan-out means stronger driving capability. TTL typical fan-out = 10.

β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”
β”‚Gate │─────►│Gate1β”‚
β”‚ │─────►│Gate2β”‚ ← Fan-out = 3
β”‚ │─────►│Gate3β”‚
β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”˜

7. Truth Table Entries

πŸ“ Number of entries = 2n
Where n = number of inputs.

Example: 3-input NAND gate β†’ 23 = 8 entries

Inputs (n)Truth Table Entries (2ⁿ)
12
24
38
416

8. Flip-flops & FPGAs

Flip-flops are basic memory elements. Types: D, JK, SR, T.

πŸ“Œ D Flip-flop: Stores data (D = Data)
πŸ“Œ JK Flip-flop: Universal flip-flop (can toggle)
πŸ“Œ SR Flip-flop: Set-Reset (invalid when S=R=1)
πŸ“Œ T Flip-flop: Toggle flip-flop
FPGAs (Field Programmable Gate Arrays)
β€’ Contain configurable logic blocks (CLBs)
β€’ Most commonly use D Flip-flops for storage
β€’ Can be reprogrammed multiple times

9. Cyclic Redundancy Check (CRC)

CRC is an error-detecting code used in digital networks.

CRC generator is based on: Modulo-2 Division

This process involves dividing input data by a fixed polynomial using binary arithmetic (XOR operations).

10. Binary Coded Decimal (BCD)

BCD represents each decimal digit (0-9) with 4 bits.

Bits required to store one BCD digit = 4 bits
Also called 8421 code.
DecimalBCD (4-bit)
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001

DIGITAL ELECTRONICS Β· PRACTICE MCQs
0
CORRECT
0
WRONG
0
ATTEMPTED
0
SCORE

555 TIMER & NUMBER SYSTEM

Complete Lecture + MCQs | UPDA Exam Pattern | SET 3/5

555 Timer Astable Duty Cycle Frequency Formula Binary to Decimal

1. Introduction to 555 Timer

The 555 timer IC is one of the most popular and versatile integrated circuits ever made. It is used in almost every electronic circuit today for generating accurate timing pulses.

Pin Configuration (8-pin DIP):
Pin 1: Ground (GND)
Pin 2: Trigger
Pin 3: Output
Pin 4: Reset
Pin 5: Control Voltage
Pin 6: Threshold
Pin 7: Discharge
Pin 8: Supply Voltage (Vcc)
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”‚
β”‚ β”‚ 1 β”‚ β”‚ 2 β”‚ β”‚ 3 β”‚ β”‚ 4 β”‚ β”‚
β”‚ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β”‚
β”‚ 555 TIMER IC β”‚
β”‚ β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”Œβ”€β”€β”€β” β”‚
β”‚ β”‚ 8 β”‚ β”‚ 7 β”‚ β”‚ 6 β”‚ β”‚ 5 β”‚ β”‚
β”‚ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β””β”€β”€β”€β”˜ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

2. Operating Modes of 555 Timer

ModeDescriptionApplication
AstableFree-running oscillator (no stable state)Clock generator, square wave
MonostableOne-shot (one stable state)Timer, pulse generator
BistableSchmitt trigger (two stable states)Flip-flop, memory

3. Astable Multivibrator (Free-Running Oscillator)

In astable mode, the 555 timer continuously oscillates between HIGH and LOW states, producing a square wave output.

Vcc ──┬── R1 ──┬── R2 ──┬── Pin 7 (Discharge)
β”‚ β”‚ β”‚
β”‚ β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜
β”‚ β”‚
└──────┬───────┴──── Pin 6 (Threshold)
β”‚
└─────────── Pin 2 (Trigger)
β”‚
C ────────── GND
πŸ“ Charging Time (HIGH output): TON = 0.69 Γ— (R1 + R2) Γ— C
πŸ“ Discharging Time (LOW output): TOFF = 0.69 Γ— R2 Γ— C
πŸ“ Total Time Period: T = TON + TOFF = 0.69 Γ— (R1 + 2R2) Γ— C
πŸ“ Frequency: f = 1 / T = 1.44 / ((R1 + 2R2) Γ— C)

4. Duty Cycle

Duty cycle is the percentage of time the output is HIGH in one complete cycle.

πŸ“ Duty Cycle Formula: D% = (TON / T) Γ— 100%
πŸ“ Simplified: D% = (R1 + R2) / (R1 + 2R2) Γ— 100%
For 50% Duty Cycle: Set R1 = R2
Then D% = (R + R) / (R + 2R) = 2R/3R = 66.7%? Wait! Actually:
Correction: For 555 timer, exact 50% duty cycle is achieved by adding a diode across R2 or using a different configuration.
But the exam formula often uses: D = R2 / (R1 + R2) for simplified calculations.

5. Solved Example (From Your PDF)

Example: 555 astable with R1 = 10kΞ©, R2 = 5kΞ©, C = 0.5ΞΌF

TON = 0.69 Γ— (10k + 5k) Γ— 0.5ΞΌ = 0.69 Γ— 15k Γ— 0.5ΞΌ = 5.175 ms
TOFF = 0.69 Γ— 5k Γ— 0.5ΞΌ = 1.725 ms
T = 5.175 + 1.725 = 6.9 ms
f = 1 / 6.9ms = 144.9 Hz β‰ˆ 143 Hz

6. Duty Cycle Solved Example (From Your PDF)

Example: Astable operating at 150 Hz with discharge time 2.5 ms. Find duty cycle.

T = 1/f = 1/150 = 6.67 ms
TON = T - TOFF = 6.67 - 2.5 = 4.17 ms
Duty Cycle = TON / T = 4.17 / 6.67 = 62.5%

7. Number System: Binary to Decimal Conversion

The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n).

πŸ“ Formula: Decimal = dn-1 Γ— 2n-1 + ... + d1 Γ— 21 + d0 Γ— 20
Example: Convert 1110012 to decimal

1110012 = 1Γ—25 + 1Γ—24 + 1Γ—23 + 0Γ—22 + 0Γ—21 + 1Γ—20
= 1Γ—32 + 1Γ—16 + 1Γ—8 + 0Γ—4 + 0Γ—2 + 1Γ—1
= 32 + 16 + 8 + 0 + 0 + 1 = 5710

8. Binary to Decimal Reference Table

Binary2nDecimal
120 = 11
1021 = 22
10022 = 44
100023 = 88
1000024 = 1616
10000025 = 3232
100000026 = 6464
1000000027 = 128128
10000000028 = 256256
100000000029 = 512512

9. Solved Example: 294 Decimal to Binary

Example: Convert 29410 to binary

294 Γ· 2 = 147 remainder 0
147 Γ· 2 = 73 remainder 1
73 Γ· 2 = 36 remainder 1
36 Γ· 2 = 18 remainder 0
18 Γ· 2 = 9 remainder 0
9 Γ· 2 = 4 remainder 1
4 Γ· 2 = 2 remainder 0
2 Γ· 2 = 1 remainder 0
1 Γ· 2 = 0 remainder 1

Read remainders from bottom to top: 1001001102

555 TIMER & NUMBER SYSTEM Β· PRACTICE MCQs
0
CORRECT
0
WRONG
0
ATTEMPTED
0
SCORE

FLIP-FLOPS, FPGA, CRC & MEASUREMENT

Complete Lecture + MCQs | UPDA Exam Pattern | SET 4/5

Flip-flops FPGA CRC Wheatstone Bridge Ammeter/Voltmeter

1. Introduction to Flip-flops

A flip-flop is a basic memory element used in sequential logic circuits. It can store one bit of data (either 0 or 1).

Flip-flops are used in:
β€’ Registers
β€’ Counters
β€’ Memory units
β€’ Frequency dividers
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Input ─── β”‚
β”‚ Clock ─── Flip-flopβ”œβ”€β”€β–Ί Output
β”‚ Reset ─── β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

2. Types of Flip-flops

TypeSymbolCharacteristic EquationApplication
SR Flip-flop S,R Qn+1 = S + RΜ…Qn Set-Reset (invalid when S=R=1)
JK Flip-flop J,K Qn+1 = JQΜ…n + KΜ…Qn Universal flip-flop (toggle when J=K=1)
D Flip-flop D Qn+1 = D Data storage (most common in FPGAs)
T Flip-flop T Qn+1 = T βŠ• Qn Toggle (frequency division)
Exam Tip: FPGAs most commonly use D Flip-flops for data storage.

3. Flip-flop Truth Tables

πŸ“Œ D Flip-flop

DClockQn+1
0↑0
1↑1

πŸ“Œ JK Flip-flop

JKQn+1
00Qn (No change)
010 (Reset)
101 (Set)
11QΜ…n (Toggle)

4. FPGA (Field Programmable Gate Array)

FPGA is an integrated circuit that can be programmed after manufacturing to implement any digital logic function.

Architecture of FPGA:
β€’ Configurable Logic Blocks (CLBs) – contain LUTs and flip-flops
β€’ Programmable Interconnects – routing between blocks
β€’ I/O Blocks – interface with external devices
Key Points:
β€’ Most common flip-flop in FPGA: D Flip-flop
β€’ Can be reprogrammed multiple times
β€’ Used in: DSP, cryptography, embedded systems, prototyping
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚ β”‚ CLB β”‚ β”‚ CLB β”‚ β”‚ CLB β”‚ β”‚
β”‚ β”‚ + FF β”‚ β”‚ + FF β”‚ β”‚ + FF β”‚ β”‚
β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚ Programmable Interconnects β”‚
β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚ β”‚ CLB β”‚ β”‚ CLB β”‚ β”‚ CLB β”‚ β”‚
β”‚ β”‚ + FF β”‚ β”‚ + FF β”‚ β”‚ + FF β”‚ β”‚
β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

5. CRC (Cyclic Redundancy Check)

CRC is an error-detecting code commonly used in digital networks and storage devices.

πŸ“ How CRC works:
1. Data is treated as a binary number
2. Divided by a fixed divisor (generator polynomial)
3. Remainder is appended as CRC code
4. Receiver performs same division and checks remainder
Exam Point:
CRC generator is based on Modulo-2 Division (using XOR operations).
Data (k bits) β†’ [CRC Generator] β†’ Data + CRC (n bits)
↑
Uses XOR (Modulo-2) operations

6. Measurement & Instrumentation

Measurement is the comparison between an unknown quantity and a predefined standard.

Classification of Measuring Instruments:
β€’ Electrical Instruments
β€’ Electronic Instruments
β€’ Mechanical Instruments
Key Terms:
β€’ Accuracy: Closeness to true value
β€’ Precision: Reproducibility of measurement
β€’ Calibration: Adjusting instrument to standard
β€’ Error: Deviation from true value

7. Wheatstone Bridge

The Wheatstone bridge is used for precise measurement of unknown resistance.

β”Œβ”€β”€β”€β”€β”€β”
β”‚ G β”‚ (Galvanometer)
β””β”€β”€β”¬β”€β”€β”˜
P ──┼────┼── Q
β”‚ β”‚ β”‚ β”‚
β””β”€β”€β”€β”΄β”€β”€β”€β”€β”΄β”€β”€β”€β”˜
β”‚ β”‚
R S
β”‚ β”‚
β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜
β”‚
Battery
πŸ“ Balance Condition: P/Q = R/S
or P Γ— S = Q Γ— R
Example 1: P=100Ξ©, Q=1000Ξ©, R=40Ξ©, find S
S = (Q/P) Γ— R = (1000/100) Γ— 40 = 400Ξ©
Example 2: P=500Ξ©, Q=800Ξ©, R=x+400, S=1000Ξ©, find x
500/800 = (x+400)/1000
x+400 = (500Γ—1000)/800 = 625
x = 225Ξ©

8. Ammeter and Voltmeter

πŸ“Œ Ammeter

Measures current. Connected in series with the circuit. Has very low resistance.

πŸ“Œ Voltmeter

Measures potential difference (voltage). Connected in parallel with the circuit. Has very high resistance.

Example: Moving Coil Ammeter to Voltmeter
Given: Rm = 10Ξ©, Im = 5mA = 0.005A, V = 5V

Formula: R = (V / Im) - Rm
R = (5 / 0.005) - 10 = 1000 - 10 = 990Ξ© in series
Ammeter (series) ──┬── [Load] ──┬──
β”‚ β”‚
[Ammeter] [Voltmeter]
β”‚ β”‚
Parallel connection for Voltmeter

9. Calibration

Calibration is the process of comparing an instrument's measurements to a known standard.

Why calibrate?
β€’ All electronic components drift over time
β€’ Mechanical parts wear out
β€’ Ensures accuracy and traceability
To make sure an instrument does not drift with time, we need to CALIBRATE it.

FLIP-FLOPS, FPGA, CRC & MEASUREMENT Β· PRACTICE MCQs
0
CORRECT
0
WRONG
0
ATTEMPTED
0
SCORE

POWER SYSTEM & CONTROL SYSTEM

Complete Lecture + MCQs | UPDA Exam Pattern | SET 5/5 (FINAL)

Transmission Line ACSR Conductor Skin Effect Corona Control System

1. Introduction to Power System

An electric power system is a network of electrical components deployed to supply, transfer, and use electric power.

Main Components:
β€’ Generation (Power Plants)
β€’ Transmission (High Voltage lines)
β€’ Distribution (Low Voltage to consumers)
β€’ Utilization (Loads)
[Generator] β†’ [Step-up Transformer] β†’ [Transmission Line]
↓
[Step-down Transformer] β†’ [Distribution] β†’ [Consumer]
Main objective of transmission system: RELIABILITY

2. Strong vs Weak Power System

ParameterStrong Power SystemWeak Power System
Short Circuit Capability High Low
Sensitivity to Harmonics Low High

3. Transmission Line Components

The wire placed on the top of a transmission line is: Ground wire (Shield wire / Earth wire)

Purpose of Ground Wire:

☁️ Lightning
↓
⚑ Ground Wire (Top) ← Protects phases below
─── Phase A ───
─── Phase B ───
─── Phase C ───

4. Transmission Line Parameters

Transmission line has four main parameters uniformly distributed along the line:

πŸ“Œ Resistance (R) – Opposes current flow
πŸ“Œ Inductance (L) – Due to magnetic field
πŸ“Œ Capacitance (C) – Due to electric field
πŸ“Œ Shunt Conductance (G) – Due to leakage current
Transmission Line Model: Z = R + jΟ‰L   |   Y = G + jΟ‰C

5. ACSR Conductor (Aluminium Conductor Steel Reinforced)

ACSR is the most popular conductor for longer transmission lines.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ βšͺ Steel Core (Strength) β”‚
β”‚ βšͺβšͺβšͺ Aluminium Strands β”‚
β”‚ βšͺβšͺβšͺβšͺβšͺ (Current carrying) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
Specification Format: Aluminium strands / Steel strands
Example: 25/7 means 25 Al strands + 7 Steel strands
Current Flow in ACSR:
β€’ Majority of current flows through Aluminium (good conductor)
β€’ Negligible current flows through Steel (provides strength)
Types of Conductors:
β€’ AAC – All Aluminium Conductor
β€’ AAAC – All Aluminium Alloy Conductor
β€’ ACSR – Aluminium Conductor Steel Reinforced (most popular)
β€’ ACAR – Aluminium Conductor Alloy Reinforced

6. Skin Effect

Skin effect is the tendency of alternating current (AC) to become distributed within a conductor such that the current density is largest near the surface and decreases with depth.

Conductor Cross-section:
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β”‚ ← High current density (surface)
β”‚ β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆ β”‚
β”‚ β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆ β”‚
β”‚ β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–ˆ β”‚
β”‚ β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ β”‚ ← Low current density (center)
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
Effects of Skin Effect:
β€’ Increases effective resistance
β€’ More pronounced at HIGH FREQUENCY
β€’ Stranded conductors help reduce skin effect

7. Corona Effect

Corona is the ionization of air around conductors at high voltage, causing hissing noise and power loss.

πŸ“Œ Factors Affecting Corona Loss:

β€’ Larger conductor size β†’ Lower corona loss
β€’ Higher voltage β†’ Higher corona loss
β€’ Smooth surface β†’ Lower corona loss
β€’ Greater spacing β†’ Lower corona loss
β€’ Higher altitude β†’ Higher corona loss (lower air density)
β€’ Humid/rainy weather β†’ Higher corona loss

πŸ“Œ Effects of Corona:

β€’ Energy loss (power wastage)
β€’ Audible noise (hissing/crackling)
β€’ Radio interference
β€’ Ozone formation (conductor corrosion)

πŸ“Œ Mitigation of Corona Loss:

β€’ Use of larger conductors
β€’ Use bundled conductors (multiple smaller conductors in parallel)
β€’ Increase conductor spacing
β€’ Ensure smooth/clean conductor surfaces

8. Ferranti Effect

Ferranti effect is a voltage rise at the receiving end of a long transmission line under light load or no-load conditions.

Causes:
β€’ Capacitance of line becomes significant at low loads
β€’ Charging current produces voltage rise due to line inductance and capacitance
Mitigation: Use of shunt reactors at the receiving end to compensate for reactive power generated by line capacitance.

9. Distribution System

Electrical system between substation and customers consists of:

πŸ“Œ Feeder: Connects substation to distribution area. No tapping. Current remains same. Design based on current carrying capacity.

πŸ“Œ Distributor: Conductor from which tappings are taken for consumers. Design based on voltage drop.

πŸ“Œ Service Main: Small cable connecting distributor to consumer's terminals.

πŸ“Œ Distribution System Configurations:

β€’ Radial: Low reliability, low cost
β€’ Ring Main: High reliability, higher cost
β€’ Interconnected: Most reliable, highest cost
Distribution voltage in Qatar for residential: 230/400 V
Voltage drop limit: Should not exceed 5%

10. Earthing

Earthing is the process of transferring electrical energy directly to the earth through a low resistance wire.

For effective earthing, which mixture is preferred?
Answer: Coal-Salt mixture
β€’ Coal (carbon) – good conductor, minimizes earth resistance
β€’ Salt – electrolyte to form conductivity with humidity
Earthing Electrode: Rod, pipe, plate, or bundle of conductors inserted in ground vertically or horizontally.

11. Bus Schemes in Substations

ComponentSymbol/Representation
IsolatorA
Current Transformer (CT)B
Circuit BreakerC
IsolatorD

12. Load Bus & Generator Bus

πŸ“Œ Load Bus (PQ Bus): Net real and reactive power demands are specified.
πŸ“Œ Generator Bus (PV Bus): Real power generation and voltage magnitude are specified.
πŸ“Œ Slack Bus (Swing Bus): Only one bus. Supplies slack between scheduled generation and sum of loads + losses.

13. Control System

A control system manages, commands, directs, or regulates the behavior of other devices to achieve desired results.

πŸ“Œ Open Loop Control System

Control action is independent of output. No feedback.
Example: Washing machine, toaster

πŸ“Œ Closed Loop Control System

Output has effect on input quantity. Uses feedback.
Example: Air conditioner, temperature control
Open Loop: Input β†’ [Controller] β†’ [Process] β†’ Output
Closed Loop: Input β†’ [Controller] β†’ [Process] β†’ Output
↑________________[Feedback]___________↓

14. Transfer Function

For negative feedback: T = G / (1 + GH)
For positive feedback: T = G / (1 - GH)
Zeros: Roots of numerator (set N(s) = 0)
Poles: Roots of denominator (set D(s) = 0)
Example: G(s) = (5s-1)/(sΒ²+5s+4)
Zero: 5s-1=0 β†’ s = 1/5
Poles: sΒ²+5s+4=0 β†’ s = -1, -4

15. Protection Systems

Relay Pickup Current: = % current setting Γ— CT secondary current
Example: 125% Γ— 5A = 6.25 A
For symmetrical network: Neutral current = ZERO
Because IN = IR + IY + IB and in balanced system, sum = 0
Purpose of neutral line: Return path for normal current (in unbalanced conditions)

16. Switching Sequence (Important)

πŸ“Œ While OPENING a circuit:

1. Open Isolator – disconnects circuit
2. Open Circuit Breaker – breaks current flow
3. Close Earthing Switch – safely grounds circuit

πŸ“Œ While CLOSING a circuit:

1. Open Earthing Switch – removes ground
2. Close Circuit Breaker – allows current flow
3. Close Isolator – secures circuit

17. Spinning Reserve & Reliability

Spinning Reserve: Generating capacity that is connected to the grid and ready to take load.
Parallel Reliability Formula:
Rtotal = P(a) + P(b) - P(a)Γ—P(b)
Example: 0.92 + 0.85 - (0.92Γ—0.85) = 0.988 β‰ˆ 0.99

POWER SYSTEM & CONTROL SYSTEM Β· PRACTICE MCQs
0
CORRECT
0
WRONG
0
ATTEMPTED
0
SCORE

πŸ“š Continue Learning:

← Previous: upda-7Next: upda-9 β†’