Download RAJASTHAN TECHNICAL UNIVERSITY, KOTA Lecture Plan

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Transistor wikipedia , lookup

Electric machine wikipedia , lookup

Electrical engineering wikipedia , lookup

Immunity-aware programming wikipedia , lookup

Electronic engineering wikipedia , lookup

Transcript
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Lecture Plan
Session:
Semester:
Name of Faculty:
Department:
Course Name and Number:
Name of Subject (with
code):
Batch Name/Discipline:
2015-2016
First semester
Mrs.Sunita Chahar
Electrical Engineering Department
(105 )BASIC ELECTRICAL & ELECTRONICS ENGINEERING
Lecture Plan Details
Lecture No.
L-1
L-2
L-3
L-4
L-5
L-6
L-7
L-8
L-9
L-10
L-11
L-12
L-13
L-14
L-15
L-16
L-17
Topic to be covered
Basic Concepts of Electrical Engineering: Electric
Current, Electromotive force, Electric Power,
Ohm’s Law, Active & Passive Elements Basic Circuit
Components,
Electromagnetic Induction,
Kirchhoff’s laws, Dependent & Independent Sources,
Resistive Networks, Series-Parallel Circuits,
Node Voltage Method, Mesh Current Method,
.
Superposition,
Thevenin’s, Norton’s
and Maximum Power, Transfer Theorems applicable to dc
networks
Introduction to 3-Phase AC System, Alternating Quantities:
Introduction,
Generation of AC Voltages,
Root Mean Square and Average Value of Alternating
Currents and Voltages,
Form Factor and Peak Factor, Phasor Representation of
Alternating Quantities,
Single Phase Circuits (R, L, C, R-L, R-C, and R-L-C
Introduction to 3-Phase AC System.
Introduction to 3-Phase AC System.
Star-deltaconversion.
Remark
L-18
Ideal Transformer: Construction and operation of single
phase Transformer,
L-19
Phasor diagram, Open Circuit, Short Circuit test of single test
Transformer
L-20
L-21
L-22
L-23
L-24
L-25
L-26
L-27
L-28
Circuit Parameters, Voltage Regulation and efficiency,
Rotating Electrical Machines;
DC Machines: Principle of Operation of DC Machine as
Motor and Generator,
DC Machines: Principle of Operation of DC Machine as
Motor and Generator
EMF Equation
Basic Electronics: Conduction in Semiconductors,
Conduction Properties of Semiconductor Diodes,
Behaviour of the PN Junction, PN Junction Diode
, Zener Diode.
Rectifiers: Introduction to L, C, & L-C filters,
L-29
L-30
L-31
L-32
L-33
L-34
L-35
L-36
L-37
L-38
L-39
L-40
Construction and , of Bipolar Junction Transistor
working principle of Bipolar Junction Transistor & its
characteristics
Transistor as a switch and an Amplifier.
Introduction to AC Rotating Machines: Construction &
Working Principle of Operation for 3-Phase
Construction & Working Principle of Operation for 3-Phase
1-Phase Induction Motor.
and 1-Phase Induction Motor.
Digital Electronics: Boolean algebra,
Binary System, Logic Gates and Their Truth Tables.
Binary System, Logic Gates and Their Truth Tables.
Load Cell and Bimetallic Strip.
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
Lecture Plan
Session:
Semester:
Name of Faculty:
Department:
Course Name and Number:
Name of Subject (with
code):
Batch Name/Discipline:
2015-16
3 Semester
Mrs.Sunita Chahar
Electrical Engineering Department
rd
(3EE4A) OBJECT ORIENTED PROGRAMMING
Electrical Engineering
Lecture Plan Details
Lecture No.
L-1
L-2
L-3
L-4
L-5
L-6
L-7
L-8
L-9
L-10
L-11
L-12
L-13
L-14
L-15
L-16
L-17
Topic to be covered
1 Introduction: Review of structures in C,
Structures as user defined data types.
accessing members of structures using structure
variables,
pointer to structures,
passing structures to functions
2 Introduction to Programming Paradigms: (Process
oriented and Object oriented).
Concept of object, class, objects as variables of class data
type,
difference in structures and class in terms of access to
members,
private and public Basics of C++:
Structure of C++ programs,
introduction to defining member functions within and
outside a class,
keyword using, declaring class,
creating objects
constructors &
destructor functions,
Initializing member values with and without use of
constructors,
simple programs to access & manipulate data members
cin and cout functions.
Dangers of returning reference to a private data member,
constant objects and members function,
Remark
L-18
L-19
L-20
L-21
L-22
L-23
L-24
L-25
L-26
L-27
L-28
L-29
L-30
L-31
L-32
L-33
L-34
L-35
L-36
L-37
L-38
L-39
L-40
composition of classes,
friend functions AND
classes, using this
pointer,
friend functions and classes, using this pointer,
creating and destroying objects dynamically using new
and delete operators.
Static class members,
container classes and iterators,
proxy classes.
Members of a class, data & function members.
Characteristics of OOP-Data hiding, Encapsulation,
data security.
3 Operator Overloading:
Fundamentals,Restrictions, operator functions as class
members v/s as friend functions.
Overloading stream function,
binary operators and unary operators.Converting
between types.
4 Inheritance: Base classes and derived classes,
protected members, relationship
between base class and derived classes,
constructors and destructors in derived classes,
public, private and protected inheritance Relationship
among objects in an inheritance hierarchy,
abstract classes, virtual functions and
dynamic binding, virtual destructors.
5 Multiple inheritance virtual base classes, pointers to
classes
Class members, multiple class members,tamplate
Exception handling