B.tech Syllabus URR-18
B.tech Syllabus URR-18
B.tech Syllabus URR-18
Tech –
ELECTRICAL & ELECTRONICS
ENGINEERING
URR-18
(Applicable from the Academic Year 2018-19)
SYLLABI (I to IV SEMESTERS)
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 1 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE: WARANGAL-15
(An Autonomous Institute under Kakatiya University, Warangal)
SCHEME OF INSTRUCTIONS & EVALUATION FOR B.TECH. 4-YEAR DEGREE PROGRAMME
Note: L - Lectures; T – Tutorials; P – Practicals; CIE – Continuous Internal Evaluation; TA – Teachers Assessment;
MSE – Mid Semester Examination; ESE – End Semester Examination; EAA – Extra Academic Activity;
* indicates mandatory non-credit course
Student Contact Hours / Week : 29 (periods/week)
Total Credits (C) : 22 Credits
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 2 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE: WARANGAL-15
(An Autonomous Institute under Kakatiya University, Warangal)
SCHEME OF INSTRUCTIONS & EVALUATION FOR B.TECH. 4-YEAR DEGREE PROGRAMME
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 3 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE: WARANGAL-15
(An Autonomous Institute under Kakatiya University, Warangal)
SCHEME OF INSTRUCTIONS & EVALUATION FOR B.TECH. 4-YEAR DEGREE PROGRAMME
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 4 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE: WARANGAL-15
(An Autonomous Institute under Kakatiya University, Warangal)
SCHEME OF INSTRUCTIONS & EVALUATION FOR B.TECH. 4-YEAR DEGREE PROGRAMME
Note: L - Lectures; T – Tutorials; P – Practicals; CIE – Continuous Internal Evaluation; TA – Teachers Assessment;
MSE – Mid Semester Examination; ESE – End Semester Examination; EAA – Extra Academic Activity;
* indicates mandatory non-credit course
Student Contact Hours / Week : 29 (periods/week)
Total Credits (C) : 22 Credits
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 5 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE :: WARANGAL-15
(An Autonomous Institute under Kakatiya University)
Evaluation Scheme
Sl.
Course Course Periods CIE
Category Course Name Credits
Total
Code Code ESE
No. Marks
TA MSE Total
L T P
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 6 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE :: WARANGAL-15
(An Autonomous Institute under Kakatiya University)
Evaluation Scheme
Course CIE
Course Periods
Sl.No. Category Course Name Credits Total
Code ESE
Code TA MSE Total Marks
L T P
1. MC U18MH415 Essence of Indian Traditional Knowledge 2 - - - 10 30 40 60 100
2. OE U18OE401 Open Elective -II 3 1 - 4 10 30 40 60 100
3. HSMC U18MH402 Professional English - - 2 1 10 30 40 60 100
4. U18OE303/
OE Open Elective -I 3 - - 3 10 30 40 60 100
U18OE403
5. PCC U18EE404 Power Systems-I 3 - - 3 10 30 40 60 100
6. PCC U18EE405 Electrical Machines-I 3 1 - 4 10 30 40 60 100
7. PCC U18EC412 Analog and Digital Electronics 3 - - 3 10 30 40 60 100
8. PCC U18EE407 Electrical Machines Laboratory -I - - 2 1 40 - 40 60 100
9. PCC U18EC413 Analog and Digital Electronics Laboratory - - 2 1 40 - 40 60 100
10. U18OE311/
OE OE-I based lab - - 2 1 40 - 40 60 100
U18OE411
Total 17 2 8 21 1000
11. MC U18CH409 Environmental Studies* 2 - - - 10 30 40 60 100
Students Contact Hours/ Weeks: 27 Total Credits: 21
*For Lateral entry students only
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 7 of 118
U18MH101 ENGINEERING MATHEMATICS- I
UNIT-I (9+3)
Infinite Series: Sequences & Series, General properties of series, Series of positive terms,
Comparison test, Limit comparison test, Integral test, D’Alembert’s Ratio test, Cauchy’s nth root
test, Alternating series- absolute convergence.
UNIT-II (9+3)
Differential Calculus (Functions of Several Variables):Partial differentiation, Total
differentiation, Change of variables, Application to find Tangent plane and Normal to a surface,
Jacobians. Taylor’s theorem for function of two variables (without proof), Maximum and
minimum values of functions of two variables. Langrage’s method of undetermined
multipliers. Differentiation under integral sign.
UNIT-III (9+3)
Differential Equations of First Order: Practical approach to differential equations. Formation
and solution of differential equation. Solution of first order and first degree differential
equation, variables separable form, homogeneous form, reducible to homogeneous form, First
order linear equations, Equations reducible to linear equation (Bernoulli’s equation), Exact
differential equations, Equations reducible to exact form.
Applications of First Order Differential Equations: Simple examples of Physical applications
(Orthogonal trajectories, RL series circuit problem).
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 8 of 118
UNIT-IV (9+3)
Text Books
1. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 43rd edition,
2014.
Reference Books
1. Kreyszig E., “Advanced Engineering Mathematics”, John Wiley & Sons, Inc., U.K 9th
edition, 2013.
2. Shanti Narayan, “Differential Calculus”, S. Chand & Co., New Delhi.
3. S.S.Sastry, “Engineering Mathematics”, Vol.II ,Prentice Hall of India, 3rd edition, 2014.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 9 of 118
U18CS102 PROGRAMMING FOR PROBLEM SOLVING USING C
UNIT-I (9)
Introduction to Computers: Block diagram of computer, types of computers, computer
languages, problem solving and program development steps, algorithm, flowchart
Overview of C: History, basic structure of C program
Constants, Variables and Data Types: Character set, C tokens, declaration of variables,
symbolic constants and macros
Operators and Expressions: Arithmetic, relational, increment, decrement, conditional, logical,
bit-wise, special operators, arithmetic expressions, precedence of operators and associativity
Managing Input and Output Operations: Reading a character, writing a character, formatted
input, formatted output
UNIT-II (9)
Decision Making and Branching: Simple if, if-else, nested–if, else-if ladder, switch, conditional
operator, goto statement
Decision Making and Looping: While, do-while, for statements, nested loops, break and
continue statements
Arrays: One dimensional array, declaration of one dimensional arrays, initialization of one
dimensional arrays, two dimensional arrays, initializing two dimensional arrays, linear search
UNIT-III (9)
Character Arrays and Strings: Reading strings, writing strings, string handling functions, table
of strings
User Defined Functions: Need of user defined functions, definition of function, return values
and their types, function calls, function declaration, category of function, no arguments and no
return values, arguments but no return values, arguments with return values, no arguments but
returns a value, recursion, storage classes
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 10 of 118
UNIT-IV (9)
Structures and Unions: Declaring structure variables, accessing structure members, array of
structures, structures within structures, unions
Pointers: Understanding pointers, declaring and initializing pointer variables, pointer
expressions, pointers and arrays, pointers and character strings, array of pointers, pointers as
function arguments, pointers and structures
File Management in C: Defining and opening a file, input and output operations on sequential
text files
Text Books:
1. E.Balagurusamy, “Programming in ANSIC”, Tata McGraw Hill, 6th Edn, ISBN-13: 978-1- 25 -
90046 -2, 2012
Reference Books:
1. Kerninghan and Ritchie, “The C Programming Language”, Prentice Hall of India, 2nd Edn.,
ISBN-13:007-6092003106, 1988
2. A.K.Sharma, ”Computer Fundamentals and programming in C”, Universities Press, II edition,
ISBN-9789386235299, 2018.
3. Peter Norton, “Introduction to Computers”, Tata McGraw-Hill, 6th Edn.,ISBN-978-0-07-
0593-74-9. 2008
4. Herbert Schildt, “Complete Reference with C”, Tata McGraw Hill, 4th Edn., ISBN-
13: 9780070411838, 2000
5. Yaswanth Khanetkar, “Let Us C”, BPB Publications, 13th Edn., ISBN-13: 9788183331630,
2012
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - - - - - 2 2 1 2 1
CO2 2 2 2 1 - 1 - 2 2 1 3 1
CO3 3 3 3 2 1 1 - 2 2 1 3 1
CO4 3 3 3 3 3 1 1 2 2 1 3 1
Avg. 2.5 2.25 2.66 2 2 1 1 2 2 1 2.75 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 11 of 118
U18PH103 / U18PH203 ENGINEERING PHYSICS
UNIT-I (9+3)
Oscillations: Introduction, physical examples of simple harmonic motion- torsional pendulum,
physical pendulum, spring-mass systems, loaded beams, two body oscillations; qualitative
treatment of free, damped and forced oscillations- resonance, applications to series and
parallel resonant circuits, Q-factor.
Ultrasonics: Introduction, properties of ultrasonics, production of ultrasonic waves-
magnetostriction method and piezo-electric method; detection of ultrasonics, acoustic grating-
determination of wavelength of ultrasonics; applications of ultrasonic waves- pulse echo NDT
technique (reflection mode).
UNIT-II (9+3)
Interference & Diffraction: Superposition principle, coherence, phase change on reflection,
interference of reflected light from uniform thin films- anti reflection coating, Newton’s rings
in reflected light; applications- determination of wavelength of a monochromatic light and
refractive index of a liquid; Michelson’s Interferometer, applications- determination of
wavelength of a monochromatic light, thickness and refractive index of a thin transparent
sheet;
distinction between Fresnel and Fraunhofer class of diffraction, Fraunhofer diffraction at a
single slit (phasor method) and a circular aperture, Rayleigh’s criterion for resolution;
diffraction grating (qualitative)- dispersive power and resolving power of a diffraction
grating, determination of wavelength of a monochromatic light using diffraction grating.
Polarisation: Polarised light, double refraction, geometry of calcite crystal, Nicol prism,
Huygen’s explanation (positive and negative crystals)- quarter and half wave plates;
production and detection of plane, circularly and elliptically polarized light; applications-
optical activity, LCDs.
UNIT-III (9+3)
Lasers(Qualitative): Introduction- difference between conventional and laser light; absorption,
spontaneous and stimulated emission, relation among Einstein coefficients; basic principles-
population inversion, pumping methods, optical resonator; types of lasers- Ruby, Nd-YAG, He-
Ne and CO2 Laser; applications of lasers, holography- introduction, formation and
reconstruction of a hologram, applications of holography.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 12 of 118
Fiber Optics(Qualitative): Introduction, total internal reflection, fiber construction, numerical
aperture and acceptance angle; types of optical fibers- step index and graded index, V-number;
Fiber drawing- double crucible technique; splicing- fusion & mechanical; power losses in
optical fibers- attenuation, dispersion, bending; fiber optic communication system,
applications of optical fibers- endoscope, fiber optic sensors (temperature and displacement).
UNIT-IV (9+3)
Elements of Quantum Mechanics: de-Broglie concept of matter waves- de-Broglie wavelength,
properties of matter waves; Schrodinger time-independent wave equation (one dimension)-
physical significance of wave function (Max Born interpretation); particle in a box (one
dimension)- energy quantization; uncertainty principle- illustration and application to the non-
existence of free electron in the nucleus.
Modern Materials (Qualitative):
Magnetic Materials: Introduction- origin of magnetic moment, Bohr magneton, permeability,
magnetization, susceptibility; classification of magnetic materials, applications of magnetic
materials- magnetic recording and magnetic memories.
Superconducting Materials: Superconductivity- Meissner effect, transition temperature, isotope
effect, London’s penetration depth; types of superconductors- type-I and type-II
superconductors; high Tc superconductors; applications of superconductors.
Nanomaterials: Introduction, classification of nanomaterials, surface area to volume ratio,
quantum confinement; properties of nanomaterials- physical, chemical, electrical, optical,
magnetic and mechanical properties; applications of nanomaterials (in brief); synthesis of
nanomaterials- bottom up approach (sol-gel method) and top down approach (ball milling
method).
Text Books:
1. Bhattacharya and Bhaskaran, “Engineering Physics”, Oxford University Press, 1/e,
ISBN-13: 978-0-19-806542-5, 2013.
2. V. Rajendran, “Engineering Physics”, Mc Graw Hill, ISBN-13:978-9-35-134295-3, 2013.
Reference Books:
1. David Halliday, Robert Resnick and Krane, “Physics Volume I & II”, Wiley India Limited,
5/e, ISBN: 978-81-265-1089-4,2014.
2. R.K. Gaur and S.L.Gupta, “Engineering Physics”, Dhanpath Rai and Sons, ISBN13-
9788189928223, 2013.
3. P.K. Palanisamy,“Engineering Physics”, Scitech Publishers, 3/e, ISBN: 978 81 83714 487 7,
2013.
4. M. Avadhanulu and Kshirsagar, “A Text Book of Engineering Physics”, S. Chand &
Company Ltd, 10/e, ISBN: 81-219-0817-5, 2013.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 13 of 118
Course Learning Outcomes (COs):
After completion of the course, the students will be able to,
CO1: determine the time period and frequency of SHM oscillatory system and know the principles and
applications of ultrasonics in different fields
CO2: analyse and apply the concepts of interference, diffraction and polarization phenomena in accurate
determination of wavelengths, thicknesses, narrow slit widths, optical activity, etc
CO3: describe the characteristics and working of lasers, optical fibers and their applications in various
fields
CO4: classify and enumerate the properties of magnetic, superconducting and nanomaterials and know
their engineering applications
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - - 1 1 - - 1 - - -
CO2 2 1 1 1 - 1 1 - 1 - - -
CO3 3 1 1 1 1 1 1 - 1 - -
CO4 3 - 1 1 1 2 1 - 1 - - -
Avg. 2.5 1 1 1 1 1.25 1 - 1 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 14 of 118
U18CH103 / U18CH203 ENGINEERING CHEMISTRY
UNIT-I (9+3)
Electrochemistry: Specific conductance ,equivalent conductance, effect of dilution ;
conductometric titrations -acid base titrations, their advantages over conventional methods;
electrode potential, Nernst equation, electrochemical series and its applications; calomel
electrode , determination of pH using quinhydrone electrode, hydrogen electrode,
potentiometric titrations (acid base titrations), commercial cells;lead-acid storage cell ,fuel
cells:hydrogen-oxygen fuel cell.
UNIT-II (9+3)
Corrosion: Introduction-corrosion by pure chemical reaction(dry corrosion), electrochemical
corrosion(wet corrosion), factors influencing corrosion, prevention methods of corrosion -
cathodic protection, hot dipping methods(galvanising,tinning), cladding, electroplating.
Phase rule: Description of the terms-‘phase’, ‘component’ and ‘degrees of freedom’; Gibbs
phase rule equation; application of the phase rule to one-component system (water system),
two-component system (silver-lead system), Pattinson’s process for desilverisation of lead.
Fuels: characteristics of fuels for internal combustion engines, knocking , octane number,
cetane number, compressed natural gas(CNG), power alcohol.
UNIT-III (9+3)
Introduction to Methods of Chemical Analysis: Introduction to spectroscopy- microwave
spectra- theory, application of microwave spectra in the determination of bond length of a
diatomic molecule; infra-red spectra, theory, applications- calculation of force constant and
identification of functional groups in organic compounds, Lambert-Beer’s law and its
applications.
Water Analysis and Treatment: Hardness of water, determination of hardness of water by
using EDTA, determination of alkalinity,determination of fluoride by spectrophotometry,
determination of dissolved oxygen, biochemical oxygen demand, chemical oxygen demand,
softening of water by ion-exchange process, desalination of brackish
water- reverse osmosis, electrodialysis.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 15 of 118
UNIT-IV (9+3)
Organic Chemistry: Fission of a covalent bond,types of electronic effects- inductive effect,
mesomeric effect , reaction intermediates, their stabilities,types of reagents- electrophilic,
nucleophilic reagents, mechanisms of nucleophilic substitution(SN1and SN2) ; addition
(electrophilic, nucleophilic and free radical) reactions .
Polymers: Introduction -types of polymerization reactions -addition ,condensation ;
mechanism of free radical, cationic and anionic addition polymerization; thermo-setting and
thermo plastic resins; conducting polymers and their applications.
Text Books:
1. Jain and Jain, “Engineering Chemistry (16th edn.)”, Dhanpat Rai Publishing Company, 2012.
Reference Books:
1. J C Kuriacose and J.Rajaram, “Chemistry in Engineering and Technology (vol.I &
vol.II)”, Tata Mc.Graw-Hills education private limited, 2010.
2. Shashi Chawla, “Text book of Engineering Chemistry (3rd edn.)”, Dhanpat Rai Publishers,
2003.
3. S.S.Dara, S S. Umare, “A Text book of Engineering Chemistry (12th edn.)”, S.Chand &
Company Ltd., 2010.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 1 1 1 - 1 - 1 - - -
CO2 2 1 2 2 - 1 1 - 2 - - -
CO3 2 1 1 2 - 1 1 - 2 - - -
CO4 1 - 1 2 - 1 - - 2 - - -
Avg. 1.75 1.33 1.25 1.75 1.00 1 1 - 1.75 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 16 of 118
U18MH104 / U18MH204 ENGISH FOR COMMUNICATION
UNIT-I (6)
Grammar:
UNIT-II (6)
Vocabulary:
Vocabulary-Antonyms-Synonyms-Prefixes-Suffixes-Phrasal Verbs-One Word Substitutes-
Word Pairs
“Education Provides a Solid Foundation”- from Wings of Fire –An Autobiography of APJ
Abdul Kalam
UNIT-III (6)
Reading Skills:
“An Astrologer’s Day” by R.K.Narayan
“On Saying Please” by A. G. Gardiner
UNIT-IV (6)
Writing Skills:
Precis Writing
Essay Writing
Report Writing
REFERENCE BOOKS:
1. Harper Collins, “Cobuild English Grammar” Third Edition, Harper Collins Publishers Ltd.
2. Sanjay Kumar & Pushp Lata, “Communication Skills” Second Revised Edition,2015,
Oxford University Press Ltd.
3. R.K. Narayan," Malgudi Days" Indian Thought Publications,1943
4. APJ Abdul Kalam, "Wings of Fire" An Autobiography, Universities Press,1999
5. Mahatma Gandhi," The Story of My Experiments with Truth" An Autobiography, Global
Vision Press,2013
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 17 of 118
ENGLISH LANGUAGE LAB
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 - 1 - 1 1 1 1 1 1 3 2 1
CO2 1 1 - - - - 1 - 3 2 - 3
CO3 - 1 - - - - - - 2 2 2 3
CO4 - 1 1 1 - - 1 - 3 2 1 3
Avg. 1 1 1 1 1 1 1 1 2.25 2.25 1.7 2.5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 18 of 118
U18ME104 / U18ME204 ENGINEERING DRAWING
UNIT – I (6+12)
Introduction: Importance of Engineering Drawing, instruments- uses; Layout of drawing
sheets, Types of Lines, Lettering and dimensioning, Construction of regular polygons.
Projection of Points: Introduction to orthographic projections-Vertical Plane, Horizontal plane;
Views-Front view, Top view and Side view; Projection of Points-different quadrants.
Projection of Straight lines - I: Line parallel to both the planes, Line parallel to one plane and
perpendicular to the other reference plane, Line parallel to one plane and inclined to the other
reference plane.
UNIT – II (6+12)
Projection of Straight Lines – II: Line- inclined to both the planes and Traces.
Projection of Planes: Planes - Perpendicular and Oblique planes; Projections of planes - parallel
to one of the reference planes, inclined to one of the reference plane and perpendicular to the
other; Projections of oblique planes.
UNIT – IV (6+12)
Orthographic projections: Conversion of isometric views into orthographic views.
Isometric Projections: Isometric axis, Isometric Planes, Isometric View, Isometric projection,
Construction of isometric view from orthographic views
AutoCAD: Introduction to AutoCAD, DRAW tools, MODIFY tools, TEXT, DIMENSION,
PROPERTIES tool bar, Standard tool bars, LAYERS; drawing of orthographic and isometric
projections in AutoCAD.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 19 of 118
Text Books:
1. Bhatt N.D., “Elementary Engineering Drawing”, Charotar Publishing House, Anand,
India, 2017.
Reference Books:
1. Dhananjay A Jolhe, “Engineering Drawing”, Tata Mc Graw- hill, 2008.
2. Venugopal K. “Engineering Graphics with Auto CAD”, New Age International Publishers
Ltd., Hyderabad, 2012.
3. W J Luzadder and J M Duff, “Fundamentals of Engineering Drawing”, Prentice-Hall of
India, 1995.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 1 3 1 - - - - - - 1
CO2 3 2 1 3 1 - - - - - - 1
CO3 3 2 1 3 1 - - - - - - 1
CO4 3 2 1 3 1 - - - - - - 1
Avg. 3 2 1 3 1 - - - - - - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 20 of 118
U18EE105 / U18EE205 BASIC ELECTRICAL ENGINEERING
UNIT – I (9+3)
DC circuits: Introduction, network elements, Ohm’s law, electric power, electrical energy,
Kirchhoff’s laws, resistances in series-voltage divider rule; resistances in parallel-current divider
rule; series & parallel circuits, mesh analysis, nodal analysis (T & π networks only).
UNIT – II (9+3)
3- AC circuits: Production of 3- voltages, voltage & current relationships of line and phase
values for balanced star and delta connections.
UNIT – IV (9+3)
Introduction to electrical machines (Qualitative treatment): Construction, principle of
operation & applications of 1- transformer, 3- induction motor, 1- induction motor and DC
motor.
Electrical earthing, fuses & lighting sources: Basic concepts of earthing, fuses and lighting
sources-incandescent, fluorescent, CFL & LED lamps, Miniature Circuit Breaker(MCB), types of
batteries.
Text Books:
1. K. Uma Rao, “Basic Electrical Engineering”, Pearson Education, edn ,2011.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 21 of 118
Reference Books:
1. B.L.Thereja, A.K.Thereja, “Electrical Technology Vol. I & II“, S.Chand & Company Ltd, edn ,
2005.
2. Edward Hughes, “Electrical & Electronics Technology”, Pearson Education, 10/e., 2010.
3. D. P. Kothari and I. J. Nagrath, “Basic Electrical Engineering”, Tata McGraw Hill, edn , 2010.
4. Chakravarthy A, Sudhipanath and Chandan Kumar, “Basic Electrical Engineering”, Tata
McGraw Hill Ltd, edn, 2009.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - - - - - - - - - -
CO2 2 2 - - - - - - - - - -
CO3 3 3 1 1 1 1 1 - -
CO4 3 3 1 1 1 1 1 1 1 - -
Avg. 3 3 1 1 1 1 1 1 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 22 of 118
U18CE105 / U18CE205 ENGINEERING MECHANICS
UNIT – I (9+3)
Laws of Mechanics: Parallelogram law of forces, triangle law of forces, Newton's law of
gravitation, law of superposition and transmissibility of forces.
Force Systems: Types of forces, co-planar, concurrent and parallel forces, moment and couple,
free body diagram, resultant of force systems, resolution of forces, composition of forces,
equilibrium equations of forces, Lami’s theorem, Varignon’s theorem, moment equilibrium
equations, types of supports, beams and loadings, statically determinate structures, resultant
and equilibrium of general force system.
UNIT - IV (9+3)
Kinematics: Introduction to dynamics, rectilinear motion of a particle – displacement, velocity
and acceleration, motion with uniform acceleration and motion with variable acceleration,
curvilinear motion- rectangular components, components, acceleration of normal and tangential
acceleration, projectile motion.
Kinetics: Rectilinear motion-equations of rectilinear motion, equations of dynamic equilibrium,
D’Alembert’s principle, curvilinear motion-equations of motion in rectangular components,
tangential and normal components, equations of dynamic equilibrium, applications of work-
energy, impulse –momentum principles of rectilinear motion and curvilinear motion.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 23 of 118
Text Books:
1. Tayal A.K., “Engineering Mechanics: Statics and Dynamics”, Umesh Publishers, New Delhi,
14th edn., 2014.
Reference Books:
1. Timoshenko S., Young D.H., Rao J.V., and Sukumar Pati, ”Engineering Mechanics in SI
units”, McGraw Hill Education Pvt. Ltd., New Delhi, 5th edn., 2013.
2. Vijaya Kumar Reddy K., Suresh Kumar J. “Singer's Engineering Mechanics Statics and
Dynamics” BS Publications / BSP Books, 3rd edn. (SI Units), 8th Reprint, 2014.
3. Bhavikatti S.S., “Engineering Mechanics”, New Age International, New Delhi, 4th edn., 2013
(reprint).
4. Basudeb Bhattacharyya, “Engineering Mechanics”, Oxford University Press, 9th edn., 2013.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 1 3 2 -- 1 -- -- -- -- -- --
CO2 3 2 3 1 -- 1 -- -- -- -- -- --
CO3 3 1 2 2 -- 1 -- -- -- -- -- 1
CO4 3 2 3 1 -- 1 -- -- -- -- -- 1
Avg. 3 1.5 2.7 1.5 -- 1 -- -- -- -- -- 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 24 of 118
U18MH201 ENGINEERING MATHEMATICS- II
UNIT-I (9+3)
Matrices: Elementary transformations on a matrix. To find inverse of a matrix using elementary
transformations- Rank of matrix, Normal form of a matrix, Solution of system of homogenous
and non homogeneous linear equations, Linear dependence and independence of vectors.
Eigen values and Eigen vectors of a matrix- Cayley Hamilton’s theorem, Reduction of a matrix
to diagonal form, Reduction of a quadratic form to canonical form.
UNIT-II (9+3)
Multiple Integrals and Applications: Double integral, Change of order of integration, Double
integration in polar coordinates, Triple integrals, Applications: Area enclosed by plane curves,
Volumes of solids, Calculation of mass, Center of gravity, Moment of Inertia of plane lamina.
Beta and Gama functions and their relations. Evaluation of improper integrals in terms of Beta
and Gamma functions.
UNIT-III (9+3)
Vector Differential Calculus: Vector functions - Derivative of a vector function of a scalar
variable, Velocity and acceleration, Curves in Space, Tangent, Principal normal, Binormal,
Curvature, Torsion of a given curve and Frenet -Serret Formulae.
Scalar and vector point functions, Vector operators – Gradient of a scalar field, Directional
derivative, angle between two surfaces.
Divergence of a vector field, Curl of a vector field and their physical interpretations.
Irrotational fields & Solenoidal fields.To find scalar potential of a conservative vector field.
UNIT-IV (9+3)
Vector Integration: Integration of vector valued functions of a scalar variable, Application to
find velocity and displacement of a particle. Line integral of scalar point and vector point
functions, Applications: Work done by a force, Circulation; Surface Integral & Volume integral.
Green’s theorem in plane, and area of a plane region using Green’s theorem. Stokes theorem &
Gauss divergence theorems (without proof).
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 25 of 118
Text Books
1. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 43rd edition,
2014.
Reference Books
1. Kreyszig E., “Advanced Engineering Mathematics”, John Wiley & Sons, Inc., U.K 9th
edition, 2013.
2. Spiegel M., “Vector Analysis -Schaum Series”, McGraw Hill
3. S.S.Sastry, “Engineering Mathematics”, Vol.II ,Prentice Hall of India, 3rd edition, 2014.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 1 - - - - - - - - 1
CO2 3 3 2 - - - - - - - - -
CO3 3 2 2 - - - - - - - - -
CO4 3 2 2 - - - - - - - - 1
Avg. 3 2.5 1.75 - - - - - - - - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 26 of 118
U18CS202 DATA STRUCTURES THROUGH C
UNIT – I (9)
Introduction to Data Structures: Basic terminology, classification of data structures, operations
on data structures
Arrays: Operations on arrays-traversing an array, inserting an element in an array, deleting an
element from an array, searching an element using binary search
Dynamic Memory Allocation: Memory allocation functions, dynamic memory allocation for
single and two dimensional arrays
UNIT – II (9)
Stacks: Introduction to stacks, array representation of stacks, operations on a stack–push and
pop; applications of stacks- recursion, evaluation of expressions (infix to postfix conversion,
evaluation of postfix expression)
Queues: Introduction to queues, array representation of queues, circular queues
UNIT – IV (9)
(Concepts and algorithms only)
Trees: Introduction, types of trees. Binary Tree: Creating a binary tree, traversing a binary tree-
preorder, inorder, postorder recursive traversals.
Binary Search Tree: Operations- searching for a node in binary search tree, inserting an element
into binary search tree.
Graphs: Introduction, graph terminology, representation of graphs, graphs traversal methods-
breadth first search, depth first search
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 27 of 118
Text Book:
1. Reema Thareja, “Data Structures Using C”, Oxford University Press, 2nd Edn., ISBN-13: 978-0-19-809930-
7, 2014.
Reference Books:
1. E.Balagurusamy, "Programming in ANSI-C", Tata McGraw Hill, 6th Edn., ISBN-13: 978-1-25-90046-2,
2012.
2. Debasis Samanta, "Classic Data Structures", Prentice Hall India, 2nd Edn., ISBN-13: 978-81-203-3731-2,
2009.
3. E Balagurusamy, "Data Structure Using C", McGraw Hill Education, 1st Edn., ISBN-13: 978-125-902-9547,
2017.
4. Richard F. Gilberg and Behrouz A. Forouzan, "Data Structures: A Pseudocode Approach with C",
Cengage Learning, 2nd Edn., ISBN-13: 9788131503140, 2007.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - - - - - 1 2 1 2
CO2 2 2 2 1 - 1 - 1 2 1 3
CO3 3 3 3 2 1 1 - 1 2 1 3 1
CO4 3 3 3 3 3 1 1 1 2 1 3 1
Avg. 2.5 2.25 2.66 2 2 1 1 1 2 1 2.75 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 28 of 118
U18EE106 / U18EE206 BASIC ELECTRICAL ENGINEERING LABORATORY
List of Experiments
Text Books:
1. User manual prepared by the department of Electrical & Electronics Engineering, KITSW.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 29 of 118
Mapping of the Course Learning Outcomes with Program Outcomes:
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 1 1 1 1 - - 2 2 1 2
CO2 2 1 - 1 - 1 - - 2 1 1 1
CO3 2 2 2 2 1 1 1 - 2 1 2 1
CO4 2 1 1 2 1 1 1 - 2 1 1 1
Avg. 2 1.5 1.3 1.5 1 1 1 - 2 1.2 1.2 1.2
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 30 of 118
U18CS107 PROGRAMMING FOR PROBLEM SOLVING USING C LAB
LIST OF EXPERIMENTS
Laboratory Manual:
1. Programming in C Lab Manua, prepared by faculty of Computer Science & Engineering,
KITSW
Reference Books:
1. E.Balagurusamy, “Programming in ANSIC”, Tata McGraw Hill, 6th Edn, ISBN-13: 978-1- 25 -
90046 -2, 2012
2. Kerninghan and Ritchie, “The C Programming Language”, Prentice Hall of India, 2nd Edn.,
ISBN-13:007-6092003106, 1988
3. Herbert Schildt, “Complete Reference with C”, Tata McGraw Hill, 4th Edn., ISBN-
13: 9780070411838, 2000
4. Yaswanth Kkanetkar, “Let Us C”, BPB Publications, 13th Edn., ISBN-13: 9788183331630,
2012
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 31 of 118
Course Learning Outcomes (COs):
After completion of the course, the students will be able to
CO1 : write programs using operators and decision making statements
CO2 : use the loops and array operations for a given application
CO3 : implement string programs and apply modular programming techniques
CO4 : develop programs using structures, unions, pointers and files
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - 1 - - - 1 2 1 2 1
CO2 2 2 2 1 - 1 - 1 2 1 3 1
CO3 3 3 3 2 1 1 - 1 2 1 3 1
CO4 3 3 3 3 3 1 1 1 2 1 3 1
Avg. 2.5 2.25 2.66 1.75 2 1 1 1 2 1 2.75 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 32 of 118
U18PH108 / U18PH208 ENGINEERING PHYSICS LABORATORY
LIST OF EXPERIMENTS
1. Determination of (a) rigidity modulus of a given wire and (b) moment of inertia of a
ring using torsional pendulum
2. Acceleration due to gravity (g) by compound pendulum
3. Determination of force constant of a spiral spring using static method
4. Determination of wavelengths in mercury light using diffraction Grating- Normal
incidence method
5. Determination of wavelength of He-Ne laser using reflection grating
6. Resolving power of a telescope
7. Determination of slit width using He-Ne laser
8. Dispersive power of a prism using spectrometer
9. Determination of wavelength of a monochromatic light using Newton’s rings
10. Determination of thickness of thin wire using wedge method
11. Determination of specific rotation of sugar solution using Polarimeter
(Saccharimeter)
12. Numerical Aperture of an Optical fiber
Laboratory Manual:
1. Manual for “Engineering Physics Laboratory” prepared by the Department of Physical
Sciences/Physics, KITSW
Reference Book:
1. C.V.Madhusudhana Rao and V. Vasanth Kumar, “Engineering Lab Manual”, Scitech
publications India Pvt. Ltd, 3/e, 2012.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 33 of 118
Course Learning Outcomes (COs):
After completion of this course, students will be able to
CO1: measure precisely the values of elastic properties, moments of inertia, acceleration due to gravity, etc
CO2: make precise measurements of wavelengths, diameter of thin wires, limit of resolution and optical
rotation from light phenomena (Interference, diffraction and polarization)
CO3: measure wavelengths, slit widths from diffraction patterns using laser light
CO4: measure numerical aperture, acceptance angle and fiber losses of optical fibers
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 1 - - 3 - - 2 - 2 - - -
CO2 1 - - 3 - - 2 - 2 - - -
CO3 1 - - 3 - - 2 - 2 - - -
CO4 2 - 1 3 - - 2 - 2 - - -
Avg. 1.25 - 1 3 - - 2 - 2 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 34 of 118
U18CH108 / U18CH208 ENGINEERING CHEMISTRY LABORATORY
LIST OF EXPERMENTS:
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 1 1 1 - 1 - 1 - - -
CO2 2 1 2 2 - 1 1 - 2 - - -
CO3 2 1 1 2 - 1 1 - 2 - - -
CO4 1 - 1 2 - 1 - - 2 - - -
Avg. 1.75 1.33 1.25 1.75 1 1 1 - 1.75 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 35 of 118
U18CS207 DATA STRUCTURES THROUGH C LABORATORY
List of Experiments
Experiment-I
1. Program to implement initialization of array and traversal operation
2. Program to implement insertion operation on array
Experiment-II
3. Program to implement searching operations on array
4. Program to implement deletion operations on array
Experiment-III
5. Program to display the count of occurrences of every number in an array
6. Program to represent and display the sparse matrix
Experiment-IV
7. Program to implement initialization of arrays and traversal operation with DMA
8. Program to implement matrix addition and subtraction with DMA
Experiment-V
9. Program to implement matrix multiplication with DMA
10. Program to implement stack operations
Experiment-VI
11. Program to convert infix expression into postfix
12. Program to evaluate given postfix expression
Experiment-VII
13. Program to implement queue operations using arrays
Experiment-VIII
14. Program to create single linked list and implement its operations
i) insert ii) traversal iii) search
Experiment-IX
15. Program to create single linked list and implement its operations
i) delete ii) reversal
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 36 of 118
Experiment-X
16. Program to implement stack operations using linked list
17. Program to implement queue operations using linked list
Experiment-XI
18. Program to implement bubble sort
19. Program to implement selection sort
Experiment-XII
20. Program to implement quick sort
Laboratory Manual:
1. 'Data Structures Using C' laboratory manual, prepared by faculty of Dept. of Computer Science
&Engineering.
Reference Books:
1. Reema Thareja, “Data Structures Using C”, Oxford University Press, 2nd Edn., ISBN-13: 978-0-19-809930-
7, 2014.
2. E.Balagurusamy, “Programming in ANSI-C”, Tata McGraw Hill, 6th Edn., ISBN-13: 978-1-25-90046-2,
2012.
3. E Balagurusamy, “Data Structure Using C", McGraw Hill Education, 1st Edn., ISBN-13: 978-125-902-
9547, 2017.
Course Learning Outcomes(COs):
After completion of this course, students will be able to,
CO1: implement the fundamental data structures using C-language
CO2: develop programs using liner data structures (stacks, queues)
CO3: develop programs arranging the data using various sorting techniques
CO4: develop program using linked representation
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 - - - - - 1 2 1 2 1
CO2 2 2 2 1 - 1 - 1 2 1 3 1
CO3 3 3 3 2 1 1 - 1 2 1 3 1
CO4 3 3 3 3 3 1 1 1 2 1 3 1
Avg. 2.5 2.25 2.66 2 2 1 1 1 2 1 2.75 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 37 of 118
U18ME109 / U18ME209 WORKSHOP PRACTICE
LIST OF EXPERIMENTS
Carpentry:
1. Prepare a cross half lap joint
2. Prepare a half lap dovetail joint
3. Prepare mortise and tenon joint
Foundry:
1. Prepare a sand mould using single piece pattern-bracket
2. Prepare a sand mould using two piece pattern-dumbbell
Fitting:
1. Prepare a square fit.
2. Prepare a half round fit.
Plumbing:
1. Prepare a PVC Pipe joint using elbows & tee
2. Prepare a PVC Pipe joint using union & coupling
Welding:
1. Prepare a single V – Butt Joint using Arc welding
2. Preparation of pipe joint using gas welding
3. Soldering and de-soldering of Resistor in PCB.
Text Books:
1. Hajra Choudhury S.K., Hajra Choudhury A.K. and Nirjhar Roy ., “Elements of
Workshop Technology, Vol-I-2008 &Vol-II-2010”, Media Promoters and publishers Pvt. Ltd,
India.
Reference:
1. Engineering Workshop Practice manual, Department of Mechanical Engineering,
KITSW, 2018.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 38 of 118
Mapping of the Course Learning Outcomes with Program Outcomes:
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 1 3 1 1 1 - - - - 1
CO2 3 2 1 3 1 1 1 - - - - 1
CO3 3 2 1 3 1 1 1 - - - - 1
CO4 3 2 1 3 1 1 1 - - - - 1
Avg. 3 2 1 3 1 1 1 - - - - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 39 of 118
U18CH109 / U18CH209 ENVIRONMENTAL STUDIES
UNIT-I (6)
Introduction - The multidisciplinary nature of environmental studies - definition, scope and
importance.
Natural Resources: Forest Resources - Use and over–exploitation of forests, deforestation,
timber extraction, mining, dams - their effects on forests and tribal people; Water Resources -
Use and over-utilization of surface and ground water, floods, drought, conflicts over water;
Mineral Resources - Environmental effects of extracting and using mineral resources;
Agricultural Land - Land as a resource, land degradation, soil erosion and desertification; Food
Resources - World food problems, effects of modern agriculture, fertilizer-pesticide problems,
water logging and salinity; Energy Resources - Renewable and non-renewable energy sources,
use of alternate energy sources.
UNIT-II (6)
Ecosystem and Biodiversity: Ecosystem - Concepts of an ecosystem, food chain, food webs,
ecological pyramids, energy flow in the ecosystem and ecological succession;
Biodiversity and its Conservation – Introduction, definition, genetic, species and ecosystem
diversity, value of biodiversity, biodiversity in India, hot spots of biodiversity, man-wildlife
conflicts, endangered and endemic species of India, in-situ and ex-situ conservation.
UNIT-III (6)
Environmental Pollution: Global climatic change, green house gases, effects of global warming,
ozone layer depletion; International conventions/protocols - Earth summit, Kyoto protocol and
Montreal protocol; causes and effects of air, water, soil, marine and noise pollution with case
studies; solid and hazardous waste management, effects of urban industrial and nuclear waste;
natural disaster management - flood, earthquake, cyclone and landslides.
UNIT-IV (6)
Social Issues and the Environment: Role of Individual and Society - Role of individual in
prevention of pollution, water conservation, Rain water harvesting and watershed
management; Environmental Protection / Control Acts - Air (Prevention and control of
Pollution) Act- 1981, water (Prevention and Control of Pollution ) Act-1974, water Pollution
Cess Act-1977, Forest conservation Act (1980 and 1992), wildlife Protection Act 1972 and
environment protection Act 1986, issues involved in enforcement of environmental legislations;
Human Population and Environment - Population growth, family welfare programmes,
women and child welfare programmes, role of information technology in environment and
human health.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 40 of 118
TEXT BOOKS:
1.Erach Bharucha, “Text Book of Environmental Studies for Under Graduate Courses
(2nd edn.)”, Universities Press (India) Private Limited, 2013.
REFERENCE BOOKS:
1. Y. Anjaneyulu, “Introduction to Environmental Science”, B.S. Publications, 2004.
2. Gilbert M. Masters, “Introduction to Environmental Engineering & Science ”,
Prentice Hall of India,Third Edition,1991.
3. Anubha Kaushik, C.P. Kaushik, “Environmental Studies”, 4/e, New Age International
Publishers, 2014.
4. R.Rajagopalan, “Environmental Studies from crisis to cure”, Oxford University Press,
Second Edition, 2011.
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 1 2 1 - 2 1 - 1 - - -
CO2 - - 2 - - 1 2 - 1 - - -
CO3 1 2 1 - - 1 1 1 1 - - -
CO4 - - 1 - - 1 2 - 1 - - -
Avg. 1.5 1.5 1.5 1 - 1.25 1.5 1 1 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 41 of 118
U18EA110 / U18EA210 EAA: SPORTS/YOGA/NSS
I. SPORTS
List of Activities:
1. Shramadanam
2. Tree Plantation
3. General Medical camps in Villages
4. Awareness on Eye Donation
5. Awareness on “Child Labour and Child Marriages”
6. Awareness programs on “ Literacy, Good Health Practices, etc.”
7. Safe Riding Program
8. Awareness program on “RTI Act”
9. Awareness on Blood Donation
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 42 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE :: WARANGAL-15
(An Autonomous Institute under Kakatiya University)
III SEMESTER OF 4 –YEAR B.TECH DEGREE PROGRAMME
ELECTRICAL & ELECTRONICS ENGINEERING w.e.f. A/Y 2018-19
Evaluation Scheme
Sl.
Course Course Periods CIE
Category Course Name Credits
Total
Code Code ESE
No. Marks
TA MSE Total
L T P
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 43 of 118
U18MH301 ENGINEERING MATHEMATICS- III
UNIT-I (9+3)
Laplace Transforms: Integral transforms, Kernel of a transform, Laplace transform of a function, Inverse
Transform-Existence and uniqueness of Laplace Transforms, S- plane and region of convergence (ROC),
Laplace Transform of some commonly used signals- Dirac-delta (impulse) function t ,step u t ,ramp
tut ,parabolic t 2 ut ,real exponential e at u t , complex exponential e jt ut , sine and cosine functions,
damped sine and cosine functions, hyperbolic sine and cosine functions, damped hyperbolic sine and
cosine functions, rectangular pulse and triangle. Properties of Laplace Transforms- Linearity, First shifting
theorem (Frequency shift property), Laplace transforms of derivatives and integrals, time scaling property,
time reversal property, Laplace Transform of Heaviside unit step function, Second shifting theorem (time
shift property), Initial value and final value theorems, Laplace transform of periodic functions-
Convolution theorem.
Operational Calculus: Solution of ordinary differential equations with constant coefficients and system of
ordinary differential equations with constant coefficients using Laplace Transforms. Application of Laplace
transforms to the first order and second order system subjected to impulse, step, periodic, rectangular,
square, ramp, triangular and sinusoidal functions.
UNIT-II (9+3)
Fourier Series: Periodic functions, orthogonal and orthonormal functions, Euler formulae, representation
of a function as Trigonometric Fourier series (FS) in a range of length 2π, , Conditions for the existence of
Fourier series (Dirichlet’s conditions), FS for typical wave forms-square wave, pulse train, impulse
train(comb function), periodic rectangular wave, triangle, saw tooth, half wave rectified signal, full wave
rectified signal, plotting FS coefficients - line spectrum (magnitude and Phase spectra), Fourier series on an
arbitrary period, effects of symmetry of function on FS coefficients, half range series – half range cosine
and sine series expansions, exponential FS .
UNIT-III (9+3)
Complex Variables: Functions of complex variables, Limit, Continuity, Differentiability, Analytic
Functions, Cauchy-Riemann Equations in Cartesian and Polar coordinates. Elementary functions,
Harmonic Functions, Construction of Analytic functions. Applications to find velocity potential and stream
function of a flow. Conformal mapping and bilinear transformation.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 44 of 118
UNIT-IV (9+3)
Complex Integration: Line integration in complex plane, integral of a non analytic function, dependence
on path of integration, ML-Inequality, Cauchy’s integral theorem, Cauchy’s integral formula, series
expansion of complex functions: Taylor’s series and Laurent’s series, zeros and singularities, residues,
Residue Theorem- Applications of Residue theorem to the properly chosen integrals around a unit circle
and semi circle.
Text Books:
2. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 44/e, 2017.
(Chapters 21,10,20)
Reference Books:
4. Kreyszig E., “Advanced Engineering Mathematics”, John Wiley & Sons, Inc., U.K, 9/e, 2013.
5. Churchill R.V., “Complex Variable and its Applications”, McGraw Hill, New York, 9/e, 2013.
CO CO code Upon completion of this course, the student will be able to…
apply Laplace transform to solve certain differential equations whose solutions cannot be
CO1 U18MH301.1
computed using classical methods
CO2 U18MH301.2 describe a given function as Fourier series in an interval
construct analytic function; find velocity potential and stream function of a fluid flow
CO3 U18MH301.3
using complex analytical methods
represent a given function in Taylor’s and Laurent’s series, evaluate certain real integrals
CO4 U18MH301.4
using integral theorems
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18MH301.1 2 2 - - - - - - - - - 1 2 1 - -
U18MH301.2 2 2 - - - - - - - - - 1 1 1 - -
U18MH301.3 2 2 - - - - - - - - - 1 1 1 - -
U18MH301.4 2 1 - - - - - - - - - 1 2 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 45 of 118
U18TP302 SOFT AND INTERPERSONAL SKILLS
LIST OF ACTIVITIES
Introduction
Activity 1 Team interaction
Activity 2 SWOT analysis
Activity 3 Debate
Activity 4 Group Discussion
Text Books:
Developing Communications Skills – Krishna Mohan & Meera Benerji, Mcmillan Publications, New
Delhi, 2005
Soft Skills - Alex.K, S. Chand Publications, New Delhi, 2010
Soft skills Cornerstone of Professional success – Raman & Meenakshi, Jain Brothers Publications,
New Delhi, 2009
References:
https://onlinecourses.nptel.ac.in/noc19_hs20/preview
https://onlinecourses.nptel.ac.in/noc18_hs30/preview
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 46 of 118
Course Outcomes (COs):
Course code: U18TP302 Course Name: Soft and Interpersonal Skills
CO CO code Upon completion of this course, the student will be able to…
CO1 U18TP302.1 introspect to convert strengths into opportunities, identify weaknesses, bypass threats
CO4 U18TP302.4 prepare a professional resume, communicate effectively to attain better opportunities
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18TP302.1 - - - - - - - - 2 3 - - - - 1 2
U18TP302.2 - - - - - - - 2 3 3 - - - - 1 2
U18TP302.3 - - - - - - - - 2 3 - - - - - 2
U18TP302.4 - - - - - - - 1 2 3 - - - - - 2
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 47 of 118
U18EE303 NETWORK THEORY
UNIT – I (9+3)
Circuit Elements and Relations: Introduction, Kirchhoff’s laws; Types of sources and source
transformations; Network reduction by star–delta transformation
Steady State Analysis of Circuits for Sinusoidal Excitations: Analysis of single-phase series, parallel and
series-parallel circuits; Resonance - series and parallel resonance, bandwidth, Q-factor; Mesh and nodal
analysis; 3-phase network analysis - balanced and unbalanced networks
Network Topology: Topological description of networks - lumped Vs distributed circuits, network graph
theory - tree, co-tree and loops, incidence matrix, fundamental tie-set and cut-set matrices
UNIT – II (9+3)
Time response analysis of networks: Transient analysis of RL, RC, RLC series and parallel networks with
step, impulse, sinusoidal and pulse excitation, initial conditions, Analysis with special signal waveforms -
ramp, triangular, train of pulses, delayed input
UNIT – IV (9+3)
Two port networks : Characterizations of linear time invariant two port networks - open circuit impedance
parameters, short circuit admittance parameters, transmission parameters, inverse-transmission
parameters, hybrid parameters, inverse-hybrid parameters, symmetry and reciprocity conditions in terms
of two-port parameters, inter-relationship between parameters, inter connections of two-port networks,
ladder network, bridged-T, parallel-T and lattice-T networks, terminated two-port networks
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 48 of 118
TEXT BOOKS:
1. D. Roy Choudhary, “Networks and Systems”, New age Publishers, 2/e, 2010.
2. W.H. Hayt and Jr. Kemmerly, “Engineering Circuit Analysis”, McGraw-Hill Higher Education, 7/e,
2006.
REFERENCES:
1. M.E. Van Valken Burg, “Network Analysis”, Pearson Education 3/e, 2006.
2. K. A. Gangadhar, “Circuit Theory”, Khanna Publishers, 2/e, 2006.
3. Parker Smith, “Problems in Electrical Engineering”, CBS Publishers, 1/e, 2010.
CO CO code Upon completion of this course, the student will be able to…
determine voltage, current, power by performing steady state analysis; calculate bandwidth,
CO1 U18EE303.1
Q-factor of resonant circuits and construct incidence, tie-set, cut-set matrices using
network topology
CO2 U18EE303.2 apply suitable network theorems to applications in electrical engineering
CO3 U18EE303.3 evaluate transient and steady state response of RLC circuits with step, sinusoidal and other
special signals
CO4 U18EE303.4 find two port network parameters and draw equivalent circuit of given
two-port network
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE303.1 2 2 1 1 1 - - - 1 1 - 1 2 1 1 1
U18EE303.2 2 2 2 1 1 - - - 1 1 1 1 2 - 1 1
U18EE303.3 2 2 1 1 1 - - - 1 1 1 1 2 2 1 1
U18EE303.4 2 2 1 1 1 - - - 1 1 - 1 2 1 - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 49 of 118
U18EE304 ELECTRICAL MEASUREMENTS & INSTRUMENTATION
LO1 significance and errors of measuring instruments, performance of various instruments to measure
voltage and current
LO2 performance of various instruments for measuring power, energy, power factor and unknown resistance,
inductance & capacitance measurement using bridges
LO3 construction, performance and errors in CTs, PTs and their use for measuring high range current and
voltage; applications of DC and AC Potentiometers for measurement and calibration of electrical
quantities
LO4 construction, operation and applications of electronic instruments (CRO, DVM and DSO) and
transducers (Strain gauge, LVDT, Thermocouple)
UNIT –I (9)
Introduction and Error Analysis: Significance of Measurement, Static characteristics of measuring system-
Linearity, Sensitivity, Precision, Accuracy, errors in measuring instruments
Voltage and Current Measuring Instruments: Construction, operation, torque equation, sensitivity, errors,
advantages and disadvantages of Permanent Magnet Moving Coil (PMMC) instrument, Moving Iron (MI)
instruments and Electrodynamometer type instruments; extension of ranges of voltmeters and ammeter,
loading effect on measuring instruments
UNIT – II (9)
Measurement of Power, Energy and Power factor: Construction, operation, torque equation, errors,
advantages and disadvantages of Dynamo meter type wattmeter, Induction type energy meter.
Measurement of three phase active and reactive power, Phantom loading; Introduction to static energy
meter and smart energy meter
DC Bridges: Measurement of unknown resistance using Wheatstone bridge, Kelvin’s double bridge,
Megohm Bridge and Megger
AC Bridges: Measurement of unknown inductance using Maxwell’s bridge, Anderson’s bridge, Hay’s
bridge, Owen’s bridge; Measurement of unknown capacitance using De Sauty’s bridge, Schering bridge
and Wien‘s bridge
UNIT-IV (9)
Electronic Instruments: Construction and operation of Cathode Ray Oscilloscope (CRO), electrostatic
deflection system, horizontal and vertical amplifiers, screens and probes used in CRO, deflection
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 50 of 118
sensitivity and deflection factor, measurement of unknown frequency and phase using Lissajous patterns;
construction and operation of Digital Voltmeters (DVM); block diagram representation of Digital Storage
Oscilloscope (DSO)
Transducers: Introduction and classification of transducers, theory of Strain gauges, thermocouples, Linear
Variable Differential Transformer (LVDT)
****
Text Books:
1. A.K. Sawhney, “A course in Electrical and Electronic Measurement and Instrumentation”, Dhanpat
Rai & Co. Publications; 19/e, 2011.
Reference Books:
1. J. B. Gupta: “A course in Electrical and Electronic Measurements and Instrumentation”, Kataria and
Sons, 13/e, 2009.
2. U. A. Bakshi, A. V. Bakshi, “Electrical Measurements and Instrumentation”, Technical Publications,
2009.
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE304.1 3 2 1 -- -- -- -- -- -- -- -- -- 3 2 -- --
U18EE304.2 3 2 1 -- -- -- -- -- -- -- -- -- 3 2 -- --
U18EE304.3 3 2 2 -- -- -- -- -- -- -- -- -- 3 2 -- --
U18EE304.4 3 2 2 -- -- -- -- -- -- -- -- -- 3 2 -- --
U18EE304 3 2 1.5 -- -- -- -- -- -- -- -- -- 3 2 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 51 of 118
U18EE305 ELECTROMAGNETIC FIELDS
UNIT –I (9)
Introduction: Cartesian, Cylindrical and Spherical Co-ordinate Systems. Field theory Vs Circuit theory
Static Electric Fields: Coulomb's law, Electric field intensity, Field due to different charge configurations,
Electric flux, Electric flux density, Gauss‘ law and its applications, Divergence theorem, Relation between
D and E, Work done in moving a unit positive charge, Electric potential, Absolute potential, Potential
difference between two points and its independence in path of integration, Potentials caused by different
types of charge configurations, Relation between E and V, Electro static energy, Energy density
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 52 of 118
Text Books:
1. K. A. Gangadhar, ”Field Theory”, Khanna Publishers, 8/e, 2015.
References Books:
CO CO code Upon completion of this course, the student will be able to…
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE305.1 3 2 1 - - - - - - - - - 3 1 - -
U18EE305.2 3 2 2 - - - - - - - - - 3 1 - -
U18EE305.3 3 2 2 - - - - - - - - - 3 1 - -
U18EE305.4 3 2 1 - - - - - - - - - 3 1 - -
U18EE305 3 2 1.5 - - - - - - - - - 3 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 53 of 118
U18EC310 ELECTRONIC DEVICES AND CIRCUITS
UNIT-I (9)
Conduction in Semiconductors: Conductivity of a Semiconductor, Carrier Concentrations in an Intrinsic
Semiconductor, Donor and Acceptor Impurities, Charge densities in a semiconductor, Fermi level in a
Semiconductor having Impurities, Diffusion, Carrier life time, Continuity equation, The Hall effect.
Semiconductor Diode Characteristics: Qualitative theory of P-N junction, p-n Junction as a Diode, Band
Structure of an Open Circuited p-n Junction, Quantitative theory of P-N diode currents, The Volt-. Ampere
Characteristics, The temperature dependence of P-N Characteristics, Diode Resistance, Space Charge or
Transition Capacitance, Diffusion capacitance, Breakdown Diodes, The Tunnel Diode, Characteristics of a
Tunnel Diode.
UNIT-II (9)
Rectifiers: A Half Wave Rectifier, Ripple Factor, A Full wave Rectifier, Harmonic Components in Rectifier
Circuits, Inductor Filters, Capacitor Filters, Approximate Analysis of Capacitor Filters, L - Section Filter,
Multiple L - Section Filter, π - Section Filter.
UNIT-III (9)
Transistor Characteristics: The Junction Transistor, Transistor Current Components, The Transistor as an
Amplifier, The Common Base Configuration, The Common Emitter Configuration, The Common Collector
Configuration.
Transistor Biasing & Thermal Stabilization: The Operating Point, Transistor as a switch, Bias Stability,
Collector to Base Bias, Self-Bias, Stabilisation against variations in VBE and β for the Self Bias Circuit, Bias
Compensation, Thermistor & Sensistor Compensation, Thermal Runaway and Thermal Stability, Photo
Transistor.
UNIT-IV (9)
Field Effect Transistors: Construction and Characteristics of JFETs, Transfer Characteristics, Depletion-
type MOSFET and Enhancement-type MOSFET.
FET Biasing: Fixed Bias Configuration, Self-Bias Configuration, Voltage Divider Biasing, Common Gate
Configuration, Common Drain Configuration, Depletion-type MOSFETs, Enhancement- type MOSFETs.
Special Devices: Silicon Controlled Rectifier, Basic Silicon Controlled Rectifier Operation, SCR
Characteristics & Ratings, Silicon Controlled Switch, DIAC, TRIAC, Uni-Junction Transistor, LED, photo
Diode, Photo Transistor, LASER and LCD.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 54 of 118
Text books:
1. Jacob Millman, Christos C Halkias & Satyabrata JIT, “Electronic Devices and Circuits”, Tata
McGraw Hill Education (INDIA) Private Ltd, 2007.
2. Robert L Boylested and Louis Nashelsky, “Electronic Devices and Circuit Theory”, Pearson India,
10th Edition, 2009.
Reference Books:
1. Adel S. Sedra and Kenneth C. Smith , “Microelectronic Circuits”, Oxford University Press, Sixth
Edition.
2. Donald Neaman, “Electronic Circuits: Analysis and Design”, McGraw-Hill India, 3rdEdition, 2006.
CO CO code Upon completion of this course, the student will be able to…
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EC310.1 3 2 2 - - - - - - - 2 1 1 - 1 -
U18EC310.2 2 3 3 - - - - - 1 - 2 1 2 2 - -
U18EC310.3 2 2 3 - - - - - 1 - 2 1 3 2 1 -
U18EC310.4 2 3 3 - - - - - 1 - 2 1 3 3 - -
2.2 2.5 2.2
U18EC310 2.75 - - - - - 1 - 2 1 2.3 1 -
5 0 5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 55 of 118
U18EE307 ELECTRICAL MEASUREMENTS AND INSTRUMENTATION LABORATORY
Class: B.Tech., III-Semester Branch: Electrical & Electronics Engineering
LO1 calibration of single phase energy meter and LPF wattmeter and voltmeter
LO2 measurement of resistance, inductance and capacitance using AC and DC bridges and
measurement of three phase active power and reactive power
LO3 measurement of ratio error for CTs and PTs
LO4 measurement of frequency and phase angle using CRO; displacement, strain and temperature
measurement using LVDT, strain gauge and thermocouple
LIST OF EXPERIMENTS:
1. Measurement of energy using conventional energy meter and static energy meter.
2. Calibration of LPF wattmeter by phantom loading.
3. Measurement of three phase active power by using two wattmeter method.
4. Measurements of three phase reactive power using single wattmeter method.
5. Measurement of unknown resistance using Wheatstone bridge.
6. Measurement of inductance using Maxwell’s inductance-capacitance bridge.
7. Calibration of PMMC voltmeter using DC potentiometer.
8. Determination of ratio error of current transformer and potential transformer.
9. Measurement of phase angle and frequency using Lissajous patterns of CRO.
10. Displacement measurement using Linear Variable Differential Transformer (LVDT).
11. Measurement of strain using strain gauge.
12. Study of characteristics of J-type thermocouple.
13. Calibration of conventional single phase energy meter with phantom loading.
Laboratory Manual:
1. Manual for “Electrical Measurements & Instrumentation Laboratory” prepared by the faculty of
department of EEE.
Reference Books:
1. A.K. Sawhney, “A course in Electrical and Electronic Measurement and Instrumentation”, Dhanpat
Rai & Co. Publications; 19/e, 2011
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 56 of 118
Course code: U18EE307 Course Name: Electrical Measurements &
Instrumentation Lab
CO CO code Upon completion of this course, the student will be able to…
calibrate single phase energy meter, LPF wattmeter using direct and phantom
CO1 U18EE307.1
loading; calibration of voltmeter using DC potentiometer
measure unknown resistance, inductance and capacitance using AC and DC bridges,
CO2 U18EE307.2 three phase active power and reactive power using two wattmeter and single
wattmeter method
CO3 U18EE307.3 determine the ratio error in CTs and PTs.
apply LVDT, strain gauge, thermocouple for the measurement of non-electrical
CO4 U18EE307.4 quantities and CRO for the measurement of frequency and phase angle using
Lissajous patterns
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
CO Code PO 9
U18EE307.1 3 2 2 1 1 -- -- 1 3 2 -- -- 3 2 -- --
U18EE307.2 3 2 1 1 -- -- -- 1 3 2 -- -- 3 2 -- --
U18EE307.3 2 2 2 1 -- -- -- 1 3 2 -- -- 2 2 -- --
U18EE307.4 2 2 2 1 -- -- -- 1 3 2 -- -- 2 2 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 57 of 118
U18EE308 NETWORKS & SIMULATION LABORATORY
LIST OF EXPERIMENTS
Laboratory Manual:
1. Manual for “Networks & Simulation Laboratory” prepared by the faculty of Department of EEE,
KITSW
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 58 of 118
Text Books:
1. Basic Simulation Lab with MATLAB by Bhanu Bhaskara , Siddhartha Bhaskara, Mc- Graw-Hill ,
1/e, 2011
2. Introduction to MATLAB by William J. Palm III , Mc-Graw-Hill , 2/e, 2010
CO2 U18EE308.2 determine network parameters for a given two port network
CO3 U18EE308.3 simulate electrical circuit to perform mesh and nodal analysis using MATLAB
software
CO4 U18EE308.4 simulate and evaluate the time response of AC series circuits using MATLAB
software
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE308.1 3 3 2 1 - - - 1 3 2 2 1 2 - - 2
U18EE308.2 3 3 2 1 - - - 1 3 2 2 1 2 - - 2
U18EE308.3 3 3 3 1 2 - - 1 3 2 2 2 2 - - 2
U18EE308.4 3 3 3 1 2 - - 1 3 2 2 2 2 - - 2
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 59 of 118
U18EC311 ELECTRONIC DEVICES AND CIRCUITS LABORATORY
LIST OF EXPERIMENTS
Laboratory Manual:
1. “Laboratory Manual for EDC laboratory”, prepared by the faculty of department of ECE, KITSW
Reference Books:
1. Jacob Millman and C.C. Halkias, “Integrated Electronics”, TMH, New Delhi, 2nd Edition, 1991.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 60 of 118
Course code: U18EC311 Course Name: Electronic Devices & Circuits Laboratory
CO CO code Upon completion of this course, the student will be able to…
CO1 U18EC311.1 apply the electronic device applications
CO2 U18EC311.2 differentiate the RC and LC Oscillators
CO3 U18EC311.3 design the different types of amplifiers
CO4 U18EC311.4 calculate the Bandwidth and gain of amplifiers
Course code: U18EC311 Course Name: Electronic Devices & Circuits Laboratory
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EC311.1 3 2 2 3 3 - 1 - 3 2 2 - 1 - 1 1
U18EC311.2 3 2 2 3 3 - 1 - 3 2 2 - 2 2 - 1
U18EC311.3 3 2 2 3 3 - 1 - 3 2 2 - 3 2 1 1
U18EC311.4 3 2 2 3 3 - 1 - 3 2 2 - 3 3 - 1
2.2
U18EC311 3 2 2 3 3 - 1 - 3 2 2 - 2.3 1 1
5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 61 of 118
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE :: WARANGAL-15
(An Autonomous Institute under Kakatiya University)
IV SEMESTER OF 4 –YEAR B.TECH DEGREE PROGRAMME
ELECTRICAL & ELECTRONICS ENGINEERING w.e.f. A/Y 2018-19
Evaluation Scheme
Course CIE
Course Periods
Sl.No. Category Course Name Credits Total
Code ESE
Code TA MSE Total Marks
L T P
10. MC U18MH415 Essence of Indian Traditional Knowledge 2 - - - 10 30 40 60 100
11. OE U18OE401 Open Elective -II 3 1 - 4 10 30 40 60 100
12. HSMC U18MH402 Professional English _ _ 2 1 10 30 40 60 100
13. U18OE303/
OE Open Elective -I 3 - - 3 10 30 40 60 100
U18OE403
14. PCC U18EE404 Power Systems-I 3 - - 3 10 30 40 60 100
15. PCC U18EE405 Electrical Machines-I 3 1 - 4 10 30 40 60 100
16. PCC U18EC412 Analog and Digital Electronics 3 - - 3 10 30 40 60 100
17. PCC U18EE407 Electrical Machines Laboratory -I - - 2 1 40 - 40 60 100
18. PCC U18EC413 Analog and Digital Electronics Laboratory - - 2 1 40 - 40 60 100
10. U18OE311/
OE OE-I based lab - - 2 1 40 - 40 60 100
U18OE411
Total 17 2 8 21 1000
11. MC U18CH409 Environmental Studies* 2 - - - 10 30 40 60 100
Students Contact Hours/ Weeks: 27 Total Credits: 21
*For Lateral entry students only
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 62 of 118
U18MH415 ESSENCE OF INDIAN TRADITIONAL KNOWLEDGE
Teaching Scheme :
Unit – I (6)
Basic Structure of Indian Knowledge System: Introduction, Vedas – Origin, Classification, Structure, Rig
Veda, Sama Veda, Yajur Veda, Atharva Veda; Upavedas – Dhanurveda, Sthapatveda, Gandharvaveda,
Ayurveda; Vedang – Shiksha, Chanda, Vyakarna, Nirukta, Kalpa, Jyothisha; Upanga – Dharmashastra,
Mimamsa, Tarkashastra, Purana.
Unit – II (6)
Modern Science and Indian Knowledge System: Introduction – Vedas as Basis for Modern Science –
Architectural Developments – Medicine and its relevance – Mathematical Sciences in Vedas – Space and
Military related developments – Chemical Sciences
Unit – IV (6)
Case studies – Yoga Practice: Yoga as an effective tool for management of human crisis – Depression, Self –
Concept & Mental health, Yoga for stress management; Yoga: A way to cure for Insomnia.
Requisite: Yoga practice sessions are to be conducted for all the students taking this course by the time
they complete Unit 1 and Unit 2.
Text Books :
1. Sathish Chandra Chaterjee, Dhirendramohan Datta, “An Introduction to Indian Philosophy”, Rupa
Publications Pvt. Ltd. New Delhi. (Chapter 2, 3)
2. Priyadaranjan Ray, S.N. Sen, “The Cultural Heritage of India”, Vol. 6, Science and Technology, The
Ramakrishna Mission Institute of Culture, Calcutta
3. Yoga Sutra of Patanjali, Ramakrishna Mission, Kolkatta
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 63 of 118
4. RN Jha, Science of Consciousness Psychotherapy and Yoga Practices, Vidyanidhi Prakasham Delhi,
2016 (Chapter 4, 5, 6, 7, 8)
Reference Books:
1. Swami Jitatmananda, “Holistic Science and Vedanta”, Bharatiya Vidya Bhavan Bombay. (Chapter 2,
3)
CO1 U18MH415.1 summarize the basic structure of Vedas, Upavedas, Vedanga, Upanga
CO2 U18MH415.2 explain Vedas as principal source of knowledge for scientific inventions
CO3 U18MH415.3 describe different yogasanas, breathing techniques, chakras, meditation and their benefits
CO4 U18MH415.4 discuss the benefits of yoga as an effective tool for management of human crisis
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18MH415.1 - - - - - 1 - 2 1 1 - - - - - 2
U18MH415.2 - - - - - 1 1 2 1 1 - - - - - 2
U18MH415.3 - - - - - 1 - 2 2 1 - 2 - - - 1
U18MH415.4 - - - - - 1 1 2 2 1 - 2 - - - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 64 of 118
U18OE401A APPLICABLE MATHEMATICS
UNIT-I (9+3)
Applications of Partial Differential Equations: Basic concepts of partial differential equations,
classification of second order partial differential equations, solution of a partial differential equation,
solution through the method of separation of variables.
Vibrating String: Wave equation and its solution by the method of separation of variables, D’Alembert’s
solution of wave equation, solutions of various boundary value problems based on vibrating string.
One Dimensional Heat Flow: Transient heat flow equation, heat flow through a bar of finite length with
homogeneous and non homogeneous boundary conditions, heat flow through a bar with insulated ends.
Two Dimensional Heat Flow: Equation of two dimensional heat flow (Laplace’s equation) under steady
state / the electrostatic potential of electrical charges in any region that is free of these charges (problems
based on Trigonometric FS only),solution of Laplace’s equation in Cartesian and polar form, heat flow
through infinite rectangular plates, finite square plate and semi circular and circular plates.
UNIT-II (9+3)
Statistics: Statistical data: Review of measures of central tendency and measures of dispersion, correlation
coefficient, rank correlation, regression – Linear regression equations.
Curve Fitting: Method of least squares –fitting of (i) Straight line (ii) Second degree parabola
(iii) Exponential curves, most plausible solution of a system of linear algebraic equations.
Probability: Review of the concepts of probability, random variables, Discrete and continuous probability
distributions, mean and variance of a distribution, Binomial distribution, Poisson distribution, and Normal
distribution, fitting of these probability distributions to the given data.
UNIT-III (9+3)
Numerical Analysis: Finite differences and difference operators.
Interpolation: Newton’s forward and backward interpolation formulae. Lagrange interpolation
Numerical Differentiation: First and second derivatives using forward and backward interpolation
polynomials at the tabulated points.
Numerical Integration: Gaussian quadrature formula, Trapezoidal rule, Simpson’s 1/3rd rule and
Simpson’s 3/8th rule.
UNIT-IV (9+3)
Solution to System of Linear Equations: Gaussian elimination method, Jacobi Method and Guass-Siedel
Iteration Method.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 65 of 118
Numerical Solution of Algebraic and Transcendental Equations: Bisection method, Regula-Falsi method
and Newton Raphson’s method.
Numerical Solution of Ordinary Differential Equations:Taylor’s method, Picard’s method, Euler’s
method and Runge - Kutta methods of second and fourth order.
Text Books:
1. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 43/e, 2014.
Reference Books:
1. Gupta and Kapoor, “Fundamentals of Mathematical Statistics”, Sulthan Chand and & sons, New
Delhi, 11th edition, 2010.
2. Kreyszig E.,” Advanced Engineering Mathematics”, John Wiley & sons, Inc.,U.K.,9th edition,2013.
3. Sastry S.S, “Introduction to numerical Analysis”, Prentice Hall of India Private Limited, New Delhi.4th
edition,2005.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE401A.1 2 2 -- -- -- -- -- -- -- -- -- 1 2 1 -- --
U18OE401A.2 2 2 -- -- -- -- -- -- -- -- -- 1 2 1 -- --
U18OE401A.3 2 2 -- -- -- -- -- -- -- -- -- 1 2 1 -- --
U18OE401A.4 2 2 -- -- -- -- -- -- -- -- -- 1 2 1 -- --
U18OE401A 2 2 -- -- -- -- -- -- -- -- -- 1 2 1 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 66 of 118
U18OE401B BASIC ELECTRONICS ENGINEERING
Class: B.Tech. IV Semester Branch: Common to all branches
Teaching Scheme: Examination Scheme:
L T P C Continuous Internal Evaluation 40 Marks
3 1 - 4 End Semester Exam 60 Marks
UNIT-I(9+3)
Introduction to Electronics:
Analog Signals (DC & AC), Sources (DC & AC), Digital Signals
Semiconductors:
Energy bands in solids, Concept of forbidden gap, Insulator, Metals and Semiconductors, Transport
phenomenon in semiconductors: Mobility and conductivity, Intrinsic semiconductor, Donor and Acceptor
impurities, Fermi level, Drift currents and Diffusion currents, Temperature dependence of conductivity,
Hall Effect
UNIT-II(9+3)
Semiconductor Diode:
P-N Junction, Band diagram, Depletion layer, V-I characteristics of P-N Diode, Diode resistance and
capacitance, Avalanche and Zener breakdown mechanisms
Diode Circuits:
Rectifier circuits – Half wave, Full wave & Bridge rectifiers, Ripple factor with and without filters, Voltage
regulation using Zener diode, Block diagram of DC adapter.
UNIT-III(9+3)
UNIT-IV(9+3)
Text Books:
1. Bhargava and Kulashresta, “Basic Electronics and Linear Circuits”, TTTI, TMH, India.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 67 of 118
2. S.Salivahanan and N.Suresh Kumar, “Electronic Devices and Circuits”, Tata McGraw Hill Education
(India) Private Ltd, 2nd Edition, 2009.
Reference Books:
1. Jacob Millman, Christos C Halkias, “Electronic Devices and Circuits”, 3/e, TMH, India.
2. David.A.Bell, “Electronic Devices and Circuits”, Oxford University Press,
New Delhi, India.
3. Neil storey, “Electronics: A systems Approach”, 4/e-Pearson Education Publishing company Pvt. Ltd,
India
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE401B.1 2 1 -- --
2 2 1 2 - - - - - - - -
U18OE401B.2 2 1 -- --
2 2 2 2 - - - - - - - -
U18OE401B.3 2 1 -- --
2 2 2 2 - - - - - - - -
U18OE401B.4 2 2 1 2 - - - - - - - 2 2 1 -- --
U18OE401B 2 2 1.5 2 - - - - - - - 2 2 1 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 68 of 118
U18OE401C ELEMENTS OF MECHANICAL ENGINEERING
UNIT- I (12)
Engineering Materials: Classification, properties and applications
Design Criterion:Discrete steps in engineering design process
Power Transmission: Classification;flat belt drives - length of open and cross belts, belt tensions and
power transmitted; Gears-types and applications; spur gear-nomenclature
Bearings: Types – sliding& rolling contact bearings and applications;
UNIT- II (12)
Manufacturing Processes: Classification; Foundry- steps in sand casting process; pattern-types, materials
and allowances, mould cross section,moulding sand-composition and properties; Machining: lathe
machine-line diagram and operations;Welding-classification; principle of arc welding- AC and DC
welding, principle of gas welding, principle of brazing and soldering;
Metal forming process: forging, rolling, extrusion.
UNIT- IV (12)
Second Law of Thermodynamics: Kelvin-Planck and Clausius Statements and their equivalence; Carnot
cycle, Carnot theorem, heat engine, heat pump and refrigerator; working principle of domestic air
conditioner-line diagram.
IC Engines: Classification; working principle of four and two stroke SI and CI engines.
Text Book:
1. Mathur, Mehta and Tiwari, “Elements of Mechanical Engineering”, Jain Brothers, New
Delhi,2017.
Reference Books:
1. Hazra Chowdary. S. K and Bose, “Basic Mechanical Engineering”, Media Promoters and
Publishers Pvt. Ltd, India, 2010.
2. P. K. Nag, “Engineering Thermodynamics”, Tata McGraw Hill, New Delhi.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 69 of 118
3. Hazra Chowdary. S. K and Bose, “Workshop Technology, Vol. I & II”, Media Promoters and
publishers Pvt Ltd, India.
CO CO code Upon completion of this course, the student will be able to…
CO1 U18OE401C.1 explain mechanical properties of an engineering materials and learn the steps in design
methodology.
CO2 U18OE401C.2 describe the principles of manufacturing processes
CO3 U18OE401C.3 apply first law of thermodynamics to various processes to calculate work and heat for a
closed system.
CO4 U18OE401C.4 define second law of thermodynamics and demonstrate the working principle of IC
non-flow processes.
engines.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE401C.1 2 2 - - - - - - - - - - 1 1 -- --
U18OE401C.2 2 - - - - - - - - - - - 1 - -- --
U18OE401C.3 2 2 - - - - - - - - - - 1 1 -- --
U18OE401C.4 2 2 - - - - - - - - - - 1 1 -- --
U18OE401C 2 2 - - - - - - - - - - 1 1 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 70 of 118
U18OE401D FUNDAMENTALS OF MEASUREMENTS & INSTRUMENTATION
Class: B.Tech. IV – Semester Branch: Common to all Branches
Teaching Scheme: Examination Scheme:
L T P C Continuous Internal Evaluation 40 marks
3 1 - 4 End Semester Examination 60 marks
Course Learning Objectives (LOs):
This course will develop students’ knowledge on /in
LO1: working principle of DC measuring instruments; DC, AC bridge circuits and their applications
LO2: principle of operation of Q meter, DVM, DMM, CRO, DSO and display devices
LO3: working principle of various transducers and their applications
LO4: working principle of seismic transducers, piezoelectric accelerometer, sound level meter, level
transducer, flow meter and data acquisition system
UNIT–I (9+3)
DC measuring instruments (principle of operation): Measurement system – block diagram and
example; performance characteristics – accuracy, precision, resolution, threshold, span, % error and
fidelity; DC meters (working principle) – PMMC mechanism, shunt type ammeter, series type voltmeter,
shunt type ohmmeter; DC potentiometers - Crompton’s DC potentiometer, calibration of meters
(ammeter, voltmeter & wattmeter) using DC potentiometer
DC & AC bridges: General bridge balance equation, bridge calibration, applications of bridges,
Wheatstone bridge, Maxwell bridge, Schering bridge, Wien’s bridge
UNIT – II (9+3)
Electronic instruments (principle of operation): Q-meter – basic Q-meter circuit; digital meter –
characteristics (resolution & count), DC & AC attenuators, block diagram of dual slope type digital
voltmeter, block diagram of digital multimeter (DMM); oscilloscopes – working principle of cathode
ray tube (CRT), block diagram of cathode ray oscilloscope (CRO) , block diagram of digital storage
oscilloscope (DSO); display devices – working principle of LED & LCD types
UNIT – IV (9+3)
Transducers (principle of operation): Seismic transducers – displacement transducer, velocity pickup and
accelerometer, piezoelectric accelerometer, sound level meter (block diagram), capacitive microphone,
capacitive type level transducer (double electrode type), ultrasonic flow meter and electromagnetic flow
meter; introduction to data acquisition (DAQ) system
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 71 of 118
Text Books:
1 P. Pruthviraj, B. Bhudaditya, S. Das and K. Chiranjib, “Electrical and Electronic
Measurement and Instrumentation”, McGraw-Hill Education, 2nd edition, 2013, New Delhi.
(Chapters 1 to 3, 8 to 10 and 13 to 15)
2 Arun K. Ghosh, “Introduction to Transducers”, PHI, 4th edition, 2015, New Delhi.
(Chapters 1 to 7)
Reference Books:
1 A.K. Sawhney, “Electrical and Electronics Measurements and Instrumentation”, Dhanpatrai &
Co., 2015, New Delhi.
2 Helfrick. A.D and Cooper W.D., “Modern Electronic Instrumentation and Measurement
Techniques”, Pearson India Edn., 2nd edition, 2016, New Delhi.
3 B.C. Nakra, K.K Choudhry, “Instrumentation Measurement and Analysis”, TMH, 4th
edition, 2008, New Delhi.
4 D.V.S. Murthy, “Transducers and Instrumentation”, Prentice Hall of India, 2nd edition, 2012,
New Delhi.
explain about seismic transducers, sound level meter, level transducer, flow meters and
CO4 U18EI401D.4
block diagram of data acquisition system
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EI401D.1 2 1 1 1 - - 1 - - - - 1 1 1 -- --
U18EI401D.2 2 1 1 1 - - 1 - - - - 1 1 1 -- --
U18EI401D.3 2 1 1 1 - - 1 - - - - 1 1 1 -- --
U18EI401D.4 2 1 1 1 - - 1 - - - - 1 1 1 -- --
U18EI401D 2 1 1 1 - - 1 - - - - 1 1 1 -- --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 72 of 118
U18OE401E FUNDAMENTALS OF COMPUTER NETWORKS
UNIT - I (9)
Introduction: History of Computer Networks and The Internet, Principles of Computer Network Design,
Network Architecture, Network Types.
Physical Layer: Factors Affecting Data Transmission, Data Transmission, Data Transmission Codes: Non-
return to Zero, Manchester Encoding, Digital modulation & Modems, Transmission Media.
UNIT- II (9)
Data Link Layer: Functions of Data Link Layer, Framing Techniques, Error Detection and Correction,
Elementary Data Link Layer Protocols for Flow Control.
Local Area Networks: Medium Access Protocols, LAN Protocol Stack, Ethernet Protocols, IEEE 802.11
LAN Standard: IEEE 802.11 Protocol Stack, Wireless LAN Topologies, Frames in IEEE 802.11.
UNIT - III (9)
The Network Layer: Network Layer Services, Packet Switching Networks, The Internet Protocol(IP): IP
Header in IPv4, IP Addressing in IPv4, Subnet addressing and Classless Inter-Domain Routing (CIDR),
Address Resolution Protocol, Dynamic Host Configuration Protocol, Internet Layer Protocols,
Fragmentation and Reassembly, IP Version 6: Motivation for IPv6 Development, Features of IPv6, IPv6
Address Representation.
Routing Protocols: Elements of Routing Protocol Performance, Flooding, Distance-Vector and Link State
Routing Protocols, Hierarchical Routing.
UNIT - IV (9)
The Transport Layer: User Datagram Protocol, Transmission Control Protocol, TCP State Transition
Diagram, Other TCP Timers, TCP Congestion Control.
The Application Layer: World Wide Web, Domain Name System, Electronic Mail.
Network Security: Threats and Vulnerabilities in Computer Networks, Cryptographic Algorithms, Data
Encryption Standard.
Text Books:
1. Mayank Dave, “Computer Networks”, Second Edition, Cengage Learning, ISBN-13:978-81-315-
0986-9, 2014.
Reference Books:
1. Forouzan, “Data Communication and Networking”, Fifth Edition, TMH, ISBN978-0-07-296775-3,
2012.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 73 of 118
2. William Stallings, “Data and Computer Communications”, Ninth Edition, Prentice-Hall India, ISBN-
81-203-1240-6, 2011.
3. Andrew S.Tanenbaum , David J. Wetherall, “Computer Networks”, Fifth Edition, Pearson Education,
ISBN-13: 978-0-13-212695-3, 2011.
CO CO code Upon completion of this course, the student will be able to…
CO1 U18OE401E.1 describe various network topologies, architecture and techniques for data transmission
modes
CO2 U18OE401E.2 outline various design issues in data link layer and develop protocols to handle data link
layer operation
CO3 U18OE401E.3 describe various design issues and develop protocols for network Layer.
CO4 U18OE401E.4 explain various design issues , protocols of transport layer & application layer services
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE401E.1 2 1 - 1 - 1 - - - - - 1 2 3 -- --
U18OE401E.2 3 3 2 1 1 1 - - - - - 1 3 3 -- --
U18OE401E.3 3 3 2 2 1 1 - - - - - 1 3 3 -- --
U18OE401E.4 3 3 2 2 1 1 - - - - - 1 3 3 -- --
2.7 2.7
U18OE401E 2.5 2 1.5 1 1 - - - - - 1 3 -- --
5 5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 74 of 118
U18OE401F RENEWABLE ENERGY SOURCES
UNIT-I (9)
Introduction: Conventional and non-conventional sources of energy – Brief Description of different
Renewable energy sources
Solar Energy: Introduction to prospects of solar photovoltaic (SPV) systems, principle of a PV cell, large
scale SPV systems, economic considerations of SPV systems, PV cell technology, merits and limits of SPV
systems, applications of SPV systems-street lighting, domestic lighting, Battery charging, SPV pumping
systems
UNIT-II (9)
Wind Energy: Principles of wind power- Operation of a wind turbine- Site Characteristics.
Geothermal Energy: Origin and types of geothermal energy- Operational Difficulties- Vapor dominated
systems- Liquid dominated systems- Petro- thermal systems.
Magneto-Hydro Dynamic (Mhd) Power Generation: MHD system- Open and Closed systems-
Advantages of MHD systems.
UNIT-III (9)
Energy from Oceans: Ocean temperature differences, ocean waves-Wave motions and tides-Energy from
the waves; Introduction of tidal power, basic principle of tidal power, components of tidal power plants,
advantages and disadvantages
Bio-Energy: Introduction-bio-mass conversion, technologies-wet process, dry process, photo synthesis;
Biogas generation- biogas from power plant wastes, methods of maintaining biogas production, utilization
of biogas, biogas gasification, applications of gasifiers
UNIT-IV (9)
Chemical Energy Sources: Introduction of fuel cells, Principle of Operation of fuel cell, Classification of
Fuel cells, Advantages and disadvantages of fuel cells.
Types of Energy Storage Systems: Introduction, Different types of Batteries, Ultra Capacitors, Flywheels,
Super Conducting Magnetic storage
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 75 of 118
TEXT BOOKS:
1. Rai G.D “Non-Conventional Energy Sources”, Khanna Publishers, New Delhi
2. Felix A. Farret, M. Godoy Simoes, ―Integration of Alternative Sources of Energy, John Wiley &
Sons, 2006
3. Bansal N.K, Kaleeman and M.Miller, “Renewable Energy Sources and Conversion Technology”,
TATA Mc Graw-Hill, New Delhi
REFERENCE BOOKS:
1. EL-Wakil M.M, “Power Plant Technology”, Mc Graw-Hill, New York
2. Duffie and Beckman, “Solar Energy Thermal Process”, John Wiley & Sons, New York
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE401F.1 3 - - - - - 1 - - - - - 3 - - --
U18OE401F.2 3 - - - - - 1 - - - - - 3 - - --
U18OE401F.3 3 - - - - - 1 - - - - - 3 - - --
U18OE401F.4 3 - - - - - 1 - - - - - 3 - - --
U18OE401F 3 - - - - - 1 - - - - - 3 - - --
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 76 of 118
U18MH402 PROFESSIONAL ENGLISH
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 77 of 118
Text Books:
1. Professional English Manual prepared by the faculty of English, KITSW
2. Arun Sharma & Meenakshi Upadhyay, “ Verbal Ability and Reading Comprehension for CAT &
Other Management Examinations”,8th Edition McGraw Hill Education (India) Private Ltd, Chennai,
2018
Reference Books:
1. Nishit K. Sinha, “ Verbal Ability and Reading Comprehension for the CAT”, 3rd Edition Pearson
India Education Services Pvt. Ltd., Chennai
2. Harper Collins, “Collins COBUILD English Grammar” Third Edition, Harper Collins Publishers Ltd.
3. Rosemary & Courtney, "Longman-English-Chinese Dictionary of Phrasal Verbs"
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18MH402.1
- - - - - - - - 1 2 - 1 - - - 2
U18MH402.2
- - - - - - - - 1 2 - 1 - - - 2
U18MH402.3
- - - - - - - - 1 2 - 1 - - - 1
U18MH402.4
- - - - - - - - 1 2 - 1 - - - 1
U18MH402 - - - - - - - - 1 2 - 1 - - - 1.5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 78 of 118
U18OE403A Object Oriented Programming
UNIT- I (9)
Fundamentals of Object Oriented Programming: Programming paradigms, Basic concepts of Object
Oriented paradigm (OOP), benefits and applications of OOP.
Basics of Java Language: Java language Features, Java Programming Structure, Java Tokens, JVM,
Constants, Variables, Data types, Scope of variable, Type Casting, Operators and Expressions, Branching
and looping statements, Arrays.
UNIT – II (9)
Classes and Objects: Defining a class, Field declaration, Method declaration, Creating object, Accessing
Class Members, Constructors, garbage collection, Static members, Nested and inner classes, Command line
arguments, Wrapper classes.
Inheritance: Extending a class, Defining subclasses, Subclass constructor, Multilevel inheritance,
Hierarchical inheritance, Access controls, this and super keywords.
UNIT-III (9)
Polymorphism: Overloading methods, Overloading constructors, Overriding Methods, Dynamic method
dispatch, Abstract classes, Final Keyword.
Interfaces: Defining an interface, Implementing interfaces, Nested Interfaces, Variables in interfaces,
Extending interfaces
Packages: Packages, java API packages, Using System Packages, Naming Conventions, Creating Packages,
Accessing Packages, Adding a class to package, Hiding classes, Static Import.
UNIT – IV (9)
Exception handling: Fundamentals, Exception types, Uncaught exceptions, Using try and catch, Multiple
catch clauses, Explicit exceptions with throw, throws and finally keywords.
String Handling: String constructors, String length, String operations, Character extraction, String
comparison, Searching string, Modifying string, Changing string cases, Joining strings.
Using I/O: I/O Basics, Reading console Input, Writing console output, Reading and writing files.
Text Books:
1. Herbert Schildt,”JAVA The Complete Reference”, 9th Edition, McGraw-Hill Education India
Pvt.Ltd , ISBN: 9781259002465, 2014.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 79 of 118
2. E.Balgurusamy, “Programming with JAVA a primer”, 5e Edition, McGraw-Hill Publication Ltd,
ISBN: 9351343200, 2014.
References Books:
1. P Radha Krishna, “Object Oriented Programming through JAVA”, Universities Press, ISBN:
9788173715723,2011.
2. Herbert Schildt,”JAVA The Complete Reference”, McGraw-Hill Education India Pvt.Ltd , 9th
Edition, ISBN: 9781259002465, 2011.
3. Kathy Sierra, Bert Bates, “Head First Java”, O’Reilly Publictions, 2nd Edition, ISBN-13: 978-
0596009205.
4. Uttam K.Roy, “Advanced JAVA Programming”, Oxford Publications; First edition, ISBN-13: 978-
0199455508.
CO2 U18OE403A.2 solve computing problems using object orientation and inheritance concepts.
CO3 U18OE403A.3 use polymorphism, interfaces and Packages for effective object oriented programming
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
U18OE403A.1 2 2 2 1 2 1 - 1 2 1 2 1 - - - 1
U18OE403A.2 2 2 2 1 2 1 - - 2 1 2 1 - - - 1
U18OE403A.3 2 2 2 1 2 1 - - 2 1 2 1 - - - 1
U18OE403A.4 2 2 2 1 2 1 1 1 2 1 2 1 - - - 1
U18OE403 2 2 2 1 2 1 1 1 2 1 2 1 - - - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 80 of 118
U18OE403B FLUID MECHANICS AND HYDRAULIC MACHINES
UNIT-I(9)
Fluid fundamentals: Classification of fluids, fluid properties - density, specific weight, specific gravity,
specific volume, viscosity, capillarity, vapor pressure, compressibility, surface tension, cohesion and
adhesion.
Fluid statics:Pascal’s Law, hydrostatic Law, measurement of pressure, manometers, Piezometer, U-tube
differential manometer, inverted differential manometer, hydrostatic forces on submerged plane and
curved surfaces, buoyancy, metacenter, stability of floating and submerged bodies
UNIT-II (9)
Fluid dynamics: Classification of fluid flow, continuity equation in one, two and three dimensional flow,
velocity potential and stream function, forces causing motion, Euler’s equation of motion, Bernoulli’s
Equation, applications of Bernoulli’s equation, venturi meter, orifice meter, pitot tube, linear momentum
equation ,application of linear momentum equation to forces on pipe bend.
Dimensional analysis: Dimensional analysis by Rayleigh’s method and Buckingham π’s theorem,
dimensionless numbers and model laws, Reynolds law and Froude’s law.
UNIT-III(9)
Flow through pipes: Loss of head in pipes, expression for head loss due to major and minor losses in
pipes, HGL and TEL lines, pipes in series and parallel, equivalent pipe.
Hydraulic turbines: Concept of impact jets, classification, head, losses and various efficiencies,
Pelton turbines, components, velocity triangles, power and efficiencies, reaction turbines, Francis
and Kaplan turbines, efficiencies and characteristics, unit quantities, specific speed, draft tube
theory.
UNIT-IV (9)
Reciprocating pumps: Working of single and double acting pumps, work done and efficiencies, slip,
negative slip, performance characteristics of pumps, air vessel.
Centrifugal pumps: Principle, components, work done and efficiency, pumps in series and in parallel,
multi stage pumps, characteristics, cavitation and priming.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 81 of 118
Text Books:
1. P.N.Modi and S.M. Seth, “Hydraulics and Fluid Mechanics Including Hydraulic Machines”, Standard
Book House, Rajsons Publications Private Limited, 21thedn., 2017
Reference Books:
1. R.K.Bansal, “Fluid Mechanics and Hydraulic Machines”, Periodicals Private Ltd.,2018
2. Victor Streeter and E. Benjamin Wylie, “Fluid Mechanics”, McGraw Hill, Singapore, 9thedn., 2017.
3. Frank M. White, “Fluid Mechanics”, Special Indian Edition, Tata McGraw Hill, New Delhi, 2011.
4. A.K. Jain, “Fluid Mechanics Including Hydraulic Machines”, Khanna Publications, 12thedn,2018.
CO CO code Upon completion of this course, the student will be able to…
CO1 U18CE403B.1 summarize fluid properties using fundamental laws of fluid statics.
CO2 U18CE403B.2 analyse fluid flows using Bernoulli’s equation and model laws.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
2 1 - - - - - - 1 1 - 1 2 - 1 1
U18CE403B.1
2 1 - 1 - - - - 1 1 - 1 2 - 1 1
U18CE403B.2
2 1 - 1 - - - - 1 1 - 1 2 - 1 1
U18CE403B.3
2 1 - 1 - 1 - - 1 1 - 1 2 - 1 2
U18CE403B.4
2 1 - 1 - 1 - - 1 1 - 1 2 - 1 1.25
U18CE303B
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 82 of 118
U18OE403C MECHATRONICS
UNIT-I (9)
Introduction to Mechatronics: Measuring system, Control systems, Microprocessor based controllers.
Mechatronics approach.
Sensors and Transducers: Performance, terminology. displacement, position, proximity, velocity and
motion.
UNIT-II (9)
Actuation Systems: working principles of pneumatic and hydraulic systems, directional control valves,
pressure control valves, process control valves and rotary actuators.
Electrical Actuation Systems: working principles of electrical system, mechanical switches, solid-state
switches solenoids, DC motors, AC motors and stepper motors.
UNIT-III (9)
Basic Models: Mathematical models, mechanical system building blocks, electrical system building blocks,
fluid system building blocks and thermal system building blocks.
System Models: Engineering system, rotational-translational system and electro- mechanical systems and
hydraulic-mechanical system.
UNIT-IV (9)
System Transfer functions: Transfer function, first order system, second order system, system in series
and systems with feedback loops.
Closed Loop Controllers: Continuous and discrete processes. Control modes. Two step mode and
proportional mode. Derivative control, integral control, PID controller, digital controllers, velocity
controllers and adaptive control.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 83 of 118
TEXT BOOK:
1. Bolton W., Mechatronics, Pearson Publications, 6/e, ISBN: 9788131732533, 2015.
REFERENCE BOOKS:
1. Nitaigour Premchand Mahalik, Mechatronics: Principles Concepts and Applications, Tata McGraw
Hill, 2/e, ISBN-13: 978-0070483743, 2017.
2. HMT, Mechatronics, Tata McGraw-Hill, ISBN9788415700272 New Delhi, 2000.
3. Devdas Shetty, Richard and Kilk, Mechatronics System and Design, Cenage Learning, Inc. 2/e,
ISBN-13: 978-1439061985, 2010.
CO CO code Upon completion of this course, the student will be able to…
apply the mechatronics approach ad select suitable sensors and transducers for a given
CO1 U18OE403C.1
application.
explain working principles of mechanical, hydraulic, pneumatic and electrical actuators
CO2 U18OE403C.2
and their applications.
develop basic building blocks for mechanical, electrical, fluid and thermal systems and
CO3 U18OE403C.3
build mathematical models and analyze.
explain various system transfer functions and select an appropriate closed loop controller
CO4 U18OE403C.4
for a given application
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
- -
U18OE403C.1 2 2 1 - 2 2 - - - 1 - 1 2 1
U18OE403C.2 2 2 1 - 2 - - - - 1 - 1 2 1 - -
U18OE403C.3 2 2 1 3 2 - - - - 1 - 1 2 1 - -
U18OE403C.4 2 2 1 1 2 - - - - 1 - 1 2 1 - -
U18OE403C 2 2 1 2 2 2 - - - 1 - 1 2 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 84 of 118
U18OE403D WEB PROGRAMMING
UNIT-I (9)
HTML: Document Structure, Basic Tags, Creating Headings, Working with Links, Creating Paragraph,
Working with Images, Tables, Frames. Introduction to Forms and Controls: Creating HTML Form,
Specifying Action URL and Method to Send the Form, Using HTML Controls.
CSS: CSS (Cascading style sheet) rules and properties, Types: Inline, External and Internal Style Sheets,
Style Classes, Multiple Styles.
JAVASCRIPT: JavaScript syntax, Embedding JavaScript in HTML Page. Usage of variables, Working with
Operators, Control-Flow Statements, Functions and Array, Creating Objects, Handling Events.
UNIT-II (9)
JSP: Syntax and Semantics, JSP Development Model, Components of JSP page: Directives, Comments,
Expressions, Scriptlets, Declarations, Implicit Objects, Standard Actions, Tag Extensions, A Complete JSP
Example. Session and Thread Management: Session Tracking, Session API, Thread Management.
Application Event Listeners.
JDBC: Database access with JDBC, Overview, JDBC drivers, connecting to database with DriverManager,
Statement Interfaces: Statement, Prepared statement, Callable statement, Result Sets.
UNIT-III (9)
Introduction to PHP: Overview of PHP, Advantages of PHP over scripting languages, Creating and
running a PHP script, handling errors. Working with Variables and Constants: Variables, Data Types and
Operators. Controlling Program Flow: Conditional Statements, Looping Statements, Break, Continue and
Exit Statements. Working with Functions, Arrays, Files and Directories.
Working with Forms: Web Forms and Form Elements, Processing a Web Form, Validating a Web Form.
UNIT-IV (9)
Database using PHP: Exploring Relational Database Model, Records and Primary Keys. Working with
SQL Statements. Using PHP and MySql: Checking Configuration, Connecting to Database, Selecting a
Database, Adding and Altering a Table in a Database, Inserting and modifying Data in a Table, Retrieving
Data from a Table.
XML :Introduction to XML, XML Basics: Syntax, Declaration, Elements, Attributes, Valid XML Documents,
Viewing XML, XML Parser, XML Technologies, Document Object Model(DOM).
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 85 of 118
Text Books:
1. Kogent, “Web Technologies HTML, CSS, JavaScript, ASP.NET, Servlets, JSP, PHP, ADO.NET, JDBC
and XML”, 1st Edition, Dreamtech Press (Black Book), ISBN-13:9789351192510, 2013.
2. Phil Hanna, “JSP: The Complete Reference”, 2ndEdition, McGraw-Hill, ISBN: 007-212768-6, 2001.
Reference Books:
1. Ivan Bayross, “Web Enabled Commercial Application Development Using HTML, JavaScript,
DHTML and PHP”, 4th Edition,BPB Publications,ISBN-13: 978-8183330084, 2009,
2. UttamK.Roy, “Web Technologies”, 7th Edition, Oxford Higher Education, ISBN-10: 0-19-806622-8,
ISBN-13: 978-0-19-806622-4, 2010
3. Luke Welling, Laura Thomson,”PHP and MySQL Web Development”, 3rd Edition, Sams Publications,
ISBN: 0-672-32672-8, 2005
4. Jayson Falkner, Kevin Jones, ”Servlets and Java Server Pages”, 1st Edition, Pearson, ISBN: 0-321-
13649-7, 2003
CO4 U18OE403D.4 develop enterprise databases for web-based applications using PHP and MySQL.
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
2 2 2 1 2 1 - 1 2 1 2 1 - -
U18OE403D.1 1 1
U18OE403D.2 2 2 2 1 2 1 - 1 2 1 2 1 1 1 - -
U18OE403D.3 2 2 2 1 2 1 - 1 2 1 2 1 2 1 - -
U18OE403D.4 2 2 2 1 2 1 1 1 2 1 2 1 2 1 - -
U18OE403D 2 2 2 1 2 1 1 1 2 1 2 1 1.5 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 86 of 118
U18OE403E MICROPROCESSORS
UNIT – I(9)
Review of 8085 MPU Architecture
8086 Family Architecture: Organization of 8086 CPU, Concept of Memory Segmentation, Segment
Registers, Physical and Logical Addressing, Addressing Modes and Instruction Formats, Instruction Set.
UNIT – II(9)
Assembly Language Programming: Assembler Directives, Simple Programming of 8086, Arithmetic,
Logical and Data Processing Programs; Implementation of Control Loops, Structures, Strings, Procedures,
Macros.
Pin Configuration, Minimum / Maximum Modes, Timing Diagrams, Delay Subroutines.
UNIT – III(9)
Interfacing with 8086: 8086 Interrupts, Interrupt Service Routines, Programmable Interrupt Controller
8259, Programmable Peripheral Interface 8255, Interfacing of Switches, Keyboards, LEDs, Stepper Motor,
ADCs and DACs.
UNIT – IV(9)
DMA Controller 8257, Programmable Timer/Counter 8254.
Serial Data Communication through 8086: Types of Serial Communication, Synchronous and
Asynchronous Communication, Serial Data Communication through USART 8251, Serial Data
Communication Standards, RS-232, IEEE 488 Bus (GPIB).
Text Books:
1. D.V.Hall, “Microprocessors and Interfacing: Programming & Hardware”, 2nd Edition,
Tata McGraw Hill, New Delhi, 1992. (Chapter 3 to 10)
2. Yuchang Liu, Glen A. Gibson,” Microcomputer Systems. The 8086/8088 Family,
Architecture, Programming and Design”, 2nd Edition, PHI, New Delhi, 1995. (Chapter 2
to 11)
Reference Books:
1. Kenneth J. Ayala, Ayala Kenneth,” The 8086 Microprocessor: Programming and
Interfacing The PC”, West Pub., 1994.
2. Barry B. Brey,” The Intel Microprocessors: Architecture, Programming and Interfacing”,
2nd Edition, PHI, New Delhi, 1998.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 87 of 118
Course Outcomes (COs):
Course Code: U18OE403E Course Name: MICROPROCESSORS
CO Code Upon completion of this course, the student will be able to…
CO
describe the architecture of 8086 microprocessor and explain instructions with suitable examples
CO1 U18OE403E.1
CO2 U18OE403E.2 write Assembly Language Programs (ALPs) to perform a given task
CO3 U18OE403E.3 design 8086 microprocessor based system for given specifications with memory mapping
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE403E.1 3 3 2 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE403E.2 3 2 2 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE403E.3 3 3 2 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE403E.4 3 3 2 1 -- -- -- -- -- -- -- 1 2 2 - -
U18OE403E 3 2.7 2 1 -- -- -- -- -- -- -- 1 2 2 - -
5
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 88 of 118
U18OE403F STRENGTH OF MATERIALS
UNIT-I(9)
Simple stresses and strains: Types of stresses, strains, stress–strain diagram, elastic limit, Hooke’s law,
bars of varying sections, uniformly tapering circular and rectangular sections, elongation of bars due to self
weight, temperature stresses in uniform bars.
Elastic modulii: Elastic constants, longitudinal strain, lateral strain, Poisson’s ratio, complimentary shear
stress, state of simple shear, modulus of elasticity (E), modulus of rigidity (N), bulk modulus (K), relation
between E, N & K, strain energy, resilience, impact loading.
UNIT-II (9)
Principal stresses: Definition, normal and shear stress, principal stresses, principal planes and their
graphical representation by Mohr’s circle.
Shear force and bending moment: Types of supports, classification of beams, concept of shear force and
bending moment, shear force diagram and bending moment diagram for simply supported, cantilever and
overhanging beams, loading from shear force and bending moment diagram, principle of superposition.
UNIT-III(9)
Bending stresses in beams: Assumptions, theory of simple bending, application of bending equation and
calculation of bending stresses in beams of homogeneous and flitched beam material, beams of uniform
strength.
Shearing stresses in beams: Shearing stress due to bending, variation of flexural shear stress distribution
across rectangular, triangular, circular, flanged section, shear resilience.
UNIT-IV (9)
Circular shafts and springs: Theory of pure torsion in solid and hollow circular shafts, shear stresses,
angle of twist, power transmitted by shaft, close-coiled and open-coiled helical spring subjected to axial
load and axial twist, springs in series and parallel.
Thin cylinders: Analysis of thin walled pressure vessels, hoop stress, longitudinal stress.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 89 of 118
Text Books:
1. Rajput R.K., “Strength of Materials”, 7th Edition, S Chand and Company.
2. Gunneswara Rao T. D.and MudimbyAndal,“Strength of Materials”, 1st edn.2018, Cambridge University
Press.
Reference Books:
1. Timoshenko and Gere, “Mechanics of Materials”, 1st Edition Mc Graw Hill International.
2. Punmia B.C., Arun K. Jain, Ashok K. Jain, “Mechanics of Materials”, 2nd Edition, Laxmi Publications, New
Delhi.
3. Subramanian R., “Strength of Materials”, 3rd Edition, Oxford University Press.
4. Ramamrutham S.,“Strength of Materials”, 2nd Edition, Dhanpat Rai & Sons, New Delhi.
CO CO code Upon completion of this course, the student will be able to…
CO2 U18CE403F.2 construct Mohr’s circle, shear force and bending moment diagrams for determinate beams
CO3 U18CE403F.3 determine the bending and shearing stresses for beams subjected to pure bending
CO4 U18CE403F.4 analyze stresses in thin cylinders, circular shafts and springs by theory of pure torsion
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18CE403F.1 2 2 1 1 - - - - - 1 - 2 2 1 - 1
U18CE403F.2 2 2 1 - - - - - - 1 - 1 2 1 - 1
U18CE403F.3 2 2 1 1 - - - - - - - 1 2 1 - 1
U18CE403F.4 2 2 1 2 - - - - - 1 - 1 2 1 - 1
U18CE403F 2 2 1 1.33 - - - - - 1 - 1.25 2 1 - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 90 of 118
U18EE404 POWER SYSTEMS - I
UNIT – I (9)
Conventional Energy Sources: Hydroelectric Stations: – types of hydroelectric plant – principle of
working– layout of hydro power station: steam power plant, selection of site – coal handling plant – ash
handling plant – steam generating plant – steam turbine & generator – cooling water systems: nuclear
power plant: types of reactors – location of nuclear power plant; gas turbine power plant: introduction to
gas turbine plant – advantages
UNIT – II (9)
Renewable Energy Sources: Introduction to solar power, wind power
Economics of Power Generation: Definitions, connected load, maximum demand, demand factor, load
factor, diversity factor, load duration curve, number and size of generating units, base load and peak load
plants, cost of electrical energy, fixed cost, running cost, tariffs
UNIT – IV (9)
Distribution Lines: Distribution systems, DC two wire and three wire systems. single phase and three
phase 3-wire and 4-wire AC systems – comparison of efficiency, Kelvin’s law – economic size of conductor
Transmission Lines: Calculation of resistance, inductance and capacitance of transmission lines, single
phase and 3-phase lines with symmetrical and asymmetrical spacing, composite conductors –
transposition, bundled conductors, effect of earth on capacitance, mechanical design of transmission lines
Text Books:
1. C.L. Wadhwa, “Generation, Distribution & Utilization of Electrical Energy”, New age International,
6/e, 2014
2. S.N. Singh “Electric Power Generation, Transmission & Distribution”, PHI, 2/e, 2009
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 91 of 118
Reference Books:
1. A. Chakrabarti, ML Son, PV Gupta, US Bhatnagar, “A Text Book on Power System Engineering”,
Dhanpat rai & sons, 2/e, 2006
2. Ned Mohan, “Electric Power Systems”, Wiley, 1/e, 2014
3. Syed A Nasar, “Electric Power Systems”, Mcgraw-Hill, 1/e, 2006
CO CO code Upon completion of this course, the student will be able to…
CO1 U18EE404.1 describe the operation of fossil fuel based and renewable generating stations
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE404.1 3 2 2 2 - 1 1 - - - - - 3 2 - -
U18EE404.2 3 2 2 2 - 1 1 - - - - - 3 2 - -
U18EE404.3 2 2 2 2 - - - - - - - - 2 2 - -
U18EE404.4 2 2 2 2 - - - - - - - - 2 2 - -
U18EE404 2.5 2 2 2 - 1 1 - - - - - 2.5 2 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 92 of 118
U18EE405 ELECTRICAL MACHINES – I
UNIT – I (9+3)
Magnetic circuits and basic principles of rotating electrical machines: Principles of electromechanical
energy conversion, singly and doubly excited systems; basic constructional features of rotating electrical
machines
UNIT – II (9+3)
DC Generators: Principle of operation, armature windings, simplex and multiplex lap and wave windings
(elementary treatment), types of DC generators, EMF equation; armature reaction-demagnetizing and cross
magnetizing ampere turns, interpoles, compensating windings; commutation- reactance voltage, methods
of improving commutation; methods of excitation, separately and self excited generators; voltage buildup
process in shunt generators, critical field resistance and critical speed; characteristics & applications of
shunt, series & compound generators
UNIT – IV (9+3)
Single Phase Transformers: Constructional features, principle of operation, EMF equation, operation on
no-load and on-load, development of equivalent circuit, determination of equivalent circuit parameters,
phasor diagrams, losses, ordinary efficiency and all day efficiency, voltage regulation, determination of
performance by Open Circuit (OC), Short Circuit (SC) tests and Sumpner‘s test, parallel operation, load
sharing, auto transformer- principle of working, saving of copper as compared to two winding transformer
and applications
Three Phase Transformers: Types of connections, relation between line and phase voltages and currents,
three winding transformer, use of tertiary winding, Scott connection of transformers, tap changing of
transformers- off-load and on-load, induction regulator
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 93 of 118
Text Books:
1. Bimbhra P.S., “Electric Machinery”, Khanna Publisher, 7/e, 2014
2. Bimbhra P.S., “Generalized Machine Theory”, Khanna Publisher, 5/e , 2014
Reference Books:
1. S.K. Sahadev, “Electrical Machines”, Cambridge University press, 2018
2. A.E. Fitzgerald, Kingsly, Stephen., “Electric Machinery”, Tata McGraw Hill, 2015
3. Nagrath and Kotari, “Electrical Machines”, Tata McGraw Hill, 4/e, 2004.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
CO Code
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
U18EE405.1 3 2 - 1 - - - - - - - - 3 2 - -
U18EE405.2 3 2 1 1 1 - - - - - - - 3 2 - -
U18EE405.3 3 2 1 1 1 - - - - - - - 3 2 - -
U18EE405.4 3 2 1 1 1 - - - - - - - 3 2 - -
U18EE405 3 2 1 1 1 - - - - - - - 3 2 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 94 of 118
U18EC412 ANALOG AND DIGITAL ELECTRONICS
UNIT-I (9)
Small Signal Amplifiers: Review of BJT biasing and operating point, Analysis of BJT small signal low
frequency h-parameter model - CE, CB and CC configurations. High Frequency Transistor Amplifier –
Analysis of the Hybrid- (pi) Common Emitter Transistor model.
Multistage Amplifiers: RC coupled Amplifier, Direct and Transformer Coupled Amplifiers, Effect of
cascading on gain and bandwidth, Darlington Pair, Cascode amplifier, Differential amplifier and Bootstrap
amplifier.
UNIT-II (9)
Large Signal Amplifiers: Series fed and Transformer coupled Class-A, Class-B power amplifiers, Class-AB
power amplifiers, Push-Pull amplifier and Complementary-Symmetry pair.
Feedback Amplifiers: General characteristics of negative feedback amplifiers, Effect of negative feedback
on amplifier characteristics, Analysis of Voltage Series, Voltage Shunt, Current Series and Current Shunt
Feedback amplifiers.
Oscillators: Conditions for oscillation, RC and LC oscillators, Crystal Oscillator.
UNIT-III (9)
Number systems and Codes: Review of number systems, Binary arithmetic, Binary weighted and Non
weighted codes, Error detecting and Error correcting codes.
Boolean Algebra: Postulates and Theorems, Logic gates and Truth tables, Representation, Minimization
and Realization of switching functions, SOP & POS forms, Minimization using Karnaugh map and Quine -
McClusky Techniques.
UNIT-IV (9)
Combinational circuits: Design of combinational circuits using logic gates – Half adder, Full adder, Half
subtractor, Full subtractor, Parallel adder, Serial adder, Carry look ahead adder, BCD adder, 1‘s and 2‘s
Complement Adder/Subtractors, Decoders - BCD to 7 segment, BCD to Decimal decoders; Encoders-
Priority encoders; Multiplexers, Demultiplexers, Realization of switching functions using multiplexers and
decoders; Parity generators, Comparators.
Sequential circuits: Flip flops – SR, JK, D and T Flip flops, Truth tables, Excitation tables, Race around
condition, Master slave flip flop; Binary counters – Design of synchronous and Asynchronous counters;
Shift registers – Modes of operation, Bidirectional shift registers, Ring counter and Johnson counter.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 95 of 118
Text Books:
1. Jacob .Millman and C.C.Halkias, “Integrated Electronics”, Tata McGraw Hill Education (INDIA) Private
Ltd, 2nd Edition, 1991.
2. Donald A Neamen, “Electronic Circuits Analysis and Design”, Tata McGraw-Hill, Third Edition, 2009.
3. Moris Mano, M.D. Cilletti, “Digital Design”, Prentice Hall of India, 4th Edition, 2006.
Reference Books:
1. S. Sedra and Kenneth C. Smith, “Microelectronic Circuits’’, Oxford University publisher, 2014.
2. A. Anand Kumar, “Switching Theory & Logic Design”, Prentice Hall of India, 1st Edition, 2014.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EC412.1
3 3 2 - - - 2 - - - - - - 1 - 1
U18EC412.2
3 3 2 - - - 2 - - - - - - 1 - 1
U18EC412.3
3 3 3 - - - 2 - - - - - - - - 1
U18EC412.4
3 3 3 - - - 2 - - - - - - - - -
U18EC412 3 3 2.5 - - - 2 - - - - - - 1 - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 96 of 118
U18EE407 ELECTRICAL MACHINES -I LABORATORY
LIST OF EXPERMENTS
1. Determination of open circuit characteristics of DC shunt generator
2. Determination of load characteristics of DC shunt generator
3. Determinations of performance characteristics of DC shunt motor by brake test
4. Determination of performance characteristics of DC series motor by brake test
5. Determination of performance characteristics DC compound motor by brake test
6. Predetermination of efficiency of DC machine by Swinburne‘s test
7. Speed Control of DC Shunt motor using i). Armature voltage control, ii). Field flux control
8. Determination of voltage regulation and efficiency of 1- nducting load test
9. Predetermination of efficiency of 1- by open circuit and short circuit tests
10. Determination of efficiency of 1- test
11. Parallel operation of two 1- transformers
12. Conversion of 3- to 2- supply by using Scott connection
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 97 of 118
Laboratory Manual
1. Manual for Electrical Machines -I Laboratory prepared by the faculty of department of EEE, KITSW
Reference Books:
1. S.G. Tarnekar, P.K. Kharbanda, S.B. Bodkhe, SD Naik, DJ Dahigaonkar, “Laboratory Courses in Electrical
Engineering”, S. Chand & Company Limited, Revised Edition
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EE407.1 3 2 - 1 1 - - 1 3 2 - - 3 2 - -
U18EE407.2 3 2 - 1 1 - - 1 3 2 - - 3 2 - -
U18EE407.3 3 2 - 1 1 - - 1 3 2 - - 3 2 - -
U18EE407.4 3 2 - 1 1 - - 1 3 2 - - 3 2 - -
U18EE407 3 2 - 1 1 - - 1 3 2 - - 3 2 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 98 of 118
U18EC413 ANALOG AND DIGITAL ELECTRONICS LABORATORY
List of Experiments
I) Analog Electronics:
1. Common Emitter Amplifier
2. Two Stage RC Coupled Amplifier
3. Voltage Series Feedback Amplifier
4. RC Phase Shift Oscillator
5. Single Tuned Voltage Amplifier
6. Class A Power Amplifier (with transformer load)
Laboratory Manual:
2. Analog and Digital Electronics (URR-18) Lab manual, prepared by faculty of Dept.,of Electronics and
Communication Engineering. KITSW.
Reference Books:
2. Jacob Millman and C.C.Halkias, “Integrated Electronics”, TMH, New Delhi, 2nd Edition, 1991.
3. Moris Mano, M.D. Cillett, “Digital Design”, Prentice Hall of India, New Delhi. 4th Edition, 2006.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 99 of 118
Course code: U18EC413 Course Name: Analog and Digital Electronics Laboratory
CO CO code Upon completion of this course, the student will be able to…
CO1 U18EC413.1 design a single stage and multistage amplifier circuits.
CO2 U18EC413.2 understand the concept offeedback (Positive & Negative) circuits.
CO3 U18EC413.3 analyse the frequency response of tuned amplifiers.
CO4 U18EC413.4 evaluate the efficiencies and distortions of power amplifiers
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18EC413.1
3 2 2 3 3 - 1 - 3 2 2 - - 1 - 1
U18EC413.2
3 2 2 3 3 - 1 - 3 2 2 - - 1 - 1
U18EC413.3
3 2 2 3 3 - 1 - 3 2 2 - - - - 1
U18EC413.4
3 2 2 3 3 - 1 - 3 2 2 - - - - 1
U18EC413 3 2 2 3 3 - 1 - 3 2 2 - - 1 - 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 100 of 118
U18OE411A OBJECT ORIENTED PROGRAMMING LABORATORY
List Of Experiments
Experiment-I
1. Write a program to demonstrate operators of java.
2. Write a program to demonstrate type casting and operator precedence.
3. Write a program to demonstrate different types of if-statements.
4. Write a program to demonstrate switch-case.
Experiment-II
1. Write a program to demonstrating loop control statements.
2. Write a program to demonstrate for-each control loop.
3. Implement programs using single dimensional arrays.
4. Write a program to define a two dimensional array where each row contains different number of
columns.
Experiment -III
1. Write a program to demonstrate creating object to a class for accessing variables and methods.
2. Write a program to demonstrate creating multiple object.
3. Write a program to demonstrate passing objects to methods.
4. Write a program to demonstrate constructors and garbage collector by invoking it explicitly.
Experiment -IV
1. Write a program to demonstrate static members.
2. Write a program to demonstrate command line argument.
3. Write a program to demonstrate variable length argument.
4. Write a program to demonstrate wrapper classes.
Experiment -V
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 101 of 118
Experiment -VI
1. Write program to demonstrate this and supper keywords.
2. Write program to demonstrate dynamic method dispatch.
3. Write a program to demonstrate final variable and methods.
4. Write a program to demonstrate use of abstract class.
Experiment -VII
1. Write a program to define an Interface and implement it into a class.
2. Write a program to implement multiple interfaces into single class.
3. Write a program to extend interfaces.
4. Write a program to implement nested interfaces.
Experiment -VIII
Experiment-IX
1. Write a program to demonstrate try and catch statement for exception handling
2. Handle ArrayIndexOfBoundsException, NumberFormatException and DivideByZeroException using
multiple catch blocks.
3. Write a program to demonstrate user defined exception with throw keyword
4. Write a program to demonstrate finally block.
Experiment-X
Experiment-XI
1. Write a program to demonstrate reading and writing input using byte stream classes
2. Write a program to demonstrate reading and writing input using character stream classes
3. Write a program to demonstrate data input and output streams
4. Write a program to demonstrate array input and output streams
Experiment-XII
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 102 of 118
Laboratory Manual:
1. Java Programming laboratory manual, prepared by faculty of Dept. of CSE.
Text Book:
3. Herbert Schildt,”JAVA The Complete Reference”, 9th Edition, McGraw-Hill Education India
Pvt.Ltd , ISBN: 9781259002465, 2014.
CO2 U18OE411A.2 use the concepts like inheritance, polymorphism, packages and interfaces in application
development
CO3 U18OE411A.3 handle runtime exceptions in object oriented programming
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE411A.1 2 2 2 1 2 1 - 1 2 1 2 1 1 1 - -
U18OE411A.2 2 2 2 1 2 1 1 - 2 1 2 1 1 1 - -
U18OE411A.3 2 2 2 1 2 1 - - 2 1 2 1 1 - - -
U18OE411A.4 2 2 2 1 2 1 1 1 2 1 2 1 1 - - -
U18OE411A 2 2 2 1 2 1 1 1 2 1 2 1 1 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 103 of 118
U18OE411B FLUID MECHANICS AND HYDRAULIC MACHINES LABORATORY
LIST OF EXPERIMENTS
1. Determination of Coefficient of Discharge for given Orifice meter and Venturi meter.
1. Determination of Coefficient of Discharge for given notches (triangular/rectangular)
2. Determination of Coefficient of Discharge for given orifice and mouth piece.
3. Verification of Bernoulli’s theorem.
4. Estimation of coefficients of various head losses in pipes due to major and minor
losses (sudden enlargement, sudden contraction and bend).
5. Determineof Reynolds’s number usingReynolds’s apparatus.
6. Determination of coefficient of impact for a jet on given vane.
7. Determination of performance characteristics of Francis Turbine
8. Determination of performance characteristics of Pelton Wheel.
9. Determination of performance characteristics of Centrifugal Pump.
10. Determination of performance characteristics of Submersible Pump.
11. Determination of performance characteristics of Reciprocating Pump.
Laboratory Manual:
1. “Fluid Mechanics Laboratory Manual”, prepared by the faculty of Department of Civil Engineering.
Reference Books:
1. N. Kumara Swamy, “Fluid Mechanics and Machinery Laboratory Manual”,Charotar Publishing House
Pvt., Ltd., 1stedn., 2008.
2. Sarbjit Singh, “Experiments in Fluid Mechanics”, PHI Learning Private Limited, New Delhi, 2009.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 104 of 118
Course Outcomes (COs):
Course Code: U18OE311B Course Name: Fluid Mechanics and Hydraulic Machines
Laboratory
CO CO code Upon completion of this course, the student will be able to…
CO1 U18OE411B.1 determine the hydraulic coefficient for various flow measuring devices
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
2 1 - 1 - - - - 1 - - 1 2 - - 1
U18OE411B.1
2 1 - 1 - - - - 1 - - 1 2 - - 1
U18OE411B.2
2 1 - 1 - - - - 1 - - 1 2 - - 1
U18OE411B.3
2 1 - 1 - - - - 1 1 - 1 2 - - 1
U18OE411B.4
2 1 - 1 - - - - 1 1 - 1 2 - - 1
U18OE311B.1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 105 of 118
U18OE411C: MECHATRONICS LAB
LIST OF EXPERIMENTS
1. Controlling A.C. Non servomotor clockwise and anti clockwise with time delay.
2. Controlling A.C. Non servo motor using digital inputs proximity sensors.
3. Controlling of Single acting Pneumatic Cylinder with time delay
4. Controlling of double acting Pneumatic Cylinder with time delay and sequencing
5. Control of D.C servomotor (rotating table clockwise and counter clockwise)
6. Integration of AC Non servo motors, single acting pneumatic cylinder and double acting
pneumatic cylinder.
7. Integration of AC Non- servomotor and pneumatic cylinders with digital inputs.
8. Controlling of X table and Y table.
9. Controlling of various systems using manual inputs.
10. Controlling of traffic lights with time delay.
11. Controlling of lift operations with time delay.
12. Hydraulic and Pneumatic simulation.
Laboratory Manual:
1. Mechatronics Lab Manual, prepared by faculty of Mechanical Engineering, KITSW
REFERENCE BOOKS:
1. ATS Manual of L.S. Mechatronics 2000.
2. Bolton W., Mechatronics, Pearson Publications, 5/e, ISBN-13: 978-0273742869, 2011.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 106 of 118
Course Outcomes (COs):
Course Code: U18 OE411C Course Name: MECHATRONICS LAB
CO CO code Upon completion of this course, the student will be able to…
CO1 U18OE411C.1 Develop PLC program to control AC non servomotors, single acting and double acting
pneumatic cylinders with different operation conditions
CO2 U18OE411C.2 Develop PLC program to control various systems.
CO3 U18OE411C.3 Integrate various mechanical and electrical systems and operate them.
CO4 U18OE411C.4 Design and simulate the hydraulic and pneumatic circuits.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE411C.1 1 2 1 2 - - - - - 1 - 1 1 1 - -
U18OE411C.2 1 2 1 2 2 - - - - 1 - 1 1 1 - -
U18OE411C.3 1 2 1 2 2 - - - - 1 - 1 1 1 - -
U18OE411C.4 1 2 1 2 2 - - - - 1 - 1 1 1 - -
U18OE411C 1 2 1 2 2 - - - - 1 - 1 1 1 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 107 of 118
U18OE411D WEB PROGRAMMING LABORATORY
Experiment-1
1. Design the following static web pages with the following attributes:
a. Basic Tags.
b. Heading Tags.
c. List (Ordered and Un-Ordered).
d. Textbox, Buttons.
Experiment-2
2. HTML
AIM: Design the following static web pages required for an online book store web site.
a. HOME PAGE:
b. LOGIN PAGE
c. CATALOGE PAGE
DESCRIPTION:
a. HOME PAGE
The static home page must contain three frames.
Top frame: Logo and the college name and links to Home page, Login page, Registration
page, Catalogue page and Cart page (the description of these pages will be given below).
Left frame: At least four links for navigation, which will display the catalogue of respective
links. For e.g.: When you click the link “CSE” the catalogue for CSE Books should be
displayed in the Right frame.
Right frame: The pages to the links in the left frame must be loaded here. Initially this page
contains description of the web site.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 108 of 118
Logo Web Site Name
Home Login Registration Catalogue Cart
CSE
ECE Description of the Web Site
EEE
CIVIL
Experiment-3
c. CATOLOGUE PAGE:
The catalogue page should contain the details of all the books available in the web site in a table.
The details should contain the following:
Snap shot of Cover Page.
Author Name and Publisher.
Price and Add to cart button.
Logo Web Site Name
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 109 of 118
Experiment-4
3. VALIDATION
AIM: To do validation for registration page using JavaScript.
DESCRIPTION: Write JavaScript to validate the following fields of the above registration
page.
a. Name (Name should contains alphabets and the length should not be less than 6
characters).
b. Password (Password should not be less than 6 characters length).
c. E-mail id (should not contain any invalid and must follow the standard pattern
(name@domain.com)
d. Phone number (Phone number should contain 10 digits only).
Note: You can also validate the login page with these parameters.
4. CSS
AIM: Write a program illustrating various methods in cascading style sheets.
a. Use different font, styles and set a background image
b. Control the repetition of the image
c. Define styles for links
d. Work with layers and add a customized cursor
DESCRIPTION: Design a web page using CSS (Cascading Style Sheets) which includes the
following:
a. Use different font, styles: In the style definition you define how each selector should
work (font, color etc.).Then, in the body of your pages, you refer to these selectors to
activate the styles.
b. Set a background image for both the page and single elements on the page. You can
define the background image for the page like this:
c. Control the repetition of the image with the background-repeat property. As
background-repeat: repeat
d. Define styles for links
e. Work with layers:
f. Add a customized cursor:
Selector {cursor:value}
.xlink {cursor:crosshair}
.hlink{cursor:help}
5. Embedding JavaScript in HTML pages.
6. Design a registration form and validate its field by using JavaScript.
Experiment-5
7. To design the scientific calculator and make event for each button using JavaScript.
8. WAP to create popup boxes in JavaScript.
9. Program to create a class calculator that contains an overloaded method called "add" to
calculate the sum of two integers, two float numbers and, one integer and one float.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 110 of 118
Experiment-6
Experiment-7
Experiment-8
22. Write a HTML file to create a simple form with 5 input fields (Name, Password, Email, Pin
code, Phone No. and a Submit button) and demonstrate required field validations to validate
that all input fields are required and display error messages if the above validations do not
hold.
23. Create a JSP Page with and run in JSP Engines.
24. Demonstrate Session Tracking in JSP.
25. JSP Program to validate username and password
Experiment-9
26. Create Database Connectivity with JSP page with different JDBC Drivers.
27. JSP Program to Select record from database
28. JSP Program to Insert a record into the database
29. Create a CRUD operation for JSP Page using MySQL
30. JSP Program to upload file into server
Experiment-10
31. Create a form for your college library entering student details for each student in the college.
Validate the form using PHP valuators and display error messages.
32. Write a PHP which does the following job:
Insert the details of the 3 or 4 users who register with the web site by using registration form.
Authenticate the user when he submits the login form using the UserName and Password
from the database (instead of cookies).
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 111 of 118
Experiment-11
33. Create tables in the database which contain the details of items (books in our case like Book
name, Price, Quantity, Amount) of each category. Modify your catalogue page in such a way
that you should connect to the database and extract data from the tables and display them in
the catalogue page using PHP.
34. Create and delete MYSQL database using PHP.
Experiment-12
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE411D.1 2 2 2 1 2 1 - 1 2 1 2 1 2 - - -
U18OE411D.2 2 2 2 1 2 1 - 1 2 1 2 1 2 - - -
U18OE411D.3 2 2 2 1 2 1 - 1 2 1 2 1 2 - - -
U18OE411D.4 2 2 2 1 2 1 1 1 2 1 2 1 2 - - -
U18OE411D 2 2 2 1 2 1 1 1 2 1 2 1 2 - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 112 of 118
U18OE411E MICROPROCESSORS LABORATORY
List of Experiments
(Based on theory course U18OE303E)
Laboratory Manual:
1. Microprocessors Laboratory Manual, prepared by the faculty of department of ECE, KITSW.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 113 of 118
Course Learning Outcomes (COs):
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE411E.1 3 3 2 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE411E.2 3 2 2 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE411E.3 3 2 1 1 -- -- -- -- -- -- -- -- 2 2 - -
U18OE411E.4 3 3 2 1 -- -- -- -- -- -- -- -- 2 2 - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 114 of 118
U18OE411F STRENGTH OF MATERIALS LABORATORY
LIST OF EXPERIMENTS
1. Determination of Stress–Strain characteristics of (a) Mild steel and (b) TOR steel.
2. Determination of the compressive strength of wood and punching shear strength.
3. Determination of the brinell’s hardness numbers for steel, brass and aluminum.
4. Determination of the modulus of rigidity by conducting torsion test on solid shaft or hollow
shaft.
5. Determination of the modulus of rigidity by conducting compression test on spring.
6. Determination of the Young’s modulus of the given material by conducting flexural test on
simply supported beam.
7. Determination of the Young’s modulus of the given material by conducting flexural test on
continuous beam.
8. Determination of the Young’s modulus of the given material by measuring conducting flexural
test on propped cantilever beam.
9. Bend and rebend test on steel specimen.
10. Shear test for Mild steel specimen.
11. Impact test on Metal Specimens using Izod test.
12. Impact test on Metal Specimens using Charpy test.
13. Demonstration of measuring strains using strain gauges, LVDTs
Laboratory Manual:
1. Strength of MaterialsLaboratory Manual, prepared by faculty ofCivil Engineering, KITSW
Reference Books:
1. Harmer E. Davis and George Earl Troxell, “Testing and Inspection of Engineering Materials”,McGraw-Hill
book company, inc, 2ndedn.,1955.
2. A.V.K. Suryanarayana, “Testing of Metallic Materials”, Prentice-Hall of India, 2ndedn., 2007.
3. IS 1786:2008 “High strength deformed steel bars and wires for concrete reinforcement-specification. Bureau of
Indian standards, New Delhi, 2008.
4. IS 432(Part-I):1982 “Specification for mild steel and medium tensile steel bars and Hard drawn steel wires for
concrete reinforcement”. Bureau of Indian standards, New Delhi, 1992.
5. IS 432(Part-II):1982 “Specification for mild steel and medium tensile steel bars and Hard drawn steel wires for
concrete reinforcement”. Bureau of Indian standards, New Delhi, 2004.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 115 of 118
Course Outcomes (COs):
Course Code: U18OE411F Course Name: Strength of Materials Laboratory
CO U18OE411F.1 Upon completion of this course, the student will be able to…
CO1 U18OE411F.2 correlate theory with the testing of engineering materials for quality assessment.
CO3 U18OE411F.4 appraise the behavior of civil engineering materials when tested under loads.
CO4 U18OE411F.1 realize the specifications recommended by codes to civil engineering materials.
PSO 1
PSO 2
PSO 3
PSO 4
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18OE411F.1 1 - - 1 - 1 - - 2 1 1 1 1 1 1 1
U18OE411F.2 1 - - 1 - 1 - - 2 - - 1 1 1 1 -
U18OE411F.3 1 - - 1 - 1 - - 2 - - 1 1 1 1 -
U18OE411F.4 1 - - 1 - 1 - 2 1 1 1 1 1 1 1 1
U18OE411F 1 - - 1 - 1 - 2 1.75 1 1 1 1 1 1 1
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 116 of 118
U18CH416 ENVIRONMENTAL STUDIES
UNIT-I (6)
Introduction - The multidisciplinary nature of environmental studies - definition, scope and importance.
Natural Resources: Forest Resources - Use and over–exploitation of forests, deforestation, timber
extraction, mining, dams - their effects on forests and tribal people; Water Resources - Use and over-
utilization of surface and ground water, floods, drought, conflicts over water; Mineral Resources -
Environmental effects of extracting and using mineral resources; Agricultural Land - Land as a resource,
land degradation, soil erosion and desertification; Food Resources - World food problems, effects of
modern agriculture, fertilizer-pesticide problems, water logging and salinity; Energy Resources -
Renewable and non-renewable energy sources, use of alternate energy sources.
UNIT-II (6)
Ecosystem and Biodiversity: Ecosystem - Concepts of an ecosystem, food chain, food webs, ecological
pyramids, energy flow in the ecosystem and ecological succession;
Biodiversity and its Conservation – Introduction, definition, genetic, species and ecosystem diversity,
value of biodiversity, biodiversity in India, hot spots of biodiversity, man-wildlife conflicts, endangered
and endemic species of India, in-situ and ex-situ conservation.
UNIT-III (6)
Environmental Pollution: Global climatic change, green house gases, effects of global warming, ozone
layer depletion; International conventions/protocols - Earth summit, Kyoto protocol and Montreal
protocol; causes and effects of air, water, soil, marine and noise pollution with case studies; solid and
hazardous waste management, effects of urban industrial and nuclear waste; natural disaster management
- flood, earthquake, cyclone and landslides.
UNIT-IV (6)
Social Issues and the Environment: Role of Individual and Society - Role of individual in prevention of
pollution, water conservation, Rain water harvesting and watershed management; Environmental
Protection / Control Acts - Air (Prevention and control of Pollution) Act- 1981, water (Prevention and
Control of Pollution ) Act-1974, water Pollution Cess Act-1977, Forest conservation Act (1980 and 1992),
wildlife Protection Act 1972 and environment protection Act 1986, issues involved in enforcement of
environmental legislations; Human Population and Environment - Population growth, family welfare
programmes, women and child welfare programmes, role of information technology in environment and
human health.
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 117 of 118
TEXT BOOKS:
1.Erach Bharucha, “Text Book of Environmental Studies for Under Graduate Courses
(2nd edn.)”, Universities Press (India) Private Limited, 2013.
REFERENCE BOOKS:
1. Y. Anjaneyulu, “Introduction to Environmental Science”, B.S. Publications, 2004.
2. Gilbert M. Masters, “Introduction to Environmental Engineering & Science ”,
Prentice Hall of India,Third Edition,1991.
3. Anubha Kaushik, C.P. Kaushik, “Environmental Studies”, 4/e, New Age International
Publishers, 2014.
4. R.Rajagopalan, “Environmental Studies from crisis to cure”, Oxford University Press,
Second Edition, 2011.
formulate an action plan for sustainable alternatives and conserving biodiversity that
CO2 U18CH416.2
integrates science, humanist, social and economic perspective
identify and explain the complexity of issues and processes which contribute to an
CO3 U18CH416.3
environmental problem
participate effectively in analysis and problem-solving through knowledge in environmental
CO4 U18CH416.4
legislations
PSO 4
PSO 1
PSO 2
PSO 3
PO 10
PO 11
PO 12
PO 1
PO 2
PO 3
PO 4
PO 5
PO 6
PO 7
PO 8
PO 9
CO Code
U18CH416.1 2 1 2 1 - 2 1 - 1 - - - 1 1 - 2
U18CH416.2 - - 2 - - 1 2 - 1 - - - - 1 - 1
U18CH416.3 1 2 1 - - 1 2 1 1 - - - - - - 1
U18CH416.4 - - 1 - - 1 2 - 1 - - - - - - -
KITSW-Syllabi for I to IV Semester B.Tech. EEE 4-year Degree Programme Page 118 of 118