SCHEME AND SYLLABUS
NEP 1
Course Description:
Subject Code 1AL100BS Applied Mathematics-I is a compulsory course for First Year B.E., B.Tech., B.E.Text. and common to all branches.
Aim: To impart sound knowledge on the principles of Mathematics involving the different application-oriented topics required for all engineering students.
Course Objectives:
- To identify algebraic problems from practical areas and obtain the solutions in certain
- To identify the differential equations of different
- To identify the Application of differentials
Course Outcomes:
After completing the course, the students will be able to
CO1: Understand the infinite series and solution by different tests.
CO2: Form nth order derivatives of the functions, they might encounter in the same or higher semester.
CO3: Understand Partial differential equations and solve multivariable (partial) differential equations.
CO4: Find Maxima & Minima related to engineering problems.
CO5: Form differential equations and solutions by different methods.
CO6: Illustrate the application of differential equations.
Unit I: Infinite Series:
Convergence of series, Tests for Convergence (p-series test, Comparison test, Root test, Ratio test, Raabe’s test). (07Hrs)
Unit II: Differential Calculus:
Successive Differentiation, Leibnitz’s Theorem, Taylor’s series and Maclaurin’s series. (07Hrs)
Unit III: Partial Differentiation:
Partial derivatives, change of variables , Euler’s theorem on homogeneous function. (07Hrs)
Unit IV: Application of Partial Differentiation:
Maxima and minima for the function of two variables, Maxima and minima for function of several connected independent variables (Lagrange ‘s Multiplier). (08Hrs)
Unit V: Differential Equation of First Order and First-Degree:
Solutions of differential equations by using Variable Separable form, Homogeneous DE, Exact DE, Non-Exact DE, Linear DE. (08Hrs)
Unit VI: Applications of Differential equations:
Application of Differential equations of first order and first degree to the problems on Electrical Circuits, Solution of Differential equations of First order and Higher degree by various methods (Solvable by x,y,p). (08Hrs)
Text Books:
- Wartikar N. ,Wartikar J.N. – A text of applied Mathematics, Volume I, II, Pune V.G. Prakashan, Pune.
- Grewal S. – Higher Engineering Mathematics, (latest Edition), Khanna Publishers .
- Kreyszig K. – Advanced engineering Mathematics, John Wiley.
- Ramana V. – Higher Engineering Mathematics, (TMH).
- Singh R.R. And Bhatt M. – Higher Engineering Mathematics, (TMH).
Reference Books:
- P.Bali and Manish Goyal – A text book of Engineering Mathematics, Laxmi Publications.
- Veera Rajan Engineering mathematics for first year,( TMH). 3.
MOOCs Link s and additional reading, learning, video material:
https://archive.nptel.ac.in/course.html
- https://archive.nptel.ac.in/courses/122/104/122104017/
- https://en.wikipedia.org/wiki/Differential_equation
- https://en.wikipedia.org/wiki/Series_(mathematics)
Course Description:
Subject Code 1AL101BS Engineering physics is a compulsory course for First Year B.E., B.Tech., B.Text.E. and common to all branches.
Aim: To enable the students to correlate the theoretical principles of fundamentals of modern aspects in Physics with application-oriented studies of engineering.
Course Objectives:
- Physics of modern engineering semiconducting
- Electromagnetic phenomenon and wave
- Application of Quantum Physics to Electrical& Magnetic
- To understand the principles and applications of interference, diffraction, and their experimental methods in
- Application of LASERS and Fiber Optics in Engineering &
- Application of Fluid dynamics and
Course Outcomes:
After completing the course, the students will be able to-
CO1: Gain the knowledge about semiconducting materials and new engineering materials, semiconducting devices and its applications.
CO2: Co-relate the theoretical principles and fundamentals of modern aspects in Physics.
CO3: Learn basics and application of Quantum Physics in areas of optical electromagnetic Phenomenon.
CO4: To analyze and solve problems related to interference, diffraction, and grating phenomena, and effectively communicate their findings and conclusions.
CO5: Know the fundamentals of Optic Fibers, Implement the laws of optics and application-oriented studies like Lasers and fiber optics communication.
CO6: Explain the application of fundamentals of Fluid dynamics and acoustics.
SYLLABUS
Unit I: Solid State Physics: Classification of solids on the basis of energy band diagram, Intrinsic and Extrinsic semiconductors. Fermi level in intrinsic semiconductor, semi-conductor conductivity with derivation, P-N junction diode, Zener diode, Light Emitting Diode, Hall effect. (8 Hours)
Unit II: Modern Physics: Planck’s hypothesis, properties of Photons, Compton effect, De-Broglie’s concept of matter waves, Heisenberg’s Uncertainty Principle (statement and derivation), applications of uncertainty principle (electrons cannot exists in the nucleus), Time energy Relation. (7 Hours)
Unit III: Electric and Magnetic Fields: Motion of electron in uniform transverse electric field and transverse magnetic fields, positive rays, Bainbridge mass spectrograph, Cathode ray oscilloscope: block diagram and working of each block. (7 Hours)
Unit IV: Interference & Diffraction: Fundamental condition of interference, thin film interference due to reflected light, Newton’s ring; equation for radius of bright and dark rings, determination of wavelength, R.I. of medium using Newton’s ring. Fresnel and Fraunhofer class of diffraction, plane transmission grating; construction and determination of wavelength of light using grating. (8 Hours)
Unit V: Fibre Optics and LASER: Principle and construction of optical fibre, acceptance angle and acceptance cone numerical aperture, types of optical fibres and refractive index profile, attenuation in optical fibres, different mechanisms of attenuation, application of optical fibres.; LASER: spontaneous and stimulated emission of radiation, Characteristics and its applications of LASER, Ruby LASER (Construction and Working). (7 Hours)
Unit VI: Fluid dynamics, ultrasonic and Acoustics: Continuity equation, Bernoulli’s theorem (derivation). Viscosity, liquid flow (streamline and turbulent), Stoke’s law, Sabine’s formula for reverberation of time, Factors affecting architectural acoustics and its remedies. Ultrasonic waves, Production of Ultrasonic waves (piezo-electric and magnetostriction methods), applications of ultrasonic waves. (8 Hours)
Text Book: M.N. Avadhanulu & P.G. Kshirsagar : Engineering Physics, S.Chand Pub., 2008.
Reference Books:
- K.Gaur & S.L.Gupta : Engineering Physics, Dhanpat Rai & Sons.
- Hitendra Malik & A.K.Singh : Engineering Physics, Tata McGraw Hill
- Beiser: Modern Physics, Tata McGraw Hill
- Mani & Mehta: Modern Physics, Affiliated East-West Press
N.Subrahmanyam, Brijlal, M.N.Avadhanulu : A Text Book of Optics, S.Chand &Company Ltd.)
Objectives:
- Comprehend Fundamental Concepts of C Programming
- Develop Problem-Solving Skills Using Control Structures
- Manipulate Data Using Arrays and Strings
- Enhance Program Modularity with Functions and Pointers
- Manage Complex Data Structures and File Operations
Course Outcomes:
At the end of the course, students will be able to:
- Demonstrate Proficiency in Basic C Programming
- Implement Control Structures for Decision Making and Looping
- Effectively Handle Arrays and Strings
- Utilize Functions and Pointers for Efficient Programming
- Organize Data Using Structures and Handle File Operations
SYLLABUS
Unit I: C Fundamentals (7 hours)
Introduction, Importance of C, Basic Structure of C Program, Executing a C Program, Character Set, C Tokens, Keywords, Identifiers, Constants and Variables, Data Types, Operators, Basic Input and Output Operations, Expressions and Precedence of Operators, In-built Functions
Unit II: Decision Making, Branching, and Looping (7 hours)
Introduction, Decision Making with If Statement, Simple If Statement, Nesting of If…Else Statements, Else If Ladder, ?: Operator, Goto Statement, While Statement, Do Statement, For Statement, Jumps in Loops, Concise Test Expressions
Unit III: Arrays (7 hours)
Introduction to Arrays, One-Dimensional Arrays, Two-Dimensional Arrays, Multi-Dimensional Arrays, Example Programs Using Arrays
Unit IV: Strings (8 hours)
Declaring and Initializing String Variables, Reading Strings from Terminal, Writing Strings to Screen, Arithmetic Operations on Characters, String-handling Functions, Example Programs (with and without using built-in string functions)
Unit V: Functions & Pointers (8 hours)
Introduction to Functions, Need for User-Defined Functions, A Multi-Function Program, Elements of User-Defined Functions, Definition of Functions, Return Values and their Types, Function Calls, Function Declaration, Category of Functions, Recursion, Introduction to Pointers, Declaring Pointer Variables, Initialization of Pointer Variables, Accessing a Variable through its Pointer, Pointer Expressions, Pointer Increments, and Scale Factor
Unit VI: Structures, Unions, and File Management (8 hours)
Defining a Structure, Declaring Structure Variables, Accessing Structure Members, Structure Initialization, Arrays of Structures, Unions and Structures, Introduction to Files, Defining and Opening a File, Closing a File, Input/Output and Error Handling on Files.
Text Book: E. Balaguruswamy, Programming in ANSI C, McGraw-Hill
Reference Books:
- Harkut, Kasat & Shah, “The ABC of C – Demystify C: Scan Code Learn” – Publisher: Notion Press,
- Kernighan , Ritchie, “The C programming Language”, Prentice Hall of India
Pradeep Dey and Manas Ghosh,“ Computer Fundamentals & Programming in C” Oxford University Press, 2006
Course Description:
Subject Code 1AL103ES Engineering Mechanics is a compulsory Engineering Science Course for First Year B.E., B. Tech. B.Text. and common for all branches.
Course Objectives:
The objective of this course is to present the basic principles of static and dynamics and help develop proficiency in applying these principles to formulate and solve problems.
Course Outcomes:
After completing the course students will be able to:
CO1: Determine composition and resolution of forces, analyze the equilibrium force systems.
CO2: Analyze beam and simple plane truss.
CO3: Compute frictional forces for simple contact, wedges.
CO4: Identify different properties of area.
CO5: Calculate various kinematic quantities.
CO6: Apply the equations of kinetics.
Unit I Resultant: Concept of a force, force systems, moment, couple, resolution and compositions of coplanar force system.
Equilibrium: Free-body diagrams, equations of equilibrium, problems of equilibrium involving co-planar force system acting on a particle, rigid body and system of rigid bodies. (8Hrs)
Unit II Beams: Types of beams, supports, loads and support reactions.
Trusses: Definitions, assumptions, types, Analysis of simple plane perfect trusses by method of joints. (6Hrs)
Unit III Friction: Definitions of friction, types, angle of friction, angle of repose, cone of friction, Coulomb’s laws of friction, wedge friction. (6Hrs)
Unit IV Centroid and Moment of Inertia: Centroid of plane areas, Moment of Inertia of Plane area, Radius of Gyration, product of inertia, perpendicular and parallel axis theorem, polar moment of inertia, Definition of principal axes and principal moment of inertia. (7Hrs)
Unit V Kinematics: Definitions of displacement, velocity and acceleration and their relations, rectilinear motion under variable & constant accelerations, curvilinear motion using rectangular coordinates, normal and tangential components. (6Hrs)
Unit VI Kinetics: Application of D‘Alembert‘s Principle, concept of dynamic equilibrium, Work-Energy Equation, Impulse-Momentum Equation. (6Hrs)
Text Books:
- Bhattacharyya Basudeb, Engineering Mechanics, Oxford University
- Bhavikatti, S. and Rajashekarappa, K. G., Engineering Mechanics, New Age International Publishers, New Delhi.
- Dr Mohammad Zuhair and N.Deshmukh Engineering Mechanics (Static and Dynamics), Dnyanpath Publication (INDIA).
Reference Books:
- Singer, L., Engineering Mechanics, Harper Collins Pub., Singapore
- Timoshenko, P. and Young, D. H., Engineering Mechanics, McGraw-Hill International C., Auckland.
- Beer, P. and Johnston, E. R., Vector Mechanics for Engineers, McGraw-Hill International C., Auckland.
- Shames, H., Engineering Mechanics, P.H.I. Pvt. Ltd., New Delhi.
Course Outcomes: To enable the students to correlate the theoretical principles of the fundamentals of modern aspects in Physics with application-oriented studies of engineering.
Course Objectives: Students will be able to teach:
- Characteristics of semiconducting
- To enhance the basic knowledge of electromagnetic phenomenon and cathode ray
- To study the phenomenon of
- To understand the phenomenon of
- Study of Optical
Course Outcomes: at the end of Course, Students will be able to:
CO1: Recognize and study the characteristics of semiconducting devices and its applications.
CO2: Apply the fundamentals of electric and magnetic fields to understand the functioning of Cathode Ray Oscilloscope and Hall effect.
CO3: Learn the interference phenomenon and its applications.
CO4: Employ the phenomenon of Diffraction and its applications.
CO5:Co-relate the principles of Optics with the practical knowledge.
List of Experiments:
(Note: Minimum 08 experiments shall be conducted)
1. Determination of Band gap energy of a semiconductor.
2. To study the forward and reverse characteristics of P-N junction diode.
3. To study the forward and reverse characteristics of a Zener diode.
4. To study the forward characteristics of Light Emitting Diode.
5. To determine the wavelength of monochromatic light by Newton’s Rings experiment.
6. Determination of wavelength of spectral lines using plane diffraction grating.
7. Determination of grating element of a diffraction grating using LASER beam.
8. Study of Hall Effect.
9. Study of CRO.
10. Amplitude and frequency measurement of ac signal using CRO.
11. Determination of unknown frequency of ac signal using Lissajous pattern.
12. To determine resolving power of telescope.
13. Determination of Planck’s constant using photocell.
14. To determine the coefficient of viscosity of water by capillary flow.
15. To determine the specific charge (e/m) of electron by Thomson method.
16. Determination of Numerical Aperture & Acceptance angle by using optical fiber kit.
Suggested Books / Reference Books:
- N.Avadhanulu & P.G.Kshirsagar : Engineering Physics, S.Chand Pub., 2008
- Subrahmanyam, Brijlal, M.N.Avadhanulu : A Text Book of Optics, S.Chand & Company Ltd.)
Minimum eight experiments to be performed based on above curriculum and four are to be performed over and above curriculum may be by using Virtual Laboratories.
Course Objectives:
The objective of this course is to perform practicals on the concepts of Engineering Mechanics and working of Lifting Machines.
Course Outcomes:
After completing the course students will be able to:
CO1: Solve problems of statics graphically.
CO2: Verify by correlating experiments with concepts related to engineering mechanics. CO3: Determine simple lifting machine parameters.
Practicals:
Minimum EIGHT (8) practicals from the list mentioned below:
1. Two graphical solutions to the problems of statics.
2. Polygon Law of forces
3. Reactions at the supports of simple beam.
4. Forces in members of Jib crane.
5. Determination of coefficient of friction on inclined plane.
6. Determination of law of machine for screw jack.
7. Determination of law of machine for differential axle wheel
8. Determination of law of machine for single purchase crab.
9. Determination of law of machine for double purchase crab
10. Determination of mass moment of inertia of fly wheel.
11. Determination of gravitational acceleration by compound pendulum.
Course Objectives:
1. To give students‘ hands on experience’ of craftsmanship.
2. To make students familiar with different work trades.
3. To develop quality & safety consciousness amongst the students.
4. To develop awareness of fire safety amongst the students.
5. To develop respect towards labor work amongst the students.
6. To develop skill sets for creating entities from primitive engineering materials.
7. To develop skill sets for establishing connections through wires and cables.
This exercise also aims at inculcating respect for physical work and hard labor in addition to some value addition by getting exposed to interdisciplinary engineering domains.
Course Outcomes:
- Upon completion of this course, the students will gain knowledge of different manufacturing processes which are commonly employed in industry.
- Upon completion of this course, the students will be able to fabricate the components using various manufacturing techniques.
The students will be conversant with the concept of dimensional accuracy and tolerances.
PERFORMANCE:
Students should perform minimum six (6) jobs out of the following:
- SMITHY: Introduction to smithy operations like upsetting, drawing, bending, Forming; Tools-hammer, hot andcoldchisels,swages,drifts,flatters,tongs,anvilsandvarioussmithytools&equipments,theiruse.Forging Principle, forge welding, use of forged parts.
One job on smithy: Job involving upsetting, drawing down, flattering. Change of cross sectional area like round to rectangular or making a ring from around bar, S –Hook, forming such as a square/hexagonal headed bolt, hook etc.
- FITTING: Introduction to different fitting Use and setting of fitting tools for marking, center punching, chipping, cutting, filing, drilling, their use, different measuring tools, Files – Material and classification.
One job on fitting: involving operations like marking, filing, hack saw cutting, drilling and tapping, making simple assemblies like a male-female type pair.
- TAPS & DIES: introduction to Taps & Dies, Different sizes of Taps & Dies their uses, holding instruments of taps &
One job on taps & dies: Job involving, External and internal threads on plate or pipe, marking, center punching, cutting, filing, drilling
- SHEET METAL: Introduction to sheet metal tools, their use, different sheet metal joints, soldering, surface development. Specifications of metal sheets, Surface coatings; Operations like cutting, bending, folding, punching, riveting; Joining by brazing and soldering.
One job on sheet metal: Job involving soldering operation like marking, cutting, bending, joining operations of small sheet metal parts. Typical examples: sheet metal tray, funnel, dustbin, etc.
- WELDING: Classification & brief introduction to welding processes – Arc, Gas and Resistance. Definition of welding, brazing and soldering processes, and their applications. Oxy-Acetylene Gas welding process, Equipment and Techniques, Type of flames and their applications. Manual metal arc welding technique and equipment, AC and DC welding Electrodes, constituents and functions of Electrode Welding positions. Type of welding joint. Common welding defects such as cracks, undercutting, slag inclusions, Porosity.
One job on welding: Job consisting of edge preparation for arc welding of different parts like lap welding of two plates, butt welding of two plates and welding to join plates at right angles.
- CARPENTRY: Brief study of various hand tools like chisel, saw, planer. Timber, definition, engineering applications, seasoning and preservation, plywood and ply Use of marking tools & hand tools such as marking gauge, try squares, steel rules, saws, jackplane, etc. Use of power tools, safety precautions.
One job on carpentry: Job like preparing a wooden joint; involving operations like wood sizing, planning, marking,
sawing, chiseling and groove making. Use and setting of hand tools like hack saw, jack plane, chisels and gauges for
construction of various joints like T –Lap joint, Bridle joint, Corner mortise joint, Dovetail/butt joint such as a tray,
frame etc.
- MACHINE TOOLS AND PROCESSES: Introduction to different machining tools, different measuring
One job on Lathe: Job involving marking, metal removing showing basic operations like plain turning, facing, step turning etc.
- FOUNDARY: Moldings and preparation of moldings and pattern, core, runner, riser cope & drag
One job on molding: Preparation of sand mould with pattern, core with runner riser.
- PRINTED CIRCUIT BOARDS: PCB etching and drilling, tinning and soldering Assembly of Electronic components on the printed circuit board (PCB).
- One job of PCB design: Job involving development of PCB for electronic circuit which comprises of layout design, masking, etching, drilling, tinning & component soldering.
- PLASTIC INJECTION MOULDING: Introduction, principle, equipment & its operation, mould introduction & setting, Safety precautions and demonstration of plastic injection molding process Demonstration)
References:
- S.Raghuvanshi, A Course in Workshop Technology, Vol –I, Dhanapat Rai and Sons.
- Hajara Choudhari, Elements of Workshop Technology, Vol–I, Media
- Guptaand Kaushik, Workshop Technology, Vol–I,
- Chapman, Workshop Technology, Vol–I, TheEnglish Language Book
- S.Bawa, Workshop Technology, Vol.-I, TMH Publications, New Delhi.
- K.HajraChoudhary,ElementsOfWorkshopTechnology,MediaPromoters&PublishersPvt.Ltd,
- Workshop Technology, I, II and III, Chandola S.P., Oxford and IBH Publishing Co. Pvt. Ltd., New Delhi.
- T.Kulkarni,IntroductiontoIndustrialSafety,K.T.Kulkarni,PuneReferenceBooks
- HwaiyuGeng, Manufacturing Engineering Handbook, Mc-Graw Hill Publishing Ltd.
- Lawrence Doyle, Manufacturing Processes and Materials for Engineers, Prentice Hall Inc.
[NOTE: Journal should be prepared and submitted based on information of tools and equipments used, jobs prepared by using various tools, equipments, machines in the above trades of performance sections. The term work shall be assessed based on a) the record of attendance, b) Term work done, c) the written/ practical / oral tests on the term work to decide the depth of understanding. The term work is to be assessed weekly. ]
PRACTICAL EXAMINATION:
Practical examination will consist of actual preparation of one job from any of the above performance sections. Duration of examination will be 3 hrs. Total marks are 25, out of which 15 marks are for job preparation and 10 marks for viva voce which should be conducted when the students are on job.
Course Objectives:
The main objectives of the course are:
- To identify, analyze, develop, and evaluate professional communication skills in interpersonal situations, group interactions, personal and professional presentations.
- To develop competencies in professional and corporate
- To develop clarity and conciseness in speaking, reading &writing.
- To improve the dynamics of professional
- To enable students to read newspapers for their communicative
- To develop communication and social graces necessary for functioning like employable ready skills, success in the job interviews and building confidence to handle professional tasks.
Course Outcomes:
At the end of the course, the students would be able to:
CO1: Develop knowledge, skills, and judgment around human communication that facilitate their ability to work collaboratively with others.
CO2: Learn corporate etiquette – organizing and managing professional events and will understand how reading enhances their communicative competency.
CO3: Practice and adhere to the 7Cs of Communication.
CO4: Understand and practice professional communication Etiquettes.
CO5: Conduct effective correspondence and prepare reports which produce results.
CO6: Develop all-round personalities with a mature outlook to function effectively in different circumstances.
Unit I: Developing Professional Communication:
Concept & process of communication, Types, 7Cs of communication, Verbal & Nonverbal communication, and its professional use at workplace, Effective communication, communication with family and friends, dos and don’ts of communication, professional communication Etiquettes & communication barriers. (05 Hours)
Unit II: Developing Listening, Reading & Writing Skills:
Listening: – Basic skills of listening, listening models, listening habits, barriers, effective listening& activities to improve listening.
Reading: –Basic of effective reading, Intensive & extensive reading & activities to improve effective reading.
Writing: – Structural pattern of writing, difference between speech and writing& grammatical accuracy. (05 Hours)
Unit III: Developing Speaking& Presentation Skills:
Basic skills of speaking, speech acts, conversations, small talk, speeches, debates, group discussion, elocution, extempore, elements of effective speaking, 3Ps of speaking and dos and don’ts of speaking, fundamentals of presenting, planning and structuring a presentation and effective presentation. (05 Hours)
Reference Books:
Mishra & C. Muralikrishna, “Communication Skills for Engineers”, Pearson Education.
- M. Farhatullah , “Communication Skills for Technical Students”, Orient Longman.
- Saran Freeman, “Written Communication in English”, Orient
- Krishna Mohan & Meera Banerji, “Communication Skills”,
- C. Sharma & Krishna Mohan, “Business Correspondence and Report Writing”, Tata McGraw Hill.
- Basic communication skills for Technology, J. Ruther Ford, 2nd Edition, Pearson Education, 2011.
- Effective communication, John Adair, 4thEdition, Pan Mac Millan,2009.
- Adair, Effective Communication. London: Pan Macmillan Ltd., 2003.
- Ajmani, C. Good English: Getting it Right. New Delhi: Rupa Publications, 2012.
Websites:
https://duolingo.com
- https://bbc.co.uk/learningenglish
- https://englishcentral.com
- https://busuu.com
- https://memrise.com
- https://englishpage.com
Course Objectives:
The main objectives of the course are:
- To enhance professional communication proficiency by providing adequate exposure to reading, listening, and writing skills.
- To develop competencies in professional and corporate
- To improve the dynamics of professional
- Enable students to read newspapers for their communicative
To develop professional communication and social graces necessary for functioning like employable ready skills, success in the job interviews and building confidence to handle professional tasks
Course Outcomes:
At the end of the course, the students will be able to:
CO1: Revealed that they can reproduce their understanding of concepts/principles of professional communication.
CO2: Develop all-round personalities with a mature outlook to function effectively in different circumstances.
CO3: Make effective presentation using recent technologies.
CO4: Listen, speak, read, and write to meet the challenges of the world.
CO5: Conduct effective correspondence and prepare reports which produce results.
CO6: Improve clarity and conciseness in speaking, reading & writing.
LIST OF EXERCISES / ACTIVITIES:
Exercise 01: Communication Practices
- Formal Situations – greetings, talking with – Principal, Government officer,doctor, bank officers, employees, and college guests,
- Informal Situations – greetings, talking with – parents, siblings, other familymembers, relatives, friends, and neighbours, formal, informal, and functional expressions, recognition in listening and appropriateness in speaking/writing, formal and informal expressions.
Exercise 02: Presentation skills
- Presentations – public speaking- paper & seminar presentation, digital presentations -power point – video presentation -poster presentation, stage dynamics – body language, gesture, and posture.
- Personality & finishing skills training
- How to make effective presentations, methodology, structure, using technology and
Exercise 03: Speech development skills.
- Welcoming guests onto the
- Anchoring and proposing vote of
- Invite and thank people with professional
Exercise 04: Reading skills.
- Newspaper reading
- Reading and interpretation
- Newspaper reading – loud reading within the
- Reporting the news with one another without the help of the (Besides this, motivates students to read the News Paper every day without fail.)
Exercise 05: Writing Skills
- Report
- Feasibility report
- Project report (Writing an Abstract – Parts of a report – Title page – Declaration – Acknowledgements – Table of contents – Introduction – Conclusion – Citations – References – Appendices.)
Exercise 06: Career skills
- Resume & Cover
- Interview – The purpose & preparation for an
- Discover oneself – Self Introduction – Social background (family, home, and town) – interests, Hobbies, likes & dislikes (persons, places, food, music, etc) – Strengths, Weaknesses, Skills, Qualities, Achievements – Opinions (love, life, marriage, politics, India, etc) what is life according to me? A creative narration with information is
- Effective Resume writing: structure and presentation – planning and defining the career objective – strengths and skills set – format – cover letter.
- Facing Interviews: Interview Process – Understanding employer expectations – Pre-interview planning – Opening strategies – Answering strategies, Frequently Asked Questions (FAQs).
Text books / Reference Books:
- Mishra & C. Muralikrishna, “Communication Skills for Engineers”, Pearson Education.
- M. Farhathullah , “Communication Skills for Technical Students”, Orient Longman.
- Shirley Tailor, “Communication for Business: A Practical Approach”, Longman
- Krishna Mohan &MeeraBanerji, “Communication Skills”,
- C. Sharma & Krishna Mohan, “Business Correspondence and Report Writing”, Tata McGraw Hill.
- Basic communication skills for Technology, J. Ruther Ford, 2nd Edition, Pearson Education, 2011.
- Communication skills, Sanjay Kumar, Pushpalata, 1stEdition, Oxford Press,
- Personality development and soft skills, Barun K Mitra, 1stEdition, Oxford Press,
- Soft skill for everyone, Butter Field, 1st Edition, Cengage Learning India ltd, 2011.
- Soft skills and professional communication, Francis Peters SJ, 1st Edition, McGraw Hill Education,
- Effective communication, John Adair, 4thEdition, Pan Mac Millan,
- Bringing out the best in people, Aubrey Daniels, 2ndEdition, Mc Graw Hill,
- Business Communication, II Ed, OUP, by Meenakshi Raman & Prakash Singh,
- Technical Communication – English Skills For Engineers, II Ed, OUP by Meenakshi Raman & Sangeetha Sharma, (Unit-IV).
- Technical Communication – Principles and Practice, II Ed, OUP by Meenakshi Raman & Sangeetha Sharma, (Unit-V)
Websites:
GROUP B
Aim :
The course is aimed at developing the basic Mathematical skills of
engineering students that are imperative for effective understanding of
engineering subjects. The topics introduced will serve as basic tools for
specialized studies in many fields of engineering and technology.
Objectives :
On completion of the course the students are expected:
– Solution of simultaneous equations by matrix method
– Fourier series
– to know the basics of vector calculus comprising of gradient,
divergence & curl and line, surface
– to grasp the basics of complex integration and the concept of contour
integration which is important for evaluation of certain integrals
encountered in practice
SECTION-A
Unit I: Matrices : Inverse of matrix by adjoint method, Inverse of matrix
by partitioning, Rank of a matrix, solution of simultaneous
equations by matrix method, Eigen values and Eigen vectors,
Cayley-Hamilton theorem (without proof) (10)
Unit II: Fourier series: Periodic function, Fourier expansion of periodic
function in (C, C+2L), even and odd functions, half range Fourier
series, Harmonic Analysis. (10)
Unit III: (a) Scalar Triple Product, vector triple product and their
properties, multiple products.
(b) Rule of differentiation under integral sign.
(c) Tracing of curves in Cartesian, polar and parametric forms. (10)
SECTION-B
Unit IV: Reduction formulae, Beta and Gamma function, Rectification.(10)
Unit V: Double integration, change of order of integration,
transformation to polar coordinates, Evaluation of area by double integration (10)
Unit VI: Triple integration, transformation to spherical polar coordinates,
volume of solid by triple integration. Mean and RMS values.(10)
TEXT BOOK :-
(1) Wartikar P.N. & Wartikar J.N.- A Text Book of Applied Mathematics,
Vol.-I, & II, Pune V.G. Prakashan, Pune.
REFERENCE BOOKS :-
1) Grewal B.S. – Higher Engineering Mathematics, 40/e, Khanna
Publishers.
2) Kreyszig E.K. – Advanced Engineering Mathematics, John Wiley.
3) Ramana B.V. – Higher Engineering Mathematics, (TMH)
4) Singh R.R. & Bhatt M. – Engineering Mathematics, (TMH)
Aim :
To impart a sound knowledge on the principles of Chemistry involving the
different application oriented topics required for all engineering branches.
Objectives :
The student should be conversant with:
– Chemistry involved in the different segments of environment and
technological developments in water
– The principles involved in corrosion control, nuclear fuels, power
generation and nanotechnology
– Utilization of Polymer and engineering materials towards different
applications
– Importance of fuels and lubricants
– Concept of analytical techniques
SECTON-A
Unit I: Water Technology :
Hardness of water :- Temporary and permanent hardness, units
and their inter-conversions, Experimental determination by
EDTA method, softening of water by Lime-Soda, Ion exchange
and Zeolite process. Numerical problems based on Lime Soda &
Zeolite process. (9)
Unit II: Corrosion, Corrosion Control and Nano-Chemistry :
Corrosion & its control – : Dry & Wet corrosion and their
mechanism, Types of corrosion-Pitting corrosion, waterline
REFERENCE BOOKS :
1) “Engineering Chemistry”-Jain & Jain. (Dhanpat Rai &Sons).
2) “A Text book on Experiments & Calculations in Engineering
Chemistry- S. S. Dara. (S.Chand).
3) “Text book of Engineering &Technology” vol I & II-Rajaram &
Kuriacose.
4) “AText Book of Polymer Science &Tech”-V Gowarikar.
5) Nanotechnology Fundamentals and Applications : Manasi Karkare,
I K International Pub.
Aim:
To impart knowledge to analyze, solve, design and code real-life problems
using C language.
Objectives:
To learn the basic concepts of computing.
To know the methodology of problem solving.
To develop skills in programming using C language.
Guidelines for Tutorial Classes:
Course instructors have to plan for programming exercises to be solved
independently by students during tutorial classes.
SECTION-A
UNIT I: Problem Solving:
Organization of PC, Basic concepts of problem solving on
computer, Input-Process-Output cycle. Algorithms, Flowcharts
and algorithm development. Examples of algorithms for sorting
a list with insertion sort and bubble sort. Examples of algorithms
for searching: Linear search and binary search. (10)
UNIT II: C Fundamentals:
Introduction to C language, First C program, Program execution,
Keywords, Character set, Built in Data Types, Variables,
Expressions, Operators & their precedence. Assignment
statement. I/O using scanf( ) and printf( ) functions, Format
specifiers for scanf( ) and printf( ) functions. (10)
UNIT III: C Control constructs:
Decision-making using if, if-else and switch-case statements,
Loops using for, while, do-while statements, break and continue
statements. Functions: declaration, definition and parameter
passing mechanism. (10)
corrosion, inter-granular corrosion, galvanic and stress
corrosion.
Role of design and material selection in corrosion control, Anodic
and Cathodic protection, hot dipping (Galvanizing and tinning)
Introduction of Nano-Chemistry, types of Nano materials,
General methods of preparation of Nano materials, Applications
of Nano materials. (7)
Unit III: Portland cement & Nuclear Fuels & Power generation :
A) Portland cement: Raw materials & manufacture of cement
by wet process, setting and hardening, heat of hydration,
soundness of cement.
B) Nuclear Fuels & Power generation: Nuclear binding energy,
nuclear fission and fusion, critical mass, Components of
nuclear power reactor and breeder reactors. (9)
SECTON-B
Unit IV: Fuels and Lubricants:
A) Fuels :- Definition of chemical fuel, classification, calorific
value-gross and net, analysis of coal, Proximate and ultimate
analysis and their significance, cracking of petroleum
fractions, Use of gasoline and diesel in internal combustion
engines, Knocking, Chemical constitution and knocking
properties, octane number, cetane number.
B) Lubricants: – Classification of lubricants, mechanism of
lubrication, testing of lubricants for viscosity and viscosity
index, flash and fire point. (7)
Unit V: Polymers, Resins/ Plastics, Rubbers:
Classification of polymers on the basis of their structure,
methods of polymerization, Cationic & Anionic mechanism of
polymerization, Thermosetting and Thermoplastic Resin,
Preparation, properties and uses of PVC, Teflon, Bakelite, Natural
rubber : vulcanization, properties and uses of Synthetic rubbers
– styrene rubber, nitrile rubber & butyl rubber. (7)
Unit VI: Environmental Chemistry :
Segments of environment: lithosphere, hydrosphere, bio-sphere
& atmosphere.
Green House Effect, Acid rain, Ozone depletion. Methods and
equipments for controlling of Particulate emissions: wet
scrubber, fabric filters, cyclone separators and electrostatic
precipitators. (7)
TEXT BOOK :
(1) “A Text Book of Engineering Chemistry”-S. S. Dara. (S.Chand).
13 14
15 16
SECTION-B
UNIT IV: Scope Rules and Arrays
Storage classes: automatic, static, extern, register type.
Introduction to arrays: single dimensional and multi-dimensional.
Strings, Arrays of strings and string related functions. Programs
for Searching and sorting the arrays of strings. (10)
UNIT V: Pointers:
Definition and uses of pointers. Address of operator, pointer
arithmetic, Pointers and functions. Parameter passing mechanism
using pointers. Pointers and Arrays, Arrays of pointers. Pointers
and Strings. (10)
UNIT VI: Structures and Files:
Declaring and using the Structures. Operation on structures.
Arrays of structurers, Pointers to structures. Unions and their
comparison with Structures. Introduction to Files.File types.
File handling functions. Command line arguments. (10)
TEXT BOOK:
K R Venugopal & S R Prasad. “Mastering C” Tata-McGraw Hill-2207.
REFERENCE BOOKS:
1. Pradeep Dey & Manas Ghosh “ Computer Fundamentals &
Programming in C” Oxford University Press 2006.
2. Herbert Schildt – C Complete Reference (Tata-McGraw Hill)
3. Gottfried – Problem Solving in C (Schaum Outline Series- McGraw
Hill)
4. Noel Kalicharan – C by Example (Cambridge University Press)
Aim :
To impart basic knowledge of electric circuits, magnetic circuits, D.C.
machines and transformers, A.C. machines and control systems.
Objectives :
To expose the students to the analysis of electric and magnetic circuits,
performance characteristics of D.C. machines, A.C. machines and
transformers and to give awareness of the basics of Control System
Engineering.
SECTION-A
Unit I: Fundamentals
a) Basic concept of Voltage , Current, Power, Energy and
relationship between them
b) Resistance Resistivity, Conductivity, Temperature effect on
resistance and temperature coefficient of resistance.
c) Series and parallel circuits , Star-Delta transformation,
d) Kirchoff’s laws, Superposition theorem, Thevinin’s theorem,
Maximum Power Transfer Theorem (8)
Unit II: Magnetic Circuit & Electromagnetism
a) Basic concept of Magnetic flux, Flux density, MMF,
Reluctance, Magnetic field intensity and their relationship
b) Leakage and fringing of flux
c) Series and Parallel Magnetic circuits
d) Principles of Electromagnetic induction self and mutual
induction coefficient of coupling and Energy stored in
magnetic circuit
e) Magnetization curves (8)
Unit III : A.C. Fundamentals
a) RMS , Average values form factor ,peak factor for Sinusoidal
Wave form only
b) Single phase A.C. Series circuit with Resistance Inductance,
Capacitance and phasor Diagrams Series resonance.
c) Single phase A.C. Parallel circuit with Resistance Inductance,
Capacitance and phasor Diagrams Parallel resonance.
d) Impedance Triangle Active and Reactive power (7)
SECTION-B
Unit IV: Polyphase Circuits
a) Balanced Three phase circuits: Production of three phase
supply, Star and Delta balanced load. Relationship of phase
and line values of voltage and current for Star and Delta
connections. (7)
Unit V : Electrical machines
A) Single Phase Transformer
a) Principle of operation Construction and Classification
EMF Equation
b) EMF Equation ,Losses ,Efficiency, Regulation
B) Electromechanical Energy Conversion
a) Working principle , Construction and various parts of
D.C. Machines
b) Classification , characteristics and applications of D.C.
Machines (8)
Unit VI Electrical Apparatus and safety
a) Measurement of Current, Voltage, Power, Energy
b) Range extension of Ammeter, Voltmeter, Wattmeter and
Energy meter
Electrode coating. Welding positions. Type of welding joint. Common
welding defects such as cracks, undercutting, slag inclusions,
porosity.
One job on welding: Job involving, edge preparation for Arc welding
for different jobs like Lap welding of two plates, butt welding of two
plates and welding to join plates at right angles.
III) CARPENTRY : Brief study of various hand tools like chisel, saw,
planer. Timber, definition, engineering applications, seasoning and
preservation, plywood and plyboards. Introduction, use of marking
tools & hand tools such as marking gauge, try squares, steel rules,
saws, jackplane, etc. Use of power tools, safety precautions.
One job on carpentry: Job involving a joint, wood sizing exercise in
planning, marking, sawing, chiseling and grooving to make. Use and
setting of hand tools like hack saw, jack plane, chisels and gauges
for construction of various joints like T – Lap joint, Bridle joint ,
Corner mortise joint, Dovetail / butt joint such as a tray, frame etc.
B) DEMONSTRATION:
Minimum two physical demonstrations provided from following. In
addition to physical demonstrations Video / LCD presentations for
rest of demonstrations may be provided.
1) CARPENTRY: Demonstration for wood turning with various
forms on cylindrical wood piece.
2) GAS CUTTING: Demonstration on Gas cutting. Introduction,
principle, equipment & its operation, safety precautions and
demonstration of Oxy-Acetylene Gas cutting process.
3) ELECTRONICS: Introduction to Active & Passive Electronic
components. Demonstration and use of electrical and electronics
hand and power tools. Measurement of resistor and capacitor,
measurement of voltage and frequency using oscilloscope.
Demonstration and performance measurement of any two
electronic components / devices – Diodes, Transistor & Logic
gates. Working of Remote Controller.
4) PRINTED CIRCUIT BOARDS : Layout drawing, +ve and -ve
film making, PCB etching and drilling, tinning and soldering
techniques. Assembly of Electronic components on the printed
circuit board (PCB).
5) GLASS BLOWING: Definition of glass, Basic concepts of glass
structure, Batch materials and minor ingredients and their
functions, Elementary concept of glass manufacturing process,
Different types of glasses. Application of glasses. Types of
c) Necessity of earthing, limiting values for various installations
d) Types of earthing ( Pipe earthing and Plate earthing) (7)
TEXT BOOKS :-
1. Basic Electrical Engineering , First Ed., Kulshreshtha D.C., TMH –
2008
2. Principle of Electrical Engineering , 4th Edition, Del Toro V., PHI 2005
REGERENCE BOOKS :-
1. Basic Electrical Engineering, Fifth Edition, Fizgerald A.E., TMH -2006.
2. Basic Electrical Engineering, First ed., R.Anand Natarajan, P.Ramesh
Babu, SCITECH Publications, 2009
3. Basic Electrical Engineering –First ed., T.K.Nagsarkar , OXFORD
University Press, 2005
• To give students ‘hands on experience’ of craftsmanship.
• To make students familiar with different work trades.
• To develop quality & safety consciousness amongst the students.
• To develop awareness of fire safety amongst the students.
• To develop respect towards labour work amongst the students.
• To develop skill sets for creating entities from primitive engineering
materials.
• To develop skill sets for establish in connections through wires and
cables.
• This exercise also aims at inculcating respect for physical work and
hard labour in addition to some value addition by getting exposed to
interdisciplinary engineering domains.
A) PERFORMANCE:
I) SHEET METAL: Introduction to sheet metal tools, their use, different
sheet metal joints, soldering, surface development. Specifications of
metal sheets, Surface coatings; Operations like cutting, bending,
folding, punching, riveting ; Joining by brazing and soldering.
One job on sheet metal: Job involving soldering operation, making,
cutting, bending, joining operations of small parts using sheet metal
like Tray, Funnel, Dust Bin, etc.
II) WELDING : Classification & brief introduction to welding processes
– Arc, Gas and Resistance. Definition of welding, brazing and soldering
processes, and their applications. Oxy-Acetylene Gas welding
process, Equipment and Techniques, Type of flames and their
applications. Manual metal arc welding technique and equipment,
AC and DC welding Electrodes, constituents and functions of
Glasses, Manufacturing & properties of Glasses. Demonstration
of glass blowing.
6) PLUMBING : Use of plumbing tools, spanners, wrenches,
threading dies, demonstration of preparation of a domestic
plumbing line involving fixing of a water tap and use of coupling,
elbow, tee and union etc.
7) MASONRY: Use of mason’s tools like trowel, hammers, spirit
level, square, plumb, line and pins etc. Demonstration of mortar
making, single and one and half brick masonry, English and
Flemish bonds, block masonry, pointing and plastering
REFERENCES:
11. B. S. Raghuvanshi, A Course in Workshop Technology, Vol – I,
Dhanapat Rai and Sons.
12. Hajara Choudhari, Elements of Workshop Technology, Vol – I, Media
Promoters.
13. Gupta and Kaushik, Workshop Technology, Vol – I, New Heights.
14. Chapman, Workshop Technology, Vol – I, The English Language
Book Society.
15. H.S.Bawa, Workshop Technology, Vol.-I, TMH Publications, New
Delhi.
16. S.K.Hajra Choudhary,Elements Of Workshop Technology,Media
Promoters &Publishers Pvt.Ltd.
17. Workshop Technology, Vol I, II and III, Chandola S.P., Oxford and
IBH Publishing Co.Pvt. Ltd., New Delhi.
8. Hwaiyu Geng, Manufacturing Engineering Handbook,McGraw Hill
Publishing Co.Ltd.
9. Lawrence E.Doyle, Manufacturing Processes and Materials for
Engineers,Prentice Hall Inc.
10. Mark Minasi, The complete PC upgrade and maintenance guide —
BPB. Publications
11. Elements of Ceramics – F.H Norton
12 Fundamentals of Ceramics – Barsoum
NOTE: Journal should be prepared and submitted based on information
of tools and equipments used, jobs prepared by using various
tools, equipments, machines in the above three trades of
performance sections. It also consist of details of demonstration
(minimum two) demonstrated to students with brief description.
The term work shall be assessed based on a) the record of
attendance, b) Term work done, c) the written/ practical / oral
tests on the term work to decide the depth of understanding.
The term work is to be assessed weekly.
PRACTICAL EXAMINATION:
Practical examination will consists of actual preparation of one
job from any of the above performance sections. Duration of
examination will be 3 hrs. Total marks are 25, out of which 15
marks are for job preparation and 10 marks for viva voce which
should be conducted when the students are on job.
LIST OF EXPERIMENTS
1. Determination of alkalinity of water sample in given alkali mixture.
(i) NaOH and Na2CO3 (ii) Na2CO3 and NaHCO3
2. Determination of hardness of water by EDTA method.
3. Determination of chloride ions in water sample.(Mohr’s Method)
4. Determination of chlorine in water sample. (Iodometry)
5. Determination of % CaO in given cement sample.
6. Preparation of phenol formaldehyde & Urea formaldehyde resin.
7. Determination of viscosity of lubricating oil by Redwood viscometer
No. 1
8. Determination of viscosity of lubricating oil by Redwood viscometer
No. 2
9. Determination of flash point of lubricating oil by Pensky Marten’s
Apparatus.
10. Determination of flash point of lubricating oil by Abel’s apparatus.
11. To carry out proximate analysis of coal.
12. Determination of acid value of lubricating oil.
13. Determination of Fe2+ and Fe3+ in given solution.
14. Determination of Dissolved Oxygen in Water Sample.
15. Determination of conductivity of unknown sample by conductivity
meter.
16. Determination of PH of unknown sample by PH meter.
(Note : Minimum 08 experiments shall be conducted.)
The objective of this lab is not only to provide a Hands-on Experience
to C programming, but also to expose the students to the latest tools of the
trade. This lab is based on modern operating systems like Linux/Windows.
The students should be exposed to word processor, spreadsheet software,
presentation software and web browser. Use of open source software like
Star Office, Open Office with open source OS like Linux/ Ubuntu/BOSS
should be encouraged.
It is expected that the candidate demonstrates adequate to high
skills with these tools and programming with C.
The sample list of programs is given below. This list can be used as
guideline for problem statements but the scope of the laboratory should
not be limited to the same. Aim of the list is to inform about minimum
expected outcomes.
1. Basic interface of a GUI based OS.
2. File handling using Text Editor/Word Processor.
3. Presentation using Presentation software.
4. Spreadsheet software usage.
4. Introduction to Internet and Web Browsing.
5. Programming in C: Minimum ten programs based on the above
syllabus. The programs should cover Functions, Control constructs,
Decision constructs, Arrays, Pointers, Structures Files and Commandline
arguments.
1] To verify Kirchoff’s laws.
2] To verify Thevenin’s theorem
3] To verify Superposition theorem
4] To verify Maximum Power Transfer theorem
5] To plot B-H curve for given magnetic material
6] To verity vector relationship of Current & Voltage in RLC series circuit.
7] To verity vector relationship of Current & Voltage in RLC parallel
circuit
8] To plot resonance curve in RLC series circuit.
9] To verify line & phase relationship of current & voltage in balanced
three phase STAR Connection
10] To verify line 7 phase relationship of current & voltage in balanced
three phase DELTA Connection
11] To determine Voltage ratio & current ration for given single phase
transformer.
12] To determine efficiency & regulation of given single phase
transformer by direct loading.
13] Starting & reversing of DC shunt motor.
14] Measurement of power & energy in given single phase circuit using
Wattmeter & Energy meter.
(Note : Minimum 08 experiments shall be conducted.)