EEEfinal 1
EEEfinal 1
R23
I B.Tech I Semester
I Year I Semester
S.No. Course Code Course Name L T P Credits
1. R23BS01 Linear Algebra & Calculus 3 0 0 3
2. R23BS04T Chemistry 3 0 0 3
3. R23ES07T Introduction to Programming 3 0 0 3
4. R23ES03 Engineering Graphics 1 0 4 3
5. R23ES04 Basic Electrical & Electronics Engineering 3 0 0 3
6. R23BS04P Chemistry Lab 0 0 2 1
7. R23ES07P Computer Programming Lab 0 0 3 1.5
8. R23ES05 Electrical & Electronics Engineering Workshop 0 0 3 1.5
Category Credits
Basic Science Courses 7
Engineering Science Courses 12
Mandatory Courses 0.5
Total Credits 19.5
1
JNTUGV B. Tech. R23
Category Credits
Basic Science Courses 7
Humanities & Social Science 3
Engineering Science Courses 5.5
Professional Core Courses 4.5
Mandatory Courses 0.5
Total Credits 20.5
2
JNTUGV B. Tech. R23
I Year-I Semester
L T P C
3 0 0 3
Course Objectives:
To equip the students with standard concepts and tools of mathematics to handle various real-world
problems and their applications.
Course Outcomes: At the end of the course, the student will be able to
Develop matrix algebra techniques that is needed by engineers for practical applications.
Familiarize with functions of several variables which is useful in optimization.
Learn important tools of calculus in higher dimensions.
Familiarize with double and triple integrals of functions of several variables in two a n d t h r e e
dimensions.
UNIT I Matrices
Rank of a matrix by echelon form, normal form. Cauchy –Binet formulae (without proof). Inverse of Non-
singular matrices by Gauss-Jordan method, System of linear equations: Solving system of Homogeneous
and Non-Homogeneous equations by Gauss elimination method, Gauss Seidel Iteration Method.
UNITIII Calculus
Mean Value Theorems: Rolle’s Theorem, Lagrange’s mean value theorem with their geometrical
interpretation, Cauchy’s mean value theorem, Taylor’s and Maclaurin theorems with remainders (without
proof), Problems and applications on the above theorems.
Partial derivatives, total derivatives, chain rule, change of variables, Taylor’s and Maclaurin’s series
expansion of functions of two variables. Jacobians, maxima and minima of functions of two variables,
method of Lagrange multipliers.
3
JNTUGV B. Tech. R23
Double integrals, triple integrals, change of order of integration, change of variables to polar, cylindrical
and spherical coordinates. Finding areas (by double integrals) and volumes (by double integrals and
triple integrals).
Textbooks:
1. B.S.Grewal,HigherEngineeringMathematics,44/e,KhannaPublishers,2017.
2. Erwin Kreyszig, Advanced Engineering Mathematics, 10/e, John Wiley & Sons, 2018.
Reference Books:
1. R.K.JainandS.R.K.Iyengar,AdvancedEngineeringMathematics,5/e,AlphaScienceInternationalLtd
.,2021 (9th reprint).
2. GeorgeB.Thomas,MauriceD.WeirandJoelHass,ThomasCalculus,14/e,PearsonPublishers,2018.
3. GlynJames, Advanced Modern Engineering Mathematics, 5/e, Pearson publishers, 2018.
4. Michael Greenberg, Advanced EngineeringMathematics,9thedition, Pearson edn
5. H. K Das, Er. Rajnish Verma, Higher Engineering Mathematics, S. Chand,2021
4
JNTUGV B. Tech. R23
I Year-I semester L T P C
3 0 0 3
CHEMISTRY
(Common to EEE, ECE, CSE & IT)
Course Objectives:
Explain the preparation, properties, and applications of thermoplastics & thermosetting, elastomers &
conducting polymers.
Compare the materials of construction for battery and electrochemical sensors.
Synthesis and characterisation of modern engineering materials.
Explain the principles of spectrometry, Chromatographic separation of solid and liquid mixtures.
Summarize the concepts of colloids, micelle and nanomaterials.
Introduction to polymers, functionality of monomers, chain growth and step growth polymerization,
Plastics –Thermoand Thermosetting plastics, Preparation, properties and applications of – PVC, Teflon,
Bakelite, Nylon-6,6, carbon fibres.
Electrochemical cell, Nernst equation, cell potential calculations and numerical problems, potentiometry-
potentiometric titrations (redox titrations), concept of conductivity, conductivity cell, conductometric
titrations (acid-base titrations).
Electrochemical sensors – Potentiometric sensors with examples, amperometric sensors with examples.
Primary cells – Zinc-air battery, Secondary cells –lithium-ion batteries- working of the batteries including
cell reactions.
5
JNTUGV-CEV(A)
Semiconductors, band diagram in solids, Semiconductor devices (p-n junction diode as rectifier and
transistors)
Introduction to surface chemistry, colloids, nanometals and nanometal oxides, micelle formation, synthesis
of colloids (Bragg’s Method), Nano materials: Introduction, classification, properties and applications of
Fullerenes, carbon nano tubes and Graphines nanoparticles and metal oxides, BET equation (no
derivation) applications of colloids and nanomaterials – catalysis, medicine, sensors, etc.
Textbooks:
Reference Books:
6
JNTUGV-CEV(A)
L T P C
3 0 0 3
IYear-I Semester
INTRODUCTION TO PROGRAMMING
(Common to All branches of Engineering)
Course Objectives:
To enable practical usage of Control Structures and Implement different operations on arrays.
To impart the knowledge of pointers and understand the principles of dynamic memoryallocation.
To understand structures and unions and illustrate the file concepts and its operations.
7
JNTUGV-CEV(A)
UNIT-III Arrays:
Introduction, Operations on Arrays, Arrays as Function Arguments, Two-Dimensional Arrays,
Multidimensional Arrays
Pointers: Concept of a Pointer, Declaring and Initializing Pointer Variables, Pointer Expressions and
Address Arithmetic, Null Pointers, Generic Pointers, Pointersas Function Arguments, Pointers and Arrays,
Pointer to Pointer, Dynamic Memory Allocation, Dangling Pointer, Command Line Arguments.
UNIT-IV Functions:
Introduction Function: Declaration, Function Definition, Function Call, Categories of Functions, Passing
Parameters to Functions, Scope of Variables, Variable Storage Classes, Recursion.
Strings: String Fundamentals, String Processing with and without Library Functions, Pointersand Strings.
UNIT-V
Structures, Unions, Bit Fields: Introduction, Nested Structures, Arrays of Structures, Structures and
Functions, Self- Referential Structures, Unions, Enumerated Data Type —Enum variables, Using
Typedef keyword, Bit Fields. Data Files: Introduction to Files, Using Files in C, Readingfrom Text Files,
Writing to Text Files, Random File Access.
Note: The syllabus is designed with C Language as the fundamental language of implementation.
Course Outcomes:
At the end of the Course, the Student should be able to:
i. Illustrate the Fundamental concepts of Computers and basics of computer programming andproblem-
solving approach.
ii. Understand the Control Structures, branching, and looping statements.
v. Demonstrate the ideas of User Defined Data types files. Solve real-world problems using the
concept of Structures,
Unions, and File operations.
Text Books:
1. A Structured Programming Approach Using C, Forouzan, Gilberg, 3rd Edition, Cengage.
2. How to solve it by Computer, R. G. Dromey, 12th Edition, Pearson Education.
3. Programming In C A-Practia1 Approach. Ajay Mittal, 1st Edition Pearson
4. The C Programming Language, Dennis Richie And Brian Kernighan, 2nd Edition, Pearson Education.
8
JNTUGV-CEV(A)
References:
1. Byron Gottfried, Schaum’s Outline of Programming with C, 4th Edition, 2020, McGraw-Hill.
2. Computer Programming. Reema Thareja, 3rd Edition, 2023, Oxford University Press
3. Computing fundamentals and C Programming, Balagurusamy, E., McGraw-Hill Education, 2008
4. Programming In C, Ashok Kamthane, 2nd Edition, Pearson Publication.
5. Let us C , Yaswanth Kanetkar, 16th Edition, BPB Publication.
Web References:
1. http://www.c4learn.com/
2. http://www.geeksforgeeks.org/c/
3. http://nptel.ac.in/courses/122104019/
4. http://www.learn-c.org/
5. https://www.tutorialspoint.com/cprogramming/
9
JNTUGV-CEV(A)
I Year-I Semester L T P C
1 0 4 3
ENGINEERING GRAPHICS
Course Objectives:
To enable the students with various concepts like dimensioning, conventions and standards related
to Engineering Drawing
To impart knowledge on the projection of points, lines and plane surfaces
To improve the visualization skills for better understanding of projection of solids
To develop the imaginative skills of the students required to understand Section of solids and
Developments of surfaces.
To make the students understand the viewing perception of a solid object in Isometric and
Perspective projections.
Course Outcomes: On completion of the course, the student should be able to:
CO1: Understand the principles of engineering drawing, including engineering curves, scales, orthographic
and isometric projections.
CO2: Draw and interpret orthographic projections of points, lines, planes and solids in front, top and side
views.
CO3: Understand and draw projection of solids in various positions in first quadrant.
UNIT I
Introduction: Lines, Lettering and Dimensioning, Geometrical Constructions and Constructing regular
polygons by general methods.
Curves: construction of ellipse, parabola and hyperbola by general method, Cycloids, Involutes, Normal
and tangent to Curves.
10
JNTUGV-CEV(A)
UNIT II
Orthographic Projections: Reference plane, importance of reference lines or Plane, Projections of a point
situated in any one of the four quadrants.
Projections of Straight Lines: Projections of straight lines parallel to both reference planes, perpendicular
to one reference plane and parallel to other reference plane, inclined to one reference plane and parallel to
the other reference plane. Projections of Straight Line Inclined to both the reference planes
Projections of Planes: Regular planes Perpendicular to both reference planes, parallel to one reference
plane and inclined to the other reference plane; plane inclined to both the reference planes.
UNIT III
Projections of Solids: Types of solids: Polyhedra and Solids of revolution. Projections of solids in simple
positions: Axis perpendicular to horizontal plane, Axis perpendicular to vertical plane and Axis parallel to
both the reference planes, Projection of Solids with axis inclined to one reference plane and parallel to
another plane.
UNIT IV
Sections of Solids: Perpendicular and inclined section planes, Sectional views and True shape of section,
Sections of solids in simple position only.
Development of Surfaces: Methods of Development: Parallel line development and radial line
development. Development of a cube, prism, cylinder, pyramid and cone.
UNIT V
Computer graphics: Creating 2D&3D drawings of objects including PCB and Transformations using
Auto CAD (Not for end examination).
Textbook:
1. Engineering Drawing, K.L. Narayana and P. Kannaiah, Tata McGraw Hill, 2013.
2. Engineering Drawing, M.B.Shah and B.C. Rana, Pearson Education Inc,2009.
3. Engineering Drawing with an Introduction to AutoCAD, Dhananjay Jolhe, Tata McGraw Hill,
2017.
11
JNTUGV-CEV(A)
I Year-I Semester L T P C
3 0 0 3
Course Objectives
To expose to the field of electrical engineering, laws and principles of electrical engineering and to
acquire fundamental knowledge in the relevant field.
Course Outcomes: After the completion of the course students will be able to
CO1: Remember the fundamental laws, operating principles of motors, generators, MC and MI
instruments.
CO2: Understand the problem-solving concepts associated to AC and DC circuits, construction and
operation of AC and DC machines, measuring instruments; different power generation mechanisms,
Electricity billing concept and important safety measures related to electrical operations.
CO3: Apply mathematical tools and fundamental concepts to derive various equations related to
machines, circuits and measuring instruments; electricity bill calculations and layout representation of
electrical power systems.
CO4: Analyze different electrical circuits, performance of machines and measuring instruments.
CO5: Evaluate different circuit configurations, Machine performance and Power systems operation.
DC Circuits: Electrical circuit elements (R, L and C), Ohm’s Law and its limitations, KCL & KVL,
series, parallel, series-parallel circuits, Super Position theorem, Simple numerical problems.
AC Circuits: A.C. Fundamentals: Equation of AC Voltage and current, waveform, time period, frequency,
amplitude, phase, phase difference, average value, RMS value, form factor, peak factor, Voltage and
current relationship with phasor diagrams in R, L, and C circuits, Concept of Impedance, Active power,
reactive power and apparent power, Concept of power factor (Simple Numerical problems).
Machines: Construction, principle and operation of (i) DC Motor, (ii) DC Generator, (iii) Single Phase
Transformer, (iv) Three Phase Induction Motor and (v) Alternator, Applications of electrical machines.
12
JNTUGV-CEV(A)
Measuring Instruments: Construction and working principle of Permanent Magnet Moving Coil
(PMMC), Moving Iron (MI) Instruments and Wheat Stone bridge.
Energy Resources: Conventional and non-conventional energy resources; Layout and operation of
various Power Generation systems: Hydel, Nuclear, Solar & Wind power generation.
Electricity bill: Power rating of household appliances including air conditioners, PCs, Laptops, Printers,
etc. Definition of “unit” used for consumption of electrical energy, two-part electricity tariff, calculation of
electricity bill for domestic consumers.
Equipment Safety Measures: Working principle of Fuse and Miniature circuit breaker (MCB), merits
and demerits. Personal safety measures: Electric Shock, Earthing and its types, Safety Precautions to avoid
shock.
Textbooks:
1. https://nptel.ac.in/courses/108105053
2. https://nptel.ac.in/courses/108108076
13
JNTUGV-CEV(A)
Course Objectives:
To teach the fundamentals of semiconductor devices and its applications, principles ofdigital electronics.
Course Outcomes: After the completion of the course students will be able to
CO2: Understand the concepts associated with vacuum tubes, nanoelectronics, diodes, and various
configurations and characteristics of transistors and digital electronics.
CO3: Apply mathematical tools and fundamental concepts to derive various equations related to PN
diodes, Zener diodes, transistors, and their properties, as well as basic theorems of Boolean algebra.
CO4: Analyze the characteristics of diodes, transistors, rectifiers, and amplifiers, and analyse the truth
tables and functionality of logic gates.
CO5: Evaluate different circuit configurations using diodes, transistors, electronic instrumentation
systems, simple combinational and sequential circuits, flipflops, registers, and counters.
Rectifiers and power supplies: Block diagram description of a dc power supply, working of a full wave
bridge rectifier, capacitor filter (no analysis), working of simple Zener voltage regulator. Amplifiers:
Block diagram of Public Address system, Circuit diagram and working of common emitter (RC coupled)
amplifier with its frequency response.
Overview of Number Systems, Logic gates including Universal Gates, BCD codes, Excess-3 code, Gray
code, Hamming code. Boolean Algebra, Basic Theorems and properties of Boolean Algebra, Truth Tables
and Functionality of Logic Gates – NOT, OR, AND, NOR, NAND, XOR and XNOR. Simple
14
JNTUGV-CEV(A)
combinational circuits–Half and Full Adders. Introduction to sequential circuits, Flip flops, Registers and
counters (Elementary treatment only).
Textbooks:
1. R. L. Boylestad & Louis Nashlesky, Electronic Devices & Circuit Theory, Pearson
Education, 2021.
2. R. P. Jain, Modern Digital Electronics, 4th Edition, Tata Mc Graw Hill, 2009
Reference Books:
1. R. S. Sedha, A Textbook of Electronic Devices and Circuits, S. Chand & Co, 2010.
2. Santiram Kal, Basic Electronics-Devices, Circuits and IT Fundamentals, Prentice Hall, India, 2002.
3. R. T. Paynter, Introductory Electronic Devices & Circuits-Conventional Flow Version, Pearson
Education, 2009.
15
JNTUGV-CEV(A)
L T P C
0 0 2 1
I Year-I Semester
CHEMISTRY LAB
(Common to EEE, ECE, CSE & IT)
Course Objectives:
Course Outcomes: At the end of the course, the students will be able to
References:
"Vogel's Quantitative Chemical Analysis 6th Edition 6th Edition" Pearson Publications by J.
Mendham, R.C.Denney, J.D.Barnes and B. Sivasankar
16
JNTUGV-CEV(A)
I Year-I Semester L T P C
0 0 3 1.5
The course aims to give students hands – on experience and train them on the concepts of theC-
programming language.
UNIT-I
WEEK 1:
Objective: Getting familiar with the programming environment on the computer and writingthe first
program.
Suggested Experiments/Activities:
Tutorial 1: Problem-solving using Computers.
WEEK 2:
Objective: Getting familiar with how to formally describe a solution to a problem in a seriesof finite steps
using textual and
graphic notation.
17
JNTUGV-CEV(A)
WEEK 3:
Objective: Learn how to define variables with the desired data-type, initialize them with appropriate
values and how
arithmetic operators can be used with variables and constants.
Suggested Experiments/Activities:
Tutorial 3: Variable types and type conversions:
UNIT-II
WEEK 4:
Objective: Explore the full scope of expressions, type-compatibility of variables & constants and
operators used in the
expression, and how operator precedence works.
Suggested Experiments/Activities:
Tutorial4: Operators and the precedence and as associativity:
Lab4: Simple computational problems using the operator’s precedence and associativity
i) Evaluate the following expressions.
a. A+B*C+(D*E) + F*G
b. A/B*C-B+A*D/3
c. c. A+++B---A
d. d. J= (i++) + (++i)
ii) Find the maximum of three numbers using the conditional operator
iii) Take marks of 5 subjects in integers, and find the total, average in float
WEEK 5:
Objective: Explore the full scope of different variants of ―if construct‖, namely if-else, null-- else, if-
else if*-else, switch, and nested-if, including in what scenario each can be used and how to use them.
Explore all relational and logical operators while writing conditionals for ―if construct‖.
Suggested Experiments/Activities:
Tutorial 5: Branching and logical expressions:
18
JNTUGV-CEV(A)
WEEK 6:
Objective: Explore the full scope of iterative constructs, namely while loop, do-while loop, and for
loop in addition to
structured jump constructs like break and continue, including when eachof these statements is more
appropriate.
Suggested Experiments/Activities:
Tutorial 6: Loops, while and for loops
UNIT-III
WEEK 7:
Objective: Explore the full scope of the Arrays construct, namely defining and initializing 1-D and
2-D and, more
generically, n-D arrays and referencing individual array elements from the defined array. Using integer 1-
D arrays, explore
search solution linear search.
Suggested Experiments/Activities:
Tutorial 7: 1 D Arrays: searching.
19
JNTUGV-CEV(A)
WEEK 8:
Objective: Explore the difference between other arrays and character arrays that can be used as Strings
by using null characters and get comfortable with strings by doing experiments that will reverse a string
and concatenate two strings. Explore sorting solution bubble sort using integer arrays.
Suggested Experiments/Activities:
Tutorial 8: 2 D arrays, sorting and Strings.
UNIT-IV
WEEK 9:
Objective: Explore pointers to manage a dynamic array of integers, including memory allocation
value initialization,
resizing, changing, and reordering the contents of an array, and memory de-allocation using malloc (),
calloc (), realloc () and free () functions. Gainexperience processing command-line arguments received
by C
Suggested Experiments/Activities:
Tutorial 9: Pointers, structures, and dynamic memory allocation
Lab 9: Pointers and structures, memory dereference.
i) Write a C program to find the sum of a 1D array using malloc()
ii) Write a C program to find the total average of n students using structures
iii) Enter n students data using calloc() and display failed students list
iv) Read student name and marks from the command line and display the student details along with the total.
v) Write a C program to implement realloc()
WEEK 10:
Objective: Experiment with C Structures, Unions, bit fields self-referential structures(Singly-linked
lists), and nested structures
20
JNTUGV-CEV(A)
Suggested Experiments/Activities:
Tutorial 10: Bitfields, Self-Referential Structures, Linked lists
Lab10: Bitfields, linked lists
Read and print a date using dd/mm/yyyy format using bit-fields and differentiate the samewithout
using bit-fields
i) Create and display a singly linked list using self-referential structure.
ii) Demonstrate the differences between structures and unions using a C program.
iii) Write a C program to shift/rotate using bitfields.
iv) Write a C program to copy one structure variable to another structure of the same type.
UNIT-V
WEEK 11:
Objective: Explore the Functions, sub-routines, scope and extent of variables, doing some
experiments by parameter
passing using call by value. Basic methods of numerical integration
Suggested Experiments/Activities:
Tutorial 11: Functions, call by value, scope and extent,
Lab 11: Simple functions using call by value, solving differential equations using Eulerstheorem.
i) Write a C function to calculate NCR value.
ii) Write a C function to find the length of a string.
iv) Write a C function to demonstrate numerical integration of differential equations using Euler’s method
WEEK 12:
Objective: Explore how recursive solutions can be programmed by writing recursive functionsthat can be
invoked from the main by programming at-least five distinct problems that have naturally recursive
solutions.
Suggested Experiments/Activities:
Tutorial 12: Recursion, the structure of recursive calls
21
JNTUGV-CEV(A)
WEEK 13:
Objective: Explore the basic difference between normal and pointer variables, Arithmetic operations
using pointers and
passing variables to functions using pointers
Suggested Experiments/Activities:
Tutorial 13: Call by reference, dangling pointers
iii) Write a C program to copy one string into another using pointer.
iv) Write a C program to find no of lowercase, uppercase, digits and other characters using pointers.
WEEK14:
Objective: To understand data files and file handling with various file I/O functions.Explore the
differences between text and binary files.
Suggested Experiments/Activities:
Tutorial 14: File handling
iv) Write a C program to merge two files into the third file using command-line arguments.
Course Outcomes:
CO1: Read, understand, and trace the execution of programs written in C language.
CO2: Select the proper control structure for solving the problem.
22
JNTUGV-CEV(A)
CO3: Develop C programs that utilize memory efficiently using programming constructs like pointers.
CO4: Develop, Debug, and Execute programs to demonstrate the applications of arrays,functions, and
basic concepts of pointers in C.
Text books:
1. Ajay Mittal, Programming in C: A practical approach, 1st Edition, Pearson.
2. Byron Gottfried, Schaum’ s Outline of Programming with C, 4th Edition, 2020, McGraw Hill.
Reference Books:
1. Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Prentice- Hall of India.
23
JNTUGV-CEV(A)
I Year-I Semester L T P C
0 0 3 1.5
To impart knowledge on the fundamental laws & theorems of electrical circuits, functions of electrical
machines and energy calculations.
Course Outcomes:
CO1: Understand the Electrical circuit design concept; Measurement of resistance, power, power factor;
concept of wiring and operation of Electrical Machines and Transformer.
CO2: Apply the theoretical concepts and operating principles to derive mathematical models for
circuits, Electrical machines and measuring instruments; calculations for the measurement of resistance,
power and power factor.
CO3: Apply the theoretical concepts to obtain calculations for the measurement of resistance, power
and power factor.
CO4: Analyse various characteristics of electrical circuits, electrical machines and measuring
instruments.
CO5: Design suitable circuits and methodologies for the measurement of various electrical
parameters; Household and commercial wiring.
Activities:
1. Familiarization of commonly used Electrical & Electronic Workshop Tools: Bread board, Solder,
cables, relays, switches, connectors, fuses, Cutter, plier, screwdriver set, wire stripper, flux,
knife/blade, soldering iron, de-soldering pump etc.
Provide some exercises so that hardware tools and instruments are learned to be used by the
students.
2. Familiarization of Measuring Instruments like Voltmeters, Ammeters, Multimeter, LCR-Q meter,
Power Supplies, CRO, DSO, Function Generator, Frequency counter.
Provide some exercises so that measuring instruments are learned to be used by the students.
3. Components:
Familiarization/Identification of components (Resistors, Capacitors, Inductors, Diodes,
transistors, IC’s etc.) – Functionality, type, size, colour coding package, symbol, cost etc.
Testing of components like Resistor, Capacitor, Diode, Transistor, ICs etc. - Compare values
of components like resistors, inductors, capacitors etc with the measured values by using
instruments
24
JNTUGV-CEV(A)
Reference Books:
1. Basic Electrical Engineering, D. C. Kulshreshtha, Tata Mc Graw Hill, 2019, First Edition
2. Power System Engineering, P.V. Gupta, M.L. Soni, U.S. Bhatnagar and A. Chakrabarti, Dhanpat
Rai & Co, 2013
3. Fundamentals of Electrical Engineering, Rajendra Prasad, PHI publishers, 2014, Third Edition
Course Outcomes: At the end of the course, the student will be able to
CO1: Identify & testing of various electronic components.
CO2: Understand the usage of electronic measuring instruments.
CO3: Plot and discuss the characteristics of various electron devices.
CO4: Explain the operation of a digital circuit.
CO5: Realize the truth tables of various Flip flops.
List of Experiments:
1. Plot V-I characteristics of PN Junction diode A) Forward bias B) Reverse bias.
2. Plot V-I characteristics of Zener Diode and its application as voltage Regulator.
3. Implementation of half wave and full wave rectifiers.
4. Plot Input & Output characteristics of BJT in CE and CB configurations.
5. Frequency response of CE amplifier.
6. Simulation of RC coupled amplifier with the design supplied.
25
JNTUGV-CEV(A)
7. Verification of Truth Table of AND, OR, NOT, NAND, NOR, Ex-OR, Ex-NOR gatesusing ICs.
8. Verification of Truth Tables of S-R, J-K& D flip flops using respective ICs.
References:
1. R. L. Boylestad & Louis Nashlesky, Electronic Devices & Circuit Theory, Pearson
Education, 2021.
2. R. P. Jain, Modern Digital Electronics, 4th Edition, Tata Mc Graw Hill, 2009
3. R. T. Paynter, Introductory Electronic Devices & Circuits – Conventional Flow Version, Pearson
Education,2009.
Note: Minimum Six Experiments to be performed. All the experiments shall be implemented using both
Hardware and Software.
26
JNTUGV-CEV(A)
I Year-I Semester L T P C
0 0 1 0.5
Course Objectives:
The objective of introducing this course is to impart discipline, character, fraternity, teamwork,
social consciousness among the students and engaging them in selfless service.
Course Outcomes: After completion of the course the students will be able to
CO1: Understand the importance of discipline, character and service motto.
CO2: Solve some societal issues by applying acquired knowledge, facts, and techniques.
CO3: Explore human relationships by analyzing social problems.
CO4: Determine to extend their help for the fellow beings and downtrodden people.
CO5: Develop leadership skills and civic responsibilities.
UNIT IOrientation
General Orientation on NSS/NCC/ Scouts & Guides/Community Service activities, career
guidance.
Activities:
i) Conducting –ice breaking sessions-expectations from the course-knowing personal
talents and skills
ii) Conducting orientations programs for the students –future plans-activities-releasing
road map etc.
iii) Displaying success stories-motivational biopics- award winning movies on societal
issues etc.
iv) Conducting talent show in singing patriotic songs-paintings- any other contribution.
Reference Books:
1. Nirmalya Kumar Sinha & Surajit Majumder, A Text Book of National Service Scheme
Vol;.I, Vidya Kutir Publication, 2021 ( ISBN 978-81-952368-8-6)
2. Red Book - National Cadet Corps – Standing Instructions Vol I & II, Directorate
General of NCC, Ministry of Defence, New Delhi
3. Davis M. L. and Cornwell D. A., ―Introduction to Environmental Engineering‖,
McGraw Hill, New York 4/e 2008
4. Masters G. M., Joseph K. and Nagendran R. ―Introduction to Environmental
Engineering and Science‖, Pearson Education, New Delhi. 2/e 2007
5. Ram Ahuja. Social Problems in India, Rawat Publications, New Delhi.
General Guidelines:
1. Institutes must assign slots in the Timetable for the activities.
2. Institutes are required to provide instructor to mentor the students.
Evaluation Guidelines:
28
JNTUGV-CEV(A)
I Year-II Semester L T P C
3 0 0 3
Course Objectives:
To enlighten the learner, sin 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.
Course Outcomes: At the end of the course, the student will be able to
Linear differential equations – Bernoulli’s equations- Exact equations and equations reducible to exact
form. Applications: orthogonal trajectories
Newton’s Law of cooling – Law of natural growth and decay- Electrical circuits (RL & RC)
Introduction and formation of Partial Differential Equations by elimination of arbitrary constants and
arbitrary functions, solutions of first order linear equations using Lagrange’s method. Charpt’s method
Homogeneous & Non-Homogeneous Linear Partial differential equations with constant coefficients.
29
JNTUGV-CEV(A)
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.
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.
Textbooks:
1. Erwin Kreyszig, Advanced Engineering Mathematics, 10/e, John Wiley & Sons, 2018.
2. B.S. Grewal, Higher EngineeringMathematics,44/e, Khanna publishers,2017.
Reference Books:
1. Dennis G. Zill and Warren Wright, Advanced Engineering Mathematics, Jones and
Bartlett,2018.
2. Michael Greenberg, Advanced Engineering Mathematics, 9th edition, Pearson edn
3. George B. Thomas, Maurice D. Weir and Joel Hass, Thomas Calculus, 14/e, Pearson Publishers,
2018.
4. R. K. Jain and S. R. K. Iyengar, Advanced Engineering Mathematics, 5/e, Alpha Science
International Ltd., 2021 (9th reprint).
5. B.V. Ramana, Higher Engineering Mathematics, McGraw Hill Education, 2017
30
JNTUGV-CEV(A)
L T P C
I Year-II Semester 3 0 0 3
Engineering Physics
COURSE OBJECTIVES
1 Bridging the gap between the Physics in school at 10+2 level and UG level engineering
courses.
2 To identify the importance of the optical phenomenon i.e. interference, diffraction and
polarization related to its Engineering applications
4 To explain the significant concepts of dielectric and magnetic materials that leads to
potentialapplications in the emerging micro devices.
COURSE OUTCOMES
CO1 Explain the need of coherent sources and the conditions for sustained interference (L2).
Identify the applications of interference in engineering (L3). Analyze the differences
between interference and diffraction with applications (L4). Illustrate the concept of
polarization of light and its applications (L2). Classify ordinary refracted light and
extraordinary refracted rays by their states of polarization (L2)
CO2 Classify various crystal systems (L2). Identify different planes in the crystal structure
(L3). Analyze the crystalline structure by Bragg’s X-ray diffractometer (L4).
CO3 Explain the concept of dielectric constant and polarization in dielectric materials (L2).
Summarize various types of polarization of dielectrics (L2). Interpret Lorentz field and
Claussius-Mosotti relation in dielectrics (L2). Classify the magnetic materials based on
susceptibility and their temperature dependence (L2).
CO4 Describe the dual nature of matter (L1). Explain the significance of wave function
(L2). Identify the role of Schrodinger’s time independent wave equation in studying
particle in one-dimensional infinite potential well (L3). Identify the role of classical and
quantum free electron theory in the study of electrical conductivity (L3).
CO5 Classify the crystalline solids (L2).Outline the properties of charge carriers in
31 Apply
semiconductors (L2). Identify the type of semiconductor using Hall effect (L2).
the concept of effective mass of electron (L3).
JNTUGV-CEV(A)
Unit Outcomes:
Explain the need of coherent sources and the conditions for sustained interference (L2)
Identify engineering applications of interference (L3)
Illustrate the concept of polarization of light and its applications (L2)
Classify ordinary polarized light and extraordinary polarized light (L2)
Crystallography: Space lattice, Basis, Unit Cell and lattice parameters – Bravais Lattices – crystal
systems (3D) – coordination number - packing fraction of SC, BCC & FCC - Miller indices –
separation between successive (hkl) planes. Bragg’s law - X-ray Diffractometer.
Unit Outcomes:
32
JNTUGV-CEV(A)
Unit Outcomes:
Explain the concept of dielectric constant and polarization in dielectric materials (L2)
Summarize various types of polarization of dielectrics (L2)
Interpret Lorentz field and Claussius- Mosotti relation in dielectrics(L2)
Classify the magnetic materials based on susceptibility and their temperature dependence
(L2)
Free Electron Theory: Classical free electron theory (Qualitative with discussion of merits and
demerits) – Quantum free electron theory – electrical conductivity based on quantum free electron
theory - Fermi-Dirac distribution and its temperature dependence.
Unit Outcomes:
Unit Outcomes:
33
JNTUGV-CEV(A)
Text books:
Reference Books:
34
JNTUGV-CEV(A)
L T P C
2 0 0 2
I Year-II Semester
COMMUNICATIVE ENGLISH
(Common to All Branches of Engineering)
Course Objectives:
The main objective of introducing this course, communicative English, is to facilitate effective listening,
Reading, Speaking and Writing skills among the students. It enhances the same in their comprehending
abilities, oral presentations, reporting useful information and providing knowledge of grammatical
structures and vocabulary. This course helps the students to make them effective in speaking and writing
skills and to make them industry-ready.
Course Outcomes
By the end of the course the students will have Learned how to understand the context, topic, and
specific information from social or transactional dialogues.
Remedially learn applying grammatical structures to formulate sentence sand use appropriate
words and correct word forms.
Using discourse markers to speak clearly on a specific topic in formal as well as informal
discussions.(not required)
Improved communicative competence in formal and informal contexts and for social and academic
purposes.
Critically comprehending and appreciating reading /listening texts and to write summaries.
Writing coherent paragraphs essays, letters/e-mails and resume.
Instructions:
1. The reading texts can be given as podcasts to the students so that their listening skills can
be enhanced.
2. While listening and reading to the text can be given as homework, the class work for the
students can be to discuss and critically evaluate the texts based on the context, purpose or writing the
text and understanding it from the author’s as well as reader’s point of view.
3. Reading as habit for both academic and non-academic ( pleasure) purposes has to be inculcated in the
students. So training has to be given in intensive and extensive reading strategies.
4. Writing for both academic (assignments, examinations, reports, e-mails/letters etc)
5. The writing tasks given in the class are to be self and peer evaluated by the students before they are
finally graded by the faculty. Note: Please note that the texts given here are just contexts for teaching
various language skills and sub skills. The students’ ability to use language cannot be confined to
comprehending or using the language related to the given texts (textbooks). The given texts can be
used only for practice.
6. All the activities to develop language skills have to be integrated and interconnected, within each unit
and across the units.
35
JNTUGV-CEV(A)
UNIT I
Lesson: HUMAN VALUES: A Power of a Plate of Rice by Ifeoma Okoye (Short story)
Listening: Identifying the topic, the context and specific pieces of information by listening to
Speaking: Asking and answering general questions on familiar topics such as home, family,
Reading: Skimming to get the main idea of a text; scanning to look for specific pieces of
information.
That has to be part of the bridge course- 2 weeks before the actual academic
Programme starts)
UNIT-II
Lesson: NATURE: Night of the Scorpion by Nissim Ezekiel (Indian and contemporary)
Listening: Answering a series of questions about main ideas and supporting ideas after
talks.
Reading: Identifying sequence of ideas; recognizing verbal techniques that help to link the
Grammar: Cohesive devices -linkers, use of articles and zero article prepositions.
36
JNTUGV-CEV(A)
UNIT-III
Listening: Listening for global comprehension and summarizing what is listened to.
Speaking: Discussing specific topics in pairs or small groups and reporting what is discussed
Reading: Readingatextindetailbymakingbasicinferences-recognizingandinterpretingspecific
UNIT- IV
Speaking: Role plays for practice of conversational English in academic contexts(formal and
Reading: Studying the use of graphic elements in texts to convey information, reveal trends/
UNIT- V
Listening: Identifying key terms, understanding concepts and answering a series of relevant
Grammar: Editing short texts –identifying and correcting common errors in grammar and
Textbooks:
Reference Books:
1. Dubey, Sham Ji & Co. English for Engineers, Vikas Publishers, 2020
2. Bailey, Stephen. Academic writing: A Handbook for International Students. Routledge, 2014.
3. Murphy, Raymond. English Grammar in Use, Fourth Edition, Cambridge University Press,
2019.
4. Lewis, Norman. Word Power Made Easy- The Complete Handbook for Building a Superior
Vocabulary. Anchor, 2014.
Web Resources:
GRAMMAR:
1. www.bbc.co.uk/learningenglish
2. https://dictionary.cambridge.org/grammar/british-grammar/
3. www.eslpod.com/index.html
4. https://www.learngrammar.net/
5. https://english4today.com/english-grammar-online-with-quizzes/
6. https://www.talkenglish.com/grammar/grammar.aspx
VOCABULARY
1. https://www.youtube.com/c/DailyVideoVocabulary/videos
2. https://www.youtube.com/channel/UC4cmBAit8i_NJZE8qK8sfpA
38
JNTUGV-CEV(A)
L T P C
3 0 0 3
I Year-II Semester
Get familiarized with the scope and importance of Civil Engineering sub-divisions.
Introduce the preliminary concepts of surveying.
Acquire preliminary knowledge on Transportation and its importance in nation’s
economy.
Get familiarized with the importance of quality, conveyance and storage of water.
Introduction to basic civil engineering materials and construction techniques.
Course Outcomes: On completion of the course, the student should be able to:
CO1: Understand various sub-divisions of Civil Engineering and to appreciate their role in
ensuring better society.
CO2: Know the concepts of surveying and to understand the measurement of distances, angles
and levels through surveying.
CO3: Realize the importance of Transportation in nation's economy and the engineering
measures related to Transportation.
CO4: Understand the importance of Water Storage and Conveyance Structures so that the social
responsibilities of water conservation will be appreciated.
CO5: Understand the basic characteristics of Civil Engineering Materials and attain knowledge
on prefabricated technology.
UNIT I
Basics of Civil Engineering: Role of Civil Engineers in Society- Various Disciplines of Civil
Engineering- Structural Engineering- Geo-technical Engineering- Transportation Engineering
- Hydraulics and Water Resources Engineering - Environmental Engineering-Scope of each
discipline - Building Construction and Planning- Construction Materials-Cement - Aggregate -
Bricks- Cement concrete- Steel. Introduction to Prefabricated construction Techniques.
39
JNTUGV-CEV(A)
UNIT II
Surveying: Objectives of Surveying- Horizontal Measurements- Angular Measurements-
Introduction to Bearings Levelling instruments used for levelling -Simple problems on levelling
and bearings-Contour mapping.
UNIT III
Transportation Engineering Importance of Transportation in Nation's economic
development- Types of Highway Pavements- Flexible Pavements and Rigid Pavements -
Simple Differences. Basics of Harbour, Tunnel, Airport, and Railway Engineering
Water Resources and Environmental Engineering: Introduction, Sources of water- Quality of water-
Specifications- Introduction to Hydrology–Rainwater Harvesting-Water Storage and Conveyance
Structures (Simple introduction to Dams and Reservoirs).
Textbooks:
1. Basic Civil Engineering, M.S.Palanisamy, , Tata Mcgraw Hill publications (India) Pvt.
Ltd. Fourth Edition.
2. Introduction to Civil Engineering, S.S. Bhavikatti, New Age International Publishers.
2022. First Edition.
3. Basic Civil Engineering, Satheesh Gopi, Pearson Publications, 2009, First Edition.
Reference Books:
1. Surveying, Vol- I and Vol-II, S.K. Duggal, Tata McGraw Hill Publishers 2019. Fifth
Edition.
2. Hydrology and Water Resources Engineering, Santosh Kumar Garg, Khanna
Publishers, Delhi. 2016
3. Irrigation Engineering and Hydraulic Structures - Santosh Kumar Garg, Khanna
Publishers, Delhi 2023. 38th Edition.
4. Highway Engineering, S.K.Khanna, C.E.G. Justo and Veeraraghavan, Nemchand
and Brothers Publications 2019. 10th Edition.
5. Indian Standard DRINKING WATER — SPECIFICATION IS 10500-2012.
Get familiarized with the scope and importance of Mechanical Engineering in different
sectors and industries.
Explain different engineering materials and different manufacturing processes.
Provide an overview of different thermal and mechanical transmission systems and
introduce basics of robotics and its applications.
40
JNTUGV-CEV(A)
CO3: Describe the working of different mechanical power transmission systems and power
plants.
UNIT I
Introduction to Mechanical Engineering: Role of Mechanical Engineering in Industries and Society
Technologies in different sectors such as Energy, Manufacturing, Automotive, Aerospace, and Marine
sectors.
Engineering Materials – Metals - Ferrous and Non-ferrous, Ceramics, Composites, Smart materials.
UNIT II
Thermal Engineering– working principle of Boilers, Otto cycle, Diesel cycle, Refrigeration and air-
conditioning cycles, IC engines, 2-Stroke and 4-Stroke engines, SI/CI Engines, Components of Electric
and Hybrid Vehicles.
UNIT III
Power plants – working principle of Steam, Diesel, Hydro, Nuclear power plants.
Mechanical Power Transmission - Belt Drives, Chain, Rope drives, Gear Drives and their applications.
(Note: The subject covers only the basic principles of Civil and Mechanical Engineering systems.
The evaluation shall be intended to test only the fundamentals of the subject)
41
JNTUGV-CEV(A)
Textbooks:
1. Internal Combustion Engines by V.Ganesan, By Tata McGraw Hill publications (India) Pvt. Ltd.
2. A Tear book of Theory of Machines by S.S. Rattan, Tata McGraw Hill Publications, (India) Pvt.
Ltd.
3. An introduction to Mechanical Engg by Jonathan Wicker and Kemper Lewis, cengage learning
India pvt. Ltd.
Reference Books:
1. AppuuKuttan KK, Robotics, I.K. International Publishing House Pvt. Ltd. Volume-I
2. 3D printing & Additive Manufacturing Technology- L. Jyothish Kumar, Pulak M Pandey, Springer
publications
3. Thermal Engineering by Mahesh M Rathore Tata Mcgraw Hill publications (India) Pvt. Ltd.
4. G. Shanmugam and M.S.Palanisamy, Basic Civil and the Mechanical Engineering, Tata Mcgraw
Hill publications (India) Pvt. Ltd.
42
JNTUGV-CEV(A)
I Year-II Semester
L T P C
3 0 0 3
To develop an understanding of the fundamental laws, elements of electrical circuits and to apply circuit
analysis to DC and AC circuits.
Course Outcomes:
CO 4: Analyze and nodal and mesh networks, series and parallel circuits, steady state response, different
circuit topologies (with R, L and C components).
Basic Concepts of passive elements of R, L, C and their V-I relations, Sources (dependent and
independent), Kirchhoff’s laws, Network reduction techniques (series, parallel, series - parallel, star-to-
delta and delta-to-star transformation), source transformation technique, nodal analysis and mesh analysis
to DC networks with dependent and independent voltage and current sources, node and mesh analysis.
Basic definition of MMF, flux and reluctance, analogy between electrical and magnetic circuits, Faraday’s
laws of electromagnetic induction – concept of self and mutual inductance, Dot convention – coefficient of
coupling and composite magnetic circuit, analysis of series and parallel magnetic circuits.
Characteristics of periodic functions, Average value, R.M.S. value, form factor, representation of a sine
function, concept of phasor, phasor diagrams, node and mesh analysis. Steady state analysis of R, L and C
circuits to sinusoidal excitations-response of pure resistance, inductance, capacitance, series RL circuit,
series RC circuit, series RLC circuit, parallel RL circuit, parallel RC circuit.
43
JNTUGV-CEV(A)
Series Resonance: Characteristics of a series resonant circuit, Q-factor, selectivity and bandwidth,
expression for half power frequencies; Parallel resonance: Q-factor, selectivity and bandwidth;
Superposition theorem, Thevenin’s theorem, Norton’s theorem, Maximum Power Transfer theorem,
Reciprocity theorem, Millman’s theorem and compensation theorem.
Textbooks:
1. Engineering Circuit Analysis, Jack E. Kemmerley, William Hayt and steven Durbin, Tata Mc Graw
Hill Education, 2005, sixth edition
2. Network Analysis, M. E. Van Valkenburg, Pearson Education, 2019, Revised Third Edition
Reference Books:
2. Electric Circuits – (Schaum’s outline series), Mahmood Nahvi, Joseph Edminister, and K. Rao,
Mc Graw Hill Education, 2017, Fifth Edition.
3. Electric Circuits, David A. Bell, Oxford University Press, 2009, Seventh Edition.
4. Introductory Circuit Analysis, Robert L Boylestad, Pearson Publications, 2023, Fourteen Edition.
5. Circuit Theory: Analysis and Synthesis, A. Chakrabarthi, Dhanpat Rai & Co., 2018, Seventh
Revised Edition.
Web Resources:
1. https://onlinecourses.nptel.ac.in/noc23-ee81/preview
2. https://nptel.ac.in/course/108104139
3. https://nptel.ac.in/course/108106172
4. https://nptel.ac.in/course/117106108
44
JNTUGV-CEV(A)
I Year-II Semester L T P C
0 0 2 1
COMMUNICATIVE ENGLISH LAB
(Common to All Branches of Engineering)
Course Objectives:
The main objective of introducing this course, Communicative English Laboratory, is to expose the
students to a variety of self-instructional, learner friendly modes of language learning students will get
trained in the basic communication skills and also make them ready to face job interviews.
Course Outcomes:
Understand the different aspects of the English language proficiency with emphasis on LSRW
skills.
Apply communication skills through various language learning activities.
Analyze the English speech sounds, stress, rhythm, intonation and syllabledivision for better
listening and speaking comprehension.
Evaluate and exhibit professionalism in participating in debates and group discussions.
Create effective resonate and prepare themselves to face interviews in future.
List of Topics:
1. Vowels & Consonants ( Not rules but use of them in various syllable structures)
9. Interviews Skills
Suggested Software:
Walden Infotech
Young India Films
Reference Books:
45
JNTUGV-CEV(A)
. Sage Publications
5. Hewing’s, Martin. Cambridge Academic English (B2). CUP, 2012. ( That is for reading
and writing and can be used in theory classes but not in Lab)
Trinity Press. (This is all theory and can be for MA English students but not for
B.Tech students)
Web Resources:
Spoken English:
1. www.esl-lab.com
2. www.englishmedialab.com
3. www.englishinteractive.net
4. https://www.britishcouncil.in/english/online
5. http://www.letstalkpodcast.com/
6. https://www.youtube.com/c/mmmEnglish_Emma/featured
7. https://www.youtube.com/c/ArnelsEverydayEnglish/featured
8. https://www.youtube.com/c/engvidAdam/featured
9. https://www.youtube.com/c/EnglishClass101/featured
10. https://www.youtube.com/c/SpeakEnglishWithTiffani/playlists
11. https://www.youtube.com/channel/UCV1h_cBE0Drdx19qkTM0WNw
12. https://www.linguahouse.com/en-GB
13. https://www.ted.com/watch/ted-ed
2. https://www.youtube.com/c/EngLanguageClub/featured
3. https://www.youtube.com/channel/UC_OskgZBoS4dAnVUgJVexc
4. https://www.youtube.com/channel/UCNfm92h83W2i2ijc5Xwp_IA
46
JNTUGV-CEV(A)
I Year-II Semester
L T P C
0 0 2 1
URL:www.vlab.co.in
47
JNTUGV-CEV(A)
I Year-II Semester L T P C
0 0 2 1
IT WORKSHOP
(Common to all branches of Engineering)
Course Objectives:
To introduce the internal parts of a computer, peripherals, I/O ports, connecting cables
To demonstrate configuring the system as Dual boot for Windows and other OperatingSystems Viz.
Linux, BOSS
To teach the usage of the Internet for productivity and self-paced life-long learning
To introduce Compression, Multimedia, Antivirus tools and Office Tools such asWord processors,
spreadsheets, and
Presentation tools.
Task 2: Every student should disassemble and assemble the PC back to working condition.
Labinstructors should verify the work and follow it up with a Viva. Also, students must go through the
video showing the PC assembling process. A video would be given as part of the course content.
Task 3: Students should install MS windows on their personal computer. The labinstructor should
verify the installation and follow it with a Viva.
Task 4: Every student should install Linux on the computer. This computer should have Windows
installed. The system should be configured as dual boot (VMWare) with Windows and Linux. Lab
instructors should verify the installation and follow it up with a Viva.
48
JNTUGV-CEV(A)
Task 5: Every student should install BOSS on the computer. The system should be configuredas dual
boot (VMWare) with Windows and BOSS. Lab instructors should verify the installation and follow it up
with a Viva.
Task 2: Web Browsers, Surfing the Web: Students customize their web browsers with the LANproxy
settings, bookmarks, search toolbars, and pop-up blockers. Also, plug-ins like Macromedia Flash and
JRE for applets should be configured.
Task 3: Search Engines & Netiquette: Students should know what search engines are and howto use
the search engines. A few topics would be given to the students for which they need to search on
Google. This should be demonstrated to the instructors by the student.
Task 4: Cyber Hygiene: Students would be exposed to the various threats on the internet and asked to
configure their computers to be safe on the internet. They need to customize their browsers to block pop-
ups, and block active X downloads to avoid viruses and worms.
Task 2: Using LaTeX and Word to create a project certificate. Features to be covered:- Formatting Fonts
in Word, Drop Cap in Word, Applying Text effects, Using Character Spacing,Borders, and Colors,
Inserting Header and Footer, Using Date and Time options in LaTeXand Word.
Task 3: Creating project abstract Features to be covered: Formatting Styles, Inserting table, Bullets and
Numbering, Changing Text Direction, Cell alignment, Footnote, Hyperlink, Symbols, Spell Check,
Track Changes.
Task 4: Creating a Newsletter: Features to be covered:- Table of Contents, Newspaper columns, Images
from files and clipart, Drawing toolbar and Word Art, Formatting Images, Textboxes, Paragraphs, and
Mail Merge in word.
49
JNTUGV-CEV(A)
EXCEL
Excel Orientation: The mentor needs to tell the importance of theMS Office or equivalent (FOSS)tool
Excel as a Spreadsheet tool give the details of the four tasks and features that would be covered in each.
Using Excel – Accessing an overview of toolbars, saving Excel files, Using helpand resources.
Task 1: Creating a Scheduler - Features to be covered: Gridlines, Format Cells, Summation, auto-fill,
Formatting Text
Task 2: Calculating GPA -. Features to be covered:- Cell Referencing, Formulae in Excel – average, std.
deviation, Charts,
Renaming and Inserting worksheets, Hyperlinking, Count function,
LOOKUP/LOOKUP
Task 3: Split cells, freeze panes, group and outline, Sorting, Boolean and logical operators, Conditional
formatting
POWERPOINT
Task 1: Students will be working on essential PowerPoint utilities and tools which help them create
introductory PowerPoint presentations. PPT Orientation, Slide Layouts, Inserting Text, Word Art,
Formatting Text, Bullets and Numbering, Auto Shapes, Lines and Arrows in PowerPoint.
Task 2: Interactive presentations - Hyperlinks, Inserting –Images, Clip Art, Audio, Video, Objects, Tables
and Charts.
Task 3: Master Layouts (slide, template, and notes), Types of views (basic, presentation, slide slotter,
notes, etc), and
Inserting – Background, textures, Design Templates, Hidden slides.
Ex: Prompt: “In a world where gravity suddenly stopped working, people started floating upwards.
Write a story about how society adapted to this new reality.”
Task 3: Language Translation: Experiment with translation tasks by providing a sentence in one
language and asking the model to translate it into another language. Compare the output tosee how
accurate and fluent the translations are.
Ex:Prompt: “Translate the following English sentence to French: ‘Hello, how are you doing today?’”
Course Outcomes:
CO1: Perform Hardware troubleshooting.
Reference Books:
1. Comdex Information Technology course tool kit, Vikas Gupta, WILEY Dream Tech, 2003
2. The Complete Computer Upgrade and Repair Book, Cheryl A Schmidt, WILEY Dream tech, 2013, 3rd
edition
3. Introduction to Information Technology, ITL Education Solutions Limited, PearsonEducation,
2012, 2nd edition
4. PC Hardware - A Handbook, Kate J. Chase, PHI (Microsoft)
5. LaTeX Companion, Leslie Lamport, PHI/Pearson.
6. IT Essentials PC Hardware and Software Companion Guide, David Anfins on and Ken Quamme. –
CISCO Press,
Pearson Education, 3rd edition
7. IT Essentials PC Hardware and Software Labs and Study Guide, Patrick Regan– CISCO Press,
Pearson Education,3rd edition
51
JNTUGV-CEV(A)
I Year-II Semester L T P C
0 0 3 1.5
ENGINEERING WORKSHOP
(Common to All branches of Engineering)
Course Objectives:
To familiarize students with wood working, sheet metal operations, fitting and electrical house
wiring skills
Course Outcomes:
CO5: Construct the sheet metal jobs from GI sheets and preparation of pipe joints using plumbing
SYLLABUS
7. Welding Shop: Demonstration and practice on Arc Welding and Gas welding.
Preparation of Lap joint and Butt joint.
8. Plumbing: Demonstration and practice of Plumbing tools, Preparation of Pipe joints
with coupling for same diameter and with reducer for different diameters.
Textbooks:
Reference Books:
1. Elements of Workshop Technology, Vol. I by S. K. Hajra Choudhury & Others, Media Promoters
and Publishers, Mumbai. 2007, 14th edition
2. Workshop Practice by H. S. Bawa, Tata-McGraw Hill, 2004.
3. Wiring Estimating, Costing and Contracting; Soni P.M. & Upadhyay P.A.; Atul Prakashan, 2021-
22.
53
JNTUGV-CEV(A)
L T P C
0 0 3 1.5
Course Objectives:
To impart hands on experience in verification of circuit laws and theorems, measurement of circuit
parameters, study of circuit characteristics. It also gives practical exposure to the usage of different
circuits with different conditions.
Course Outcomes:
CO1: Understand the concepts of network theorems, node and mesh networks, series and
parallel resonance and Locus diagrams.
CO2: Apply various theorems to compare practical results obtained with theoretical
calculations.
CO3: Determine self, mutual inductances and coefficient of coupling values, parameters o f
choke coil.
CO4: Analyse different circuit characteristics with the help of fundamental laws and various
configurations.
CO5: Create locus diagrams of RL, RC series circuits and examine series and parallel
resonance.
List of Experiments:
54
JNTUGV-CEV(A)
Reference Books:
1. Engineering Circuits Analysis, Jack E Kemmerly, William Hayt and Steven Durbin,
TataMc Graw Hill Education, 2005, sixth edition.
2. Network Analysis, M. E. Van Valkenburg, Pearson Education
*****
55
JNTUGV-CEV(A)
I Year-II Semester L T P C
0 0 1 0.5
Course Objectives:
The main objective of introducing this course is to make the students maintain their
mental and physical wellness by balancing emotions in their life. It mainly enhances
the essential traits required for the development of the personality.
Course Outcomes: After completion of the course the student will be able to
CO1: Understand the importance of yoga and sports for Physical fitness and sound health.
CO2: Demonstrate an understanding of health-related fitness
components. CO3: Compare and contrast various activities that help
enhance their health. CO4: Assess current personal fitness levels.
CO5: Develop Positive Personality
UNIT I
Concept of health and fitness, Nutrition and Balanced diet, basic concept of
immunity Relationship between diet and fitness, Globalization and its impact on
health, Body Mass Index(BMI) of all age groups.
Activities:
UNIT II
Concept of yoga, need for and importance of yoga, origin and history of yoga in
Indian context, classification of yoga, Physiological effects of Asanas- Pranayama
and meditation, stress management and yoga, Mental health and yoga practice.
Activities:
UNIT III
Concept of Sports and fitness, importance, fitness components, history of sports,
Ancient andModern Olympics, Asian games and Commonwealth games.
Activities:
i) Participation in one major game and one individual sport viz., Athletics,
Volleyball, Basketball, Handball, Football, Badminton, Kabaddi, Kho-kho,
Table tennis, Cricket etc.
Practicing general and specific warm up, aerobics
ii) Practicing cardiorespiratory fitness, treadmill, run test, 9 min walk, skipping
andrunning.
Reference Books:
1. Gordon Edlin, Eric Golanty. Health and Wellness, 14th Edn. Jones & Bartlett
Learning, 2022
2. T.K.V.Desikachar. The Heart of Yoga: Developing a Personal Practice
3. Archie J.Bahm. Yoga Sutras of Patanjali, Jain Publishing Company, 1993
4. Wiseman, John Lofty, SAS Survival Handbook: The Ultimate Guide to
Surviving Anywhere Third Edition, William Morrow Paperbacks, 2014
5. The Sports Rules Book/ Human Kinetics with Thomas Hanlon. -- 3rd
ed. HumanKinetics, Inc.2014
General Guidelines:
1. Institutes must assign slots in the Timetable for the activities of Health/Sports/Yoga.
2. Institutes must provide field/facility and offer the minimum of five choices
of as manyas Games/Sports.
3. Institutes are required to provide sports instructor / yoga teacher to mentor the students.
Evaluation Guidelines:
********
57