Skip to main content
  1. Resources/
  2. Study Materials/
  3. Electronics & Communication Engineering/
  4. ECE Semester 2/

Electronic Circuits & Applications (4321103) - Winter 2023 Solution

16 mins· ·
Study-Material Solutions Electronics 4321103 2023 Winter
Milav Dabgar
Author
Milav Dabgar
Experienced lecturer in the electrical and electronic manufacturing industry. Skilled in Embedded Systems, Image Processing, Data Science, MATLAB, Python, STM32. Strong education professional with a Master’s degree in Communication Systems Engineering from L.D. College of Engineering - Ahmedabad.
Table of Contents

Question 1(a) [3 marks]
#

What is transistor biasing? What is its need?

Answer: Transistor biasing is the process of establishing a stable DC operating point (Q-point) for proper amplification of AC signals.

Table: Need for Transistor Biasing

AspectImportance
StabilityMaintains stable Q-point despite temperature variations
LinearityEnsures operation in linear region for distortion-free amplification
EfficiencyPrevents signal clipping and maximizes signal swing
ReliabilityAvoids thermal runaway and protects the transistor

Mnemonic: “SOLE operation” (Stability, Operating point, Linearity, Efficiency)

Question 1(b) [4 marks]
#

Explain load line for CE amplifier

Answer: Load line is a graphical representation of all possible operating points of a transistor circuit.

Diagram:

graph LR
    A[DC Load Line] --- B[CE Amplifier]
    B --- C[AC Load Line]
    C --- D[Q-point]

    style A fill:#f9f,stroke:#333,stroke-width:1px
    style B fill:#bbf,stroke:#333,stroke-width:1px
    style C fill:#f9f,stroke:#333,stroke-width:1px
    style D fill:#bfb,stroke:#333,stroke-width:1px

  • DC load line: Drawn between saturation point (Ic=Vcc/Rc, Vce=0) and cutoff point (Ic=0, Vce=Vcc)
  • AC load line: Passes through Q-point with slope = -1/rc (rc = AC collector resistance)
  • Q-point: Operating point where DC biasing conditions are established

Mnemonic: “SCQ points” (Saturation, Cutoff, Q-point)

Question 1(c) [7 marks]
#

List various biasing method of transistor and explain any one of them.

Answer: Various biasing methods for transistors include:

Table: Transistor Biasing Methods

MethodKey Feature
Fixed biasSingle resistor for base bias
Collector-to-base biasSelf-stabilizing due to negative feedback
Voltage divider biasMost stable due to voltage divider network
Emitter biasProvides excellent stability with emitter resistor
Combination biasUses multiple feedback paths for optimal stability

Explanation of Voltage Divider Bias:

Diagram:

Inp+uVBtcRRc12CGERNRCeDcOutput
  • Operation: R1 and R2 form a voltage divider to set base voltage
  • Stability: Excellent thermal stability due to stiff voltage divider
  • Efficiency: Most widely used due to independence from β variations
  • Calculation: Base voltage = Vcc × R2/(R1+R2)

Mnemonic: “VISE grip” (Voltage divider, Independent of β, Stable, Efficient)

Question 1(c) OR [7 marks]
#

Explain voltage divider biasing method with help of circuit diagram

Answer: Voltage divider biasing is the most stable method to bias a transistor.

Diagram:

Inp+uVBtcRRc12CGERNRCeDcOutput

Table: Features of Voltage Divider Biasing

ComponentFunction
R1, R2Creates stable base voltage independent of β
RcLimits collector current and develops output voltage
ReProvides stability via negative feedback
Bypass capacitorBypasses AC signal around Re to increase gain
  • Working principle: R1 and R2 form a voltage divider that sets the base voltage
  • Thermal stability: Re provides negative feedback for excellent thermal stability
  • Advantage: Q-point remains stable despite variations in temperature and β

Mnemonic: “BEST bias” (Base voltage, Emitter stability, Stiff divider, Temperature stable)

Question 2(a) [3 marks]
#

Write methods of cascading amplifiers

Answer: Cascading amplifiers means connecting multiple amplifier stages in series to increase overall gain.

Table: Methods of Cascading Amplifiers

MethodKey Feature
RC CouplingUses capacitor and resistor for interstage coupling
Transformer CouplingUses transformer for impedance matching and isolation
Direct CouplingNo coupling components, direct connection between stages
LC CouplingUses inductor-capacitor for high-frequency applications

Mnemonic: “RTDL connection” (RC, Transformer, Direct, LC)

Question 2(b) [4 marks]
#

Compare CE and CB amplifiers

Answer:

Table: Comparison of CE and CB Amplifiers

ParameterCommon Emitter (CE)Common Base (CB)
Input ImpedanceMedium (≈1kΩ)Low (≈50Ω)
Output ImpedanceHigh (≈50kΩ)Very high (≈500kΩ)
Voltage GainHigh (≈500)High (≈500)
Current GainMedium (β)Less than 1 (α)
Phase Shift180°
ApplicationsVoltage amplificationHigh-frequency amplification

Mnemonic: “PIVOT differences” (Phase shift, Impedance, Voltage gain, Output impedance, Throughput)

Question 2(c) [7 marks]
#

Draw the circuit of RC coupled amplifier. Give the frequency response and explain

Answer: RC coupled amplifier uses resistor-capacitor network for interstage coupling.

Diagram:

Input+BVGcRCCRNcceD11BRCRce22Output

Frequency Response:

graph LR
    A[Low Frequency] --- B[Mid Frequency]
    B --- C[High Frequency]

    style A fill:#f9f,stroke:#333,stroke-width:1px
    style B fill:#bbf,stroke:#333,stroke-width:1px
    style C fill:#f9f,stroke:#333,stroke-width:1px

  • Low frequency region: Gain drops due to coupling and bypass capacitors
  • Mid frequency region: Flat response with maximum gain
  • High frequency region: Gain falls due to transistor internal capacitances
  • Bandwidth: Determined by the lower and upper cutoff frequencies

Mnemonic: “LMH regions” (Low, Mid, High frequency regions)

Question 2(a) OR [3 marks]
#

Write definition of gain, Bandwidth and Gain Bandwidth product of an amplifier.

Answer:

Table: Key Amplifier Parameters

ParameterDefinition
Gain (A)Ratio of output signal to input signal (voltage, current, or power)
Bandwidth (BW)Frequency range between lower and upper cutoff frequencies (f₂-f₁)
Gain-Bandwidth Product (GBW)Product of gain and bandwidth, remains constant for a given amplifier

Mnemonic: “GBP constants” (Gain, Bandwidth, Product constants)

Question 2(b) OR [4 marks]
#

Explain frequency response of single stage amplifier and indicate its cutoff frequencies.

Answer: Frequency response shows variation of gain with frequency in a single stage amplifier.

Diagram:

graph TD
    A[Frequency Response] --> B[Low f Region]
    A --> C[Mid f Region]
    A --> D[High f Region]
    B --> E[f₁: Lower Cutoff]
    D --> F[f₂: Upper Cutoff]
    C --> G[Maximum Gain]

    style A fill:#bbf,stroke:#333,stroke-width:1px
    style B fill:#f9f,stroke:#333,stroke-width:1px
    style C fill:#bfb,stroke:#333,stroke-width:1px
    style D fill:#f9f,stroke:#333,stroke-width:1px

  • Cutoff frequencies: Points where gain drops to 0.707 times maximum gain
  • Lower cutoff frequency (f₁): Determined by coupling and bypass capacitors
  • Upper cutoff frequency (f₂): Limited by transistor junction capacitances
  • Bandwidth: Frequency range between f₁ and f₂ (BW = f₂ - f₁)

Mnemonic: “LUG points” (Lower cutoff, Upper cutoff, Gain maximum)

Question 2(c) OR [7 marks]
#

Draw and Explain circuit diagram of common collector amplifier

Answer: Common collector (CC) amplifier is also known as emitter follower.

Diagram:

Input+B-V+GcRCRNcceDCOutput

Table: Features of Common Collector Amplifier

ParameterCharacteristic
Voltage GainApproximately 1 (less than 1)
Current GainHigh (β)
Input ImpedanceVery high (≈ β × Re)
Output ImpedanceVery low (≈ 1/gm)
Phase Shift0° (no phase inversion)
ApplicationsImpedance matching, buffer stages
  • Working principle: Output is taken from emitter, collector is common to input and output
  • Key feature: Voltage follower with output voltage following input voltage
  • Main advantage: High input impedance and low output impedance

Mnemonic: “BIVOP characters” (Buffer, Impedance matching, Voltage follower, One gain, Phase matched)

Question 3(a) [3 marks]
#

Draw transistor two port network and describe h-parameters for it.

Answer: Transistor can be represented as a two-port network with h-parameters.

Diagram:

InputTNTwerota-wnPosorirksttorOutput

Table: h-parameters

ParameterDescription
h₁₁ (h_i)Input impedance with output short-circuited
h₁₂ (h_r)Reverse voltage transfer ratio with input open-circuited
h₂₁ (h_f)Forward current transfer ratio with output short-circuited
h₂₂ (h_o)Output admittance with input open-circuited

Mnemonic: “IRFO parameters” (Input impedance, Reverse transfer, Forward transfer, Output admittance)

Question 3(b) [4 marks]
#

Explain voltage gain Av, current gain Ai and Power gain Ap for CE amplifier

Answer:

Table: Gain Expressions for CE Amplifier

Gain TypeExpressionRelation to h-parameters
Voltage Gain (Av)Vₒ/VᵢAv = -h_fe × R_L / h_ie
Current Gain (Ai)Iₒ/IᵢAi = h_fe / (1 + h_oe × R_L)
Power Gain (Ap)Pₒ/PᵢAp = Av × Ai = (voltage gain × current gain)
  • Voltage gain: Typically 500-1000 for CE amplifier
  • Current gain: Approximately equal to h_fe (β) of transistor
  • Power gain: Product of voltage gain and current gain

Mnemonic: “VIP gains” (Voltage, Input-output current, Power)

Question 3(c) [7 marks]
#

Explain Darlington pair, its features and applications

Answer: Darlington pair consists of two transistors connected to act as a single high-gain transistor.

Diagram:

Input+VGcRCNccDCOutput

Table: Features of Darlington Pair

FeatureDescription
Current GainVery high (β₁ × β₂)
Input ImpedanceExtremely high
Voltage DropHigher (≈1.4V) due to two B-E junctions
Switching SpeedSlower than single transistor
Thermal StabilityPoorer than single transistor
  • Applications: Power amplifiers, motor drivers, touch switches, sensors
  • Advantages: Very high current gain, high input impedance
  • Limitations: Higher saturation voltage, slower switching

Mnemonic: “CHIPS application” (Current amplification, High impedance, Increased gain, Power handling, Slower switching)

Question 3(a) OR [3 marks]
#

Discuss applications of LDR.

Answer: Light Dependent Resistor (LDR) is a photoresistor whose resistance decreases with increasing light intensity.

Table: Applications of LDR

ApplicationWorking Principle
Automatic Street LightsTurns on lights when ambient light level falls
Camera Exposure ControlAdjusts aperture/shutter based on light intensity
Light Beam AlarmsTriggers alarm when light beam is interrupted
Solar TrackersHelps orient solar panels toward maximum sunlight
Automatic Brightness ControlAdjusts display brightness based on ambient light

Mnemonic: “CASAL applications” (Camera, Alarm, Street light, Automatic control, Light measurement)

Question 3(b) OR [4 marks]
#

Comparison of clipper and clamper

Answer:

Table: Comparison between Clipper and Clamper

ParameterClipperClamper
FunctionLimits/clips signal amplitudeShifts DC level of signal
OutputRemoves portions beyond thresholdAdds DC component
ComponentsDiode + ResistorDiode + Capacitor + Resistor
Wave ShapeChanges wave shapePreserves wave shape
ApplicationsNoise removal, wave shapingTV signal processing, DC restoration

Diagram:

graph TD
    A[Input Signal] --> B[Clipper]
    A --> C[Clamper]
    B --> D[Amplitude Limited]
    C --> E[DC Level Shifted]

    style A fill:#bbf,stroke:#333,stroke-width:1px
    style B fill:#f9f,stroke:#333,stroke-width:1px
    style C fill:#bfb,stroke:#333,stroke-width:1px
    style D fill:#f9f,stroke:#333,stroke-width:1px
    style E fill:#bfb,stroke:#333,stroke-width:1px

Mnemonic: “CLIPS vs CLAMPS” (Cut Levels In Peak Signal vs Change Level And Maintain Peak Shape)

Question 3(c) OR [7 marks]
#

Describe h-parameters circuit for CE amplifier.

Answer: h-parameters provide a simple way to analyze CE amplifier performance.

Diagram:

IViih_hhr_h_ef_i.eoeV.eiIiIVoo

Table: h-parameters for CE Configuration

ParameterSymbolTypical ValuePhysical Significance
Input impedanceh_ie1-2 kΩBase-emitter input impedance
Reverse voltage ratioh_re10⁻⁴Feedback from output to input
Forward current gainh_fe50-300Current gain (β)
Output admittanceh_oe10⁻⁶ SOutput conductance
  • Circuit analysis: Uses h-parameters to calculate voltage gain, current gain, input/output impedance
  • Equivalent circuit: Combines h-parameters in a two-port network representation
  • Advantage: Simplifies complex transistor behavior into linear parameters

Mnemonic: “FIRO parameters” (Forward gain, Input impedance, Reverse feedback, Output admittance)

Question 4(a) [3 marks]
#

Write short note on Darlington pair.

Answer: Darlington pair combines two transistors to create a super-high gain transistor.

Diagram:

InputEEO/+/uBBtpCCut
  • Configuration: Two transistors where first transistor’s emitter drives second transistor’s base
  • Total gain: β₁ × β₂ (product of individual transistor gains)
  • Input impedance: Extremely high (β₂ × R_e1)

Mnemonic: “HIS properties” (High gain, Impedance boost, Sandwich configuration)

Question 4(b) [4 marks]
#

Explain Zener diode as a voltage regulator.

Answer: Zener diode provides a constant voltage reference when operated in reverse breakdown.

Diagram:

Vi-Rwsww--+GNDVz-RwLww--Vo

Table: Zener Voltage Regulator

ParameterDescription
PrincipleMaintains constant voltage in reverse breakdown region
Series Resistor (Rs)Limits current and drops excess voltage
Load Resistor (RL)Represents the circuit being powered
RegulationMaintains constant output despite input voltage fluctuations
  • Working: Zener operates in breakdown region, maintaining fixed voltage
  • Limitation: Power dissipation capability limits maximum current

Mnemonic: “ZEBRA” (Zener Effect Breakdown Regulates Accurately)

Question 4(c) [7 marks]
#

Explain Optocoupler with advantages and disadvantages.

Answer: Optocoupler (also called optoisolator) uses light to transfer signals between isolated circuits.

Diagram:

InputLEDPsheontsoor|Output

Table: Advantages and Disadvantages of Optocoupler

AdvantagesDisadvantages
Complete electrical isolationRelatively slow response time
High noise immunityLimited bandwidth
No ground loopsTemperature sensitive
High voltage isolationAging effects
Protection against transientsRequires current to drive LED
  • Working: Input signal drives LED, which emits light detected by photodetector
  • Applications: Medical equipment, industrial control, power supplies, signal isolation
  • Types: Photoresistor, photodiode, phototransistor, photo-SCR based

Mnemonic: “LIGHT transfer” (Linked Isolated Galvanic-free High-voltage Transfer)

Question 4(a) OR [3 marks]
#

Draw Half Wave Voltage Doubler.

Answer: Half-wave voltage doubler uses diodes and capacitors to produce DC output approximately twice the peak input voltage.

Diagram:

Vin/D2D1C1C2Vout(2Vin)
  • Components: Two diodes and two capacitors
  • Output: Approximately twice the peak input voltage

Mnemonic: “DC2” (Doubles input using Capacitors and 2 Diodes)

Question 4(b) OR [4 marks]
#

Explain the working and applications of OLED.

Answer: Organic Light Emitting Diode (OLED) uses organic compounds that emit light when current flows through them.

Diagram:

graph TD
    A[OLED Structure] --> B[Cathode]
    A --> C[Organic Layer]
    A --> D[Anode]
    A --> E[Substrate]

    style A fill:#bbf,stroke:#333,stroke-width:1px
    style B fill:#f9f,stroke:#333,stroke-width:1px
    style C fill:#bfb,stroke:#333,stroke-width:1px
    style D fill:#f9f,stroke:#333,stroke-width:1px
    style E fill:#bfb,stroke:#333,stroke-width:1px

Table: Working and Applications of OLED

AspectDescription
WorkingElectron-hole recombination in organic layer produces light
EfficiencyHigh efficiency, low power consumption
Viewing AngleExcellent (nearly 180°)
ApplicationsSmartphones, TVs, wearable devices, lighting
AdvantagesThin, flexible, better contrast, faster response

Mnemonic: “VIEWS technology” (Vibrant colors, Incredible contrast, Excellent angle, Wide application, Self-emitting)

Question 4(c) OR [7 marks]
#

Explain working of solar battery charger circuits.

Answer: Solar battery charger converts solar energy to electrical energy to charge batteries.

Diagram:

SPoalnaerlCIConChndiatirrrccgoaueltiloterr|----->RVeoglutlaagteor|------>BatLtoeardy

Table: Components and Their Functions

ComponentFunction
Solar PanelConverts sunlight to DC electricity
Charge ControllerPrevents overcharging and deep discharge
Voltage RegulatorStabilizes voltage to appropriate charging level
BatteryStores electrical energy
Indicator CircuitShows charging status and battery level
  • Working principle: Photovoltaic effect converts sunlight to electricity
  • Regulation: Prevents overcharging using voltage/current regulation
  • Protection: Includes reverse current protection to prevent battery discharge at night
  • Types: PWM (Pulse Width Modulation) and MPPT (Maximum Power Point Tracking)

Mnemonic: “SCORE system” (Solar Conversion, Overcharge protection, Regulation, Energy storage)

Question 5(a) [3 marks]
#

Draw a block diagram of regulated power supply.

Answer: Regulated power supply provides stable DC output voltage despite variations in input or load.

Diagram:

graph LR
    A[Transformer] --> B[Rectifier]
    B --> C[Filter]
    C --> D[Voltage Regulator]
    D --> E[Output]

    style A fill:#f9f,stroke:#333,stroke-width:1px
    style B fill:#bbf,stroke:#333,stroke-width:1px
    style C fill:#bfb,stroke:#333,stroke-width:1px
    style D fill:#f9f,stroke:#333,stroke-width:1px
    style E fill:#bbf,stroke:#333,stroke-width:1px

  • Components: Transformer, rectifier, filter, voltage regulator
  • Function: Converts AC to stable DC regardless of load changes

Mnemonic: “TRFO blocks” (Transformer, Rectifier, Filter, Output regulator)

Question 5(b) [4 marks]
#

Describe Transistor shunt Voltage Regulator.

Answer: Transistor shunt regulator maintains constant output voltage by diverting excess current through a transistor in parallel with the load.

Diagram:

Vin-Rwsww-/BTCZaroGesalNnenlDesericsttorr|-RwLww--V-o+ut

Table: Transistor Shunt Regulator

ComponentFunction
ZenerProvides reference voltage
TransistorShunts excess current
Series Resistor (Rs)Drops excess voltage
Load Resistor (RL)Represents circuit being powered
  • Working: Transistor conducts more when output tries to increase
  • Advantage: Simple circuit with good regulation

Mnemonic: “ZEST circuit” (Zener reference, Excess current, Shunt transistor, Tension-free output)

Question 5(c) [7 marks]
#

Draw and explain SMPS block diagram with its advantages and disadvantages.

Answer: Switched Mode Power Supply (SMPS) uses switching regulation for high efficiency.

Diagram:

graph LR
    A[AC Input] --> B[EMI Filter]
    B --> C[Rectifier & Filter]
    C --> D[Switching Circuit]
    D --> E[Transformer]
    E --> F[Output Rectifier]
    F --> G[Output Filter]
    G --> H[DC Output]
    I[Feedback & Control] --> D
    H --> I

    style A fill:#f9f,stroke:#333,stroke-width:1px
    style D fill:#bbf,stroke:#333,stroke-width:1px
    style E fill:#bfb,stroke:#333,stroke-width:1px
    style H fill:#f9f,stroke:#333,stroke-width:1px
    style I fill:#bbf,stroke:#333,stroke-width:1px

Table: Advantages and Disadvantages of SMPS

AdvantagesDisadvantages
High efficiency (80-95%)Complex circuit design
Small size and lightweightGenerates high-frequency noise
Wide input voltage rangeEMI/RFI interference
Good regulationHigher cost for low power
Lower heat generationDifficult troubleshooting
  • Working principle: Rapidly switches power on/off at high frequency
  • Size reduction: Higher switching frequency allows smaller transformers
  • Applications: Computers, TVs, mobile chargers, LED drivers

Mnemonic: “SWEEP advantages” (Small size, Widerange input, Efficient, Economical, Precise regulation)

Question 5(a) OR [3 marks]
#

Draw voltage regulator using three terminal IC 7812.

Answer: Three terminal IC 7812 provides fixed +12V regulated output voltage.

Diagram:

VinIGGNNNDDCO1UTVou+t12V)
  • Components: 7812 regulator IC and filter capacitors
  • Pin configuration: Input, Ground, Output
  • Features: Internal current limiting and thermal shutdown

Mnemonic: “IGO pins” (Input, Ground, Output)

Question 5(b) OR [4 marks]
#

Describe Transistor series Voltage Regulator

Answer: Transistor series regulator controls output voltage by varying the conductivity of a series transistor.

Diagram:

Vin/BTCEaromZsalieenltnseteicerstrtorrGVNoDutC

Table: Features of Series Voltage Regulator

FeatureDescription
Control ElementTransistor acts as variable resistor in series
ReferenceZener diode provides stable reference voltage
RegulationFeedback adjusts transistor conductivity
EfficiencyBetter than shunt regulator for high current loads
  • Working principle: Transistor conductivity changes to maintain constant output
  • Advantage: More efficient than shunt regulators for higher currents

Mnemonic: “CERT circuit” (Control transistor, Efficient design, Reference voltage, Transistor in series)

Question 5(c) OR [7 marks]
#

Draw and explain UPS block diagram with its advantages and disadvantages.

Answer: Uninterruptible Power Supply (UPS) provides emergency power when main supply fails.

Diagram:

graph TD
    A[AC Input] --> B[Surge Protector]
    B --> C[Rectifier/Charger]
    C --> D[Battery]
    C --> E[Inverter]
    D --> E
    E --> F[Output Filter]
    F --> G[AC Output]
    H[Control Circuit] --> C
    H --> E
    H --> D

    style A fill:#f9f,stroke:#333,stroke-width:1px
    style C fill:#bbf,stroke:#333,stroke-width:1px
    style D fill:#bfb,stroke:#333,stroke-width:1px
    style E fill:#f9f,stroke:#333,stroke-width:1px
    style H fill:#bbf,stroke:#333,stroke-width:1px

Table: Advantages and Disadvantages of UPS

AdvantagesDisadvantages
Provides backup powerLimited backup time
Protects from voltage fluctuationsRegular battery maintenance
Surge protectionInitial high cost
Smooth power transitionNoise during operation
Power conditioningLower efficiency in standby
  • Types: Offline/Standby, Line-interactive, Online/Double-conversion
  • Applications: Computers, medical equipment, data centers, telecommunications
  • Working: Normally passes main power while charging battery; switches to battery power during outage

Mnemonic: “POWER backup” (Protection from Outages, Waveform conditioning, Emission-free, Reliability boost)

Related

Principles of Electronic Communication (4331104) - Winter 2023 Solution
20 mins
Study-Material Solutions Electronic-Communication 4331104 2023 Winter
Fundamentals of Electrical Engineering (4311101) - Winter 2023 Solution
12 mins
Study-Material Solutions Electrical-Engineering 4311101 2023 Winter
Digital Electronics (4321102) - Winter 2023 Solution
15 mins
Study-Material Solutions Digital-Electronics 4321102 2023 Winter
Principles of Electronic Communication (4331104) - Winter 2022 Solution
19 mins
Study-Material Solutions Electronic-Communication 4331104 2022 Winter
8085 Assembly Language Programming Examples
5 mins
Study-Material Assembly 8085 Examples Programming 4341101 Mpmc