All Courses

Electrical and Electronic Principle (EEP)
This course contains following topics

1. AC Fundamental :
Basic Principles of AC Generators, Alternating Voltages and Currents, Frequency, Amplitude and Phase, RMS and Average Value, Form Factor, Resistance, Inductance, Capacitance, RLC Series Connection and Resonance, Parallel Resonance.

2. Network Theorem.
KVL, KCL, Superposition theorem, Thevenin’s theorem, Norton’s theorem, Maximum power transfer theorem.

3. Introduction to Semiconductors:
Semiconductors and their properties, Intrinsic and extrinsic semiconductors.

4. Semiconductor Diodes and Special Purpose Diodes:
The p-n junction formation, properties and V-I characteristics, Basic constructions, characteristics, operations and uses of special diodes, Light emitting diode (LED), Zener diode.

5. Regulated Power Supply:
Voltage regulation, rectifiers, half-wave and full-wave rectifiers, Voltage regulator circuits- Zener diode and transistor voltage regulator.

6. Bipolar Junction Transistors: npn and pnp transistors, Amplifying and switching actions of transistor, Transistor characteristics in CB, CE and CC configurations, Operating point, Transistor load line analysis, BJT Biasing.

7. Field Effect Transistors: Classification of FET, Construction, operation and characteristics of JFET, Operation and characteristics curves of MOSFET, DC biasing of JFET.

8. Feedback Techniques and Op-amps: Negative and positive feedback, characteristics and gain with negative voltage and current feedback, Emitter Follower, Basic Op-amps- characteristics, inverting, non-inverting, integrators, differentiators, summing amplifiers.
Structured Programming Language
Overview of Structured Programming Language concept; algorithm , flowchart and pseudo
code; Constants, variables and data types; Operator & Expression; Managing Input & Output
Operations; Decision making and branching; Looping; Arrays; Handling of character strings;
User-defined functions; parameter passing conventions, scope rules and storage classes,
recursion; Structure and union; Pointers; File management; header files; preprocessor; library
functions; error handling;