Second Semester Syllabus-Computer Engineering (1)
Second Semester Syllabus-Computer Engineering (1)
IN
COMPUTER ENGINEERING
Year : I Part : I
Teaching Schedule Examination Scheme
Theory Practical
Course Final Final Total Remark
S. N. Course Title Credits L T P Total Assessment Assesment
Code Duration Duaration
Marks Marks Marks Marks
hours hours
1 SH 101 Engineering Mathematics I 3 3 2 - 5 40 3 60 - - - 100
2 CT 101 Computer Programming 3 3 1 3 7 40 3 60 50 - - 150
3 ME 101 Engineering Drawing 2 2 - 4 6 20 3 30 50 - - 100
Fundamental of Electrical and
4 3 3 1 3 7 40 3 60 50 - - 150
EX 101 Electronics Engineering
5 SH 102 Engineering Physics 4 4 1 2 7 40 3 60 25 - - 125
6 ME 106 Engineering Workshop 1 1 - 3 4 20 - - 30 - - 50
Total 16 5 15.00 36 200 - 270 205 - - 675
Year : I Part : II
Teaching Schedule Examination Scheme
Theory Practical
Course Final Final Total Remark
S. N. Course Title Credits L T P Total Assesment Assesment
Code Duaration Duaration
Marks Marks Marks Marks
hours hours
1 SH 151 Engineering Mathematics II 3 3 2 - 5 40 3 60 - - - 100
2 CT 151 Object Oriented Programming 3 3 1 3 7 40 3 60 50 - - 150
3 EX 152 Digital Logic 3 3 1 3 7 40 3 60 50 - - 150
4 EX 151 Electronic Device and Circuits 3 3 1 3 7 40 3 60 50 - - 150
Lecture :3 Year : I
Tutorial :1 Part : II
Practical :0
Course Objectives:
Course objective: After completion of the course students will be able to apply
knowledge of partial differentiation, multiple integrals, vector calculus, optimization,
matrices and infinite series in their corresponding study area.
5 Matrices (8 hours)
5.1 Review of algebra of real and complex matrices
5.2 Rank of matrices and its application in system of linear equations
5.3 Vector space, linear dependence and independence
5.4 Eigen values: Cayley Hamilton theorem and its applications
5.5 Eigen vectors, diagonalization of matrices
5.6 Reduction of quadratic forms into canonical forms (three variables only)
Tutorial
There shall be related tutorials exercised in class and given as regular homework
exercise. Tutorial can be as following for each specified chapters
1. Techniques of partial differentiation , differentiation of composite and implicit
functions , total derivatives, and related exercises
2. Exercises related to Euler’s theorem
3. Exercises related to extreme values of two and three variables
4. Change of order of integration in multiple integrals
5. Exercises related to application of double and triple integrals in finding area,
volume, moment of inertia, mass and centroid
6. Examples related to revision of scalar and vector product of two and three
vactors
7. Problems on gradient , directional derivatives, divergence and curl
8. Exercises on line integrals, independent of path
9. Exercises on surface integrals
10. Exercises on Green’s theorem, verification and application in calculating line
integrals
11. Verification of Stoke’s theorem, application
12. Verification of Gauss’ Divergence theorem , and application in calculating
surface integrals
13. Exercises related to Laplace transforms
14. Exercises inverse Laplace transforms
15. Exercises related to application of Laplace transform to ordinary differential
equations
16. Exercises related to Laplace transform of Heaviside’s unit function, Dirac-
delta function and periodic functions
17. Rank and solution of simultaneous equations
18. Eigen values and eigen vectors, diagonalization problems
19. Exercises related to reduction of quadratic forms into canonical forms
20. Exercises relate to Bessel’s function and Legendre’s polynomial
Final Exam
The questions will cover all the chapters in the syllabus. The evaluation scheme will be
as indicated in the table below:
Mark
Chapter Hours
distribution*
1 6 8
2 7 8
3 12 18
4 7 8
5 8 12
6 5 6
Total 45 60
* There may be minor deviation in marks distribution.
References
1. Jeffery A. , (2002). Advanced Engineering Mathematics Academic Press.
2. O’Neill, P.V., (1983). Advanced Engineering Mathematics, Wadsworth
Publishing Company
3. Kreyszig , A. ,(2010). Advanced engineering Mathematics ,John Wiley &
Sons
4. Sastry S.S. , (2008). Engineering Mathematics vol I and II, PHI Learning
Private Limited, New Delhi.
5. Wylie C. , Barrett L.(1995) . Advanced Engineering Mathematics, McGraw-
Hill
6. Dutta , Debashis , (2005).Engineering Mathematics Vol I and II, New Age
International (p) Limited.
OBJECT ORIENTED PROGRAMMING
CT 151
Lecture :3 Year : I
Tutorial :1 Part : II
Practical :3
Course Objectives:
To provide students with foundation in understanding and applying principles of object
oriented programming. Emphasis will be given on developing object oriented
programming skills using C ++.
5 Inheritance (5 hours)
5.1 Base class and derived class
5.2 protected access specifier
5.3 Derived class declaration
5.4 Is_a relation and Has_a relation
5.5 Public, protected and private inheritance
5.6 Member overriding
5.7 Forms of inheritance
5.8 Constructors in derived class
5.9 Destructor in derived class
5.10 Need of virtual base class
6 Virtual Functions (4 hours)
6.1 What is virtual function
6.2 Need of virtual function
6.3 Pointer to derived class
6.4 Array of pointers to base class
6.5 Pure virtual functions and abstract class
6.6 Virtual destructors
6.7 Reinterpret cast operator
6.8 Run-time type information
8 Templates (6 hours)
8.1 Function template
8.2 Overloading function template
8.3 Class template
8.4 Derived class template
8.5 Introduction to standard template library
8.5.1 Components of STL
8.5.2 Container
8.5.3 Iterators
8.5.4 Algorithms
9 Exception Handling (4 hours)
9.1 Basics of exception handling
9.2 Advantage over conventional error handling
9.3 Exception handling mechanism
9.4 Multiple handlers
9.5 Catching all exceptions
9.6 Rethrowing exception
9.7 Exception with arguments
9.8 Exceptions specification for function
9.9 Exceptions in constructors and destructors
9.10 Handling uncaught exceptions
9.11 Handling unexpected exception
Tutorial
After completing each chapter some problems are solved and students are asked to
solve programming problems with the teacher’s assistance.
Assignment
Appropriate assignment problems are given to students after the completion of each
chapter.
Laboratory
There will be 9 labs covering all the course. At the end of the course students must
submit a programming project on object oriented programming.
Final Exam
The questions will cover all the chapters in the syllabus. The evaluation scheme will be
as possible as indicated in the table below:
Chapter Hours Marks Distribution*
1 3 4
2 5 7
3 7 9
4 5 7
5 5 7
6 4 5
7 6 8
8 6 8
9 4 5
Total 45 60
* There may be minor deviation in marks distribution.
References
Lecture :3 Year : I
Tutorial :1 Part : II
Practical :3
Course Objectives:
This course mainly focuses on study, analyze basic principle, design and applications
of digital circuitries in various fields. It also shows an important branch of the electronics
that revolutionizes the modern digital world.
1 Introduction (5 hours)
1.1 Digital versus analog signals
1.2 Logic level diagram
1.3 Digital integrated circuits (ICs)
1.4 Clock triggering systems
1.5 Digital system applications
1.6 Digital codes and conversions
1.6.1 Decimal, binary, octal and hexadecimal codes
1.6.2 BCD code
1.6.3 Excess-3 code
1.6.4 Gray code
1.6.5 Examples of code conversions
1.7 Alphanumeric codes: ASCII code and EBCDIC code
1.8 1’s complement and 2’s complement
1.9 Signed number representation
Tutorial
1. Different code conversion examples
2. Sign numbers addition and subtraction
3. Realization of positive and negative logic gates
4. Application of Boolean algebra and K-map for various logic designs
5. Multiplexer tree concepts
6. Realization of adder/subtractor using multiplexers
7. Demultiplexer tree concepts
8. Realization of adder/subtractor using demultiplexers
9. 16 - to - 4 line encoder design
10. Octal and decimal priority encoder designs
11. 4 – to – 16 line decoder design
12. BCD-to-decimal decoder design
13. Any segment of 7-segment decoder design
14. Concept of designing n-bit magnitude comparator
15. Flip-flop conversion from one flip-flop to another type
16. Shift register timing diagram practice
17. Ripple counter design concept
18. Decade synchronous counter design
19. Up and down counter in a single circuit
20. 3-bit and 4-bit binary sequence detector synchronous machine design
Practical
1. Basic gates, universal gates and exclusive gates
2. De' Morgan’s law and its familiarization with NAND and NOR Gates
3. Encoders and decoders
4. Multiplexers and demultiplexers
5. Binary addition and subtraction
6. Latches, RS, and T flip-flops.
7. D and JK flip-flop and master-slave flip-flop
8. Shift registers
9. Circuit realizations on ripple counters
10. Circuit realizations on synchronous counters
Final Exam
The questions will cover all the chapters in the syllabus. The evaluation scheme will be
as indicated in the table below:
Chapter Hours Marks distribution*
1 5 7
2 3 4
3 4 5
4 8 10
5 5 7
6 7 10
7 8 10
8 5 7
Total 45 60
* There may be minor deviation in marks distribution.
References
1. Floyd T. (2020), “Digital Fundamentals”, John Willy & Sons Pvt. Ltd.
2. Mano M. M. (2010), “Digital Design”, McGraw-Hill Publication.
3. Leach Donald P., Malvino Albert P. and Saha G. (2012), “Digital Principles
and Applications,” Tata McGraw-Hill.
4. Fletcher William I. (1990), “An Engineering Approach to Digital Design”,
Printice Hall of India, New Delhi.
5. Gothmann W. H. (2009), “Digital Electronics: An Introduction to Theory and
Practice”, PHI Edition.
ELECTRONIC DEVICE AND CIRCUITS
EX 151
Lecture :3 Year : I
Tutorial :1 Part : II
Practical :3
Course Objectives:
To introduce the fundamentals of analysis of electronic circuits and to provide basic
understanding of semiconductor devices and analog integrated circuits.
Practical:
1. Diode characteristics, rectifiers, zener diodes
2. Bipolar junction transistor characteristics and single stage amplifier
3. BJT single stage amplifier ( Rin, Rout, Gain)
4. Power amplifiers
5. Field effect transistor characteristics
6. FET single stage amplifier
7. BJT differential amplifier
8. Relaxation oscillator and sinusoidal oscillator ( Phase Shift, Wien Bridge)
9. Series, shunt and IC voltage regulators
10. Multivibrator using 555 timer IC
11. Project presentation
Final Exam
The questions will cover all the chapters in the syllabus. The evaluation scheme will be
as indicated in the table below:
Chapter Hours Mark distribution*
1 9 12
2 10 13
3 10 13
4 10 13
5 6 9
Total 45 60
* There may be minor deviation in marks distribution.
References
1. A. S. Sedra and K.C. Smith, (2011). “Microelectonic Circuits” 6th Edition,
Oxford University Press.
2. Robert Boylestad and Louis Nashelsky, (2007). "Electronic Device and
Circuit Theory”, PHI; 9th Edition.
3. Thomas L. Floyd, (2007) “Electronic Devices”, 8th Edition, Pearson
Education Inc.
4. Jacob Millman, C. Halkias, C.D Parikh, (2010). “Integrated Electronics” 2nd
Edition McGraw Hill Education P. Ltd.
5. David A. Bell, (2010). “Electronic Devices and Circuits”, 5th Edition, Oxford
Press.
ENGINEERING CHEMISTRY
SH 153
Lecture :3 Year : I
Tutorial :1 Part : II
Practical :3
Course Objectives:
To develop the basic concepts of physical chemistry, inorganic chemistry, analytical
chemistry, environmental chemistry, green & sustainable chemistry, nano chemistry,
polymer chemistry and organic chemistry relevant to the different disciplines of
engineering.
Tutorial
1. Introduction to cells, electroplating, EMF, Electric double layer, Problems
related to buffer and Nernst equations (3 hours)
2. Types of catalyst and types of catalysis (1 hour )
3. Electromagnetic radiation, Electromagnetic spectrum, Electromagnetic wave,
Principles of Spectroscopy, Types of Molecular Spectra (3 hours)
4. Complexes, ligands, postulates, compounds with coordination number 4 and
6,splitting of Octahedral and tetrahedral complexes and Rare earth elements
(2 hours)
5. Application of Green Chemistry. Industrial waste management (2 hours)
6. Application of nanomaterials in pollution minimization (1 hour )
7. Introduction and stabilization of Free radicle, Carbocation and Carbanion.
Exothermic reaction of cement and its applications (2 hours)
8. Introduction of and applications of explosives, lubricants and paints (1 hour )
Practical
1. Determine of total, temporary and permanent hardness of water sample using
complexometric titration.
2. Determine the alkalinity of water sample A and B by double indicator titration.
3. Estimate the amount of residual chlorine in water by iodometric titration.
4. Prepare the standard buffer solution (acidic or basic) and measure the
approximate pH of given unknown solution by using Universal Indicator.
5. Compare the cleansing power of two sample of detergents by determining the
reduction they cause in surface tension of water.
6. Construct Daniell cell and study the variation of cell potential with concentration.
7. To separate the pigments through the process of paper / thin layer
chromatography.
8. Determination of total iron in ground water using spectrophotometer technique.
9. Determination of amount of copper and iron in a given mixture solution by
K2Cr2O7 titration.
10. To prepare Cross – linked polymer by condensation polymerization method.
11. Standardize Potassium Permanganate Solution and use it to estimate the
amount of Iron and determine the Percentage purity in the sample of Ferrous
salt Solution.
12. Prepare Ni-DMG Complex and to estimate the amount of Nickel in it.
Final Examination
Chapter Hours Marks Distribution*
1 8 10
2 4 5
3 6 5
4 6 10
5 7 10
6 3 5
7 7 10
8 4 5
Total 45 60
*There may be minor deviation in mark distribution
References
1. S.H. Maron and C. Prutton, (1992). Principles of Physical Chemistry, 4th
Edition, Oxford and IBH Pub. Co.
2. J.D. Lee, (2007). Concise Inorganic Chemistry, 5th Edition, John Wiley and
sons, Inc.
3. R.D. Madan & Satya Prakash, (1994). Inorganic Chemistry, S. Chand &
Company Ltd.
4. S. Bahl, G.D. Tuli & A. Bahl, (2009). Essential of Physical Chemistry,
Revised Multicolor Edition, S. Chand & Co. Ltd., New Delhi.
5. A.K. Bhagi & G.R.T. Morrison & R.N. Boyd, (2008). Organic Chemistry, 6th
and 7th Edition, Prentice – Hall of India Pvt. Ltd.
6. R.T. Morrison & R.N. Boyd, (2008). Organic Chemistry, 6th and 7th Edition,
Prentice – Hall of India Pvt. Ltd.
7. J. Mendham, (2008). Vogel’s Textbook of Quantitative Chemical Analysis,
6th Edition, Pearson Education.
8. B.S. Murthy, P. Shankar, Baldev R, B. B. Rath & James Murday, (2012.)
Textbook of Nanoscience and Nanotechnology, Series in Metallurgy and
Materials Science, Baldev Raj (Ed.), Universities Press Private Hyderabad,
India, Chatwal, Environmental Chemistry, Himalaya Publishing House,
Mumbai.
ELECTRICAL CIRCUITS AND MACHINES
EE 154
Lecture :4 Year : I
Tutorial :1 Part : II
Practical : 3/2
Course Objectives:
To develop a comprehensive understanding of electric circuit theory and analysis
techniques, alongside the principles and operation of electric machines including
transformers, DC, and AC machines
7 Transformers (6 hours)
7.1 Construction, operating principle and EMF equation of single-phase
transformer
7.2 No load and load operation of transformer
7.3 Equivalent circuit diagram of transformer
7.4 Transformer testing (open circuit and short circuit)
7.5 Voltage Regulation, Losses, Efficiency and condition for maximum
efficiency
7.6 Auto transformer, Isolation transformer
8 DC Machine (5 hours)
8.1 Constructional details of DC Machine
8.2 Operating Principle and EMF Equation of DC Generator
8.3 Operating Principle and Torque Equation of DC motor
8.4 Types of DC Machine
8.5 Back EMF and its Role in DC Motor
8.6 Performance Characteristics of DC motor
8.7 Starting of DC motor using 3-point Starter
8.8 Speed control of DC motor (Armature control, Field Control)
8.9 Losses & Efficiency
9 AC Motor (6 hours)
9.1 Construction, Production of rotating magnetic field and Operating Principle
of Three Phase Induction Motor
9.2 Torque Equation of Three Phase Induction motor at standstill and running
condition
9.3 Torque Slip Characteristics, Condition for max. torque & effect of rotor
resistance on torque slip characteristics
9.4 Single Phase Induction Motor
9.5 Double Field Revolving Theory
9.6 Starting of Single-phase Induction Motor (Capacitor start and Run, Shaded
Pole)
9.7 Introduction to Permanent Magnet Brushless DC Motor, Hysteresis Motor,
Stepper Motor, Servo Motor, Universal Motor
Practical
1. Transient response in first order system passive circuit
Measure step and impulse response RL and RC circuit using
oscilloscope
Relate time response to analytical transfer function calculation
5. DC Motor
speed control of DC Shunt motor by (a) armature control method (b)
field control method
To observe the effect of increasing load on DC shunt motor's speed,
armature current and field current
Final Exam
The questions will cover all the chapters in the syllabus. The evaluation scheme will be
as indicated in the table below:
References
1. M.E. Van Valkenburg, (2019). "Network Analysis”, Pearson Education, Third
Edition.
2. W. Hyat, J. Kemmerly, J. Philips and S. Durbin “Engineering Circuit
Analysis”, McGraw Hill International Editions, Electrical Engineering Series,
Tenth Edition
3. M. D. Ciletti,” Introduction to Circuit Analysis and Design”, Oxford University
Press
4. K.M. Soni, (2013). “Circuits and Systems”, S. k. Kataria & Sons Publisher.
5. Fred I. J. Nagrath and D. P. Kothari, (2017). “Electric Machines”, McGraw
Hill Education, 5th Edition.
6. A. E. Fitzgerald and C. Kingsley, (2017)."Electric Machinery”, New York,
McGraw Hill Education, 6th Edition.
7. S.K Sahdev.(2018). “Electrical Machines”, Cambridge University Press.
8. A. Hussain.(2016) “Electrical Machines”, Dhanpat Rai & Co. Publisher,
Third Edition..