0% found this document useful (0 votes)
18 views51 pages

Final Blow Up Syllabus - BMSIT

The document outlines the syllabus for the Bachelor of Engineering program at BMS Institute of Technology and Management, effective from the 2021-22 academic year. It includes the vision and mission of the institute, program outcomes, and detailed course content for C Programming and Engineering Chemistry across various modules. The syllabus emphasizes practical lab sessions, theoretical knowledge, and the importance of ethical and sustainable engineering practices.

Uploaded by

skdwarakanath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views51 pages

Final Blow Up Syllabus - BMSIT

The document outlines the syllabus for the Bachelor of Engineering program at BMS Institute of Technology and Management, effective from the 2021-22 academic year. It includes the vision and mission of the institute, program outcomes, and detailed course content for C Programming and Engineering Chemistry across various modules. The syllabus emphasizes practical lab sessions, theoretical knowledge, and the importance of ethical and sustainable engineering practices.

Uploaded by

skdwarakanath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 51

BMS INSTITUTE OF TECHNOLOGY AND MANAGEMENT

(Autonomous Institute affiliated to VTU, Belagavi)


(Accredited by NAAC with ‘A’ grade an d NBA)
Yelahanka, Bengaluru -560 064

Blow up Syllabus
(With effect from 2021-22)

Bachelor of Engineering
I & II Semesters

NOVEMBER 2021
Vision

To emerge as one of the finest technical institutions of higher learning, to develop


engineering professionals who are technically competent, ethical and
environment friendly for betterment of the society.

Mission

Accomplish stimulating learning environment through high quality academic


instruction, innovation and industry-institute interface.
PROGRAM OUTCOMES
Program Outcomes as defined by NBA Engineering Graduates will be able to:
1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering
fundamentals, and an engineering specialization to the solution of complex engineering
problems.
2. Problem analysis: Identify, formulate, review research literature, and analyse complex
engineering problems reaching substantiated conclusions using first principles of
mathematics, natural sciences, and engineering sciences.
3. Design/development of solutions: Design solutions for complex engineering problems
and design system components or processes that meet the specified needs with
appropriate consideration for the public health and safety, and the cultural, societal,
and environmental considerations.
4. Conduct investigations of complex problems: Use research-based knowledge and
research methods including design of experiments, analysis and interpretation of data,
and synthesis of the information to provide valid conclusions.
5. Modern tool usage: Create, select, and apply appropriate techniques, resources, and
modern engineering and IT tools including prediction and modelling to complex
engineering activities with an understanding of the limitations.
6. The Engineer and society: Apply reasoning informed by the contextual knowledge to
assess societal, health, safety, legal and cultural issues and the consequent
responsibilities relevant to the professional engineering practice.
7. Environment and sustainability: Understand the impact of the professional
engineering solutions in societal and environmental contexts, and demonstrate the
knowledge of, and need for sustainable development.
8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities
and norms of the engineering practice.
9. Individual and team work: Function effectively as an individual, and as a member or
leader in diverse teams, and in multidisciplinary settings.
10. Communication: Communicate effectively on complex engineering activities with the
engineering community and with society at large, such as, being able to comprehend
and write effective reports and design documentation, make effective presentations, and
give and receive clear instructions.
11. Project management and finance: Demonstrate knowledge and understanding of the
engineering and management principles and apply these to one’s own work, as a
member and leader in a team, to manage projects and in multidisciplinary
environments.
12. Life-long learning: Recognize the need for, and have the preparation and ability to
engage in independent and life-long learning in the broadest context of technological
change.
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Semester: I/II

Course Code: 21CS13/23

Course Name: C Programming for Engineers (CPE) (Common to ALL branches)

Blow-up Syllabus
Department of Computer Science and Engineering

Sl. No. Topics Method Aids No. of


of Required Hours
Delivery
MODULE - 1
1 Discussion on the Vision and Mission of the department, Course PPP Projector 1
Objectives Outcomes and Introduction to the Course.
2 Algorithms, Flowcharts. PPP Projector 1

3 Significance and scope of C Programming, Basic Structure of a PPP Projector 1


C Program, Character Set, C Tokens, Keywords and Identifiers.
4 Constant, variable, data types, Declaration of Variables. PPP Projector 1

5 Operators and expressions. PPP Projector 1

6 Lab: Introductions to UNIX commands. Live Projector 1


Demo

7 Lab: Introduction to Program Development and debugging Live Projector 1


skills. Demo

8 Lab: Program demonstration on Operators and expressions. Live Projector 1


Demo

9 Lab: Program demonstration to illustrate the usage of Constant, Live Projector 1


variable, data types, Declaration of Variables. Demo

10 Lab: Program execution to demonstration the usage of the usage Live Projector 1
of Constant, variable, data types, Declaration of Variables. Demo

11 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Operators. Session
12 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Operators. Session
13 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Operators. Session
14 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Operators. Session
1|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

15 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Operators and expressions. Session
Module - 2

16 Input-Output Operations: Introduction, Reading a character, PPP Projector 1


Writing a Character.
17 Formatted Input, Formatted output. PPP Projector 1

18 Decision Making, Branching and Looping: Introduction, PPP Projector 1


Decision making with if statement, Simple if statement, if...else
Statement, Nesting of if...else statements, The else if ladder.
19 The switch Statement, The? : Operator, The goto statement, The PPP Projector 1
while statement.
21 The do while statement, The for statement, Jumps in loops. PPP Projector 1

22 Lab: Program to demonstrate I/O operations. Live Projector 1


Demo

23 Lab: Program to demonstrate Formatted Input, Formatted output Live Projector 1


functions. Demo

24 Lab: Program to demonstrate Decision Making statements. Live Projector 1


Demo

25 Lab: Program to demonstrate Branching and Looping Live Projector 1


statements. Demo

26 Lab: Hands on session to execution and demonstration I/O Lab system 1


operations. Session
27 Lab: Hands on session to execution and demonstration decision Lab system 1
making statements. Session
28 Lab: Hands on session to execution and demonstration decision Lab system 1
making statements. Session
29 Lab: Hands on session to execution and demonstration Lab system 1
branching and looping statements. Session
30 Lab: Hands on session to execution and demonstration Lab system 1
branching and looping statements. Session
Module - 3

31 Arrays: Introduction, One dimensional Arrays, Declaration of PPP Projector 1


One dimensional Arrays, Initialization of One dimensional
Arrays.
32 Two dimensional Arrays, Initializing Two dimensional Arrays. PPP Projector 1

33 Multi-dimensional Arrays. PPP Projector 1

2|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

34 Structures and Unions: Introduction, Defining a Structure, PPP Projector 1


Declaring Structure Variables, Accessing Structure Members,
Structure Initialization,
35 Copying and Comparing Structure Variables, Operations on PPP Projector 1
individual members, Arrays of Structures, Arrays within
Structures, Structures within Structures, Unions
36 Demonstration of Linear Search and Binary search Programs. PPP Projector 1

37 Demonstration of Bubble sort and Selection sort Programs. PPP Projector 1

38 Lab: Solving problems through demonstrating the usage of one Live Projector 1
dimension array. Demo

39 Lab: Hands on session to execution and demonstration the usage Live Projector 1
of one dimension array. Demo

40 Lab: Hands on session to execution and demonstration the usage Live Projector 1
of one dimension array. Demo

41 Lab: Solving problems through demonstrating the usage of two Live Projector 1
dimension array. Demo

42 Lab: Hands on session to execution and demonstration the usage Lab system 1
of two dimension array. Session
43 Lab: Hands on session to execution and demonstration the usage Lab system 1
of two dimension array. Session
44 Lab: Solving problems through demonstrating the usage of Lab system 1
Structures. Session
45 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Structures. Session
46 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Structures and Unions. Session
Module - 4

47 User Defined Functions: Introduction, Need for user defined PPP Projector 1
functions, A multi-function program, Elements of user defined
functions, Definition of Functions, Return values and their types,
Function calls, Function declaration.
48 Category of Functions, No arguments and no return values, PPP Projector 1
Arguments but no return values, Arguments with return values,
No arguments but returns a value, Functions that returns
multiple values, Nesting of functions.
49 Passing arrays to functions, Passing strings to functions. PPP Projector 1

50 Pass by value and Pass by reference. PPP Projector 1

3|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

51 The scope, Visibility and Lifetime of Variables, storage classes. PPP Projector 1

52 Lab: Program to demonstrate the use of user defined functions Live Projector 1
and program modularity. Demo
53 Lab: Program to demonstrate the use of various categories of Live Projector 1
user defined functions. Demo
54 Lab: Program to demonstrate the concept of Pass by value and Live Projector 1
Pass by reference. Demo
55 Lab: Program to demonstrate the concept of return values and Live Projector 1
types. Demo
56 Lab: Program to demonstrate the concept of Nesting of Live Projector 1
functions. Demo
57 Lab: Program to demonstrate the concept of storage classes. Live Projector 1
Demo
58 Lab: Hands on session to execution and demonstration the usage Lab system 1
of user defined functions and understanding the importance of Session
program modularity.
59 Lab: Hands on session to execution and demonstration the usage Lab system 1
of various categories of user defined functions. Session
60 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Pass by value and Pass by reference. Session
61 Lab: Hands on session to execution and demonstration the usage Lab system 1
of Nesting functions. Session
62 Lab: Hands on session to execution and demonstration array Lab system 1
usage in user defined functions. Session
63 Lab: Hands on session to execution and demonstration the usage Lab system 1
of storage classes. Session
Module - 5

64 Strings: Introduction, Declaring and Initializing String PPP Projector 1


Variables, Reading Strings from Terminal, Writing Strings to
Screen.
65 Arithmetic operations on characters, Putting strings together, PPP Projector 1
Comparison of two strings.
66 String Handling Functions, Table of strings. PPP Projector 1

67 Pointers: Introduction, Understanding Pointers, Accessing the PPP Projector 1


address of a Variable, Declaring Pointer Variables, Initialization
of Pointer Variables,
68 Accessing a Variable through its Pointer. Chain of Pointers, PPP Projector 1
Pointer Increments and Scale Factor,
69 Pointer and Arrays, Pointers and Character Strings, Live Projector 1
Demo

4|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

70 Pointers as Function Arguments, Functions returning Pointers, PPP Projector 1


Pointers to Functions.
71 Lab: Program to demonstrate the usage of strings. Live Projector 1
Demo

72 Lab: Program to demonstrate the operations on strings. Live Projector 1


Demo

73 Lab: Program to demonstrate the usage of string functions. Live Projector 1


Demo

74 Lab: Program to demonstrate the usage of pointers in C program. Live Projector 1


Demo

75 Lab: Hands on session to execution and demonstrate the usage Lab system 1
of strings in the program. Session
76 Lab: Hands on session to execution and demonstrate the usage Lab system 1
pointers in the program. Session
77 Lab: Hands on session to execution and demonstrate the usage Lab system 1
pointers in the program. Session
78 Lab: Hands on session to execution and demonstrate the usage Lab system 1
pointers in the program. Session
Total Hours 78

Course Delivery:
Power point presentation (PPP), Live Demonstrations (Live Demo), Lab Sessions, Interactions,
Tutorials, hands on program demonstration.

Textbooks
1. E Balaguruswamy, Programming in ANSI C, Tata McGraw Hill, 8th edition, 2019.
2. Brian W. Kernighan and Dennis Ritchie, The C Programming Language, Pearson
Education Limited, 2nd Edition, 1998.

References
1. Behrouz A. Forouzan and Richard F. Gilberg, Computer Science: A Structured
Approach Using C, Cengage Learning, 3rd edition, 2013.
2. Yashavant P. Kanetkar, Let Us C, BPB Publications, 15th edition, 2017.
3. Herbert Schildt, C: The Complete Reference, McGraw Hill Education; 4th edition,
2017.

5|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

BLOW-UP SYLLABUS

Department of Chemistry Engineering

Semester: I/II
Course Code: 21CH12/22
Course Name: ENGINEERING CHEMISTRY
Course Faculty: DR. BINCY ROSE VERGIS

Course code and title: Engineering Chemistry/ 21CH12/22 Course Credits: (3:0:0) 03
CIE: 50 Marks SEE: 50 Marks
No. of Theory hours: 40 (8L per module) Lab support: As Necessary
Prepared by: Dr. Bincy Rose Vergis Date: 01/01/2022
Reviewed by: HOD (Chemistry Department) Date: 10/01/2022

Detailed Syllabus

Modul No. of
TOPICS
e# Hours
1 Preamble: 1
Relevance of chemistry in day today activities, Importance of materials in
industrial, defense and research application and its economic
implications. Influence of new materials for the technological
development, study and use of environment friendly materials for
healthier society.
2 Electrochemistry and Storage devices: 1
Introduction to electrochemical cell, Reactions and Sign Conventions.
Single electrode potential & EMF, Derivation of Nernst equation for
single electrode potential.
3 Numerical problems on Ecell. Concentration Cell: working and Potential 1
generated in a concentration cell, and numericals.
4 Types of electrodes, Reference Electrodes with examples. Ion-selective 1
electrode, Glass electrode: construction and working of glass electrode.
Determination of pH using glass electrode.
5 Electrochemical sensors: Definition, principle and broad classification of 1
electrochemical sensors and its applications.
6 Batteries- Classification of batteries – Primary, secondary and reserve 1
batteries with examples.
Construction, working and applications of metal - air (Zn- air) battery.
7 Construction, working and applications of Lithium ion Battery (LIB).

6|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

8 Fuel Cells: Introduction, difference between conventional cell and fuel 1


cell, limitations & advantages. Construction & working of H2 -O2 fuel
Cell.
9 Corrosion Science: 1
Introduction to corrosion. Consequences of corrosion, Types of
Corrosion: Chemical and electrochemical corrosion. Electrochemical
Theory of corrosion.
10 Differential metal corrosion, differential aeration corrosion with examples 1
of waterline and pitting corrosion.
11 Factors affecting corrosion: Nature of metal, and nature of corrosion 1
product.
12 Factors affecting corrosion: Ratio of anodic area to cathodic area, and 1
nature of environment (pH, temperature, conductivity).
13 Corrosion control: Cathodic protection- Sacrificial anode method and 1
Impressed current method
14 Anodic and Cathodic protective coatings-metal coating: - Galvanization 1
and Tinning.
Electroplating: Principle. Electroplating of Chromium- Hard and 1
15
Decorative Cr plating.
16 Electroless plating of copper with example of PCB. 1
17 Chemical Fuels and Alternative Fuels: 1
Introduction, Characteristics of a good fuel, Calorific value- gross and net
calorific values.
18 Determination of calorific value of a fuel using Bomb calorimeter and 1
numerical problems.
19 Petrol knocking: Mechanism of petrol knocking, reactions involved and 1
adverse effects of knocking.
20 Anti-knocking agents: Leaded and Unleaded petrol. 1
21 Alternate Fuels: Power alcohol: advantages and disadvantages. 1
22 Biodiesel: Synthesis, advantages and disadvantages. 1
23 Solar energy – Introduction, Types of solar energy conversion. Properties 1
of Silicon – Production of Solar grade Silicon from Quartz.
24 Construction and working of Photovoltaic cells. 1
25 Smart Materials for Engineers: 1
Smart materials: Introduction, definition, and various types of smart
materials.
26 Self-healing materials, Introduction, Mechanism, advantages, 1
applications.
27 Shape memory alloys, Introduction, mechanism, types of shape memory 1
alloys, advantages, applications.
28 Nanomaterials: Introduction and classification of Nanomaterials 1
29 Properties: Electrical, thermal, optical, catalytic properties 1
30 Synthesis of Nanomaterials- Top down and bottom up approach, Sol gel 1
method
31 Synthesis of Nanomaterials-Chemical vapour deposition method 1
32 Application of Nanomaterials in Waste water treatment and Nano 1
electronics.
7|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Water Technology: 1
33
Determination of Hardness of water and Alkalinity of water
34 Determination of sulphate and chloride by gravimetric method. 1
35 Estimation of sodium and potassium by Flame photometry 1
Chemical & Biological oxygen demand (COD and BOD), Definition, 1
36
significance and determination of COD & BOD
37 Water softening by Ion – exchange resin. 1
Sewage water treatment by primary secondary treatment by activated 1
38
sludge process and tertiary process
Causes, effects and impressive solutions for oxides of Carbon, sulphur 1
39
and nitrogen.
Causes, effects and impressive solutions for Hydrocarbons, mercury and 1
40
lead.

8|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

BLOW-UP SYLLABUS

Department of Physics Engineering

AY/Semester: 2021-22/ I/II


Course Code: 21PY12
Course Name: ENGINEERING PHYSICS

Sess Topics No. of Delivery Assessm


ion Hours Method ent
No. Method
Module: 1 Quantum mechanics and Electrical conductivity in Metals
Self-study topics: Dual nature of light and wave particle dualism, Classical free electron theory,
Expression for electrical conductivity, Failure of classical physics and basics of quantum mechanics
1 1.1Quantum mechanics:Introduction, Heisenberg’s 1 Class room CIE
uncertainty principle and its application: non-existence teaching / PPT
of an electron inside the nucleus (relativistic case). presentation

2 1.2 Wave functions and its physical significance. 1 Class room CIE
Probability density, normalization, Eigen values and teaching / PPT
Eigen functions. presentation
3 1.3 Time independent 1-D Schrodinger wave equation 1 Class room CIE
(derivation) and its application: particle in infinite teaching / PPT
potential well: Energy Eigen values and Eigen function presentation.
4 1.4 Finite potential well, Quantum tunneling and its 1 Class room CIE
applications (qualitative) and Numericals on teaching / PPT
Heisenberg’s uncertainty principle, Probability density presentation/Ass
and Energy Eigen values and Eigen function. ignment.
5 1.5Electrical conductivity in metals: Introduction, 1 Class room CIE
Assumptions of quantum free electron theory, density of teaching / PPT
states (qualitative), Qualitative discussion of Fermi presentation
level, Fermi energy,
6 1.6 Fermi-Dirac statistics, Fermi factor, Fermi factor at 1 Class room CIE
different temperatures, Electrical conductivity teaching / PPT
(qualitative), presentation
7 1.7 Merits of QFET: Specific heat capacity, dependency Class room CIE
of resistivity on temperature and electrical conductivity teaching / PPT
with electron concentration. presentation
8 Numerical on electrical conductivity, Fermi factor, 1 Class room CIE
Fermi energy. teaching/Assign
ment
Hands on training topics: Fermi energy of different materials
9|Pag
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module: 2 Electrical conductivity in Semiconductors, Laser


Self-study topics: Fundamentals of semiconductors, concept of electrons and holes, Concepts of
light emission, Ruby laser.
9 2.1Electrical conductivity in Semiconductors: 1 Class room CIE
Introduction, expression for electron and hole teaching / PPT
concentration (Qualitative), relation between Eg and Ef, presentation
10 2.2 Electrical conductivity in intrinsic semiconductors 1 Class room CIE
(derivation), Photovoltaic and LED principle teaching / PPT
presentation
11 2.3 Hall Effect, expression for Hall voltage in terms of 1 Class room CIE
hall coefficient and its applications. teaching / PPT
presentation
12 Numerical on electrical conductivity, Hall effect. 1 Class room CIE
teaching/Assign
ment
13 2.4 Laser: Interaction of radiation with matter: Induced 1 Class room CIE
Absorption, spontaneous emission, stimulated emission. teaching / PPT
Einstein coefficients.
14 2.5 Expression for energy density – derivation of energy 1 Class room CIE
density in terms of Einstein’s co efficient teaching / PPT
(Derivations) presentation
Conditions for laser emission: Meta stable state,
Population inversion (qualitative)
15 2.6 Prerequisites of Laser action: 1 Class room CIE
active medium, resonant cavity and pumping teaching / PPT
mechanism (qualitative) presentation
CO2 Laser:
Principle, Construction and working with energy level
diagram.
16 2.7 Semiconductor Diode Laser: 1 Class room CIE
Principle, Construction and working with energy level teaching / PPT
diagram. Application of lasers in industries (welding, presentation
cutting and drilling) and data storage (qualitative),
Numerical on energy, power of lasers, Einstein’s
coefficients.
Hands on training topics: Hall effect measurement and Laser beam characteristics.
Module: 3 Maxwell’s equations and Optical Fibers
Self-study topics:Fundamentals of vectors, dot and cross product of vectors, line, surface and
volume integrals, Total internal reflection, advantages of optical fibers over coaxial metal cable and
drawbacks of optical fibres, application of optical fibers in point to point communication.
17 3.1Maxwell's equations: Gradient, Divergence, Curl 1 Class room CIE
and their physical significance. Gauss’s divergence and teaching / PPT
Stoke’s theorem (no derivation) presentation
18 3.2 Derivations of Maxwell’s equations: 1 Class room CIE
Using Guass’ law in Electrostatics ( ⃗ ) teaching / PPT
Using Guass’ law in magnetic field ( ⃗ ) presentation

10 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64


Faraday’s law in Integral form ( ⃗ ⃗ ∫ ⃗⃗⃗⃗

Faraday’s law in point or differential form ( ⃗



)
19 3.3 Ampere’s circuital law, concept of Displacement 1 Class room CIE
current and modified Ampere’s-circuital law, Physical teaching / PPT
significances of Maxwell’s Equations. presentation
List the Maxwell’s equations in static, time varying field
and in free space.
20 3.4 Electromagnetic waves in free space, Properties and 1 Class room CIE
velocity of E.M. waves, wave equation in terms of teaching / PPT
electric field, Transverse nature and polarization presentation/Nu
numericals on Maxwell’s equations, Cur, Divergence. merical
21 3.5 Optical fibers: Introduction, 1 Class room CIE
Description of propagation mechanism of light through teaching / PPT
an optical fiber. presentation/Ass
Conditions for ray propagation: Acceptance angle, ignment
Numerical aperture (derivation), Numericals on
acceptance angle, NA.
22 3.6 Types of optical fibers: 3 types with diagram of 1 Class room CIE
Modes of propagation and V-number. teaching / PPT
presentation
23 3.7 Signal degradation in optical fiber and its 1 Class room CIE
measurement: teaching / PPT
Definition of attenuation, name the three types of presentation/Ass
attenuation, causes of attenuation: Explain absorption, ignment
scattering and radiation losses. Mention the expression
for attenuation coefficient.
24 Numericals on fiber loss and modes of propagation. 1 CIE
Hands on training topics: Divergence and curl visualization, transverse nature of light.
Condition for ray propagation: TIR and fiber losses.
Module: 4 Oscillations, Dielectrics and Ultrasonic waves
Self-study topics: Definition of SHM, characteristics, examples and representation of SHM by
linear and circular motion, differential equation of SHM. Basics of dielectrics, dipoles, classification
of sound waves.
25 4.1 Oscillations: Free oscillations of simple loaded 1 Class room CIE
spring mass system, kinetic and potential energies of teaching / PPT
loaded spring mass system (qualitative), presentation
26 4.2 Series and parallel combinations of springs, theory 1 Class room CIE
of damped oscillations. teaching /
PPT/Assignment
27 4.3 Theory of Forced oscillations, Resonance. 1 Class room CIE
teaching /
PPT/Assignment

11 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

28 4.4 Applications of resonance, Numericals on spring 1 Class room CIE


constant, laws of combinations, Resonance and forced teaching /
oscillations. PPT/Assignment
29 4.5Dielectrics: Introduction,Various polarization 1 Class room CIE
mechanisms involved in dielectric - Electronic teaching /
polarization, Ionic polarization, Orientation polarization, PPT/Assignment
Space charge polarization.
30 4.6 Applications of dielectric materials: Dielectrics in 1 Class room CIE
transformers and in microwave heating, Non-linear teaching /
dielectrics (Piezoelectric effect and pyroelectrics). PPT/Assignment

31 4.7Ultrasonic waves: Introduction, Production of 1 Class room CIE


ultrasonic by piezoelectric method, properties and teaching / PPT
applications of ultrasonic waves: Non-destructive presentation
testing of materials.
31 Numericals on polarization constants, Dielectric 1
constant, velocity of Ultrasonics.
Hands on training topics: Spring strength calculations and designing of good springs, resonance.

Module: 5 Crystal structure and Defects, Elastic properties of solids and shock waves
Self-study topics: Basic terminologies and types of crystal structures, fundamentals of elasticity,
Hooke’s law, stress-strain curve and elastic moduli.
32 5. 1Crystal structure: Introduction, Crystal systems 1 Class room CIE
based on lattice parameters, Miller indices explanation teaching / PPT
with an example, Expression for interplanar spacing - presentation
derivation
33 5.2 Bragg’s law, X-ray Diffractometer: to find the 1 Class room CIE
interplanar distance and crystal structure determination. teaching / PPT
presentation
34 5.3 Crystal defects- types and its applications. 1 Class room CIE
Numericals. On Miller indices, interplanar spacing, teaching / PPT
Bragg’s law. presentation
35 5.4Elastic properties of solids: Introduction, 1 Class room CIE
Importance of elastic materials, Poisson’s ratio and its teaching / PPT
limitations. presentation
36 5.5 Factors affecting elasticity, strain hardening and 1 Class room CIE
softening, teaching
Relation between elastic constants: i) Y, n &σ ii) K, Y
& σ and iii) σ, k, n & Y (qualitative).
37 5.6 Bending moment of beams, Single cantilever- 1 Class room CIE
Expression for Young’s modulus (derivation), teaching / PPT
Applications of beams presentation/Ass
ignment
38 Numericals on elastic constants, Young’s modulus.
39 5.7 Shock waves: Introduction, concepts of subsonic, 1 Class room CIE
supersonic and hypersonic waves, properties of shock teaching / PPT
12 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

waves, presentation
40 5.8 Reddy’s shock tube and its characteristics, 1 Class room CIE
applications of shock waves: industry and agricultural teaching /
fields. Numericals on mach number. PPT/Assignment
Hand on training topics: Structure of NaCI and diamond, single cantilever, Reddy’s shock tube.

Suggested learning resources:

Textbooks:
1. M N Avadhanulu and P G Kshirsagar, “Engineering Physics,” S. Chand and company Pvt. Ltd., 11 th
edition, 2014.
2. R K Gaur & S L Gupta, “Engineering Physics,” Dhanpat Rai Publications, 8 th edition, 2018.

References:
1. S O Pillai, “Solid State Physics,” New Age International publishers, 8th edition, 2017.
2. David Jeffery Griffiths, “Introduction to Electrodynamics”, Pearson New International Edition, 4 th
edition, 2017
3. B B Laud, “Lasers and Non-Linear Optics,” New Age International publishers, 3 rd edition, 2018.
4. Arthur Beiser, “Concepts of Modern Physics”, Tata McGraw-Hill Education, 6th edition, 2010.
5. Resnick, Walker and Halliday “Principles of Physics, Wiley publisher, 10 th edition, 2015.
6. Ben G. Streetman, Sanjay Banerjee, “Solid State Electronic Devices” Pearson Prentice Hall, 6 th
edition, 2010.
7. S. K. Dwivedi, A Textbook of Engineering Physics, I K International Publishing House Pvt. Ltd., 1 st
edition 2010.
8. Chintoo S Kumar, K Takayama and KPJ Reddy, Shock waves made simple-: Willey India Pvt. Ltd.
New Delhi2014

13 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module wise Reference books /Text books:

Module Article Text Books/Reference books


No.
1 1.1 1. M N Avadhanulu and P G Kshirsagar, “Engineering Physics,” S. Chand
1.2 and company Pvt. Ltd., 11th edition, 2014.
1.3 2. R K Gaur & S L Gupta, “Engineering Physics,” Dhanpat Rai
1.4 Publications, 8th edition, 2018.
1.5
1.6
1.7
2 2.1 1. B B Laud, “Lasers and Non-Linear Optics,” New Age International
2.2 publishers, 3rd edition, 2018.
2.3 2. M N Avadhanulu and P G Kshirsagar, “Engineering Physics,” S. Chand
2.4 and company Pvt. Ltd., 11th edition, 2014.
2.5 3. Ben G. Streetman, Sanjay Banerjee, “Solid State Electronic Devices”
2.6 Pearson Prentice Hall, 6th edition, 2010.
2.7
3 3.1 1. David Jeffery Griffiths, “Introduction to Electrodynamics”, Pearson
3.2 New International Edition, 4th edition, 2017
3.3 2. B B Laud, “Lasers and Non-Linear Optics,” New Age International
3.4 publishers, 3rd edition, 2018.
3.5 3. Arthur Beiser, “Concepts of Modern Physics”, Tata McGraw-Hill
3.6 Education, 6th edition, 2010.
3.7
4 4.1 1. R K Gaur & S L Gupta, “Engineering Physics,” Dhanpat Rai
4.2 Publications, 8th edition, 2018.
4.3 2. S. K. Dwivedi, A Textbook of Engineering Physics, I K International
4.4 Publishing House Pvt. Ltd., 1st edition 2010.
4.5
4.6
4.7
5 5.1 1. S O Pillai, “Solid State Physics,” New Age International publishers, 8th
5.2 edition, 2017.
2. R K Gaur & S L Gupta, “Engineering Physics,” Dhanpat Rai
5.3
Publications, 8th edition, 2018.
5.4 3. Chintoo S Kumar, K Takayama and KPJ Reddy, Shock waves made
simple-: Willey India Pvt. Ltd. New Delhi 2014
5.5
5.6
5.7
5.8

14 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

DEPARTMENT OF CIVIL ENGINEERING

Elements of Civil Engineering (3:0:0) 3


(Effective from the academic year 2021-22)
Blow-up Syllabus
(Common to all Branches)

Module-1
Sl. Details Duration
Remarks
No in hours
1 Introduction to Civil Engineering: Scope of interdisciplinary branches 2 Self- study
in infrastructure development, Relevance of civil engineer for component: (Scope of
sustainable development of society. Scope of different fields of Civil sub branches of civil
Engineering, Surveying, Building Materials, Construction engineering)
Technology, Geotechnical Engineering, Structural Engineering,
Hydraulics, Water Resources and Irrigation Engineering,
Transportation Engineering, Environmental Engineering.
2 Infrastructure, Types of infrastructure, Role of Civil Engineer in the 1 Concepts
Infrastructural Development, Effect of the infrastructural facilities on
socio-economic development of a country.
3 Introduction to Engineering Mechanics: Basic idealizations – Particle, 1 Numerical problems
Continuum and Rigid body; Newton’s laws, Force and its on composition and
characteristics, Force Systems - Classification of force systems, resolution of forces
Principle of physical independence, superposition, transmissibility of
forces.
4 Introduction to SI units. Newton's Laws of Motion, Law of 2 Concepts and
parallelogram of forces, Polygonal law, Triangle law of forces Numerical
5 Resolution and Composition of forces-numerical. 2 Concepts and
Numerical

Module-2
Sl. Details Duration
Remarks
No in hours
6 Equilibrium of Coplanar Concurrent Force Systems: Principle of 1 Concepts and
resolved parts, Resultant & Composition of coplanar-concurrent force Numerical
system, Related numerical.
7 Lamis’s Theorem, Free body Diagram and related numerical. 2 Concepts and
Numerical
8 Equilibrium of Coplanar Non-Concurrent Force Systems: Varignon’s 2 Concepts and
principle of moments, Resultant and Composition of coplanar non- Numerical
concurrent force system, Force couple system.
9 Supports & Support reactions in Beams: Types of supports, types of 2 Concepts and
beams, & types of loading, Related numerical on determinate beams. Numerical
10 Statically Determinate & indeterminate Beams, Related numerical on 1 Concepts and
determinate beams. Numerical

15 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module-3
Sl. Details Duration Remarks
No in hours
11 Centroid: Introduction - computing centroid for– T, L, I and 2 Concepts and
full/quadrant circular sections and their built up sections. Related Numerical
Numerical.
12 Moment of Inertia: Introduction to the concept, Radius of gyration, 2 Concepts and
Parallel axis theorem, Perpendicular axis theorem - computing Numerical
moment of Inertia for – T, L, I and full/quadrant circular sections.
Related Numerical.
13 Computing moment of Inertia for built-up sections. Related 1 Concepts and
Numerical. Numerical
14 Friction: Friction on inclined & horizontal planes. Related numerical, 3 Concepts and
Ladder friction. Related numerical. Numerical
Module-4
Sl. Details Duration Remarks
No in hours
17 Kinematics: Definitions, Displacement, Average velocity, Concepts and
Instantaneous velocity, Speed, Acceleration, Average acceleration, 2 Numerical
Variable acceleration, Acceleration due to gravity, Newton's Laws of
Motion.
18 Rectilinear Motion-Numerical problems. Curvilinear Motion- Concepts and
𝟐 Numerical
19 Super elevation, Projectile Motion, Relative motion, Numerical 2 Concepts and
problems. Motion under gravity, Numerical problems. Numerical
20 Kinetics: D' Alembert's principle and its applications in plane motion 2 Concepts and
and connected bodies including pulleys Numerical
Module-5
Sl. Details Duration Remarks
No in hours
21 Smart Cities: Smart city – Challenges in Urbanization – Features of Self-study component
smart city - Strategic development – Selection process of smart cities. 2 (case study on smart
city)
22 Key outcomes of smart city - Guiding Principles –Structuring of smart
city - Smart cities - ecosystem, stakeholders and market dynamics - 2
Smart solutions for smart cities.
23 Green Building Concept: What is Green Building, Why to go for Self-study
Green Building, Benefits of Green Buildings, Green Building components (Case
2
Materials and Equipment in India. study on green
buildings)
24 What are key Requisites for Constructing a Green Building, Important -
2
Sustainable features for Green Building

16 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Suggested Learning Resources:

Text Books
1. Shesha Prakash M.N and Ganesh. B. Mogaveer, “Elements of Civil Engineering and Engineering
Mechanics”, PHI Learning, 3rd Revised edition (2014).
2. Russell C Hibbeler and Ashok Gupta (2010), Engineering Mechanics: Statics and Dynamics (11th
Edition), Published by Pearson Education Inc., Prentice Hall.
3. Beer, Johnston, Cornwell and Sanghi (2013) Vector Mechanics for Engineers: Statics and Dynamics,
10th Edition, McGraw-Companies, Inc., New York.
4. Bhavikatti, S.S, “Elements of Civil Engineering and Mechanics”, New Age International Publisher, 6 th
edition, 2019.
5. Basudeb Bhattacharyya, “Engineering Mechanics”, Oxford University Press, 4 th edition, 2010.
6. Dr N Mani, “N Mani Smart Cities & Urban Development in India”, New Century Publications, 12
August 2016.
7. Tomwoolley and Samkimings, “Green Building Hand Book” 2009.

References:
1. Timoshenko and Young, “Engineering Mechanics”, McGraw Hill Publishers, 5 th edition 2013.
2. Nelson A, “Engineering Mechanics-Statics and Dynamics”, Tata McGraw Hill Education Private Ltd,
1st edition, 2009.
3. Smart Cities Mission Statement and Guidelines, Ministry of Urban Development, Government of
India, June 2015.
4. Smart Cities in India: Framework for ICT Infrastructure, Telecom Regulatory Authority of India, New
Delhi, September 2020.
5. Making a city smart: Learnings from the Smart Cities Mission, Ministry of Housing and Urban Affairs,
Government of India, March 2021.
6. Complete Guide to Green Buildings by Trish riley.

17 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module wise Text Books/Reference Books

Module Text / Reference Book


1  Shesha Prakash M.N and Ganesh. B. Mogaveer, “Elements of Civil Engineering and
Engineering Mechanics”, PHI Learning, 3rd Revised edition (2014).
 Bhavikatti, S.S, “Elements of Civil Engineering and Mechanics”, New Age
International Publisher, 6th edition, 2019.
2  Shesha Prakash M.N and Ganesh. B. Mogaveer, “Elements of Civil Engineering and
Engineering Mechanics”, PHI Learning, 3rd Revised edition (2014).
 Bhavikatti, S.S, “Elements of Civil Engineering and Mechanics”, New Age
International Publisher, 6th edition, 2019.
 Basudeb Bhattacharyya, “Engineering Mechanics”, Oxford University Press, 4 th
edition, 2010.
3  Shesha Prakash M.N and Ganesh. B. Mogaveer, “Elements of Civil Engineering and
Engineering Mechanics”, PHI Learning, 3rd Revised edition (2014).
 Bhavikatti, S.S, “Elements of Civil Engineering and Mechanics”, New Age
International Publisher, 6th edition, 2019.
 Timoshenko and Young, “Engineering Mechanics”, McGraw Hill Publishers, 5 th
edition 2013.
4  Shesha Prakash M.N and Ganesh. B. Mogaveer, “Elements of Civil Engineering and
Engineering Mechanics”, PHI Learning, 3rd Revised edition (2014).
 Bhavikatti, S.S, “Elements of Civil Engineering and Mechanics”, New Age
International Publisher, 6th edition, 2019.
 Nelson A, “Engineering Mechanics-Statics and Dynamics”, Tata McGraw Hill
Education Private Ltd, 1st edition, 2009.
5  Dr N Mani, “N Mani Smart Cities & Urban Development in India”, New Century
Publications, 12 August 2016.
 Tomwoolley and Samkimings, “Green Building Hand Book” 2009.
 Smart Cities Mission Statement and Guidelines, Ministry of Urban Development,
Government of India, June 2015.
 Smart Cities in India: Framework for ICT Infrastructure, Telecom Regulatory
Authority of India, New Delhi, September 2020.
 Making a city smart: Learnings from the Smart Cities Mission, Ministry of Housing
and Urban Affairs, Government of India, March 2021.
 Complete Guide to Green Buildings by Trish riley.

18 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

DEPARTMENT OF ELETRONICS COMMUNICATION


ENGINEERING

Elements of Electronics Engineering-21EC14/24


Blow-up Syllabus

Module 1
Sl. Details Duration Remarks
No. in Hours
1 Self-study component/
Principles of Semiconductors -Definition, types of semiconductors Conduct quiz
and Characteristics. (No Question to be set for SEE)
2 P-N junction diode and applications: Diode operation (Forward Discussion of concepts
and Reverse bias), Voltage- Current(V-I) characteristics of diode, 1
3 Diode models, Rectification-Half wave rectifier, Full wave Numerical on Diode models
rectifier, Bridge rectifier: -Working 1
4 Parameters-ripple factor, efficiency, peak inverse voltage, Numerical on Rectifier-
Capacitor filter circuit. 02 Parameters
5 Special purpose diodes: Zener Diode-Characteristics, Zener Numerical on Zener diode as
diode application as a voltage regulator. Light Emitting Diode 02 regulator
(LED) -operation and applications.
6 Tutorial Involvement of students in
respect of their doubts about the
1 module and
numerical problems
Module 2
Sl. Details Duration Remarks
No. in Hours
7 Bipolar Junction Transistor and Applications (BJT): Discussion of concepts
Construction, operation and parameters. 1
8 BJT Common Base, Common Emitter and Common Collector Discussion of concepts
configurations. 1
9 BJT biasing, operating point, Biasing circuits –Voltage divider Numericals on Voltage divider
bias. 1 bias
10 Self-bias, fixed bias- biasing circuits Self-study component/Conduct
quiz(No Question to be set for
SEE)
11 BJT as a switch, Transistor switch circuit to switch ON/OFF an Discussion of concepts
LED and a lamp in a power circuit using a relay

12 Metal Oxide Semiconductor FET: Depletion and Enhancement Numerical on MOSFET


type MOSFET-Construction, Operation, Characteristics and 1 characteristics
Symbols, CMOS as an inverter.

19 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

13 Field Effect Transistor(FET)-Construction, Operation, Self-study component/Conduct


Characteristics and Symbols quiz(No Question to be set for
SEE)
14 Tutorial 1 Involvement of students in
respect of their doubts about the
module and
numerical problems
Module 3
Sl. Details Duration Remarks
No. in Hours
15 Operational amplifiers: Introduction to Op-Amp, Op-Amp Discussion of concepts
Parameters, 1
16 Applications of Op-Amp: Inverting amplifier, Non- Numerical on applications
Inverting amplifier, Summer, Voltage follower, Integrator, 2
Differentiator, Comparator.
17 Feedback: Feedback concepts, feedback connection types, Numerical on Voltage series
Voltage series feedback, Gain stability with feedback. 1 feedback
18 Positive feedback: Barkhaunsen’s criteria for oscillation Numerical on RC Phase Shift
Sinusoidal Oscillators - RC Phase Shift oscillator, 1 oscillator
19 Wien Bridge oscillator, Hartley, Colpitts and Crystal Numerical
oscillator . 1
20 Tutorial 1 Involvement of students in
respect of their doubts about the
module and
numerical problems
Module 4
Sl. Details Duration Remarks
No. in Hours
Communication System: Introduction, Elements of Discussion of concepts
Communication Systems, Basics of wireless
communication systems and Cellular communication
(GSM).
Difference between analog and digital signals, Number Self-study component/Conduct
System representation and conversion -Decimal, Binary, quiz(No Question to be set for
octal and Hexadecimal from one system to the other. SEE)
Digital Electronics: Boolean algebra, Basic and Universal Numerical on all the concepts
Gates, Combinational circuits: Half and Full adder, 2
Multiplexer, Decoder
Transducers: Strain gauge, Linear variable differential Discussion of concepts
transducer (LVDT), Piezoelectric transducer. 1
Electronic Instruments: Oscilloscope, Displaying a Discussion of
waveform in Oscilloscope, Digital Multimeter. 1 concepts/Demonstration of the
instruments

Tutorial 1 Involvement of students in


respect of their doubts about the
module and
numerical problems

20 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module 5
Sl. Details Duration Remarks
No. in Hours
Application of Electronic systems Discussion of the application
Green tech application: Wind turbine for small power 2
application
Liquid level control system Discussion of the application
2
pH neutralization system for wastewater treatment Discussion of the application
2
RFID system, Demonstration: RFID system for an Discussion of the application
application. 2

21 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department of Electrical & Electronics Engineering


BLOW-UP SYLLABUS
(Common to all the branches)

AY/Semester: 2021-22/ I/II


Subject: Elements of Electrical Engineering
Course Code: 21EE13/23
Session Topics No. of Delivery Assessm
No. Hours Method ent
Method
Module: 1 D. C. Circuits
1 1.1 Introduction, Preamble 1 Class room CIE
teaching / PPT
presentation

2 1.2 Ohm’s Law, Series and Parallel Connection of 1 Class room CIE
Resistors teaching / PPT
presentation
3 1.3 Kirchhoff’s Laws with independent sources 1 Class room CIE
teaching / PPT
presentation.
4 1.4 Power and Energy in Electrical Circuit, Illustrative 1 Class room CIE
Examples teaching / PPT
presentation/Ass
ignment.
5 1.5 Introduction to AC, Generation AC voltage 1 Class room CIE
teaching / PPT
presentation
6 1.6 Definition and derivation of Average and RMS 1 Class room CIE
values, form factor and peak factor teaching / PPT
presentation
7 1.7 Phasor representation of alternating quantities Class room CIE
teaching / PPT
presentation
8 1.8 Hands-on session - 1 Class room CIE
teaching/Assign
ment
Hands on training topics: Reading color code and obtaining given effective value of resistance using
Standard Value Resistors.
Module: 2 Analysis of Single-phase A.C. Circuits
9 2.1 R-circuit and L-Circuit Analysis 1 Class room CIE
teaching / PPT
presentation

22 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

10 2.2 C- circuit, RL series- circuit analysis 1 Class room CIE


teaching / PPT
presentation
11 2.3 RC, RLC- Circuit analysis 1 Class room CIE
teaching / PPT
presentation
12 2.4 Parallel R-L-C circuits, illustrative examples 1 Class room CIE
teaching/Assign
ment
13 2.5 Service Mains, Meter board, distribution board, Two 1 Class room CIE
way and Three way control of Lamp teaching / PPT
14 2.6 Fuse and MCB, Electric Shock-effects and 1 Class room CIE
precautions teaching / PPT
presentation
15 2.7 Earthling- Plate and Pipe earthling. 1 Class room CIE
teaching / PPT
presentation
16 2.8 Hands-on session 1 Class room CIE
teaching / PPT
presentation
Hands on training topics: Checking the phase, neutral and earthing points in the switch board using the
test lamp/tester/multi-meter.
Module: 3 Three Phase Circuits
17 3.1 Introduction to three phase systems, necessity and 1 Class room CIE
advantages, teaching / PPT
presentation
18 3.2 Generation of Three phase power, phase sequence, 1 Class room CIE
balanced and unbalanced supply and load teaching / PPT
presentation
19 3.3 Star and Delta connection, relation between line and 1 Class room CIE
phase quantities teaching / PPT
presentation
20 3.4 Measurement of power in three phase circuit, 1 Class room CIE
illustrative examples teaching / PPT
presentation/Nu
merical
21 3.5 Introduction to generators, principle of operation, 1 Class room CIE
Constructional features teaching / PPT
presentation/Ass
ignment
22 3.6 Constructional features, emf equation, 1 Class room CIE
teaching / PPT
presentation
23 3.7 Illustrative examples 1 Class room CIE
teaching / PPT
presentation/Ass
ignment
23 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

24 3.8 Hands-on session 1 Class room CIE


teaching/Assign
ment
Hands on training topics: Identification of various parts of stator and rotor through cut section models
of machines.

Module: 4 Transformers:
25 4.1 Introduction to Transformers, principle of operation, 1 Class room CIE
core type transformer teaching / PPT
presentation
26 4.2 Shell type transformer, emf equation, illustrative 1 Class room CIE
examples teaching /
PPT/Assignment
27 4.3 Losses and efficiency in transformers 1 Class room CIE
teaching /
PPT/Assignment
28 4.4 Voltage regulation, illustrative examples 1 Class room CIE
teaching /
PPT/Assignment
29 4.5 Introduction to Induction motor, construction, 1 Class room CIE
teaching /
PPT/Assignment
30 4.6 Concept of rotating magnetic field, principle of 1 Class room CIE
operation teaching /
PPT/Assignment
31 4.7 Slip and its significance, Application, starting of 1 Class room CIE
IM teaching / PPT
presentation
32 4.8 Hands – on session 1 Class room
teaching/Assign
ment
Hands on training topics: Verification of Primary and Secondary voltages of a Transformer
Module: 5 DC Machines
Self-study topics:
33 5.1 Introduction to DC machines, working principle of 1 Class room CIE
DC generator, teaching / PPT
presentation
34 5.2 Construction and types of DC machine, 1 Class room CIE
teaching / PPT
presentation
35 5.3 Emf equation of dc generator, illustrative examples 1 Class room CIE
teaching / PPT
presentation
36 5.4 Working principle of dc motor, back emf and its 1 Class room CIE
significance, Types of dc motors teaching / PPT
presentation
24 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

37 5.5 Torque equation and characteristics of shunt dc 1 Class room CIE


motor teaching
38 5.6 Characteristics of series dc motor Illustrative 1 Class room CIE
examples on torque teaching / PPT
presentation/Ass
ignment
39 5.7 Application and starting of dc motors 1 Class room
teaching / PPT
presentation
40. Revision of Important topics 1 Class room CIE
teaching /
PPT/Assignment

Self- Study Topics:


Electric Vehicles: Introduction, Components of EV, General layout of EV, Classification, Advantages and
Disadvantages of EV

Suggested learning resources:

Textbooks:
1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata McGraw Hill, 2nd edition, June 2019.
2. V.K. Mehta, Rohit Mehta, “Principles of Electrical Engineering & Electronics”, S. Chand
Publications, 2nd edition, 2019.

References:
1. E. Hughes, “Electrical and Electronics Technology”, Pearson Education, 12th edition, 2016.
2. S.S. Parker Smith and N.N Parker Smith, “Problems in Electrical Engineering “CBS publishers &
Distributors Pvt Ltd, 9th edition, 2018
3. D.P. Kothari and I.J. Nagrath, “Theory and Problems of Basic Electrical Engineering”, PHI learning
Private Limited, 2nd edition, 2017

25 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module wise Reference books /Text books:


Module Article No. Text Books/Reference books
1 1.1 1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata
1.2 McGraw Hill, 2nd edition, June 2019.
1.3 2. V.K. Mehta, Rohit Mehta, “Principles of Electrical
1.4 Engineering & Electronics”, S. Chand Publications, 2nd
1.5 edition, 2019.
1.6 3. E. Hughes, “Electrical and Electronics Technology”,
1.7 Pearson Education, 12th edition, 2016.
1.8 4. S.S. Parker Smith and N.N Parker Smith, “Problems in
Electrical Engineering “CBS publishers & Distributors Pvt
Ltd, 9th edition, 2018(Numericals)

2 2.1 1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata


2.2 McGraw Hill, 2nd edition, June 2019.
2.3 2. V.K. Mehta, Rohit Mehta, “Principles of Electrical
2.4 Engineering & Electronics”, S. Chand Publications, 2nd
2.5 edition, 2019.
2.6 3. E. Hughes, “Electrical and Electronics Technology”,
2.7 Pearson Education, 12th edition, 2016.
2.8 4. S.S. Parker Smith and N.N Parker Smith, “Problems in
Electrical Engineering “CBS publishers & Distributors Pvt
Ltd, 9th edition, 2018

3 3.1 1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata


3.2 McGraw Hill, 2nd edition, June 2019.
3.3 2. V.K. Mehta, Rohit Mehta, “Principles of Electrical
3.4 Engineering & Electronics”, S. Chand Publications, 2nd
3.5 edition, 2019.
3.6 3. D.P. Kothari and I.J. Nagrath, “Theory and Problems of
3.7 Basic Electrical Engineering”, PHI learning Private Limited,
3.8 2nd edition, 2017
4. S.S. Parker Smith and N.N Parker Smith, “Problems in
Electrical Engineering “CBS publishers & Distributors Pvt
Ltd, 9th edition, 2018

4 4.1 1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata


4.2 McGraw Hill, 2nd edition, June 2019.
4.3 2. V.K. Mehta, Rohit Mehta, “Principles of Electrical
4.4 Engineering & Electronics”, S. Chand Publications, 2nd
4.5 edition, 2019.
4.6 3. E. Hughes, “Electrical and Electronics Technology”,
4.7 Pearson Education, 12th edition, 2016.
4.8 4. S.S. Parker Smith and N.N Parker Smith, “Problems in
Electrical Engineering “CBS publishers & Distributors Pvt
Ltd, 9th edition, 2018

26 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

5 5.1 1. D.C. Kulshreshtha, “Basic Electrical Engineering”, Tata


5.2 McGraw Hill, 2nd edition, June 2019.
2. V.K. Mehta, Rohit Mehta, “Principles of Electrical
5.3 Engineering & Electronics”, S. Chand Publications, 2nd
5.4 edition, 2019.
3. E. Hughes, “Electrical and Electronics Technology”,
5.5 Pearson Education, 12th edition, 2016.
5.6 4. S.S. Parker Smith and N.N Parker Smith, “Problems in
Electrical Engineering “CBS publishers & Distributors Pvt
5.7 Ltd, 9th edition, 2018
5.8 5. D.P. Kothari and I.J. Nagrath, “Theory and Problems of
Basic Electrical Engineering”, PHI learning Private Limited,
2nd edition, 2017

27 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department Of Electronics Telecommunication Engineering

Basic Electronics Engineering-21EC14/24


Blow-up Syllabus

Module 1
Sl. Details Duration Remarks
No. in Hours
1 Self-study component/
Principles of Semiconductors -Definition, types of Conduct quiz
semiconductors and Characteristics. (No Question to be set
for SEE)
2 P-N junction diode and applications: Diode Discussion of concepts
operation(Forward and Reverse bias), Voltage- Current(V- 1
I) characteristics of diode,
3 Diode models, Rectification-Half wave rectifier, Full wave Numericals on Diode
rectifier, Bridge rectifier: -Working 1 models
4 Parameters-ripple factor, efficiency, peak inverse voltage, Numericals on
Capacitor filter circuit. 02 Rectifier- Parameters
5 Special purpose diodes: Zener Diode-Characteristics, Numericals on Zener
Zener diode application as a voltage regulator. Light 02 diode as regulator
Emitting Diode (LED) -operation and applications.
6 Tutorial Involvement of students
in respect of their
1 doubts about the
module and
numerical problems
Module 2
Sl. Details Duration Remarks
No. in Hours
7 Bipolar Junction Transistor and Applications (BJT): Discussion of concepts
Construction, operation and parameters. 1
8 BJT Common Base, Common Emitter and Common Discussion of concepts
Collector configurations. 1
9 BJT biasing, operating point, Biasing circuits –Voltage Numericals on Voltage
divider bias. 1 divider bias
10 Self-bias, fixed bias- biasing circuits Self-study
component/Conduct
quiz(No Question to be
set for SEE)
11 BJT as a switch, Transistor switch circuit to switch Discussion of concepts
ON/OFF an LED and a lamp in a power circuit using a
relay
28 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

12 Metal Oxide Semiconductor FET: Depletion and Numerical on MOSFET


Enhancement type MOSFET-Construction, Operation, 1 characteristics
Characteristics and Symbols, CMOS as an inverter.
13 Field Effect Transistor(FET)-Construction, Operation, Self-study
Characteristics and Symbols component/Conduct
quiz(No Question to be
set for SEE)
14 Tutorial 1 Involvement of students
in respect of their
doubts about the
module and
numerical problems
Module 3
Sl. Details Duration Remarks
No. in Hours
15 Operational amplifiers: Introduction to Op-Amp, Op-Amp Discussion of concepts
Parameters, 1
16 Applications of Op-Amp: Inverting amplifier, Non- Numerical on
Inverting amplifier, Summer, Voltage follower, Integrator, 2 applications
Differentiator, Comparator.
17 Feedback: Feedback concepts, feedback connection types, Numerical on Voltage
Voltage series feedback, Gain stability with feedback. 1 series feedback
18 Positive feedback: Barkhaunsen’s criteria for oscillation Numerical on RC Phase
Sinusoidal Oscillators - RC Phase Shift oscillator, 1 Shift oscillator
19 Wien Bridge oscillator, Hartley, Colpitts and Crystal Numerical
oscillator. 1
20 Tutorial 1 Involvement of students
in respect of their
doubts about the
module and
numerical problems
Module 4
Sl. Details Duration Remarks
No. in Hours
Communication System: Introduction, Elements of Discussion of concepts
Communication Systems, Basics of wireless 1
communication systems and Cellular communication
(GSM).
Difference between analog and digital signals, Number Self-study
System representation and conversion -Decimal, Binary, component/Conduct
octal and Hexadecimal from one system to the other. quiz(No Question to be
set for SEE)
Digital Electronics: Boolean algebra, Basic and Universal Numerical on all the
Gates, Combinational circuits: Half and Full adder, 2 concepts
Multiplexer, Decoder
Transducers: Strain gauge, Linear variable differential Discussion of concepts
transducer (LVDT), Piezoelectric transducer. 1
29 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Electronic Instruments: Oscilloscope, Displaying a Discussion of


waveform in Oscilloscope, Digital Multimeter. 1 concepts/Demonstration
of the instruments
Tutorial 1 Involvement of students
in respect of their
doubts about the
module and
numerical problems
Module 5
Sl. Details Duration Remarks
No. in Hours
Application of Electronic systems Discussion of the
Green tech application: Wind turbine for small power 2 application
application
Liquid level control system Discussion of the
2 application
pH neutralization system for wastewater treatment Discussion of the
2 application
RFID system, Demonstration: RFID system for an Discussion of the
application. 2 application

30 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department of Mathematics

BLOW UP SYLLABUS
CALCULUS AND DIFFERENTIAL EQUATIONS
(21MA11)
(Common to all Branches)
(Effective from the academic year 2021-22)

MODULE – I
Sl. Details Duration Remarks
No in Hours
1. 1.1 Preamble: Understanding the 0.5 To understand the relevance of
importance of the study of Calculus studying this course
and its applications in the field of
Engineering and Economics.
2. 1.2 Differential Calculus: 1 Self-Learning Component –
Determination of
th
n order Determination of nth order
derivatives of standard functions - derivatives of standard
Problems. Leibnitz’s theorem functions (derivation).
(without proof)-problems.
3. 1.3 Polar curves - Angle between 2 Discussion restricted to
the radius vector and tangent, angle derivation and problems.
between two curves, Pedal equation Applications to be able to
of polar curves. Application of Polar understand its relevance in real
curves – Position and Navigation. life applications.
4. 1.4 Taylor’s and Maclaurin’s 1 Discussion restricted to
series for a function of a single problems.
variable-problems.
5. Lab Session 1: Demonstrate 2 MATLAB sessions
elementary math functions, Create
and work with arrays.
6. Tutorials 1.5 Involvement of students in
respect of their doubts and
solving of numerical problems.
Module – II
Sl. Details Duration Remarks
No in Hours
7. 2.1 Partial derivatives: Definition 2 Self-Learning Component –
and simple problems, Euler’s Proof of Euler’s theorem.
theorem (without proof) – To be able to understand its
problems, total derivatives, partial relevance in real life
differentiation of composite applications.
functions-problems. Application –
Study of temperature in a moving
car.

31 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

8. 2.2 Definition and evaluation of 1 Discussion restricted to


Jacobians. problems.
9. 2.3 Taylor’s and Maclaurin’s series 1 Discussion restricted to
of two variables-problems. problems.
10. Lab Session 2: Calculate the value of 2 MATLAB sessions
functions at different points, Using
symbolic objects in computations.

11. Tutorials 2 Involvement of students in


respect of their doubts and
solving of numerical problems.
Module – III
Sl. Details Duration Remarks
No in Hours
12. 3.1 Integral Calculus: Reduction 1 Self-Learning Component –
Proof of the reduction
 sin  cos
n n
formulae - xdx, xdx,
 sin
n
formula - xdx,

 sin
m
x cos n xdx
 cos  sin
n m
xdx, x cos n xdx
(m and n are positive integers).
Evaluation of these integrals with (m and n are positive
standard limits (0 to π/2) and integers).
problems.
13. 3.2 Leibnitz rule for differentiation 1 No derivation, only problems
under the integral sign.
14. 3.3 Applications: Finding the 2 Restricted to asteroid, cardiod
length, area, surface area and volume and cycloid.
for Cartesian, polar and parametric
curves.
15. Lab Session 3: Programming using 2 MATLAB sessions
an array (or matrix). Plot two
dimensional Cartesian and polar
curves.
16. Tutorials 2 Involvement of students in
respect of their doubts and
solving of numerical problems.
Module – IV
Sl. Details Duration Remarks
No in Hours
17. 4.1 Differential Equations: Solution 2 Self-Learning Component –
of first order and first degree Variable separable,
differential equations –Bernoulli’s homogeneous and linear
differential equations, exact, methods for solving
reducible to exact. differential equations.
No derivations. Reducible to
32 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

exact equations integrating


factor is restricted to three
cases only, viz:
1
For a homogeneous
Mx  Ny
function.
1  M N  1  N M 
  ,   ,
M  y x  N  x y 
18. 4.2 Applications: Orthogonal 2 Discussion restricted to
trajectories in Cartesian and polar problems
form. Simple problems on Newton's
law of cooling, LR-Circuit,
Exponential growth and decay.
19. Lab Session 4: Set the line style, 2 MATLAB sessions
marker symbol, colour, label axes
with text strings and title the graph
with a text string in graphs, Plot
multiple curves in one graph.
20. Tutorials 2 Involvement of students in
respect of their doubts and
solving of numerical problems
Module – V
Sl. Details Duration Remarks
No in Hours
21. 5.1 Vector Calculus: Derivative of 4 Self-Learning Component –
vector valued functions, Velocity, Derivative of vector valued
Acceleration and related problems, functions, Velocity,
Scalar and Vector point functions. Acceleration and related
Unit tangent vector, Unit normal problems, Unit tangent vector,
vector. Gradient of a scalar, Unit normal vector.
Divergence of a vector, Directional
derivative and Curl of a vector-
problems. Solenoidal and Irrotational
vector fields. Vector identities – div
(ɸ A), div(gradɸ), curl (ɸ A), curl (
grad ɸ), div (curl A). Application-
Centre of mass, field theory,
kinematics.
Summary: The student will be able to
analyze and apply various concepts
related to vector calculus and
differential equations.
22. Lab Session 5: 2 MATLAB sessions
Differentiate symbolic
expression or functions of
one or several variables
33 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

with respect to one or


more independent
variables upto required
order.
23. Tutorials 2 Involvement of students in
respect of their doubts and
solving of numerical problems

Text Books
1. E. Kreyszig, Advanced Engineering Mathematics, 10th ed., John Wiley & Sons, 2015.
2. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna Publishers, 2015.
3. N. P. Bali and Manish Goyal, A text book of Engineering Mathematics, 9th ed., Laxmi
Publications (P) Ltd., 2014.
Reference Books
1. Srimanta Pal and Subodh C. Bhunia, Engineering Mathematics, 3rd ed., Oxford
University Press, 2016.
2. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th edition,
2010.
3. H. K. Dass and Er. RajnishVerma, Higher Engineering Mathematics, 1st edition, S.
Chand and Company Pvt. Ltd., 3rd edition, 2014.

Module wise Text Books/Reference Books


Module Article Text Book/Reference Book
No
1 1.1 1. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna
1.2 Publishers, 2015.
1.3 2. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th
1.4 edition, 2010.
3. Srimanta Pal and Subodh C. Bhunia, Engineering Mathematics, 3rd ed.,
Oxford University Press, 2016.
2 2.1 1. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna
2.2 Publishers, 2015.
2.3 2. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th
edition, 2010.
3. Srimanta Pal and Subodh C. Bhunia, Engineering Mathematics, 3rd ed.,
Oxford University Press, 2016.
3 3.1 1. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna
3.2 Publishers, 2015.
3.3 2. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th
edition, 2010.
4 4.1 1. E. Kreyszig, Advanced Engineering Mathematics, 10th ed., John Wiley &
4.2 Sons, 2015.
2. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna
Publishers, 2015.
3. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th
edition, 2010.
34 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

4. Srimanta Pal and Subodh C. Bhunia, Engineering Mathematics, 3rd ed.,


Oxford University Press, 2016.
5. H. K. Dass and Er. RajnishVerma, Higher Engineering Mathematics, 1st
edition, S. Chand and Company Pvt. Ltd., 3 rd edition, 2014.
5 5.1 1. B.S. Grewal, Higher Engineering Mathematics, 43rd ed., Khanna
Publishers, 2015.
2. B. V. Ramana, Higher Engineering Mathematics, Tata McGraw-Hill, 6th
edition, 2010.
3. Srimanta Pal and Subodh C. Bhunia, Engineering Mathematics, 3rd ed.,
Oxford University Press, 2016.
4. H. K. Dass and Er. RajnishVerma, Higher Engineering Mathematics, 1st
edition, S. Chand and Company Pvt. Ltd., 3 rd edition, 2014.

35 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department of Mathematics
BLOW UP SYLLABUS
ADVANCED CALCULUS, LAPLACE TRANSFORMS & LINEAR ALGEBRA
(21MA21)
(Common to all Branches)
(Effective from the academic year 2021-22)

MODULE – 1
Sl. Details Duration Remarks
No in Hours
1. Introduction: A glimpse of the significance of 0.5 To understand the
Calculus, Differential Equations, Laplace relevance of
Transforms and Linear Algebra in the field of studying this course
Engineering, Statistics, Economics & Medicine.
2. 1.1 Differential Calculus: Curvature and Radius of 2 Discussion restricted
curvature- Cartesian, parametric, polar and pedal only to problems on
forms (without proofs) Cartesian and polar
curves
3. 1.2 Limits: Indeterminate forms - L’ Hospital’s rule 1 Discussion restricted
(00 , 0 , 1) to problems.
4. 1.3 Maxima and Minima for a function of two 1 Discussion restricted
variables; Method of Lagrange multipliers with one to problems on
subsidiary condition. Applications of Maxima and Lagrange’s
Minima with illustrative examples. multipliers.

5. Self learning component: Centre and circle of - No Questions to be


curvature, Evolutes and involutes set for SEE
6. Lab Session 1: Using MATLAB, 2
(i) Transform cartesian to polar coordinates in two
dimension, cylindrical and spherical polar
coordinates in three dimension
(ii) Create 2D & 3D plots (cartesian, polar &
parametric curves)
(iii) Determine Curvature, Radius of Curvature &
Evolutes
(iv) Evaluate Maxima and Minima of functions of
several variables
7. Tutorials 1.5 Involvement of
students in respect of
their doubts and
solving of numerical
problems.

36 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module – 2
Sl. Details Duration Remarks
No in Hours
8. 2.1 Differential Equations: Second and higher 2 Discussion restricted
order homogeneous and non-homogeneous linear to problems (Cases
ODE with constant coefficients - Inverse I-III). P.I. restricted
differential operators to R(x)= eax , sinax,
cosax, xn for f(D)y =
R(x))
9. 2.2 Cauchy differential equations and Method of 2 Discussion restricted
variation of parameters. to problems.
Applications to oscillations of a spring and L-C-R Applications to be
circuits able to understand its
relevance in real life
applications.
10. Self learning component: Legendre differential - No Question to be
equations & problems set for SEE
11. Lab Session 2: Using MATLAB, 2
(i) Solve LDE of second and higher order with
constant & variable coefficients
(ii) Obtain solution of initial and boundary value
problems
(iii) Determine the Laplace Transform of
elementary functions
(iv) Develop the Laplace Transform of periodic
function, Heaviside (Unit Step) function and Dirac
delta (Impulse) function
(v) Evaluate the Inverse Laplace Transform of
functions in s
(vi) Solve ODE formulated for real world problems

12. Tutorials 2 Involvement of


students in respect of
their doubts and
solving of numerical
problems.
Module – 3
Sl. Details Duration Remarks
No in Hours
13. 3.1 Multiple Integrals: Review of elementary 3.5 Discussion
Integral Calculus; Multiple integrals: Evaluation of restricted to
double and triple integrals; Evaluation of double problems
integrals by change of order of integration and
changing into polar coordinates
Applications to find area (using double integration)

37 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

and volume (using triple integration)


14. 3.2 Beta and Gamma functions: Definitions, 1.5 Discussion restricted
Relation between Beta and Gamma functions and to problems and
simple problems Proofs of ( )
√ and relation
between Beta and
Gamma functions
15. Self-learning component : Applications of double - No Question to be
integrals to find surface area & triple integrals to set for SEE
find Centre of gravity

16. Lab Session 3 : Using MATLAB, 1


(i) Evaluate double integrals
(ii) Evaluate triple integrals
17. Tutorials 2 Involvement of
students in respect of
their doubts and
solving of numerical
problems.
Module – 4
Sl. Details Duration Remarks
No in Hours
18. 4.1 Laplace Transforms: Definition and Laplace 3 Discussion restricted
transforms of elementary functions, Laplace to problems
Transforms of
(
( (
(without proof), Periodic function (statement only)
and Unit-step function – problems.
19. 4.2 Inverse Laplace Transforms: Definition and 3 Discussion restricted
problems, Convolution theorem to find the inverse to problems related
Laplace Transforms (without Proof) and problems. to algebraic,
Solution of linear differential equations using logarithmic &
Laplace Transform technique. inverse
Applications of Laplace Transforms in Control trigonometric
Engineering functions.
Applications to be
able to understand its
relevance in real life
applications.
20. Self learning component : Laplace Transform of - No Question to be
Impulse (Dirac delta) function set for
21. Tutorials 2 Involvement of
students in respect of
38 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

their doubts and


solving of numerical
problems
Module – 5
Sl. Details Duration Remarks
No in Hours
22. 5.1 Linear Algebra: Rank of a matrix-echelon 2 Discussion restricted
form. Solution of non-homogeneous system of to problems
linear equations – consistency; Gauss-elimination
method, Gauss –Jordan method and Approximate
solution by Gauss-Seidel method
23. 5.2 Eigen values and eigen vectors - Rayleigh’s 2 Discussion restricted
power method; Diagonalization of a square matrix to problems.
of order two. Applications to be
Linear transformations & Quadratic forms -
able to understand its
Definition with examples
Applications of Linear Algebra to Electrical relevance in real life
Circuits, Traffic Flow, Image Processing applications.
Techniques, Robotics
24. Self learning component : Diagonalization of a - No Question to be
square matrix of order three set for SEE

25. Lab session 4 : Using MATLAB, 2


(i) Create and work with matrices
(ii) Solve non-homogeneous system of linear
equations
(iii)i Find the eigenvalues and eigenvectors of a
square matrix
23. Tutorials 2 Involvement of
students in respect of
their doubts and
solving of numerical
problems

Suggested Learning Resources:


Text Books :
1. E. Kreyszig, “Advanced Engineering Mathematics”, 10th Edition (Reprint), John Wiley
& Sons, 2016.
2. B.S. Grewal, “Higher Engineering Mathematics”, 44 th Edition, Khanna Publishers, 2018.
3. N.P. Bali and Manish Goyal, “A textbook of Engineering Mathematics”, Latest Edition,
Laxmi Publications.
References :
1. B.V. Ramana, “Higher Engineering Mathematics”, 11 th Edition, McGraw-Hill
Education.
39 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

2. H. K. Dass and Er. Rajnish Verma, “Higher Engineering Mathematics”, S. Chand


Publication, 2014.
3. S. L. Ross, “Differential Equations”, 3rd Edition, Wiley India, 1984.
4. V. Krishnamurthy, V.P. Mainra and J.L. Arora, “An Introduction to Linear Algebra”,
Reprint Affiliated East–West Press, 2005.

Module wise Text Books:


Module Article Text Books
No
1.2 Article No.4.10, 4.11 (1, 2, 4, 5) of Text Book 2
1 1.3 Article No. 4.5 (III) of Text Book 2.
1.4 Article No.5.11 & 5.12 of Text book 2
2.1 Article No. 13.1, 13.2, 13.3, 13.4, 13.5 (Cases I-III), 13.6 & 13.7 of Text
Book 2
2 Article No. 13.1-13.7 of Text Book 3
2.2 Article No.13.8 (1) , 13.9 (I), 14.4 (1) & 14.5 (II) of Text Book 2
Article No. 13.8 & 13.9 of Text Book 3
3.1 Article No.7.1-7.5, 7.6 (2) of Text Book 2
Article 6.1-6.10 of Text Book 3
3
3.2 Article No.7.15 & 7.16 of Text Book 2
Article 15.1-15.6 of Text Book 3
4.1 Article No.21.1 to 21.5, 21.7, 21.9, 21.10 & 21.17 of Text Book 2
4
4.2 Article No.21.12, 21.13, 21.14 & 21.15 of Text Book 2
5.1 Article No.2.7 (1)-(6), 2.10, 28.6(1, 2) and 28.7(2) of Text Book 2
5 5.2 Article No. 4.0, 20.8 and 8.4 of Text Book 1
Article No. 2.11, 2.13, 2.14, 2.16, 2.17 & 2.18 of Text Book 2

40 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department of Mechanical Engineering

ENGINEERING GRAPHICS
21ME14/24
Blow-up Syllabus
(Common to all Branches)

Module-1
Sl. Details Duration Remarks
No in hours
1 Importance of learning Engineering Graphics, Industrial /defence Self study
application, research in the field of ME, Impact of the course on 2 component: (Basics
societal and sustainable solutions. of geometrical
constructions)
Introduction to Engineering graphics 2+4 Numerical
problems
Drawing Instruments and their uses, relevant BIS conventions
and standards. Lettering, line conventions, dimensioning,
material conventions, and free hand practicing. Co-ordinate
system and reference planes HP, VP, RPP & LPP of 2D/3D
environment. Orthographic Projections: Planes of projection.

Projections of points in all the four quadrants.

2 Selection of drawing sheet size and scale. Commands and Numerical


creation of Lines, coordinate points, axes, poly-lines, square, problems on
rectangle, polygons, splines, circles, ellipse, text, move, copy, projection of
off-set, mirror, rotate, trim, extend, break, chamfer, fillet, 2 points
curves, constraints viz., tangency, parallelism, inclination and
perpendicularity.
Basics of geometrical constructions and Projections of points in all
the four quadrants.
Module-2
Sl. Details Duration Remarks
No in hours
3 Basics of Projections of straight lines – problems on lines above 2+2 Numerical
HP and in front of VP 2 problems

4 Basics of Projections of straight lines – problems on lines above 4 Numerical


HP and in front of VP 2 problems
0

41 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

5 Projections of straight lines – problems on lines on HP/VP 𝟐 3+5Numerical problems

6 Projections of straight lines – problems on lines on HP/VP 𝟐 8 Numerical problems

Module-3
Sl. Details Duratio Remarks
No nin
hours
7 Introduction to projection of plane surfaces, Projection of 2 Basics and 2 + 2 numerical
Triangular and Square planes inclined to horizontal and problems
vertical planes.

8 Projection of Triangular and Square planes inclined to 2 4 Numerical problems


horizontal and vertical planes.

9 Rectangular, Pentagonal, Hexagonal and Circular planes 2 4+6 Numerical problems

10 Rectangular, Pentagonal, Hexagonal and Circular planes 2 10 Numerical problems

Module-4
Sl. Details Duratio Remarks
No nin
hours
11 Introduction to projections of Solids, Projections of right 3 + 3Numerical problems
regular Prisms 2

12 Introduction to projections of Solids, Projections of right 6 Numerical problems


regular Prisms 𝟐

13 Projection of Pyramids and Cones 2 3+5Numerical problems

42 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

14 Projection of Pyramids and Cones 2 8 Numerical problems

15 Tetrahedron and Hexahedron inclined to both the planes. 2 2+2 Numerical problems

16 Tetrahedron and Hexahedron inclined to both the planes. 2 4 Numerical problems

Module-5
Sl. Details Duratio Remarks
No nin
hours
17 Isometric Projection 2 3 + 3 Numerical
Introduction, Isometric scale, Isometric projection of simple plane problems
figures, Isometric projection of hexahedron (cube), right regular
prisms, pyramids, cylinders, cones, Hemisphere and spheres.
18 Isometric projection of hexahedron (cube), right regular prisms, 2 6 Numerical problems
pyramids, cylinders, cones, Hemisphere and spheres.
19 Isometric projection of combination of two solids. 2 4+4 Numerical problems

20 Isometric projection of combination of two solids. 2 8 Numerical problems

Suggested Learning Resources:

Text Books:
1. K.R. Gopalakrishna, Engineering Graphics, 32nd ed. Bangalore: Subhas Publications, 2013.
2. N.D. Bhatt, Engineering Drawing, 48th ed. Gujarat: V. M. Panchal Charutha Publishing House, 2005.

Reference Books:
1. A Primer on Computer Aided Engineering Drawing, 2nd edition, Published by VTU, Belagavi.
2. Luzadder Warren J., Duff John M Eastern, 2009, Fundamentals of Engineering Drawing with an
Introduction to Interactive Computer Graphics for Design and Production, 7th edition, Best Publications.

43 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Department of Mechanical Engineering

Elements of Mechanical Engineering -21ME15


Blow-up Syllabus
(Common to all Branch)
Sl. Details Duration Remarks
No
Module-1
1. Sources of Energy: Non-renewable energy 1 Differences and Common
sources and their applications. Environmental environmental effects.
issue like global warming and ozone depletion.
2 Renewable Energy like Solar, Wind, Hydro, and 2 Line diagram which
Bio fuels represents working and major
components used in respective
plant.
3 Steam: Formation of steam at constant pressure 2 Line diagram that represents
and thermodynamic properties of steam Steam generation starting
from 0°C.
4 Problems on steam 2 Simple numerical to find the
quality of steam and its energy
content.
Module-2
5 Hydraulic Turbines: Hydraulic Turbines, 1 Line diagram which
Classification and specification, Principle and represents working and major
operation of Pelton wheel turbine and their components used in Pelton
applications. wheel turbine.
6 Principle and operation of Francis Turbine and 2 Line diagram which
Kaplan Turbine with their applications. represents working and major
components used in Francis
Turbine and Kaplan Turbine
7 Internal Combustion Engines: Introduction, 1 Line diagram which
Classification, Parts of an IC engine, 4 stroke represents major parts of IC
petrol engine, 4 stroke diesel engine engine and their arrangement.

8 PV diagrams of Otto cycle, Diesel cycle, Dual 2 Working of 4-Stroke Petrol


Cycle, Simple numerical on performance and diesel engines and basic
parameters of IC Engines differences between them

9 Problems 2 Simple numerical to evaluate


performance parameters of IC
Engines
10 Electric Vehicles 1 Basic configuration of EVs
and merits and demerits over
standard IC engines.
44 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Module-3
11 Refrigeration: Definitions- Refrigeration effect, 1 Definitions, formulas and their
Ton of Refrigeration, Ice making capacity, COP, units of all basic terms used in
Relative COP, Unit of Refrigeration, Refrigerant, Refrigeration system
Commonly used Refrigerants.
12 Properties of Refrigerants, Principle and working 2 Line diagram which
of Vapour compression refrigeration. Principle represents major components
and application of air conditioners, Window and used in VCR system and Split
Split air conditioners. AC and there working.
13 Belt Drives: Open and Cross belt drives, 1 Definitions, formulas and their
Definitions – Slip, Creep, Velocity ratio, units of all basic terms used in
Derivation of length for open belt drives belt drives.
Derivation to find length of
belt.
14 Derivation of length for cross belt drives 2 Derivation to find length of
belt.
15 Problems on Belt drives 2 Simple numerical problems
To find length of belt, distance
between pulley, Diameter and
speed of pulleys.
16 Gear Drives: Types – Spur, Helical, Bevel, 2 Line diagram that represents
Worm, rack and Pinion, Advantages and Size of gears, directions of
disadvantages over belt drives teeth, arrangements of gears,
number of gears in drive
system.
Module-4
17 Engineering Materials: Introduction, 2 List of aterials used for
Classification, Properties, and Industrial engineering application.
Application of Ferrous, Materials Classification, and their basic
properties.
18 Composites Materials, 1 Classification, advantages
Smart Materials over conventional materials
and their applications.
19 Metal Joining processes: Classifications, 1 Classifications of different
Principle of Soldering, Brazing and Welding joining process, Line diagram
processes, Working of Arc welding, that represents working and
components used in Arc
welding.
20 Working of Oxy – Acetylene welding, TIG and 1 Line diagram that represents
MIG Welding. working and components used
in Arc welding. Hands on.
21 Lathe Machine Tool: Principle of working of a 2 Sketches (Line diagram) only
centre Lathe, Specifications, Operations: for explaining the Lathe
Turning, Facing, Taper Turning by swiveling operations.
compound rest, No sketch to represent Lathe
machine tool. Hands on.
45 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

22 Lathe Operations: Knurling, Thread cutting, 2 Sketches (Line diagram) only


Drilling. for explaining the Lathe
operations. Hands on.
Module-5
23 Automation: Introduction and types of 2 Classification of Advanced
automation. manufacturing system,
Introduction to Advanced Manufacturing Line diagram to represent the
Systems: Computer Numerical Control (CNC) working and major
Machines: Introduction, Components of CNC components used in CNC.
Machines,
24 Robotics: Robot anatomy, Joints and links, 2 Line diagrams that represents
Common Robot configurations, different robotic
configurations.
25 Applications of Robots in Material handling, 1 Various applications of robots
Processing, Assembly and inspection in different field.

Suggested Learning Resources:

Textbooks:
1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH, Scientific
International Pvt Ltd, 1st Edition, 2019.
3. Mehrdad Ehsani, “Modern Electric, Hybrid Electric, and Fuel Cell Vehicles”, CRC Press, 1st Edition, 2005.

46 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

References:
1. Groover, Milell P, “Automation, Production Systems & Computer-integrated Manufacturing”, Pearson, 4th
Edition, 2018.
2. K. P Roy, “Elements of Mechanical Engineering”, Media Promoters & amp; Publishing Pvt. Ltd, 7th
Edition, 2014.
3. Dr. A. S. Ravindra, “Elements of Mechanical Engineering”, Best Publications, 7th Edition, 2009.

Module wise Text Books/Reference Books


Module Text Book / Reference Book
1 1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th
Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH,
Scientific International Pvt Ltd, 1st Edition, 2019.
3. K. P Roy, “Elements of Mechanical Engineering”, Media Promoters & amp; Publishing Pvt.
Ltd, 7th Edition, 2014.
4. Dr. A. S. Ravindra, “Elements of Mechanical Engineering”, Best Publications, 7th Edition,
2009.
2 1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th
Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH,
Scientific International Pvt Ltd, 1st Edition, 2019.
3. K. P Roy, “Elements of Mechanical Engineering”, Media Promoters & amp; Publishing Pvt.
Ltd, 7th Edition, 2014.
4. Dr. A. S. Ravindra, “Elements of Mechanical Engineering”, Best Publications, 7th Edition,
2009.
5. Mehrdad Ehsani, “Modern Electric, Hybrid Electric, and Fuel Cell Vehicles”, CRC Press, 1st
Edition, 2005.
3 1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th
Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH,

47 | P a g
e
BMS INSTITUTE OF TECHNOLOGY AND
MANAGEMENT
YELAHANKA – BANGALORE – 64

Scientific International Pvt Ltd, 1st Edition, 2019.


3. K. P Roy, “Elements of Mechanical Engineering”, Media Promoters & amp; Publishing Pvt.
Ltd, 7th Edition, 2014.
4. Dr. A. S. Ravindra, “Elements of Mechanical Engineering”, Best Publications, 7th Edition,
2009.
4 1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th
Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH,
Scientific International Pvt Ltd, 1st Edition, 2019.
3. K. P Roy, “Elements of Mechanical Engineering”, Media Promoters & amp; Publishing Pvt.
Ltd, 7th Edition, 2014.
4. Dr. A. S. Ravindra, “Elements of Mechanical Engineering”, Best Publications, 7th Edition,
2009.
5 1. K. R. Gopalakrishna, “Elements of Mechanical Engineering”, Subhas Publications, 38th
Edition, 2019.
2. S. Trymbaka Murthy, “Text book of Elements of Mechanical Engineering”, MEDTECH,
Scientific International Pvt Ltd, 1st Edition, 2019.
3. Groover, Milell P, “Automation, Production Systems & Computer-integrated Manufacturing”,
Pearson, 4th Edition, 2018.

48 | P a g
e

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy