Jawaharlal Nehru Technological University Anantapur: First Year B.Tech
Jawaharlal Nehru Technological University Anantapur: First Year B.Tech
University Anantapur
(Established by Govt. of A.P., Act. No. 30 of 2008)
Ananthapuramu–515 002 (A.P) India
Total 19.5
Course Objectives:
This course will illuminate the students in the concepts of calculus and linear algebra.
To equip the students with standard concepts and tools at an intermediate to advanced level
mathematics to develop the confidence and ability among the students to handle various real
world problems and their applications.
UNIT -1
Matrices
Rank of a matrix by echelon form, normal form. Solving system of homogeneous and non-
homogeneous equations linear equations. Eigen values and Eigenvectors and their properties, Cayley-
Hamilton theorem (without proof), finding inverse and power of a matrix by Cayley-Hamilton
theorem, diagonalisation of a matrix.
Learning Outcomes:
At the end of this unit, the student will be able to
Solving systems of linear equations, using technology to facilitate row reduction determine the
rank, eigen values and eigenvectors (L3).
Identify special properties of a matrix, such as positive definite, etc., and use this information
to facilitate the calculation of matrix characteristics; (L3)
UNIT -2
Mean Value Theorems
Rolle’s Theorem, Lagrange’s mean value theorem, Cauchy’s mean value theorem, Taylor’s and
Maclaurin theorems with remainders (without proof) related problems.
Learning Outcomes:
At the end of this unit, the student will be able to
Translate the given function as series of Taylor’s and Maclaurin’s with remainders (L3)
Analyze the behaviour of functions by using mean value theorems (L3)
UNIT -3
Multivariable Calculus
Partial derivatives, total derivatives, chain rule, change of variables, Jacobians, maxima and minima of
functions of two variables, method of Lagrange multipliers.
Learning Outcomes:
At the end of this unit, the student will be able to
Find partial derivatives numerically and symbolically and use them to analyze and interpret the
way a function varies. (L3)
Acquire the Knowledge maxima and minima of functions of several variable (L1)
Utilize Jacobian of a coordinate transformation to deal with the problems in change of variables
(L3)
UNIT -4
Multiple Integrals
Double integrals, change of order of integration, change of variables. Evaluation of triple integrals,
change of variables between Cartesian, cylindrical and spherical polar co-ordinates. Finding areas and
volumes using double and triple integrals.
Learning Outcomes:
At the end of this unit, the student will be able to
Evaluate double integrals of functions of several variables in two dimensions using Cartesian
and polar coordinates (L5)
Apply double integration techniques in evaluating areas bounded by region (L4)
Evaluate multiple integrals in Cartesian, cylindrical and spherical geometries (L5)
UNIT -5
Beta and Gamma functions
Beta and Gamma functions and their properties, relation between beta and gamma functions,
evaluation of definite integrals using beta and gamma functions.
Learning Outcomes:
At the end of this unit, the student will be able to
Understand beta and gamma functions and its relations (L2)
Conclude the use of special function in evaluating definite integrals (L4)
Text Books:
1. B. S. Grewal, Higher Engineering Mathematics, 44/e, Khanna Publishers, 2017.
2. Erwin Kreyszig, Advanced Engineering Mathematics, 10/e, John Wiley & Sons, 2011.
Reference Books:
1. R. K. Jain and S. R. K. Iyengar, Advanced Engineering Mathematics, 3/e, Alpha Science
International Ltd., 2002.
2. George B. Thomas, Maurice D. Weir and Joel Hass, Thomas Calculus, 13/e, Pearson
Publishers, 2013.
3. Glyn James, Advanced Modern Engineering Mathematics, 4/e, Pearson publishers, 2011.
4. Micheael Greenberg, Advanced Engineering Mathematics, 9th edition, Pearson edn
5. Dean G. Duffy, Advanced Engineering Mathematics with MATLAB, CRC Press
6. Peter O’neil, Advanced Engineering Mathematics, Cengage Learning.
7. R.L. Garg Nishu Gupta, Engineering Mathematics Volumes-I &II, Pearson Education
8. B. V. Ramana, Higher Engineering Mathematics, McGraw Hill Education
9. H. k Das, Er. RajnishVerma, Higher Engineering Mathematics, S. Chand.
10. N. Bali, M. Goyal, C. Watkins, Advanced Engineering Mathematics, Infinity Science Press.
Course Outcomes:
At the end of the course, the student will be able to
Develop the use of matrix algebra techniques that is needed by engineers for practical
applications (L6)
Utilize mean value theorems to real life problems (L3)
Familiarize with functions of several variables which is useful in optimization (L3)
Students will also learn important tools of calculus in higher dimensions. Students will become
familiar with 2- dimensional coordinate systems (L5)
Students will become familiar with 3- dimensional coordinate systems and also learn the
utilization of special functions
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
B.Tech (ME)– I Sem L T P C
3 0 0 3
(20A51201T) ENGINEERING CHEMISTRY
(Civil and Mechanical)
Course Objectives:
UNIT -1
Water Technology
Introduction –Soft Water and hardness of water, Estimation of hardness of water by EDTA Method -
Boiler troubles –Priming, foaming, scale and sludge, Caustic embrittlement, Industrial water treatment
– specifications for drinking water, Bureau of Indian Standards(BIS) and World health
organization(WHO) standards, ion-exchange processes - desalination of brackish water, reverse
osmosis (RO) and electrodialysis.
Learning outcomes:
UNIT -2
Learning Outcomes:
Learning Outcomes:
UNIT-4
Learning Outcomes:
UNIT -5
Text Books:
Reference Books:
Course Outcomes:
Course Objectives:
UNIT-1
Introduction to C Language - C language elements, variable declarations and data types, operators
and expressions, decision statements - If and switch statements, loop control statements - while, for,
do-while statements, arrays.
Learning outcomes:
UNIT – 2
Functions, types of functions, Recursion and argument passing, pointers, storage allocation, pointers to
functions, expressions involving pointers, Storage classes – auto, register, static, extern, Structures,
Unions, Strings, string handling functions, and Command line arguments.
Learning outcomes:
Data Structures, Overview of data structures, stacks and queues, representation of a stack, stack
related terms, operations on a stack, implementation of a stack, evaluation of arithmetic expressions,
infix, prefix, and postfix notations, evaluation of postfix expression, conversion of expression from
infix to postfix, recursion, queues - various positions of queue, representation of queue, insertion,
deletion, searching operations.
Learning outcomes:
UNIT – 4
Linked Lists – Singly linked list, dynamically linked stacks and queues, polynomials using singly
linked lists, using circularly linked lists, insertion, deletion and searching operations, doubly linked
lists and its operations, circular linked lists and its operations.
Learning outcomes:
UNIT-5
Trees - Tree terminology, representation, Binary trees, representation, binary tree traversals. binary
tree operations, Graphs - graph terminology, graph representation, elementary graph operations,
Breadth First Search (BFS) and Depth First Search (DFS), connected components, spanning trees.
Searching and Sorting – sequential search, binary search, exchange (bubble) sort, selection sort,
insertion sort.
Learning outcomes:
Reference Books:
1. Pradip Dey and Manas Ghosh, Programming in C, Oxford University Press, 2nd Edition
2011.
2. E. Balaguruswamy, “C and Data Structures”, 4th Edition, Tata Mc Graw Hill.
3. A.K. Sharma, Computer Fundamentals and Programming in C, 2nd Edition, University
Press.
4. M.T. Somashekara, “Problem Solving Using C”, PHI, 2nd Edition 2009.
Course Outcomes:
Course Objectives:
UNIT -1
DC & AC Circuits:
Electrical circuit elements (R - L and C) - Kirchhoff laws - Series and parallel connection of
resistances with DC excitation. Superposition Theorem - Representation of sinusoidal waveforms -
peak and rms values - phasor representation - real power - reactive power - apparent power - power
factor - Analysis of single-phase ac circuits consisting of RL - RC - RLC series circuits, Resonance.
Learning Outcomes
UNIT -2
DC & AC Machines:
Principle and operation of DC Generator - EMF equations - OCC characteristics of DC generator –
principle and operation of DC Motor – Performance Characteristics of DC Motor - Speed control of
DC Motor – Principle and operation of Single Phase Transformer - OC and SC tests on transformer -
Principle and operation of 3-phase AC machines [ Elementary treatment only ]
Learning Outcomes
Learning Outcomes
Text Books:
1. D. P. Kothari and I. J. Nagrath - “Basic Electrical Engineering” - Tata McGraw Hill - 2010.
2. V.K. Mehta & Rohit Mehta, “Principles of Power System” – S.Chand – 2018.
References:
1. L. S. Bobrow - “Fundamentals of Electrical Engineering” - Oxford University Press - 2011.
2. E. Hughes - “Electrical and Electronics Technology” - Pearson - 2010.
3. C.L. Wadhwa – “Generation Distribution and Utilization of Electrical Energy”, 3rd Edition,
New Age International Publications.
Course Outcomes:
Unit-1:
Diodes and Applications: Semiconductor Diode,Diode as a Switch& Rectifier, Half Wave and Full
Wave Rectifiers with and without Filters; Operation and Applications ofZener Diode, LED, Photo
Diode.
Transistor Characteristics: Bipolar Junction Transistor (BJT) – Construction, Operation, Amplifying
Action, Common Base, Common Emitter and Common Collector Configurations, Operating Point,
Biasing of Transistor Configuration; Field Effect Transistor (FET) – Construction, Characteristics of
Junction FET, Concepts of Small Signal Amplifiers –CE & CC Amplifiers.
Learning outcomes:
Unit-2:
Learning outcomes:
Unit-3:
Digital Electronics: Logic Gates,Simple combinational circuits–Half and Full Adders, BCD
Adder.Latches and Flip-Flops (S-R, JK andD), Shift Registers and Counters.Introduction to
Microcontrollers and their applications (Block diagram approach only).
Learning outcomes:
Text Books:
Reference Books:
Course Outcomes:
To familiarize students with wood working, sheet metal operations, fitting and electrical house wiring
skills
List of Topics
Wood Working:
Familiarity with different types of woods and tools used in wood working and make following joints
a) Half – Lap joint b) Mortise and Tenon joint c) Corner Dovetail joint or Bridle joint
Familiarity with different types of tools used in sheet metal working, Developments of following sheet
metal job from GI sheets
a) Tapered tray b) Conical funnel c) Elbow pipe d) Brazing
Fitting:
Familiarity with different types of tools used in fitting and do the following fitting exercises
a) V-fit b) Dovetail fit c) Semi-circular fit d) Bicycle tire puncture and change of two wheeler tyre
Electrical Wiring:
Familiarities with different types of basic electrical circuits and make the following connections
a) Parallel and series b) Two way switch c) Godown lighting
d) Tube light e) Three phase motor f) Soldering of wires
Course Outcomes:
Course Objectives:
To make the students know about the internal parts of a computer, assembling and
dissembling a computer from the parts, preparing a computer for use by installing the operating
system
To provide Technical training to the students on Productivity tools like Word processors,
Spreadsheets, Presentations and LAteX
To learn about Networking of computers and use Internet facility for Browsing and Searching
Task 1:
Learn about Computer: Identify the internal parts of a computer, and its peripherals. Represent the
same in the form of diagrams including Block diagram of a computer. Write specifications for each
part of a computer including peripherals and specification of Desktop computer. Submit it in the form
of a report.
Task 2:
Assembling a Computer: Disassemble and assemble the PC back to working condition. Students
should be able to trouble shoot the computer and identify working and non-working parts. Student
should identify the problem correctly by various methods
Task 3:
Install Operating system: Student should install Linux on the computer. Student may install another
operating system (including proprietary software) and make the system dual boot or multi boot.
Students should record the entire installation process.
Task 4:
Operating system features: Students should record the various features that are supported by the
operating system(s) installed. They have to submit a report on it. Students should be able to access
CD/DVD drives, write CD/DVDs, access pen drives, print files, etc. Students should install new
application software and record the installation process.
Networking and Internet
Task 5:
Networking: Students should connect two computers directly using a cable or wireless connectivity
and share information. Students should connect two or more computers using switch/hub and share
information. Crimpling activity, logical configuration etc. should be done by the student. The entire
process has to be documented.
Task 6:
Browsing Internet: Student should access the Internet for Browsing. Students should search the
Internet for required information. Students should be able to create e-mail account and send email.
They should get acquaintance with applications like Facebook, skype etc. If Intranet mailing facility is
available in the organization, then students should share the information using it. If the operating
system supports sending messages to multiple users (LINUX supports it) in the same network, then it
should be done by the student. Students are expected to submit the information about different
browsers available, their features, and search process using different natural languages, and creating e-
mail account.
Task 7:
Antivirus: Students should download freely available Antivirus software, install it and use it to check
for threats to the computer being used. Students should submit information about the features of the
antivirus used, installation process, about virus definitions, virus engine etc.
Productivity tools
Task 8:
Word Processor: Students should be able to create documents using the word processor tool. Some of
the tasks that are to be performed are inserting and deleting the characters, words and lines, Alignment
of the lines, Inserting header and Footer, changing the font, changing the colour, including images and
tables in the word file, making page setup, copy and paste block of text, images, tables, linking the
images which are present in other directory, formatting paragraphs, spell checking, etc. Students
should be able to prepare project cover pages, content sheet and chapter pages at the end of the task
using the features studied. Students should submit a user manual of the word processor considered,
Image Manipulation tools.
Task 9:
Presentations: creating, opening, saving and running the presentations, selecting the style for slides,
formatting the slides with different fonts, colours, creating charts and tables, inserting and deleting
text, graphics and animations, bulleting and numbering, hyperlinking, running the slide show, setting
the timing for slide show.
Task 10:
Spreadsheet: Students should be able to create, open, save the application documents and format
them as per the requirement. Some of the tasks that may be practiced are Managing the worksheet
environment, creating cell data, inserting and deleting cell data, format cells, adjust the cell size,
applying formulas and functions, preparing charts, sorting cells. Students should submit a user manual
of the Spreadsheet
Task 11:
LateX: Introduction to Latex and its installation and different IDEs. Creating first document using
Latex, using content into sections using article and book class of LaTeX. Styling Pages: reviewing and
customizing different paper sizes and formats. Formatting text (styles, size, alignment, colors and
adding bullets and numbered items, inserting mathematical symbols, and images, etc.). Creating basic
tables, adding simple and dashed borders, merging rows and columns. Referencing and Indexing:
cross-referencing (refer to sections, table, images), bibliography (references).
References:
1. Introduction to Computers, Peter Norton, McGraw Hill
2. MOS study guide for word, Excel, Powerpoint& Outlook Exams, Joan Lambert, Joyce Cox,
PHI.
3. Introduction to Information Technology, ITL Education Solutions limited, Pearson Education.
4. Networking your computers and devices, Rusen, PHI
5. Trouble shooting, Maintaining & Repairing PCs, Bigelows, TMH
6. Lamport L. LATEX: a document preparation system: user's guide and reference manual.
Addison-wesley; 1994.
Course Outcomes:
Disassemble and Assemble a Personal Computer and prepare the computer ready to use.
Prepare the Documents using Word processors and Prepare spread sheets for calculations
.using excel and also the documents using LAteX.
Prepare Slide presentations using the presentation tool.
Interconnect two or more computers for information sharing.
Access the Internet and Browse it to obtain the required information.
Note: Use open source tools for implementation of the above exercises.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
B.Tech (ME)– I Sem L T P C
0 0 3 1.5
(20A51201P) ENGINEERING CHEMISTRY LAB
(Common to Civil and Mechanical)
Course Objectives:
List of Experiments:
Course Outcomes:
Week l
Week 2
a) Write a C program to find both the largest and smallest number in a list of integers.
b) Write a C program that uses functions to perform the following:
i) Addition of Two Matrices ii) Multiplication of Two Matrices
Week 3
a) Write a C program that uses functions to perform the following operations:
i) To insert a sub-string in to a given main string from a given position.
ii) To delete n characters from a given position in a given string.
Week 4
a) Write a C program that displays the position or index in the string S where the string T
begins, or – 1 if S doesn‘t contain T.
b) Write a C program to count the lines, words and characters in a given text.
Week 5
Week 6
Write a C program that uses functions to perform the following operations:
i) Reading a complex number
ii) Writing a complex number
iii) Addition of two complex numbers
iv) Multiplication of two complex numbers
Week 7
i) Arrays
ii) Pointers
Week 8
Write C programs that implement Queue (its operations) using
i) Arrays
ii) Pointers
Week 9
Week 10
Write a C program that uses functions to perform the following operations on singly linked list.
Week 11
Write a C program that uses functions to perform the following operations on Doubly linkedlist.
Week 12
Write a C program that uses functions to perform the following operations on circular linkedlist.
Week 13
ii) Traversing the above binary tree in preorder, inorder and postorder.
Week 14
Write C programs that use both recursive and non-recursive functions to perform the following
searching operations for a key value in a given list of integers:
i) Linear search
ii) Binary search
Week 15
Write a C program that implements the following sorting methods to sort a given list of integers in
ascending order
i) Bubble sort
ii) Selection sort
iii) Insertion sort
Text Books:
1. Programming in C and Data Structures, J.R.Hanly, Ashok N. Kamthane and A. Ananda Rao,
Pearson Education.
2. B.A. Forouzon and R.F. Gilberg, “COMPUTER SCIENCE: A Structured Programming
Approach Using C”, Third edition, CENGAGE Learning, 2016.
3. Richard F. Gilberg & Behrouz A. Forouzan, “Data Structures: A Pseudocode Approach with
C”, Second Edition, CENGAGE Learning, 2011.
Reference Books:
1. PradipDey and ManasGhosh, Programming in C, Oxford University Press, 2nd Edition 2011.
2. E.Balaguruswamy, “C and Data Structures”, 4 th Edition, Tata Mc Graw Hill.
3. A.K.Sharma, Computer Fundamentals and Programming in C, 2nd Edition, University Press.
4. M.T.Somashekara, “Problem Solving Using C”, PHI, 2nd Edition 2009.
Course Outcomes
Course Objectives:
List of experiments: -
1. Verification of Kirchhoff laws.
2. Verification of Superposition Theorem.
3. Magnetization characteristics of a DC Shunt Generator.
4. Speed control of DC Shunt Motor.
5. OC & SC test of 1 – Phase Transformer.
6. Load test on 1-Phase Transformer.
7. I – V Characteristics of Solar PV cell
8. Brake test on DC Shunt Motor.
Course Outcomes:
After completing the course, the student will be able to
Understand Kirchoff’s Laws & Superposition theorem.
Analyze the various characteristics on DC Machines by conducting various tests.
Analyze I – V Characteristics of PV Cell
Apply the knowledge to perform various tests on 1-phase transformer
List Of Experiments:
1. PN Junction diode characteristics A) Forward bias B) Reverse bias.
2. Zener diode characteristics and Zener as voltage Regulator.
3. Full Wave Rectifier with & without filter.
4. Wave Shaping Circuits. (Clippers & Clampers)
5. Input & Output characteristics of Transistor in CB / CE configuration.
6. Frequency response of CE amplifier.
7. Inverting and Non-inverting amplifiers using Op-AMPs.
8. Verification of Truth Table of AND, OR, NOT, NAND, NOR, Ex-OR, Ex-NOR gates using ICs.
9. Verification of Truth Tables of S-R, J-K& D flip flops using respective ICs.
Course outcomes:
Learn the characteristics of basic electronic devices like PN junction diode, Zener diode &
BJT.
Construct the given circuit in the lab
Analyze the application of diode as rectifiers, clippers and clampers and other circuits.
Design simple electronic circuits and verify its functioning.
Course Objectives:
To enlighten the learners in the concept of differential equations and multivariable calculus.
To furnish the learners with basic concepts and techniques at plus two level to lead them into
advanced level by handling various real world applications.
UNIT -1
Learning Outcomes:
UNIT 2:
Learning Outcomes:
UNIT -3
Applications of Partial Differential Equations
Classification of PDE, method of separation of variables for second order equations. Applications of
Partial Differential Equations: One dimensional Wave equation, One dimensional Heat equation.
Learning Outcomes:
At the end of this unit, the student will be able to
Calcify the PDE (L3)
Learn the applications of PDEs (L2)
UNIT-4
Vector differentiation
Scalar and vector point functions, vector operator del, del applies to scalar point functions-Gradient,
del applied to vector point functions-Divergence and Curl, vector identities.
Learning Outcomes:
UNIT -5
Vector integration
Line integral-circulation-work done, surface integral-flux, Green’s theorem in the plane (without
proof), Stoke’s theorem (without proof), volume integral, Divergence theorem (without proof) and
applications of these theorems.
Learning Outcomes:
Text Books:
1. Erwin Kreyszig, Advanced Engineering Mathematics, 10/e, John Wiley & Sons, 2011.
2. B.S. Grewal, Higher Engineering Mathematics, 44/e, Khanna publishers, 2017.
Reference Books:
1. Dennis G. Zill and Warren S. Wright, Advanced Engineering Mathematics, Jones and Bartlett,
2011.
2. Michael Greenberg, Advanced Engineering Mathematics, 2/e, Pearson, 2018
3. George B.Thomas, Maurice D. Weir and Joel Hass, Thomas Calculus, 13/e, Pearson
Publishers, 2013.
4. R.K.Jain and S.R.K.Iyengar, Advanced Engineering Mathematics, 3/e, Alpha Science
International Ltd., 2002.
5. Glyn James, Advanced Modern Engineering Mathematics, 4/e, Pearson publishers, 2011.
6. Micheael Greenberg, Advanced Engineering Mathematics, 9th edition, Pearson edn
7. Dean G. Duffy, Advanced engineering mathematics with MATLAB, CRC Press
8. Peter O’neil, Advanced Engineering Mathematics, Cengage Learning.
9. R.L. GargNishu Gupta, Engineering Mathematics Volumes-I &II, Pearson Education
10. B. V. Ramana, Higher Engineering Mathematics, McGraw Hill Education.
11. H. k Das, Er. RajnishVerma, Higher Engineering Mathematics, S. Chand.
12. N. Bali, M. Goyal, C. Watkins, Advanced Engineering Mathematics, Infinity Science Press.
Course Outcomes:
At the end of the course, the student will be able to
Solve the differential equations related to various engineering fields (L6)
Identify solution methods for partial differential equations that model physical processes (L3)
Interpret the physical meaning of different operators such as gradient, curl and divergence (L5)
Estimate the work done against a field, circulation and flux using vector calculus (L6)
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
B.Tech (ME)– II Sem L T P C
3 0 0 3
(20A56101T) ENGINEERING PHYSICS
(Common to Civil Mechanical and Food Technology)
Course Objectives
To make a bridge between the physics in school and engineering courses.
To identify the importance of the optical phenomenon i.e. interference, diffraction and
polarization related to its Engineering applications.
To understand the mechanisms of emission of light, the use of lasers as light sources
for low and high energy applications, study of propagation of light wave through
optical fibres along with engineering applications
To open new avenues of knowledge in dielectric and magnetic materials which find
potential in the emerging micro device applications.
Considering the significance of micro miniaturization of electronic devices and
significance of low dimensional materials, the basic concepts of nano materials, their
properties and applications in modern emerging technologies are elicited.
To familiarize the concepts of theoretical acoustics to practical use in engineering field.
To explain the significance of ultrasound and its application in NDT for diversified
engineering application.
To enlighten the periodic arrangement of atoms in crystals, Bragg’s law and to provide
fundamentals related to structural analysis through powder diffraction method.
UNIT-I
Wave Optics
Interference- Principle of superposition – Interference of light – Conditions for sustained interference
– Interference in thin films (Reflection Geometry) – Colors in thin films – Newton’s Rings-
Determination of wavelength and refractive index.
Diffraction- Introduction – Fresnel and Fraunhofer diffraction – Fraunhofer diffraction due to single
slit, double slit and N-slits (qualitative) – Grating spectrum.
Learning Outcomes:
Learning Outcomes:
UNIT III
Engineering Materials
Dielectric Materials- Introduction – Dielectric polarization – Dielectric polarizability, Susceptibility
and Dielectric constant – Types of polarizations: Electronic, Ionic and Orientation polarization
(Qualitative) – Lorentz internal field – Clausius-Mossotti equation.
Learning Outcomes:
Learning Outcomes:
Crystallography- Space lattice, Basis, unit cell and lattice parameters – Bravais Lattice – Crystal
systems – Packing fraction – Coordination number – Packing fraction of SC, BCC & FCC – Miller
indices – Separation between successive (hkl) planes.
X-Ray Diffraction- Bragg’s law – Bragg’s X-ray diffractometer – Crystal structure determination by
Powder method.
Learning Outcomes:
Reference Books:
Study the different realms of physics and their applications in both scientific and
technological systems through physical optics. (L2)
Identify the wave properties of light and the interaction of energy with the matter (L3).
Asses the electromagnetic wave propagation and its power in different media (L5).
Understands the response of dielectric and magnetic materials to the applied electric
and magnetic fields. (L3)
Elucidates the importance of nano materials along with their engineering applications.
(L5)
Explain the basic concepts of acoustics and ultrasonics. (L2)
Apply the concept of NDT to material testing. (L3)
Study the important properties of crystals like the presence of long-range order,
periodicity and structure determination using X-ray diffraction technique. (L5)
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
B.Tech (ME)– II Sem L T P C
3 0 0 3
(20A52101T) COMMUNICATIVE ENGLISH
(Common to All Branches of Engineering)
Course Objectives
Facilitate effective listening skills for better comprehension of academic lectures and
English spoken by native speakers
Focus on appropriate reading strategies for comprehension of various academic texts and
authentic materials
Help improve speaking skills through participation in activities such as role plays,
discussions and structured talks/oral presentations
Impart effective strategies for good writing and demonstrate the same in summarizing,
writing well organized essays, record and report useful information
Provide knowledge of grammatical structures and vocabulary and encourage their
appropriate use in speech and writing
UNIT -1
Learning Outcomes
UNIT -2
Learning Outcomes
UNIT -3
Learning Outcomes
UNIT-4
Learning Outcomes
UNIT -5
Learning Outcomes
Text Book:
1. Language and Life: A Skills Approach- I Edition 2019, Orient Black Swan
Reference Books:
1. Bailey, Stephen. Academic writing: A handbook for international students. Routledge, 2014.
2. Chase, Becky Tarver. Pathways: Listening, Speaking and Critical Thinking. Heinley ELT; 2nd
Edition, 2018.
3. Raymond Murphy’s English Grammar in Use Fourth Edition (2012) E-book
4. Hewings, Martin. Cambridge Academic English (B2). CUP, 2012.
5. Oxford Learners Dictionary, 12th Edition, 2011
6. Norman Lewis Word Power Made Easy- The Complete Handbook for Building a Superior
Vocabulary (2014)
7. Speed Reading with the Right Brain: Learn to Read Ideas Instead of Just Words by David
Butler
Course Outcomes
UNIT I
Structure of Metals: Crystal Structures: Unit cells, Metallic crystal structures, Imperfection in solids:
Point, Line, interstitial and volume defects; dislocation strengthening mechanisms and slip systems,
critically resolved shear stress.
Constitution of Alloys: Necessity of Alloying, substitutional and interstitial solid solutions- Phase
diagrams: Interpretation of binary phase diagrams and microstructure development; eutectic,
peritectic, peritectoid and monotectic reactions. Iron-Iron-carbide diagram and microstructural aspects
of ferrite, cementite, austenite, ledeburite, and cast iron.
Learning Outcomes:
UNIT II
Steels:
Plain carbon steels, use and limitations of plain carbon steels. AISI& BIS classification of steels.
Classification of alloys steels. Microstructure, properties and applications of alloy steels-stainless
steels and tool steels.
Cast irons:
Microstructure, properties and applications of white cast iron, malleable cast iron, grey cast iron,
nodular cast iron and alloy cast irons.
Learning Outcomes:
UNIT III
Learning Outcomes:
UNIT IV
Non-ferrous Metals and Alloys: Microstructure, properties and applications of copper, aluminium,
titanium, nickel and their alloys. Study of Al-Cu phase diagram
Learning Outcomes:
Ceramics, Polymers and Composites: Structure, properties and applications of ceramics, polymers
and composites. Introduction to super alloys and nanomaterials.
Learning Outcomes:
Text Book(s)
1. V.Raghavan, Material Science and Engineering, 5/e, Prentice Hall of India, 2004.
2. R.Balasubramaniam, Callister’s Material Science and Engineering, 2/e, Wiley India, 2014.
References
Course Objectives:
Unit: I
Learning Outcomes:
Unit: II
Projection of points, lines and planes: Projection of points in any quadrant, lines inclined to one or both
planes, finding true lengths, angle made by line. Projections of regular plane surfaces.
Learning Outcomes:
Unit: III
Learning Outcomes:
At the end of this unit the student will be able to
Understand the procedure to draw projection of solids
Differentiate between rotational method and auxillary view method.
Draw the projection of solid inclined to one plain
Draw the projection of solids inclined to both the plains
Unit: IV
Sections of solids: Section planes and sectional view of right regular solids- prism, cylinder,
pyramid and cone. True shapes of the sections.
Learning Outcomes:
Unit: V
Learning Outcomes:
Text Books:
1. K.L.Narayana & P.Kannaiah, Engineering Drawing, 3/e, Scitech Publishers, Chennai, 2012.
2. N.D.Bhatt, Engineering Drawing, 53/e, Charotar Publishers, 2016.
Reference Books:
1. Dhanajay A Jolhe, Engineering Drawing, Tata McGraw-Hill, Copy Right, 2009
2. Venugopal, Engineering Drawing and Graphics, 3/e, New Age Publishers, 2000
3. Shah and Rana, Engineering Drawing, 2/e, Pearson Education, 2009
4. K.C.John, Engineering Graphics, 2/e, PHI, 2013
5. Basant Agarwal & C.M.Agarwal, Engineering Drawing, Tata McGraw-Hill, Copy
Right, 2008.
Course Outcomes:
After completing the course, the student will be able to
● Draw various curves applied in engineering. (l2)
● Show projections of solids and sections graphically. (l2)
● Draw the development of surfaces of solids. (l3)
Additional Sources
Youtube: http-sewor,Carleton.cag,kardos/88403/drawings.html conic sections-online, red woods.edu
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
B.Tech (ME) – I Sem L T P C
0 0 2 1
(20A03101P) ENGINEERING GRAPHICS LAB
(Common to All Branches of Engineering)
Course Objectives:
● Instruct the utility of drafting & modeling packages in orthographic and isometric
drawings.
● Train the usage of 2D and 3D modeling.
● Instruct graphical representation of machine components.
Introduction to AutoCAD: Basic drawing and editing commands: line, circle, rectangle,
erase, view, undo, redo, snap, object editing, moving, copying, rotating, scaling, mirroring,
layers, templates, polylines, trimming, extending, stretching, fillets, arrays, dimensions.
Dimensioning principles and conventional representations.
Text Books:
1. K. Venugopal, V.Prabhu Raja, Engineering Drawing + Auto Cad, New Age International
Publishers.
2. Kulkarni D.M, AP Rastogi and AK Sarkar, Engineering Graphics with Auto Cad,
PHI Learning, Eastern Economy editions.
Reference Books:
1. T. Jayapoovan, Engineering Graphics using Auto Cad, Vikas Publishing House
2. K.L.Narayana & P.Kannaiah, Engineering Drawing, 3/e, Scitech Publishers,
Chennai, 2012.
3. Linkan Sagar, BPB Publications, Auto Cad 2018 Training Guide.
4. K.C.John, Engineering Graphics, 2/e, PHI, 2013
5. Basant Agarwal & C.M.Agarwal, Engineering Drawing, Tata McGraw-Hill, Copy
Right, 2008.
Course Outcomes:
After completing the course, the student will be able to
● Use computers as a drafting tool. (L2)
● Draw isometric and orthographic drawings using CAD packages. (L3)
Additional Sources
1. Youtube: http-sewor,Carleton.cag, kardos/88403/drawings.html conic sections-online, red
woods.edu
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
students will be exposed to a variety of self instructional, learner friendly modes of language
learning
students will learn better pronunciation through stress, intonation and rhythm
students will be trained to use language effectively to face interviews, group discussions,
public speaking
students will be initiated into greater use of the computer in resume preparation, report writing,
format making etc
List of Topics
1. Phonetics
2. Reading comprehension
3. Describing objects/places/persons
4. Role Play or Conversational Practice
5. JAM
6. Etiquettes of Telephonic Communication
7. Information Transfer
8. Note Making and Note Taking
9. E-mail Writing
10. Group Discussions-1
11. Resume Writing
12. Debates
13. Oral Presentations
14. Poster Presentation
15. Interviews Skills-1
Suggested Software
Reference Books
1. Bailey, Stephen. Academic writing: A handbook for international students. Routledge, 2014.
2. Chase, Becky Tarver. Pathways: Listening, Speaking and Critical Thinking. Heinley ELT; 2nd
Edition, 2018.
3. Skillful Level 2 Reading & Writing Student's Book Pack (B1) Macmillan Educational.
4. Hewings, Martin. Cambridge Academic English (B2). CUP, 2012.
5. A Textbook of English Phonetics for Indian Students by T.Balasubramanyam
Web Links
www.esl-lab.com
www.englishmedialab.com
www.englishinteractive.net
Course Outcomes
Course Objectives:
Understand the role of Optical fiber parameters in engineering applications.
Recognize the significance of laser by studying its characteristics and its application in
finding the particle size.
Illustrates the magnetic and dielectric materials applications.
Identifies the various sensor applications.
List of Topics
References:
1. S. Balasubramanian, M.N. Srinivasan “A Text book of Practical Physics”- S Chand
Publishers, 2017.
2. http://vlab.amrita.edu/index.php -Virtual Labs, Amrita University
Course Outcomes:
Course Objectives:
List of Experiments:
Course Outcomes:
Course Objective:
COURSE TOPICS:
The course has 28 lectures and 14 practice sessions in 5 modules:
Unit 1:
Course Introduction - Need, Basic Guidelines, Content and Process for Value Education
Purpose and motivation for the course, recapitulation from Universal Human Values-I
Self-Exploration–what is it? - Its content and process; ‘Natural Acceptance’ and
Experiential Validation- as the process for self-exploration
Continuous Happiness and Prosperity- A look at basic Human Aspirations
Right understanding, Relationship and Physical Facility- the basic requirements for
fulfilment of aspirations of every human being with their correct priority
Understanding Happiness and Prosperity correctly- A critical appraisal of the current
scenario
Method to fulfil the above human aspirations: understanding and living in harmony at
various levels.
Include practice sessions to discuss natural acceptance in human being as the innate acceptance
for living with responsibility (living in relationship, harmony and co-existence) rather than as
arbitrariness in choice based on liking-disliking
Unit 2:
Understanding human being as a co-existence of the sentient ‘I’ and the material ‘Body’
Understanding the needs of Self (‘I’) and ‘Body’ - happiness and physical facility
Understanding the Body as an instrument of ‘I’ (I being the doer, seer and enjoyer)
Understanding the characteristics and activities of ‘I’ and harmony in ‘I’
Understanding the harmony of I with the Body: Sanyam and Health; correct appraisal of
Physical needs, meaning of Prosperity in detail
Programs to ensure Sanyam and Health.
Include practice sessions to discuss the role others have played in making material goods
available to me. Identifying from one’s own life. Differentiate between prosperity and
accumulation. Discuss program for ensuring health vs dealing with disease
Unit 3:
Include practice sessions to reflect on relationships in family, hostel and institute as extended
family, real life examples, teacher-student relationship, goal of education etc. Gratitude as a
universal value in relationships. Discuss with scenarios. Elicit examples from students’ lives
Unit 4:
Understanding Harmony in the Nature and Existence - Whole existence as Coexistence
Text Book
1. R R Gaur, R Asthana, G P Bagaria, “A Foundation Course in Human Values and Professional
Ethics”, 2 nd Revised Edition, Excel Books, New Delhi, 2019. ISBN 978-93-87034-47-1
2. R R Gaur, R Asthana, G P Bagaria, “Teachers’ Manual for A Foundation Course in Human
Values and Professional Ethics”, 2 nd Revised Edition, Excel Books, New Delhi, 2019. ISBN
978-93-87034-53-2
Reference Books
1. Jeevan Vidya: Ek Parichaya, A Nagaraj, Jeevan Vidya Prakashan, Amar kantak, 1999.
2. A. N. Tripathi, “Human Values”, New Age Intl. Publishers, New Delhi, 2004.
3. The Story of Stuff (Book).
4. Mohandas Karamchand Gandhi “The Story of My Experiments with Truth”
5. E. FSchumacher. “Small is Beautiful”
6. Slow is Beautiful –Cecile Andrews
7. J C Kumarappa “Economy of Permanence”
8. Pandit Sunderlal “Bharat Mein Angreji Raj”
9. Dharampal, “Rediscovering India”
10. Mohandas K. Gandhi, “Hind Swaraj or Indian Home Rule”
11. India Wins Freedom - Maulana Abdul Kalam Azad
12. Vivekananda - Romain Rolland(English)
13. Gandhi - Romain Rolland (English)
MOE OF CONDUCT (L-T-P-C 2-1-0-2)
Lecture hours are to be used for interactive discussion, placing the proposals about the topics at
hand and motivating students to reflect, explore and verify them. Tutorial hours are to be used for
practice sessions.
While analyzing and discussing the topic, the faculty mentor’s role is in pointing to essential
elements to help in sorting them out from the surface elements. In other words, help the students
explore the important or critical elements.
In the discussions, particularly during practice sessions (tutorials), the mentor encourages the
student to connect with one’s own self and do self-observation, self-reflection and self-
exploration.
Scenarios may be used to initiate discussion. The student is encouraged to take up “ordinary”
situations rather than” extra-ordinary” situations. Such observations and their analyses are shared
and discussed with other students and faculty mentor, in a group sitting.
Tutorials (experiments or practical) are important for the course. The difference is that the
laboratory is everyday life, and practicals are how you behave and work in real life. Depending
on the nature of topics, worksheets, home assignments and/or activities are included. The practice
sessions (tutorials) would also provide support to a student in performing actions commensurate
to his/her beliefs. It is intended that this would lead to development of commitment, namely
behaving and working based on basic human values.
OUTCOME OF THECOURSE:
By the end of the course,
Students are expected to become more aware of themselves, and their surroundings
(family, society, nature)
They would become more responsible in life, and in handling problems with sustainable
solutions, while keeping human relationships and human nature in mind.
They would have better critical ability.
They would also become sensitive to their commitment towards what they have
understood (human values, human relationship and human society).
It is hoped that they would be able to apply what they have learnt to their own self in
different day-to-day settings in real life, at least a beginning would be made in this
direction.