ECE First Year Grid Cum Syllabus 2023
ECE First Year Grid Cum Syllabus 2023
B. Tech in ECE
1st year
Semester I:
Semester II:
Cat Course Title L T P TC
SoL Living Conversations 2 0 0 2
SoL Environment and Climate Change 2 0 0 2
EC Analog Electronics-I 3 1 0 4
BS Engineering Mathematics II 3 1 0 4
EC Digital Logic and Computer Design 3 0 0 3
BS Workshop Practices 2 0 0 2
BS Engineering Graphics 2 0 0 2
EC Electronics Workshop 0 0 2 1
Total Credits 20
SEMESTER-I
Course Objectives
CO-PO Mapping
Program
Outcomes
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PSO1 PSO2
Course
Outcomes
CO 1 2 2 3
CO 2 2 2 3
CO 3 2 2 3
CO 4 2 2 3
CO 5 2 3 3
CO 6
CO 7
Average 2 2.5 3
1 – Weakly Mapped (Low) 2 – Moderately Mapped (Medium)
3 – Strongly Mapped (High) “_” means there is no correlation
Course Content
Textbooks
1. Lewis Vaughn, The power of critical thinking, effective reasoning about
ordinary and extraordinary claims, second edition, Oxford University Press
2. Walter Sinnott Armstrong and Robert Fogelin, Understanding Arguments: An
Introduction to Informal Logic. 8th Ed., Wadsworth Cengage Learning.
3. Edward de Bono, Six Thinking Hats, ISBN 0-316-17831-4
4. Richard Paul and Linda Elder, The miniature guide to critical thinking,
concepts and tools, the foundation for critical thinking
Reference Books
1. Encourage critical thinking with 3 questions:
https://www.youtube.com/watch?v=0hoE8mtUS1E
2. Wile E Coyote Into- Introduction to critical thinking:
https://www.youtube.com/watch?v=xOjl3jm-GrA
3. Psychologist Diane Halpern on Critical Thinking:
https://www.youtube.com/watch?v=rn_7aJP5BTw
Examination Scheme:
Components IA MID SEM End Sem Total
Weightage
30 20 50 100
(%)
Environment and Climate Change L-T-P-C: 2-0-0-2
L-T-P-C: 3-0-0-3
Engineering Mathematics I L-T-P-C:3-1-0-4
Course Objectives
Syllabus
Unit I: Matrices 9 lecture hours
Elementary transformation, Inverse of matrix , linearly independent vectors, rank
of a matrix, solution of system of linear equations, Eigenvalues and Eigenvectors,
characteristic equation, Cayley-Hamilton Theorem, Diagonalization of matrices,
Orthogonal transformation and quadratic to canonical forms.
TEXT BOOKS
1. E. Kreyszig, Advanced Engineering Mathematics, Wiley Publications. ISBN:
9788126531356.
2. B.S. Grewal, “Higher Engineering Mathematics”, Khanna Publishers, 2000.
ISBN: 8174091955
3. R. K. Jain and S. R. K. Iyengar, Advanced Engineering Mathematics, Narosa
Publications. ISBN: 9788184875607.
4. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw Hill. ISBN:
9780071070089.
REFERENCE BOOKS:
1. N.P. Bali and M. Goyal, “A text book of Engineering Mathematics”,
Laxmi Publications, 2010. ISBN : 978-81-318-0803-0
2. G.B. Thomas and R.L. Finney, “Calculus and Analytic geometry”, Pearson,
2002. ISBN: 978-0201531749
3. T. Veerarajan, “Engineering Mathematics”, McGraw-Hill, New Delhi, 2008.
ISBN: 978-0-07-061678-3
4. D. Poole, “Linear Algebra: A Modern Introduction”, Brooks/Cole, 2005.
ISBN: 978-1285463247
5. V. Krishnamurthy, V. P. Mainra and J. L. Arora, “An introduction to Linear
Algebra”, Affiliated East-West press, 2005. ISBN: 9780071070591
Physics L-T-P-C:3-1-0-4
Course Objectives
Textbooks
1. Malik H.K, Singh A.K. (2011) Engineering Physics, TMH, New Delhi. ISBN:
9780070671539.
2. Beiser A. (2002) Concepts of Modern Physics, McGraw Hill Education. ISBN:
9780070495531.
3. Sadiku M.N.O. (2007) Elements of Electromagnetics, Oxford University Press.
ISBN: 0195300483.
4. Pillai S.O. (2015) Solid State Physics, New Age International Pvt Ltd. ISBN:
978-8122436976.
Reference Books
1. Griffith D.J. (2012) Introduction to Electromagnetics, PHI Learning, 4th edition,
ISBN: 9780138053260.
2. Kittel C. (2012) Introduction to Solid State Physics, Willey. ISBN: 978-
8126535187.
Course Objectives
Syllabus
Course Objectives
1. To enable students understand the fundamental semiconductor devices.
2. To enable students understands the logical operations and network theory.
3. To enable students acquire knowledge about electrical machine and
transformer.
Course Outcomes
On completion of this course, the students will be able to
Employ electronic and electrical components and devices to solve the
CO 1
Engineering problems.
Analyze and make simple circuits and Systems of Electrical and
CO 2 Electronics Engineering, Interpret the logics used in the Circuits and
Systems.
Syllabus
Reference Books
1. 1NPTEL Lectures –will be available - \\10.2.1.33 (intranet)
Physics Lab L-T-P-C:0-0-2-1
Course Objectives
Course Objectives
Course Outcomes
On completion of this course, the students will be able to
Demonstrate problem solving using data types, functions, storage class
CO 1
specifiers and pointers.
CO 2 Implement elementary data structures like arrays, structures, union etc.
CO 3 Implement Stack, Queue, Linked Lists.
CO4 Use searching and sorting algorithms and file handling.
List of Experiments
Experiment-1: Basics of Problem Solving and Sequential Logic
To develop skills in problem solving tools (algorithm and flowchart) and C
language standard I/O & fundamental data types.
Experiment-2: Conditional Branching
To demonstrate the use of conditional constructs in problem solving (applying if,
if-else, if-else-if ladder, nested-if, switch-case statements).
Experiment-3: Looping
To demonstrate the use of iterative looping constructs in problem solving
(applying while, do-while, for statements).
Experiment-4: Functions and Pointers
To implement solutions using functions, pointers and recursive looping.
Experiment-5: 1D Arrays and Strings
To show the use of Arrays and working with strings.
Experiment-6: 2D Arrays and Searching
To demonstrate the use of 2D arrays in working with matrices, and to implement
linear search.
Experiment-7: Structure
To apply the concept of structure and experiment on nested and array of structures.
Experiment-8: Union and Dynamic Memory Allocation
To implement the concept of union and experiment on dynamic memory
allocation.
Experiment-9: Stack Data Structure
To demonstrate use of arrays to implement Stack operations and applications of
Stack.
Experiment-10: Queue Data Structures
To demonstrate use of arrays to implement Queue operations and types of Queues.
Experiment-11: Link List Data Structure and its Applications
To experiment the concept of pointers, structure and dynamic memory allocation
to realize linked list, its types and application.
Experiment-12: Sorting and File Handling
To implement the concept of files and file operations.
Basic Electrical & Electronics Engineering Lab L-T-P-C:0-0-2-1
Course Objectives
Course Outcomes
On completion of this course, the students will be able to
CO 1 Understand the functionality of electronics and electrical components.
Analyze and interpret the data obtained during experiments of Electrical
CO 2
and Electronics circuits.
Evaluate the results of the experiments based on different fundamental
CO 3
theorems/laws.
Experiments list
S. No. Experiment
Exp-1 To study various electronic components (diode, resistor, transistor,
capacitors, ICs, etc) and measuring instruments.
Exp-2 To study the voltage and current measurement using volt-meter and
ammeter connections in simple electrical circuit.
Exp-3 To plot V-I characteristics of PN junction diode.
Exp-4 To verify Thevenin’s Theorem.
Exp-5 To study half-wave and full-wave rectifier circuit.
Exp-6 To verify Superposition Theorem
Exp-7 To study the characteristics of NPN transistor in CE configuration.
Exp-8 To verify the Maximum Power Transfer Theorem
Exp-9 To study the characteristics of NPN transistor in CB configuration.
Exp-10 To study the phenomenon of resonance in L-C-R series circuit
Exp-11 Implementation of Half and Full Adder digital circuits.
Exp-12 To study the phenomenon of resonance in LCR parallel circuits.
Living
SEMESTER
Conversations
II L-T-P-C:2-0-0-2
Course Objectives
CO 3 Use speaking, writing and listening skills to create more effective and
productive professional and personal relationships
Build collaborative relationships that emphasize cross cultural
CO 4
understanding.
Use a range of basic and advanced communication skills, both verbal
CO 5 and non-verbal to engage, inquire, ideate, collaborate and co-create.
Choose and employ appropriate practice tools in the execution of a
CO 6
project/coursework.
Critique and articulate responses to group and individual work
CO 7
undertaken by self and by others.
Course Objectives
1. To help the learners to develop the ability to design the amplifiers circuits.
2. To enable students to design the circuits and use them in real time
applications.
3. To give students a perspective to appreciate the importance of transistors (BJT
& FET)
4. To enable students, acquire knowledge required for develop hardware of real
time embedded systems.
Course Outcomes
On completion of this course, the students will be able to
CO 1 Understand the characteristics and features of analog devices.
CO 2 Analyse the transistor biasing circuits for stabilizing the operating point.
CO 3 Interpret the characteristics of BJT and FETs.
CO 4 Design the multistage amplifier using analog devices.
Syllabus
Course Objectives
1. To help the students master the techniques to solve ordinary differential
equation.
2. To help the students understand the basic theory of function of a complex
variable.
3. To make the students apply the theory of contour integration using residue
calculus.
4. To enable the students, solve specific classes of partial differential equations.
Course Outcomes
On completion of this course, the students will be able to
CO 1 Apply techniques to solve linear ordinary differential equations.
CO 2 Explain the concept of analyticity and integration of a complex function.
Find the series representation of a complex function and to evaluate special
CO 3
integrals using calculus of residues.
Solve homogeneous partial differential equations with constant
CO 4 coefficients and its applications in one-dimensional heat and wave
equations.
Syllabus
Unit I: Ordinary Differential Equations 11 lecture hours
Exact differential equation and equations reducible to exact, Linear Differential
Equations with Constant Coefficients, Cauchy-Euler Differential Equations,
Solution of Second Order Differential Equations (when a part of complementary
function is known, by reduction to Normal Form, by changing the Independent
Variable and by Variation of Parameters).
residues, Cauchy Residue Theorem, Evaluation of definite integral F (cos ,sin )d
0
p( x) p ( x) iax
, Evaluation of improper integrals q( x) dx
−
and q( x) e
−
dx ; evaluation of
p( x) p ( x) iax
q( x) dx and
− −
q( x)
e dx with poles on real axis (semicircular contour), Conformal
mapping, Linear mapping, inversion, Bilinear transformation.
Unit IV: Partial Differential Equations 11 lecture hours
Formation of partial differential equation (PDE) and classification of PDEs,
Lagrange’s Method, Solution of homogeneous linear PDE with constant
coefficients, method of separation of variables, solution of one-dimensional heat and
wave equation.
Text Books
1. R. K. Jain and S. R. K. Iyengar, Advanced Engineering Mathematics, Narosa
Publications, ISBN: 9788184873221.
2. E. Kreyszig, Advanced Engineering Mathematics, Wiley Publications, ISBN:
9780470458365.
3. M. D. Raisinghania, Ordinary and Partial Differential Equations, S. Chand
Publications.
ISBN: 9789385676161.
4. M. D. Raisinghania, Advanced Differential Equations, S. Chand Publications.
ISBN: 9788121908931
Reference Books
1. D. G. Zill, Advanced Engineering Mathematics, Jones and Bartlett Learning,
ISBN:
9789384323271.
2. S. L. Ross, Differential Equations, Wiley Publications. ISBN: 9788126515370
3. D. G. Zill and P. D. Shanahan, A first course in Complex Analysis with
Applications, Jones &
Bartlett Learning, ISBN: 9789380108193.\
4. I. N. Sneddon, Elements of Partial Differential Equations, McGraw-Hill Book
Company.
Course Objectives
Syllabus
Unit I 10 Lecture Hours
Weighted & Non-weighted codes, Sequential codes, self-complementing codes,
Cyclic codes, 8421, 5421, 2421, BCD code, Excess-3 code, Binary to Gray and Gray
to binary code conversion. Error detecting code, Error correcting code, 7-bit
Hamming code, ASCII code, EBCDIC code. Karnaugh Maps, Three, Four and Five
variable. Mapping and minimization of SOP and POS expressions, K-MAP with
Don't Care, Quine Mc Clusky (Tabulation) Method, Variable Entered Maps,
Realizing Logic Function with Gates, Combinational Design Examples.
Unit II 10 Lecture Hours
Combinational circuit: 4-bit Parallel Binary adder/Subtractor, Look Ahead carry
adder, Serial adder, BCD adder. Code converters, Parity bit generator/Checker,
Magnitude Comparators. Decoder 2x4, 3 to 8-line decoder, BCD to Seven segment
decoder. Encoders: Octal to binary and Decimal to BCD encoder. Multiplexer 2x1,
4x1, 8x1, 16x1 demultiplexers, Multiplexer as Universal Logic Function Generator,
Boolean function realization using Multiplexers, Decoder with enable input,
Multiplier and Divider
Unit III Introduction to computer Design 10 Lecture Hours
Evolution of Computer Systems, Von Neumann Architecture, Moore’s Law,
Computer Types, Functional Units, Devices (Input, Output, Storage &
Communication Devices), Memory System (RAM, ROM, Cache, VM, etc.),
Computer Organization and Design, Instruction Codes, Op-Code, Computer
registers, Computer Instructions, CPU stack Organization, Instruction Formats,
Instruction types, Timing and control, Instruction and Instruction sequencing,
Instruction Cycle, Memory Reference Instructions, Addressing modes, Program
Control, Types of Interrupts, Adder & Subtractor.
Unit IV Control Unit Design 7 Lecture Hours
Introduction, Instruction Interpretation & Execution, Control Transfer, Fetch Cycle,
Micro programmed Control, Control Memory, Micro programmed vs. Hardwired
Control Unit, Nano Programming, Superscalar processing.
Unit V Memory Organization 8 Lecture Hours
Memory Locations & Addresses, Semiconductor Memory, Static and Dynamic
Memory, Main Memory, Auxiliary Memory, Associative Memory, Cache Memory,
Secondary Memories: Optical Magnetic Tape, Magnetic Disk and Controllers.
Textbooks
1. “Computer System Architecture”, 3rd edition, M. Morris Mano, Pearson
Publications.
2. Morris M Mano (2001) Digital Design ISBN-13: 978-0130621214
Reference Books
1. Computer Organization and Architecture”, Sixth Edition, William Stallings,
Pearson Publications.
2. “Fundamental of Digital electronics", second edition, A. Anand Kumar, PHI
publications
3. “Computer Organization and Architecture”, Third Edition, John P. Hayes,
TATA McGraw-Hill.
4. G. K. Kharate (2012) Digital Electronics: Oxford publication, ISBN 13:
780198061830
5. Thomas L. Floyd (2015) Digital Fundamentals, 11th Edition, ISBN-13: 978-
0132737968
Course Objectives
1. This course aims at imparting knowledge and skill components in the field of
basic workshop technology.
2. To enable student familiar with different hand and machine tools required for
manufacturing simple metal components and articles.
3. To impart the knowledge regarding the various basic manufacturing processes
required in day-to-day life.
4. To familiarize the students with the properties and selection of different
engineering material.
Course Outcomes
On completion of this course, the students will be able to
CO 1 Classify different materials according to their properties and application.
CO 2 Explain about the basic manufacturing process.
CO 3 Illustrate the basic machine tools
CO 4 Classify different joining process
CO 5 Explain carpentry process and its application.
Syllabus
Unit I: Engineering Materials, Its Classification 4 Lecture Hours
Fundamental learning about Metals/Non-Metals, Ferrous and Non-Ferrous,
properties and Heat Treatment
Unit II: Hot and Cold Working 4 Lecture Hours
Forging Shop, Introduction of Various Forging Operations; Drawing, Upsetting,
Bending, Fullering, waging and Flattening.
Unit III: Foundry Shop 4 Lecture Hours
Introduction to Simple Pattern, Molding Materials, Types, procedure of Mould
preparation, use of Cores, Melting Furnaces, Tools and Equipment used in Foundry.
NDT of castings.
Unit IV: Welding Shop 4 Lecture Hours
Introduction to Different Welding Methods, Welding Equipment, Electrodes,
Welding Joints, Awareness of Welding Defects. Gas/Electric Arc/Resistance &
Special Types of wildings, Soldering and Brazing.
Unit V: Fitting Shop 3 Lecture Hours
Description of Fitting Tools and their uses, i.e. Hammers, Chisels, Files, Vices,
Drills, Taps, Dies &Drilling machines.
Unit VI: Sheet Metal Shop 4 Lecture Hours
Knowledge of Tools and Equipment used in making of Sheet Metal Components
and parts. Different joining Techniques.
Unit VII: Carpentry Shop 3 Lecture Hours
Introduction to various types of timber, Ply-wood and Particle Boards, Defects in
Timber, Seasoning of wood. Description and use of Carpenter’s Tools,
Unit VIII: Machine Shop 4 Lecture Hours
Introduction to various parts of Lathe, Lathe Tools and Lathe Operations.
Demonstration of Thread Cutting, Drilling, Boring, Taper Turning and Knurling on
the Lathe.
Textbooks
1. Hajra Choudhury, S. K. and Hajra Choudhury, A. K. (2015) “Elements of
Workshop Technology Vol 1& Vol 2” Media Promoters & Publishers Pvt Ltd.
2. Khurmi, R. S. and Gupta, J. K. (2010) “Workshop Technology” S Chand
Publisher.
Reference Books
1. Raghuvanshi, B. S. (2015) “Workshop Technology Vol I &II” –Dhanpat Rai
& Publications Pvt Ltd
2. Kalpakjian, S. (2014) “Manufacturing Engineering and Technology” Pearson
Publisher
Course Objectives
Syllabus
Course Objectives
1. To enable students, understand the fabrication process of single side and double
side PCB.
2. To enable students understands design process of analog circuits.
3. To give students a perspective to design varying duty cycle waveforms.
4. To enable students acquire knowledge about design of digital circuits.
Course Outcomes
On completion of this course, the students will be able to
CO 1 Understand the fabrication process and continuity test of single side and
double side PCB.
Design circuits to produce varying duty cycle waveforms using timer IC
CO 2
and operational amplifier
Syllabus
Experiments list
Experiment-1: To fabricate single side and double-sided PCB.
Experiment-2: To perform continuity test on PCB using multi-meter.
Experiment-3: To study and design DC regulated Power Supply.
Experiment-4: To study and generate varying duty cycle pulses using 555 Timer
IC.
Experiment-5: To study and generate triangular and square wave using
operational amplifier.
Experiment-6: To study and design obstacle detection system using IR sensor.
Experiment-7: To study and design digital lock using logic gate IC.
Experiment-8: To study and implement digital counter and shift register using flip
flops.
Experiment-9: To implement seven segment display using logic gate.
Experiment-10: To design differential amplifier using transistors.