0% found this document useful (0 votes)
9 views5 pages

Sylabus Sem 2

Uploaded by

skill73557
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)
9 views5 pages

Sylabus Sem 2

Uploaded by

skill73557
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/ 5

(1)MMT(credit:4)

Unit I Conventional Machining Process

Introduction & classification of Manufacturing Processes. Conventional machining process: Turning, Facing, Drilling, Milling,
Boring, Knurling etc.

Unit II Casting, Joining and Metal forming

Basics of casting process and steps involved. Introduction to joining processes: oxy-fuel gas welding, arc welding, resistance
welding. Brazing and Soldering.

Fundamentals of metal forming processes. Sheet metal operations like punching, blanking & piercing etc.

Unit III Modern Manufacturing techniques

Nonconventional machining process: Classification, Electrical discharge machining, Ultrasonic machining, Abrasive jet machining,
Laser beam machining, Electrochemical machining.

Rapid prototyping: Fundamental, classification and applications. Basic of 3D Printing and its application.

Unit IV Basic of Computer Integrated manufacturing systems:

Flexible Manufacturing Systems (FMS): Components, applications and Benefits.

Computer Numerical Control (CNC): Fundamental of CNC technology, Difference between manual machine and computer
numerical control machine, coding systems and formats, Basic of NC part programming.
Unit V- Industrial Robotics and Industry 4.0 a way towards Automation: Introduction of Automation, introduction to Industry 4.0
and its background, Industrial robotics in manufacturing. Anatomy of industrial robotics. Application of industrial robots like, pick
up and place robot, Arc welding. Overview of the Cabot’s and its application.

List of experiments:
1. To study and perform the machining operations of Facing, Plane Turning, step turning, taper turning and knurling on
given work-piece.
2. To prepare a sand mould, using the given single piece pattern.
3. To join the given work material by the welding operations like arc welding, gas welding and resistance welding.
4. To perform experiment on punching and blanking operation on sheet metal.
5. To prepare a sheet metal product (square container).
6. To study the construction and working of an Electro discharge machine.
7. To study the construction and working of an Industrial CNC Lathe machine.
8. To study the construction and working of an Industrial flexible manufacturing system.
9. To study the construction and working of an industrial robot.
(2)Physics(Credit: 5)

Unit 1: Oscillations and Waves

 Introduction to Oscillations and Waves, basic idea of simple harmonic motion and examples
 Equation of Simple Harmonic Motion and its solution
 Characteristics of SHM, kinetic and potential energy of simple harmonic oscillator, conservation of energy in SHM
 Damped Oscillations and its differential equation
 Special cases of damped oscillations
 Forced oscillation and its differential equation
 Special cases of forced oscillation
 Introduction to Waves and types of waves
 Travelling waves and wave equation
 Velocity of wave in a stretched string

Unit 2: Interference
 Young's double slit experiment
 Introduction to interference, conditions for sustained interference, Fringes with white light
 Interference in plane parallel thin film (reflected case)
 Interference in plane parallel thin film (transmitted case)
 Newton’s ring experiment, radii of bright and dark rings
 Applications of Newton’s rings for determination of wavelength and refractive index

Unit 3: Diffraction
 Introduction to diffraction: Difference between Interference and Diffraction. Introduction to Fraunhofer diffraction due to a single slit
 Fraunhofer diffraction due to a single slit: resultant intensity, conditions of maxima and minima
 Angular and linear width of central maximum
 N slit diffraction: resultant intensity
 N slit diffraction: conditions of maxima and minima
 Missing orders, angular width of principal maxima

Unit 4: Polarization
 Polarized and unpolarized light and its pictorial representation, plane of polarization and plane of vibration
 Phenomenon of Double Refraction, positive and negative double refracting crystals, properties of ordinary and extra-ordinary rays
 Nicol Prism and its applications as a polarizer and analyser
 Mathematical analysis of superposition of two linearly polarized light vectors (parallel and perpendicular cases)
 Retardation plates-half and quarter wave plates
 Production and detection of Plane, Circularly and Elliptically Polarized light

Unit 5: Quantum Mechanics and Lasers


 Introduction to Quantum Mechanics, Concept of wave packet, group and phase velocity
 Heisenberg Uncertainty Principle and its proof
 Applications of Heisenberg Uncertainty Principle (non-existence of electron in nucleus)
 Physical interpretation of wave function, normalization condition of the wave function
 Schrödinger time-dependent and time-independent wave equations
 Application of Schrödinger wave equation: Particle in a one-dimensional box
 Introduction to lasers: Spontaneous and Stimulated emission, Stimulated Absorption
 Einstein’s A & B Coefficients
 Metastable states, population inversion, basic principle of laser (three-level and four-level), optical cavity
 He-Ne laser
(3)Maths(Credit: 4)

Objective:
To introduce the fundamentals in Matrices and Linear Algebra, Ordinary Differential Equations, Laplace Transform, and Infinite
Series relevant to engineering applications.

Unit I:

 Elementary row operations, row reduced Echelon form, rank of a matrix, invertible matrices.

 Consistency of linear systems of equations and their solution.

 Linear independence and dependence of vectors, Vector Spaces and its basis.

 Linear Transformations, Eigenvalues and Eigenvectors, Cayley-Hamilton Theorem, Diagonalization of matrices.

Unit II:

 Order, degree of ODE, and basic concepts such as linearity and nonlinearity, general solution and particular solution,
formation of ODEs.

 First-order differential equations: variable separable method, homogeneous method, and its variants.

 Exact differential equation of first order and differential equation reducible to exact differential equations.

 Linear differential equations of second order with constant coefficients: Complementary function and particular
integral for some standard functions.

 Cauchy Euler linear differential equation.

 Solution of second-order linear differential equations with variable coefficients, method of variation of parameters,
solution of simultaneous linear differential equations.

Unit III:

 Laplace transform of some standard functions, Properties of Laplace transform.

 Inverse Laplace transforms, Properties of Inverse Laplace transforms, using partial fractions for inverse Laplace
transforms.

 Convolution theorem (without proof).

 Application of Laplace transforms to solve various types of differential equations, e.g., differential equations with
constant coefficients, variable coefficients, simultaneous differential equations.

Unit IV:

 Introduction to sequence and series, series of positive terms, comparison test, D'Alembert's ratio test, Root Test,
alternating series, Leibnitz Test.

 Fourier series of periodic functions, Euler's formulae, functions having arbitrary period, change of intervals, even and
odd functions, half range sine and cosine series.
(4)DSA

Unit 1: Introduction to Data Structures and Algorithms

 Data types, Abstraction, Abstract Data Type (ADT)

 Concept of data structure, Types of data structures

 Operations on Data Structures

 Introduction to Algorithms, Writing Pseudocodes, Algorithm analysis

 Complexity of algorithms, Time-space trade-off

 Searching: Linear and Binary Search Techniques and complexity analysis

Unit 2: Arrays and Stacks

 Arrays: Introduction, Applications, Operations (Traverse, Insert, Delete)

 Stacks: Introduction, Array representation, Operations (Push, Pop)

 Applications of Stacks: Infix and Postfix Conversion, Evaluations of Infix and Postfix expressions

Unit 3: Queues and Linked Lists

 Queue: Introduction, Array representation, Operations

 Types of Queue: Circular Queue, Priority Queue, Double-ended Queue, and their Applications

 Linked Lists: Dynamic Memory Allocation, Representation and Implementation of Single, Double, and Circular Linked
Lists

 Operations on Linked List: Insert, Delete, Traverse

 Applications of Linked List, Linked List representation of Stack and Queue

Unit 4: Trees and Graphs

 Trees: Basic terminologies, Binary Tree, Binary Search Tree (BST), AVL Tree, B-Tree, Heap

 Tree Traversal algorithms, Operations (Insert, Delete), Applications of Trees

 Graphs: Introduction, Terminologies, Types, Representations

 Graph traversal algorithms, Topological Sorting, Minimum Spanning Tree

 Shortest Path Algorithms: Bellman-Ford, Dijkstra, Floyd-Warshall

Unit 5: Sorting and Hashing

 Sorting Algorithms: Selection Sort, Bubble Sort, Insertion Sort, Quick Sort, Merge Sort, Heap Sort

 Performance Analysis and Comparison of Sorting Techniques

 Hashing: Hash Functions, Hash Table Construction, Collision Resolution, Universal Addressing, Open Hashing
(5) English
Unit I: Prose
Swami Vivekananda: The Cosmos-Macrocosm
Mahatma Gandhi: Hind Swaraj, What is Civilization? (Chapter XIII) Education (Chapter XVIII)
APJ Abdul Kalam: Unity of Minds

Unit II: Poetry


Toru Dutt: Our Casuarina Tree
Rabindranath Tagore: Geetanjali – Where the mind is without fear
Sri Arbindo: Stone Goddess
Sarojani Naidu: Life
Nissim Ezekiel: The Night of Scorpion
Kamla Das: An Introduction

Unit III: Short Stories

R.N. Tagore: Kabuliwala


Mulk Raj Anand: Duty
R.K. Narayan: An Astrologer’s Day
Ruskin Bond: Once Upon a Mountain Time

Unit IV: Novel


R. K. Narayan: The Guide

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