IT Sylabus Final 2015-16
IT Sylabus Final 2015-16
Professional 0 0 2 1
Professional Communication skills
BS PCP-140 0 0 2 Communication Skills BS
Lab-I 1
lab-II PCP-151
1
Basics of Programming in C Lab ES CSP-140 0 0 2 Applied Chemistry Lab BS ACP-152 0 0 2
1
Apptitude-I TD TDT-101 0 2 0
1
Total 14 9 10 Total 15 6 9 22
23
*Allocation of Chemistry / Physics group in Ist sem to be decided by Deptt. Of Applied Sciences
**Basic of Electrical Engineering (EET-140)-Applicable to EE, EEE students only
** Basic of Electronics Engineering (ECT-140)-Applicable to ECE students only
** Basic of Electrical & Electronics Engineering (EET-141)-Applicable to CSE, CCE, IT students only
Batch 2015
APPLIED MATHEMATICS-I L T P C
Total contact hours : 45 Hrs 3 1 0 3.5
Common to all branches
Subject Code Applicable to which branch :All branches of of engineering (IT and Non
AMT-142 Engineering (Batch-2015) IT)
st
(1 semester)
Prerequisite: knowledge of mathematics up to senior
secondary level.
Marks
Internal (40) External (60)
To impart analytical ability in solving mathematical problems as applied to the respective branches of
Engineering
Unit COURSE OBJECTIVES
Students will able to learn the techniques of linear algebra and improve their ability of computation in
1.
matrices.
To Understand the concept of partial differentiation and their applications, Errors and approximation of
2.
functions.
3. To understand various linear ordinary differential equations and their applications in various areas.
Unit-I
1. Matrices: Rank of matrix; elementary operations; reduction to normal form; consistency and solution of homogenous and
non homogeneous simultaneous equations; Linear dependence and independence of vectors; Eigen values and Eigen vectors
Cayley Hamilton theorem(without proof) and problems, Reduction to diagonal form.
[15 H]
Unit-II
2. Partial Differentiation: Function of two or more variables; Homogeneous function; Euler’s theorem; Composite
functions; Implicit functions; Total derivatives; Jacobians.
[5 H]
3. Application of Partial Differentiation: Taylor’s and Maclaurin’s series for a function of two variables; Maxima and
Minima of functions of several variables; Lagrange’s method of undetermined multipliers; Error and approximation.
[10 H]
Batch 2015
Unit-III
4. Differential Equations: Exact differential equations; Equations reducible to exact form by integrating factors; Leibniz’s
linear differential equation and Bernoulli’s differential equation; methods of finding complete solutions, Complementary
functions, Particular integrals; Linear differential equation with variable coefficient; Cauchy’s homogeneous linear
equation; Legendre’s linear equation; Simultaneous linear equations with constant coefficients.
[15 H]
TEXT BOOKS
2. Grewal, B.S., Higher Engineering Mathematics, Khanna Publishers, 42th ed.2013, New Delhi.
Reference Material:
1. Ray Wylie, C., Advanced Engineering Mathematics, 6th ed., McGraw Hill., New Delhi
2. Jain, R.K. and lyengar, S.R.K., Advanced Engineering Mathematics, 3rd Edition.
3. Ramana , B.V Advanced Engineering Mathematics, McGraw Hill, July 2006, New Delhi.
4. Thomas,B. and Finney ,R.L.,Calculus and Analytic Geometry, Pearson Education,11th Edition..
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
The syllabus has been divided into three equal units. The paper setter is required to set ten questions in all, three questions from
each unit and a compulsory question consisting of five sub parts and based on the whole syllabus. The candidate will be required
to attempt six questions including the compulsory question number no 1 and not more than two questions from each unit.
Batch 2015
Marks
Internal - 40 External - 60
Course Objective
Course Outcome- To make the students realize the importance of good oral and written communication skills in
Unit
professional life.
To upgrade their reading skills with special emphasis on expanding vocabulary and grammatical formations.
1.
To develop writing skills for short compositions, in the form of paragraph writing, business correspondence etc.
2.
Unit I (5 Hrs)
Business communication: Meaning, importance, process, models and types, barriers to effective communication, verbal and non-
verbal communication, cross-cultural communication, ethics in business communication.
Reading Skills: The students will be required to read the book of prose: Enjoying Everyday English
Reading: TRAVEL
Writing: Paragraph writing, reading comprehension
Listening: Vowel sounds
Speaking: Greeting, taking leave, introducing
Grammar: Naming words, articles, conjunctions and prepositions
Vocabulary: Homonyms, homophones, homographs, synonyms, antonyms
Batch 2015
Unit II (5 Hrs)
Reading: BIOGRAPHY
Writing: Leave application, permission letter and business letters- order, sales and inquiry, email etiquette, memorandum writing,
office order, circular and notice writing.
Listening: Listening for consonant sounds
Speaking: Making Requests
Grammar: Adverbials and modal Verbs, Subject –verb agreement, tenses
Vocabulary: one-word substitutes, Idioms
Text Books
1. Rao, A. R. K, Enjoying Everyday English. Orient Blackswan- Sangam Books, Hyderabad (2013).
2. Professional Communication Skills - Study Material and Workbook, Chandigarh University.
Reference Books -
1. Raman, M. and Sharma, S, Technical Communication-Principles and Practice, Oxford University Press (2013), New
Delhi.
2. Chaturvedi, P.D. and Chaturvedi, M., Business Communication, Pearson Education (2013), New Delhi.
3. Juneja, Om and Mujumdar A., Business Communication: Techniques and Methods, Orient Blackswan (2013), Hyderabad.
4. Lesikar R.V., Petit J.D., Business Communication, Tata McGraw (2013), New Delhi.
5. Murphy, R., Elementary Grammar (Intermediate Level), Cambridge University Press (2013), UK.
6. Hewing, Martin, Advanced English Grammar, Cambridge University Press (2012), UK.
Batch 2015
a b c d e f g h i j k
Program Outcome
x x
Project/
BS ES PD PC PE OE
Category Training
Marks-100
Internal-40 External-60
Course Objective
The course will enable the students to understand various stages and constructs of C programming language and
relate them to programming problems.
It will improve their ability to analyze and address variety of problems in programming domains .
Unit Course Outcome:-Students will
be able to develop logical skills so that they can solve basic computing problems.
1.
learn the syntax and usage of C programming language constructs
2.
3. understand the program development process and solve problems for improving their coding skills.
Content of the Syllabus
Unit-I (15 Hrs)
Introduction: Definition, classification of computers, applications of computers, block diagram
and working of a computer system; different peripheral devices; main storage and auxiliary storage devices; computer
hardware and software.
Problem solving and program development: Meaning of a problem and problem solving,
programming and its need, steps in program development.
Control Flow: conditional statements: if, else-if, switch case statements; control loops: for, while and do-while;
jumping statements: break, continue & goto.
Batch 2015
Functions: Basic concepts, structure of a function, function types, declaring and defining
functions, returning values from functions; arguments: formal and actual arguments, passing
arguments to functions: call by value and call by reference; library functions; recursion, need of
recursion; inline functions; storage classes.
Structures and Union: declaring and initializing a structure, accessing the members of a structure, nested structures,
array of structures, using structures in functions; declaring and initializing a union; difference between structure and
union.
File Handling: file streams, opening /closing of file, read/write operations on file.
Text Books:
1. Brian W. Kernighan, Dennis M. Ritchie: The C Programming Language”, Pearson Publications 1988.
2. E Balagurusamy: “Programming in ANSI C”, Tata McGraw Hill Publications 2004.
3. Donald H. Sanders: “ Computers Today”, Edition :3; McGraw Hill Publications 1983.
Reference Material:
1. Yashavant Kanetkar,”Let us C”, BPB Publications 1st edition.
2. Pradeep K. Sinha, Priti Sinha ,”Computer Fundamentals” BPB Publication” 2007, New Delhi.
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
4. In the question paper, distribution of the questions should be by considering 30 % numerical part and 70 % conceptual.
Batch 2015
APPLIED PHYSICS L T P C
Total Contact Hours : 45 Hours
Applicable to which Branch: Common to all branches of 3 1 0 3.5
APT-140
IT Course( ECE, EE, EEE, IT, CSE, CCE)
Prerequisite: Physics learning at 10+2 level
Marks-100
Internal-40 External-60
Course Objective
The course will enable the students to understand various laws of physics and relate them to practical
engineering problems.
It will enhance ability to address new problems in the rapidly changing technological scenario.
Unit Course Outcome:-Students will
understand the working principle of various lasers, its components and its working principle and application
1. in holography.
understand the working principle of optical fibre, losses and its wide applications mainly in communication.
get knowledge on the basic concepts of quantum mechanics and its applications
2.
get knowledge on the basic concepts of semiconductor physics and its applications.
understand the mathematics of Del operator, its application in electricity and magnetism. They will get to
know about its use in Maxwell’s equations and the derivation of Ampere’s law.
3.
understand the essential concepts of electromagnetic waves, parameters defining its principle of propagation
and energy transport and radiation pressure.
Unit -I
1. LASERS: Introduction; Absorption and Emission, Einstein’s coefficients; population inversion, three and four
level laser schemes, properties of laser beam- coherence and degree of coherence; Ruby, He-Ne laser and
Semiconductor lasers; applications in engineering – drilling, welding, micromachining; in CD writer devices
and printers; in medicine as surgical tool; holography- recording, reconstruction and applications.
(8 H)
2. FIBER OPTICS – Light propagation through fibre, Acceptance Angle, Numerical Aperture, Modes of
Propagation, Single Mode Step Index Optical Fibre, Multimode Step Index Optical Fibre, Graded Index Fibre,
Dispersion in Optical Fibre, Intermodal and intramodal dispersion, Applications of optical fibre and Dispersion
Losses. (7 H)
Unit- II
Unit -III
5. ELECTROMAGNETISM- Vector Calculus, Curl, Divergence and Gradient (only qualitatively) , Stokes
theorem and Gauss’s divergence theorems (only statements), Electric Flux Magnetic Flux, Gauss’s Law in
Electric field, Gauss’s law in Magnetic Field, Induced Magnetic Fields, Faraday’s law, Ampere’s law,
Displacement current in capacitor, Modified form of Ampere’s law (Maxwell-Ampere’s law).
(8 H)
6. ELECTROMAGNETIC WAVES- Maxwell’s Equations (both in integral and differential form), Maxwell’s
Rainbow, Travelling electromagnetic wave qualitative as well as quantitatively, Velocity of EM wave, Energy
Transport in EM Wave, Poynting Vector, Momentum and Radiation Pressure.
(7 H)
Text Books
1. Verma N.K , Physics for Engineers, Edition 1st, (2014), PHI Learning Private Limited, New Delhi.
2. Beiser A, Ghatak A, Garg S.C., Applied Physics, Edition 1st, (2013), Tata Mc graw Hill, Noida.
3. Griffiths D.J, Introduction to Electrodynamics. Edition 4th, (2012), PHI Learning Private Limited, New Delhi,
4. Beiser A, Concepts of Modern Physics, Edition 6th, (2003),Tata Mc graw Hill, Noida,
References:
1. Mani H.S. and Mehta G.K, Introduction to Modern Physics, Edition 1st, (1990), East-West Press, New Delhi,
2. Laud B. B., Lasers and Non Linear Optics , Edition 3rd, (2011), New Age international Ltd, New Delhi,
3. Ghatak A, Thyagarajan K, An Introduction to Fiber Optics, Edition 1st (1995), Cambridge University Press,
New Delhi,.
3. Set three questions from each unit I, II and III. Students will attempt 5 questions selecting atleast one question from sections
B, C & D. Each question carries 10 marks. Questions of Section B will be from unit I, Questions of Section C from unit II and
Questions of section D from unit III.
4. In the question paper, distribution of the questions should be by considering 30 % numerical part and 70 % conceptual.
Batch 2015
UNIT-I
1. DC CIRCUITS:
Basic concepts; concepts of linear, nonlinear, active, passive, unilateral and bilateral
elements; ideal and practical voltage & current sources; ohm’s law; Kirchhoff’s laws –
statement and illustration; method of solving circuits by Kirchhoff’s laws. (7 Hrs)
2. NETWORK THEOREMS:
Superposition, Thevenin’s, Norton’s, Maximum Power Transfer, Reciprocity and Milliman’s Theorem.
Application of all these theorems for DC circuit analysis. (8 Hrs)
UNIT-II
3. SINGLE PHASE AC CIRCUITS:
Generation of single phase A.C voltage and determination of average (mean) and
RMS (effective) values of voltage and current with special reference to sinusoidal
waveforms; form factor and peak factor; analysis of resistive, inductive and capacitive
circuits (with the help of phasor diagrams) and their series and parallel combinations;
concept of resonance in series and parallel circuits. (8 Hrs)
UNIT-III
5. MAGNETIC CIRCUITS:
Magnetic circuit & its analogy with electric circuit; energy stored in a magnetic field; law
of Electromagnetic Induction, self inductance, mutual inductance, Coefficient of coupling.
(5 Hrs)
TEXT BOOKS
1. Engineering Circuit Analysis, William H. Hayt, Jr., Jack E. Kemmerly, Steven M.Durbin. ; Publisher: Tata McGraw -
Hill; Eighth edition
2. Electrical Engineering Fundamentals, Vincent Del Toro, 2nd edition, Prentice Hall of India
3. Basic Electrical Engineering; D. P. Kothari and I. J.Nagrath; Tata McGraw - Hill Education, New Delhi. Edition: 3rd
REFERENCE BOOKS:
1. Electric Circuits, Charles K. Alexander & Matthew N. O. Sadiku, 4th edition, McGraw-Hill. Publication
2. Electrical Technology, B.L.Theraja, Vol 1 & 2, 23rd revised edition, S. Chand Publications
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
The syllabus has been divided into three equal units. The paper setter is required to set ten questions in all, three questions from
each unit and a compulsory question consisting of five sub parts and based on the whole syllabus. The candidate will be required
to attempt six questions including the compulsory question number no 1 and not more than two questions from each unit.
Batch 2015
Department
Electrical and Electronics Engineering
Teaching the Subject
f
a b c d e f g h i j k
Program Outcome
√ √
√
Unit Unit
Mapping of Course I,II & I,II &
Outcome with III III Unit I,II & III
Program Outcome
BS ES PD PC PE OE Project/Training
Category
√
Approval Date of meeting of the Board of Studies…………………..
Marks
Course Objective
1.
the concepts of basic electronic devices.
2.
characteristics of various configurations of transistors.
3.
transistors amplifiers.
Unit-I
1. BASIC ELECTRONICS :
Review of mobility and conductivity in semiconductor, Intrinsic and Extrinsic Semiconductor material, Band
gap, Fermi level, diffusion, electrical properties of Ge and Si.
(3H)
2. Diode : P- n junction diode, diode equation, potential barrier, Temperature effect on diode, diode capacitances,
diode switching times, diode as a circuit element, Avlanche/Zener, LED, Photo- diodes. Applications of
Diodes: Clipper Clamper. (6H)
3. TRANSISTORS
BJT: PNP & NPN, transistor characteristics, modes. H- parameter equivalent circuit of transistor and voltage
ratings, UJT, photo- transistors. (6H)
Batch 2015
Unit-II
4. TRANSISTORS (contd.)
FET: Construction and characteristics of JFET, MOSFET. Parameters and equivalent circuit of FET, biasing of
FET’s, FET as an amplifier. (5H)
5. BIASING : Operating point, bias stability, various biasing circuits, stabilization against Ico, VBE and beta.
Thermal runaway. (5H)
6. SMALL SIGNAL LOW FREQUENCY TRANSISTOR
Analysis of transistor amplifier using h-parameters in CE and CC configuration in terms of voltage gain, current
gain, input impedance, output impedance. (5H)
Unit-III
1. Bell, A. David, E, Electronic Devices and Circuit, Edition5th (2008), Oxford University Press, India
2. S Salivahanan , N Suresh A Vallavaraj, Electronics devices and circuits, Edition 2nd (2008), TMH, India.
Batch 2015
a b c d e f g h i j k
Program Outcome
BS ES PD PC PE OE Project/ Training
Category
15 Hrs
DC CIRCUITS: - Basic concepts; concepts of linear, nonlinear, active, passive, unilateral and bilateral elements; ideal and
practical voltage & current sources; ohm’s law; Kirchhoff’s laws – statement and illustration; method of solving circuits by
Kirchhoff’s laws; DC transients for RL and RC series circuits.
AC CIRCUITS:- Generation of single phase A.C voltage and determination of average (mean) and RMS (effective) values of
voltage and current with special reference to sinusoidal waveforms; form factor and peak factor; introduction of resistive,
inductive and capacitive circuits and their series and parallel combinations; concept of resonance in series and parallel circuits;
generation of three phase emf; relation between (phase and line) of voltage/current in star delta connection.
MAGNETIC CIRCUITS: - Magnetic circuit & its similarity with electric circuits; energy stored in a magnetic field; law of
electromagnetic Induction, self inductance, mutual inductance, principle of operation of transformer; Introduction to DC motor
and Induction motor.
UNIT-II
(15 Hrs)
TRANSDUCERS:- Introduction, classification and basic requirement of transducer; introduction working and application of
LVDT, and thermistor; introduction and application of digital multimeter; CRO.
Batch 2015
SEMICONDUCTOR DEVICES: - Working and applications of p-n junction diode; zener diode; Photo diode, FET; Block
diagram of an Amplifier; Concept of transistor as an amplifier and its characteristics; concept of its input/output impedance, gain
and Band width; Concept of feedback working of an oscillator. Regulated Power Supply.
UNIT-III
(15 Hrs)
DIGITAL ELECTRONICS: - Digitization and its advantages; binary number system, decimal and hexadecimal; Only Block
Diagram for (logic gates and its truth table; flip flops: R-S, J-K, D and T); counter; introduction to D/A, A/D converters (only
block diagram).
DATA ACQUISTION SYSTEM:- Analog, Digital and difference between Analog and Digital of Data Acquisition system;
Buffer amplifier, signal conditioner, A/D converter.
Text Books –
Please go through these instructions thoroughly and follow the same pattern while setting the
paper as the students have been prepared according to this format.
Maximum Marks = 60 Time: 3 Hrs
Weightage per unit = 20 marks (excluding over attempt weightage)
Question Paper will consist of ten questions.
Section A of question paper is compulsory, containing five parts each of 2 marks covering the whole syllabus (short
answer type- total 10 marks)
Set three questions from each unit I, II and III. Students will attempt 5 questions selecting atleast one question from
sections B, C & D. Each question carries 10 marks. Questions of Section B will be from unit I, Questions of Section C
from unit II and Questions of section D from unit III.
In the question paper, distribution of the questions should be by considering 30 % numerical part and 70 % conceptual.
Batch 2015
BS ES PD PC PE OE Project/ Training
Category
×
Approval Date of meeting of the Board of Studies………………..
ENGINEERING DRAWING L T P C
Total Contact Hours - 75
Applicable to which branch: IT Group 1 0 4 3
MET-141
(CSE,CCE,IT,ECE,EEE,EE) Batch-2015
Prerequisite:None
Marks
Internal - 40 External – 60
Course Objective
To introduce the students to engineering drawing, the universal language and tools of communication of engineers.
Unit Course Outcome:The students will be :
thorough in understanding and using the various concepts, elements and grammar of engineering graphics.
1.
learning to enhance imagination, visualization, presentation and interpretation skills.
understanding engineering drawing as a formal and precise way of communicating information about the shape, size,
2. feature and precision of physical objects.
accurately and unambiguously capture all the geometric features of a product or a component.
learning the conversion of 2D drawings into 3D and vice versa.
3.
made clear about fundamentals of CAD (computer aided drafting) and 3 dimensional modeling.
2. Projection of points
Orthographic Projection of point in all the four quadrants.
3. Projection of lines
Projection of lines in different quadrants according to its orientation/position with horizontal, vertical and profile plane;
true and apparent lengths; traces of lines; finding out the true length and true inclinations of the line inclined to both the
reference planes using rotating line method.
(6 hrs)
UNIT – II (25 Hrs)
4. Projection of Planes
Projections of plane surfaces-triangle, square, rectangle, pentagon, hexagon and circular planes in different positions when
plane is parallel to one of the reference planes, inclined to one of the reference planes and perpendicular to other only.
5. Projection of Solids
Solids and their classification; right and oblique solids, projections of right regular- prisms, pyramids, cylinders and cones
in different positions when their axis is parallel to one of the reference planes, inclined to one of the reference planes.
6. Sections of Solids
Introduction to sectioning and its importance; methods of sectioning, apparent shape and true shape of sections of right
regular prisms, pyramids, cylinders and cones resting on horizontal plane on their base.
Batch 2015
Text Books –
1. Rhodes R.S, Cook L.B; Basic Engineering Drawing, 1st Edition, Pitman Publishers,
2. Rana and Shah; Engineering Drawing,2nd Edition, Pearson Education India Publishers,(2009).
3. Jolhe D.A; Engineering Drawing: With an Introduction to AutoCAD,2nd Edition, Tata McGraw Hill (2007)
Reference Material -
1. Ostrowsky.O; Engineering Drawing with CAD application 2nd Edition, Routledge Publishers 2007.
2. Aggarwal B; Engineering Drawing, 1st Edition, Tata McGraw Hill Publications,2008.
3. Gill P.S; Engineering Drawing ,5th Edition, S.K. Kataria and Sons Publications, 2011.
4. Dhawan R. K; Engineering Drawing, 7th Edition ,S. Chand and Sons Publishers.
5. BhattN.D; Engineering Drawing,50th Edition, Charotar Publication,2011.
Please go through these instructions thoroughly and follow the same pattern while setting the
3. Set three questions from each unit I, II and III. Students will attempt 5 questions selecting atleast one question
from sections B,C & D. Each question carries 10 marks. Questions of Section B will be from unit I, Questions of
Section C from unit II and Questions of section D from unit III.
Batch 2015
Marks
Internal - 60 External - 40
Course Objective
Course Outcome- To improve a student's self confidence so as to express views and ideas effectively in English
Unit
through fluent oral communication.
Through effective strategies students should lead group discussions independently in English.
3.
Practice Stress and intonation for effective speaking.
Software Support -
1. Globarena EL- Client Software for Communication Skills, Hyderabad.
Reference
1. Sethi, J., Dhamija, P.V., A Practice Course in English Pronunciation, Prentice Hall of India, New Delhi.
2. Roach P., English Phonetics And Phonology: A Practical Course (English), Cambridge University Press, 4th Edition,UK.
3. O’Connor, J. D., Better English Pronunciation, 2nd Edition, Cambridge University Press, (2012), UK.
4. Hornby, A.S. Oxford Advanced Learners Dictionary of Current English, 7th Edition, Oxford University Press, UK.
Batch 2015
a b c d e f g h i j k
Program Outcome
x x
Project/
BS ES PD PC PE OE
Category Training
Marks-100
Internal-60 External-40
Course Objective
1. To provide the students with basic working knowledge about the computer System
2. To develop practical oriented approach about elementary programming concepts.
3. To equip the students with knowledge about C language and its utilization for programming
Course Outcome
1. It will provide knowledge of various internal components & their working
2. It will impart knowledge of working of modern operating system
3. It will familiarize students with basics of computer & working with MS Office
4. To emphasize on the importance of basics of C programming language including the topics control flow statements &
functions.
5. To gain hands on practice of the working of arrays, strings, structures and union.
6. Students will develop skills for implementing the file handling concepts to handle large amount of data.
Note: Along with the prescribed practical syllabus, every student is required to complete one Project during the semester.
The project report will be submitted & final presentation will be made. The evaluation of the Project will be done as one of
the experiments.
Marks-100
Internal-60 External-40
Course Objective
1. To train engineering students in basis of measurements and the instruments.
2. To give practical training on basic Physics experiments which are useful to engineers.
3. To equip the students with practical knowledge in electronics and optics.
Course Outcome
1. It will provide the modest experience that allows students to develop and improve their experimental skills and
develop ability to analyze data.
2. Ability to demonstrate the practical skill on measurements and instrumentation techniques of some Physics
experiments. Students will develop the ability to use appropriate physical concepts to obtain quantitative
solutions to problems in physics.
3. Students will demonstrate basic experimental skills by setting up laboratory equipment safely and efficiently,
plan and carry out experimental procedures, and report verbally and in written language the results of the
experiment.
4. Students will develop skills by the practice of setting up and conducting an experiment with due regards to
minimizing measurement error.
List of Experiments
Note: Along with the prescribed practical syllabus, every student is required to pursue one Project during the semester. The project
report will be submitted & final presentation will be made.The evaluation of the Project will be done as one of the experiments.
To impart the basic knowledge about the electric and magnetic circuits.
List of Experiments
Note: Along with the prescribed practical syllabus, every student is required to pursue one Project during the semester.
The project report will be submitted & final presentation will be made.The evaluation of the Project will be done as one of
the experiments.
BS ES PD PC PE OE Project/Training
Category
√
Approval Date of meeting of the Board of Studies…………………..
Marks
Course Objective
1. To get familiarize the basic electronic instruments (CRO, Function generator etc.)
2. To study Characteristics of various two terminal and three terminal devices
List of Experiments:
Note: Along with the prescribed practical syllabus, every student is required to pursue one Project during the semester.
The project report will be submitted & final presentation will be made.The evaluation of the Project will be done as one of
the experiments.
5. To study and plot the input and output characteristics of BJT in CB configuration.
6. To study and plot the input and output characteristics of BJT in CE configuration.
7. Design an amplifier using BJT and Study its frequency Response.
The experimentation/fabrication of Project assigned will be completed
a b c d e f g h i j k
Program Outcome
I,
Mapping of Course outcome I, II,
II,
with Program outcome III
III
Project/
BS ES PD PC PE OE
Category Training
Marks
Internal – 60 External – 40
Course Objective
To impart the basic knowledge about the electric and magnetic circuits.
Course Outcome
Students will understand the language of electrical engineering and how to formulate
1
and solve basic electrical engineering problems.
To understand how electrical circuits and systems fit into the larger context of
2 engineering career.
Acquire skills in using electrical measuring devices.
To understand the basic principles and abstractions that is used to analyze and design
electronic circuits and systems.
3
Students shall be able to understand the basic electronic devices and their working principles
and practical applications.
List of Experiments
Note: Along with the prescribed practical syllabus, every student is required to pursue one Project during the semester.
The project report will be submitted & final presentation will be made.The evaluation of the Project will be done as one of
the experiments.
Text book :
Bhattacharya S.K. and Rastogi R.K., Experiments in Electrical Engineering, New Age International Publishers Ltd.,
New Delhi.Text book
List of Experiments
Unit-1 (10 Hrs)
1. Introduction of CAD Software's and its GUI, Co-ordinate System Basics, UCS commands
2. Study of all the status bar commands, limits, units, zoom, pan commands
3. Study of various toolbars of AutoCAD software (Draw, Modify, Object Snap, Dimensioning)
4. Drawing at least two questions of Projection of Lines (inclined to both the reference plane)
Unit-II (10 Hrs)
5. Drawing at least two questions related to Projection of planes (Two, Three stage Question)
6. Drawing at least two questions related to Projection of Solids (Two, Three stage Question)
7. Drawing atleast two questions from section of solids
Marks
Internal 40 External 60
Course Objective
To Impart analytical ability in solving mathematical problems as applied to the respective branches of Engineering
To enhance the calculation speed with the help of short cut tricks.
1.
To improve aptitude, problems solving skills with proper discussion and team work.
3.
1.Vedic Maths:-How to find square root, cube root, tables till 20, squares cubes mental calculations.
3. Sqauare roots and cube roots:How to find square root and cube roots of larger number.
4. Classification of Numbers: Deep study of natural numbers, whole numbers, integer numbers, rational numbers, irrational
numbers , real numbers, complex number and other numbers.
5. Divisibility Rules: To check the divisibility of any larger number with perfection and in efficient time.
Batch 2015
6. Letter and Symbol Series: How to find the missing and the next term in the jumbled series.
7. Blood relations: Concept of symbol representation of relations and rule of IS and OF.
8.Line Graphs: Concept of graphical representation of equations and number on number line.
10. Factor and Multiple: concept and Difference between multiple and factors.
11. LCM & HCF:Concept of different types of numbers , divisibility test and rules, remainder concept and how to find HCF &
LCM.
12. Division and BODMAS: Concept of quotient, remainder, divisor and dividend and rule of BODMAS.
13.Average: Concept of Mean and average , average speed, average of different numbers.
Text Books –
Reference Material -
Guha Abhijit Quantitative Aptitude for Competitive Examinations 2011 Tata McGraw Hill Publication
& West Patel Nagar, New Delhi 110008.
Aggarwal R.S A Modern Approach to Verbal and Non Verbal Reasoning 2012 S.Chand Publishing
Kuttab Road, New Delhi. 011-23672080
a b c d e f g h i j k
Program Outcome
I,III II
Project/
BS ES PD PC PE OE
Training
Category
Approval
Batch 2015
Unit-I
2. Ecosystems [3H]
Concept, structure and functions of ecosystem; producers, consumers and decomposers;
ecological pyramids; food chain, food web.
3. Environmental Pollution [5H]
Definition, causes, effects and control measures of air pollution; water pollution; soil
pollution; noise pollution; solid waste management: causes, effects and control.
Unit-II
8. Biodiversity [2H]
Introduction to biodiversity. Values, threats and conservation of biodiversity
9. Disaster [5H]
Definition , types of disasters (Floods, Earthquakes, Drought and landslides) disaster management cycle, causes of
disaster and environmental impacts of disaster.
Text Books:
1. Ahluwalia V.K & Malhotra Sunita , Environmental Science (2012), Ane’s Books India, New Delhi.
2. Misra, S.P, Pandey, S.N.; Essential Environment Studies (2011) Ane’s Publishers, New Delhi.
3. Bhasin S.K & Kaur Verinder, Introductory Environmental Studies (2012) Ajay Publications, New Delhi.
Reference Books:
1. Joseph Benny , Environmental studies (2007) Tata Mc-Graw Hill Education Private Limited , New Delhi.
2. Ahluwalia V.K & Malhotra Sunita , Environmental Science (2012) Ane’s Books India, New Delhi,.
3. Sharma, J.P., Environment Studies (2009) University Science Press, New Delhi.
4. Chhatwal Johar Rajni, Environmental Sciences (2011) UDH Publishers & Distributors (P) Ltd, New Delhi.
5. Rana S.V.S , Essentials of Ecology and Environment science (2011) PHI Learning Private Limited, New Delhi.
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
The syllabus has been divided into three equal units. The paper setter is required to set ten questions, three questions from each
unit and a compulsory question consisting of five sub parts covering the the whole syllabus. The candidate will be required to
attempt six questions including the compulsory question number no 1 and not more than two questions from each unit.
Batch 2015
Program outcome a b c d e f g h i j k
BS ES PD PC PE OE Project/ Training
Category
√
Approval Date of meeting of the board of studies
APPLIED MATHEMATICS-II L T P C
Total contact hours: 45 Hrs 3 2 0 4
Common to all branches of engineering (IT
Subject Code Applicable to which branch : All Branches of
and Non IT)
AMT-151 engineering (Batch-2015)
(2nd semester)
Prerequisite: knowledge of mathematics up to
senior secondary level.
Marks
Internal (40) External (60)
To impart analytical ability in solving mathematical problems as applied to the respective branches of engineering
Unit COURSE OBJECTIVES
The students will learn concepts of complex numbers and introduction of hyperbolic functions. They will
1.
also learn the meaning and concepts of multiple integral.
The students will learn convergence, divergence of various infinite series. They will also understand the
2.
meaning and application of multiple integral.
Introduce the basic concepts of vector calculus, line, surface and volume integral. They will also learn the
3.
connection between these integrals through Gauss, Green and Stoke's theorem.
Unit -I
1. Complex Numbers and Elementary functions: De-Moivre’s theorem, applications of De-Moivre’s theorem ;
exponential function; logarithmic function ; circular function ; hyperbolic functions and inverse functions.
2. Introduction to multiple integral: Double and Triple integral, change of order of integration change of variables.
[15H]
Unit -II
3. Infinite Series: Convergence and divergence of series; tests of convergence (without proofs), comparison test;
Integral test, ratio test, Rabee's test, logarithmic test, Cauchy's root test and Gauss test; convergence and absolute
convergence of alternating series.
[8H]
4. Application of Multiple integral: Application of double integration to find areas , application of double and triple
integration to find volumes.
[7H]
Unit –III
5. Vector Differentiation : Scalar and vector fields; differentiation of vectors ; vector differential operators: del ,gradient,
divergence, curl and their physical interpretations.
Batch 2015
6. Vector integration: Line integrals; surface integrals and volume integrals, flux ; solenoidal and irrotational vectors;
Gauss divergence theorem; Green’s theorem in plane; Stoke’s theorem (without proofs) and their applications .
[15H]
.
TEXT BOOKS
1. Kreyszig , E., Advanced Engineering Mathematics, John Wiley,10th Ed.2011., New Delhi.
2. Grewal, B.S., Higher Engineering Mathematics, Khanna Publishers, New Delhi, 42th ed.2013.
Reference Material:
1. Ray Wylie, C., Advanced Engineering Mathematics, 6th ed., McGraw Hill., New Delhi
2. Jain, R.K. and lyengar, S.R.K., Advanced Engineering Mathematics, Narosa Publishing House, New Delhi,2004.
3. Ramana , B.V Advanced Engineering Mathematics, McGraw Hill, New Delhi, July 2006.
4. Thomas,B. and Finney ,R.L.,Calculus and Analytic Geometry, Pearson Education,11th Edition..
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
The syllabus has been divided into three equal units. The paper setter is required to set ten questions in all, three questions from
each unit and a compulsory question consisting of five sub parts and based on the whole syllabus. The candidate will be required
to attempt six questions including the compulsory question number no 1 and not more than two questions from each unit.
Marks : 100
Internal: 40 External: 60
Course Objective
Make the student aware of the value and importance of good oral and written Communication Skills in professional life.
Students should read English Newspapers, Business Magazines and Blogs to enhance general awareness.
Course Outcome
English being a tool for global Communication, focus is on the students’ overall capability to communicate apart
1. from academic competence.
Unit I (5 Hrs)
Reading Skills: The students will be required to read the following book of prose: Enjoying Everyday English
Reading: DISASTER MANAGEMENT
Writing: Reading Comprehension, Introduction to proposals, types of reports, official reports
Listening: Word stress and pronunciation
Speaking: Congratulating, offering sympathy and condolence and making complaints
Grammar: Tenses, subject –verb agreement
Vocabulary: synonyms, antonyms and contextual usage
Unit II (5 Hrs)
Reading: HUMOUR
Writing: Business letters, agenda and minutes of meeting, modern forms of communication: e-mails,
Video conference and conference calls,
Listening: Listening to details and taking note
Speaking: Preparation for interview, Types of Interviews, Interview Skills
Grammar: Sentence Correction and sentence completion
Vocabulary: Idioms, collocations
Text Books
3. Rao, A. R. K., Enjoying Everyday English. Orient Blackswan, Hyderabad (2014)
4. Professional Communication Skills - Study Material and Workbook, Chandigarh University
Reference Books
7. Raman, Meenakshi, Business Communication, Oxford University Press (2014), New Delhi.
8. Lesikar R.V., Petit & Flately, Business Communication, Tata McGraw (2013) New York.
9. Murphy, R, Elementary Grammar (Intermediate Level), Cambridge University Press (2013), UK.
10. Hewing, Martin, Advanced Grammar in Use, 3rd Edition, Cambridge University Press (2013), UK.
a b c d e f g h i j k
Program Outcome
x x
Project/
BS ES PD PC PE OE
Category Training
Programming in C++ L T P C
Marks-100
Internal-40 External-60
Course Objective
The course will enable the students to understand various stages and constructs of C++ programming language
and relate them to engineering programming problems.
It will improve their ability to analyze and address variety of problems in programming domains.
Unit Course Outcome:-Students will
to understand the application of classes, objects, constructors, destructors, inheritance, operator overloading
3. and polymorphism, pointers, virtual functions, templates, exception handling, file operations and handling.
UNIT-I
Basic Constructs in C++: Basic and user defined data types, operators in C++, unformatted and formatted I/O
Operations. [4]
Batch 2015
Classes and Objects:, Difference between structure and class, specifying a class, access specifiers, creating objects,
accessing class members, defining a member function inside and outside class, inline function, static data members &
member functions. Objects as function arguments, friend function and returning objects to functions.
[5]
UNIT-II
Polymorphism: Introduction & types of polymorphism, Function overloading, operator overloading, rules for
overloading operators, overloading of unary & binary operators. [6]
Constructors and Destructors: Need for constructors, types of constructors: parameterized, Constructors with default
arguments, Constructor Overloading and copy constructors, destructors and their need.
[4]
Inheritance: Defining derived class, modes of inheritance, types of inheritance, ambiguity in inheritance, virtual base
class, Function overriding, order of execution of constructors, Member Classes: Nesting of Classes.
[5]
UNIT-III
Pointers, Virtual Functions: Introduction to pointers, need for pointers, declaring & initializing pointers, Array of
pointers, pointer to objects, this pointer, pointer to derived classes, static and dynamic binding, dynamic memory
allocation: new and delete operator, virtual functions and pure virtual functions, abstract class.
[5]
Templates & Exception Handling: Concept of Templates & Generic Programming, Class Templates, Function
Templates, Exception Handling: Try, Throw, Catch, Throwing an Exception, Catching an Exception, Re-throwing an
Exception. [6]
Files: Introduction to File streams, Hierarchy of file stream classes, File operations, File I/O, File opening Modes,
Reading/Writing of files, Error handling in files, Random-access to files. [4]
Text books:
1. . E Balagurusamy., “Object Oriented Programming in C++”, Tata McGraw-Hill.
2. Robert Lafore, “Object Oriented Programming in C++”, Waite Group, December 1998.
Reference Books:
1. Herbert Schildt , “C++- The Complete Reference”, Tata McGraw-Hill 2003, New Delhi.
2. Bjarne Stroustrup: “The C++ Programming Language” (4th Edition). Addison-Wesley. May 2013.
3. Ravichandran , “Programming with C++”,Tata McGraw-Hill Education, 2001.
4. Joyce M. Farrell,” Object Oriented Programming Using C++”,Cengage Learning, January 1998.
Batch 2015
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
3. Set three questions from each unit I, II and III. Students will attempt 5 questions selecting at least one question from sections B,
C & D. Each question carries 10 marks. Questions of Section B will be from unit I, Questions of Section C from unit II and
Questions of section D from unit III
In the question paper, distribution of the questions should be by considering 30 % numerical part and 70 %
conceptual
a b c d e f g h i j k
Program Outcome
Project/
BS ES PD PC PE OE
Training
Category
h) The board education necessary to understand the impact of engineering solutions in global, economic, environmental
and societal context.
i) Recognition of the need for, and an ability to engage in life-long learning.
j) Knowledge of contemporary issues.
k) An ability to use the techniques skills, and modern engineering tools necessary for engineering practice.
Batch 2015
Specifications for drinking water (BIS and WHO standards), purification of domestic water, Types of hardness,
unit of hardness, Determination of hardness by EDTA method; water softening (Internal Treatment) lime soda
process (numerical problems), zeolite process, ion exchange process.
Boiler feed water, Boiler corrosion and caustic embrittlement; priming and Foaming, Formation of solids (scale
& sludge) their causes, disadvantages & prevention.
Mechanism of Dry (Chemical) and wet (electrochemical) corrosion; Types of electrochemical corrosion
(differential aeration corrosion, galvanic corrosion, pitting corrosion, waterline corrosion), Factors influencing
corrosion, Protection from corrosion (Sacrificial protection, Cathodic protection, Organic coatings.
Batch 2015
3. Electrochemistry: [3H]
Arrhenius ionic theory, Debye Huckel theory of strong electrolytes, Activity and activity coefficients. Kohlrausch law of
independent migration of ions, Types of electrolytic cells, Transference number and its determination by Hittorf’s
Method, Conductometric titrations, types of electrodes, SHE, Calomel and Glass electrodes.
Unit - II
4. Introduction to Polymers [6 H]
5. Smart Materials [4 H]
Introduction to smart Polymers; Temperature and light responsive polymers, smart and fast responsive
hydrogels and their applications.
Shape Memory Materials: One way and two way shape memory Effect (SME) Functional properties of shape
memory alloy (SMA).
6. Catalysis [5 H]
Unit-III
8. Batteries [6 H]
Introduction to Faraday’s Laws & Relationship with Gibb’s Free Energy, Characteristics of a battery,
classification of chemical batteries, Primary battery – Zinc/Air cell, Secondary battery-Nickel metal hybrid and
its uses, Lithium Cells/Battery-Li/MnO2 cell, Lithium ion battery & its uses, H2-O2 fuel cell, phosphoric acid
fuel cell & its uses.
Text Books
1. Jain P C and Jain M: Engineering Chemistry (15th Edition) 2006 Dhanpat Rai Publishing Company, New
Delhi.
2. Dara S.S. & Umare S.S. A Text Book of Engineering Chemistry(12th Edition ) 2008 S.Chand Publishing
Company, New Delhi
3. Chawla Shashi: A text book of Engineering Chemistry (3rd Edition) 2010 Dhanpat Rai Publishing
Company, New Delhi.
4. Palanna O G : A text book of Engineering Chemistry(4th Reprint) 2012 McGraw Hill, New Delhi
5. Sharma Y. R., A Text book of Elementary Organic Spectroscopy,2006, S.Chand Publication, New Delhi.
6. Sharma BK, Industrial Chemistry (16th Edition), 2014, Krishna Prakashan Media (P) ltd. Meerut.
Reference Materials
1. Atkins P.W: Physical Chemistry, English Language (8th Edition) 1998 Books Society
(ELBS).
2. Puri, Sharma and Pathania: Principles of Physical Chemistry, 2006,W.H. Freeman &
Co.
3. C.N. Banwell & E.M. McCash: Fundamentals of Molecular Spectroscopy, 1994, Tata
McGraw Hill Publishing Co. Ltd. New Delhi.
4. D.A. Skoog and F.J. Holles: Principles of Instrumental Analysis Hercart Asia PTE Ltd.
Singapore.
Instructions for the paper-setter:
Engineering Sciences L T P C
Prerequisite - Student should have knowledge of trigonometry & basic physics at +2 level
Marks
Course Objective
To build the concepts of static & kinematics in order to solve the real life problems
1. Forces and Basic Principles of Statics: basic principles of mechanics; force, types of forces; free body
diagram; vectors, vector representation of forces; resultant of two concurrent forces; lami’s Theorem;
law of superposition of forces, effect of friction and application to free body diagrams
2. Theory and application of Newton's laws of motion w.r.t engineering. Kinematic problems involving
constant and variable acceleration .Conservation of Momentum and Conservation of Energy
3. Behavior of engineering materials subjected to loads causing elastic deformation. Development of shearing
forces and bending moment diagrams for point, uniformly distributed load. Determination of direct stress and
bending stress.
Batch 2015
Unit-II 15 Hrs)
4 Centroid & Center of Gravity : introduction; Moment of Inertia: area moment of inertia & mass
moment of inertia; polar moment of inertia; parallel axes theorem (or transfer formula),
perpendicular axes theorem; radius of gyration; Calculation of centre of gravity and moment of
inertia of geometric figures of I, E, H, L, T,
5 Friction: introduction; coefficient of friction; angle of friction; angle of repose; laws of friction;
static & dynamic friction; belt friction.
Text Books:
1. Chandramouli P.N., Engineering Mechanics, PHI Publishers,Single Edition 2011.
2. Bansal R. K , Engineering Mechanics , Laxmi publications, Edition :Fifth, 2015, ISBN :978-81-318-0814-6
3. Irving, H., Shames, “Engineering Mechanics - Statics and Dynamics ", Third Edition, Prentice-Hall of India Pvt.Ltd.,
1993.
Reference Material:
1. Beer, F.P. and Johnson, “Vector Mechanics for Engineers”, Vol – 1 for Statics &Vol – 2 for Dynamics, McGraw Hill
International Edition
2. Merriam, “Engineering Mechanics ", Vol.1 “Statics” and Vol.2 “Dynamics 2/e ", Wiley International, 1988.
3. Mokoshi, V.S., " Engineering Mechanics ", Vol.1 " Statics " and Vol.2 " Dynamics ", Tata McGraw Hill Books, 1996
Instructions for the paper-setter
Please go through these instructions thoroughly and follow the same pattern while setting the paper as the students have been
prepared according to this format.
The syllabus has been divided into three equal units. The paper setter is required to set ten questions in all, three questions from
each unit and a compulsory question consisting of five sub parts and based on the whole syllabus. The candidate will be required
to attempt six questions including the compulsory question number no 1 and not more than two questions from each unit.
Course Code
(MET-152)
e b c d e f g h i j k
Program Outcome
BS ES PD PC PE OE Project/Training
Category
√
Marks
Internal - 60 External - 40
Course Objective
Course Outcome- To prepare students for their careers through usage of correct English in professional and
Unit
interpersonal communication in the globalized context.
To help students develop soft skills and interpersonal skills for a smoother transition from University to workplace.
1.
To enhance the employability of students for Placements.
2.
To equip students with effective speaking and presentation skills in English.
3.
Software Support -
2. Globarena EL- Client Software for Communication Skills, Hyderabad.
Reference
5. Sethi, J., Dhamija, P.V., A Practice Course in English Pronunciation, Prentice Hall of India, New Delhi.
6. Roach P., English Phonetics and Phonology: A Practical Course (English), Cambridge University Press, 4th Edition, UK.
7. O’Connor, J. D., Better English Pronunciation, 2nd Edition, Cambridge University Press, (2012), UK.
8. Hornby, A.S. Oxford Advanced Learners Dictionary of Current English, 7th Edition, Oxford University Press, UK.
PCP-151 PROFESSIONAL COMMUNICATION SKILLS LAB-II
a b c d e f g h i j k
Program Outcome
x x
Mapping of Course
outcome with Program 1-3 2
outcome
Project/
BS ES PD PC PE OE
Category Training
Marks
Internal : 60 External: 40
Course Objcetive
To understand intricacies of the subject, for adequate exposure to the applied chemistry and to develop the experimental skills by
providing sophisticated chemistry laboratory. The practical work has been designed to give hands on experience of various
analytical techniques and associated calculations in view of theory syllabus.
Unit Course Outcome
1.
3. Viscosity measurement in a liquid.
4. Calibration of the pH meter. Preparation of buffer solution and determine their pH value using pH meter
.Determination of pH value of unknown solution.
List of Experiments:
Note: Along with the prescribed practical syllabus, every student is required to complete one Project during the
semester. The project report will be submitted & final presentation will be made.The evaluation of the Project will be done
as one of the experiments.
Content of the Syllabus
Unit-I [10 H]
1. Determination of temporary and permanent hardness of given hard water sample by volumetric analysis.
2. Determination of the amount of residual chlorine present in the given water sample
.
Batch 2015
Unit – II [10 H ]
5. To study the synthesis of Aspirin (acetylsalicylic acid) using different acid and base catalysts.
6. Making of plastic from potato starch and investigate the effect of adding a ‘plasticizer’ on the properties of
the polymer.
7. To find the strength of a given strong acid by titrating it against NaOH solution conductometrically.
The experimental part of Project assigned will be completed
Unit-III [10 H]
8. To determine (a) λ-max of a solution of Cobalt Chloride (b) Verify Beer-Lambert Law and apply it to find the
concentration of given unknown solution by spectrophotometer.
9. To separate the mixture of unknown amino acids (minimum 2) into its various components using
Thin layer Chromatographic Technique and find out the Rf value of the amino acids.
A.I Vogel:A textbook of Quantitative Inorganic Analysis 2000 4th edition published by Longman group ltd.london (U.K)
Comprehensive Practical Organic Chemistry by V.K Ahluwalia & Renu Aggarwal.
(First edition published by university Press,Himayatnagar (Hyderabad)
Laboratory Manual on Engineering Chemistry by S.K.Bhasin and Sudha Rani-2009 3rd edition published by Dhanpat Rai
New Delhi
http://www.nuffieldfoundation.org/node/1634
www.rsc.org/learn-chemistry
Batch 2015
Course Code
(ACP-152)
Department Teaching the
Department of Applied Sciences
Subject
e b c d e f g h i j k
Program Outcome
Mapping of Course outcome I,II,
with Program outcome III
BS ES PD PC PE OE Project/Training
Category
Approval Date of meeting of the Board of Studies
The students outcomes are:
a) An ability to apply to apply knowledge of mathematics and engineering.
b) An ability to design and conduct experiments, as well as to analyze and interpret data.
c) An ability to design a system, component or process to meet desired needs without realistic constraints such as
economic,environmental,social,political,ethical,health & safety, manufacturability and sustainability.
d) An ability to function on multidisciplinary teams.
e) An ability to identify formulates and solves engineering problems.
f) An understanding of professional and ethical responsibility.
g) An ability to communication effectively.
h) The board education necessary to understand the impact of engineering solutions in global, economic, environmental
and societal context.
i) Recognition of the need for, and an ability to engage in life-long learning.
j) Knowledge of contemporary issues.
k) An ability to use the techniques skills, and modern engineering tools necessary for engineering practice.
Batch 2015
Marks-100
Internal-40 External-60
Course Objective
To enable the students to understand various stages and constructs of C++ programming language and relate
them to engineering programming problems.
To improve their ability to analyze and address variety of problems in programming domains.
Course Outcome
1. It will provide the environment that allows students to understand object oriented programming concepts.
2. Students will demonstrate basic experimental skills for differentiating between object oriented and procedural
programming paradigms and the advantages of object oriented programs
3. Ability to demonstrate their coding skill on complex programming concepts and use it for generating solutions for
engineering and mathematical problems.
4. Students will develop skills to understand the application of classes, objects, constructors, destructors,
inheritance, operator overloading and polymorphism, pointers, virtual functions, templates, exception handling,
file operations and handling.
Note: Along with the prescribed practical syllabus, every student is required to complete one Project during the semester.
The project report will be submitted & final presentation will be made. The evaluation of the Project will be done as one of
the experiments.
3. Write a program which takes two n*n matrices where n will be specified by the user. Write a method which
does summation of both matrices and store the result in third matrix also display the resultant matrix.
4. Write a program to generate the Fibonacci series up to user specified limit using recursive function.
5. Write a program having class calculator, such that the function addition, subtraction are defined inside a class
and multiplication and division are defined outside the class.
6. Write a program to define a static data member which has the initial value of 55 and to find the sum of the
following series. Sum=1+2+3+4+…………10.
The addition of series is to be repeated five times.
7. Write a program for addition of complex numbers by overloading binary operator.
8. Write a program to access the private data of a class by non-member function through friend function.
9. Write a program to read the derived class data members such as name, roll no, sex, marks and displays it on
screen. The program should follow single inheritance concept.
10. Write a program that shows order of execution of base and derived class constructors and destructors using
inheritance.
Workshop Practice L T P C
Total Contact Hours - 45
MEP-134 Applicable to which branch:To all IT/Non IT courses
0 0 3 1.5
(CSE,CCE,IT,ECE,EEE,EE,CE,ME,AME,CHE,PE,Aerospace
Mechatronics) Batch -2015
Marks
Internal - 60 External – 40
Course Objective
Unit Course Outcome:
1. To familiarize the students with various tools & safety precautions as per the floor shops
2. To impart practical knowledge to perform basic operations & prepare an accurate job.
3. To learn the applications of tools & processes in daily life routine tasks.
Content of the Syllabus
5. Welding Shop: Introduction to Arc welding, welding electrodes, welding joints, welding defects. Exercises on Arc
welding to make different types of welded joints.
6. Turning Shop: Introduction to the Centre Lathe, Belt & Gear driven Lathes. Exercises on Centre Lathe involving
operations such as Facing, Straight Turning, Step turning, Knurling & Chamfering etc.
Note: Student s are divided equally in above six shops and every students has to complete 2 shops per unit.
Text Books:
1) Singh Swarn, Workshop Practice by,S. Chand and Sons.
Refrence Material:
1) Chaudhury Hazra ,Workshop Technology, vol I, Media Promotors & Publication
2) Raghuvanshi B. S Workshop Technology, vol I, Dhanpat rai and Sons.
Batch 2015
Marks
Internal 40 External 60
Course Objective
To Impart analytical ability in solving mathematical problems as applied to the respective branches of Engineering
1.Coding- Decoding: Concept of EJOTY to learn Alphabet and how to solve abstract problems.
2.Direction Sense: Concept of Left & Right, clock & anticlockwise movement with East, West , North and South Direction.
3.Odd Man Out: How to find odd number, Symbol, Letter and word out of given options.
4.Venn Diagram: How to find the relation of different words with the help of Venn diagram and concept of union and
intersection.
5. Percentage: Concept of percentage change, depreciation, decline and growth of populations and net effect.
6.Profit and Loss: How to find profit, loss, discount , MRP , with help of short cut methods.
7. Simple Interest and compound Interest: How to find the SI, CI and its Difference, problems on loan and installment.
Batch 2015
8. Basic of set Theory: Concept of Union and Intersection with the help of Venn Diagram.
9. Problems on 2 sets and 3 sets:Concept of addition , multiplication, subtraction of sets , rule of associative law, distributive
law.
10. Linear Sitting Arrangement(Basic): Concept of Left & Right, clock & anticlockwise movement with East, West , North and
South Direction in line or row arrangement.
11. Circular sitting arrangement(Advanced): Concept of clock & anticlockwise movement w.r.t. inward and outward facing.
12. Sequences and series: Concept of AP, GP and HP with their mean, Sum of Series.
13. Bar-Graph: Study and analysis of Bar graphs with conclusion to the statements.
Text Books –
Reference Material -
Guha Abhijit Quantitative Aptitude for Competitive Examinations 2011 Tata McGraw Hill Publication
7 West Patel Nagar, New Delhi 110008.
Aggarwal R.S A Modern Approach to Verbal and Non Verbal Reasoning 2012 S.Chand Publishing
Kuttab Road, New Delhi. 011-23672080
a b c d e f g h i j k
Program Outcome
II I,III
Project/
BS ES PD PC PE OE
Category Training
Approval
Batch 2015