Syllabus Btech CSE II Semester
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Engineering Physics (BT-101)
UNIT I
Quantum Physics Group and particle
velocities & their relationship. Uncertainty principle with elementary
proof and applications ( determination of position of a particle by a
microscope, non existence of electron in nucleus, diffraction of an electron
beam by a single slit). Compton scattering. Wave function and its properties,
energy and momentum operators, time dependent and time independent Schrödinger
wave equation. Application of time independent Schrödinger wave equation to
particle trapped in a one dimensional square potential well (derivation of
energy eigen values and wave function).
UNIT
II
Wave Optics Interference: Fresnel's biprism,
Interference in thin films (due to reflected and transmitted lght),
interference from a wedge shaped thin film, Newton’s rings and Michelson’s
interferometer experiments and their applications. Diffraction at single slit,
double slit and n-slits (diffraction grating). Resolving power of grating and
prism. Concept of polarized light, Brewster's laws, Double refraction, Nicol
prism, quarter & half wave plate.
UNIT
III
Nuclear Physics Nuclear liquid drop
model (semi empirical mass formula), nuclear shell model, Linear Particle
acceleratos: Cyclotron, general description of Synchrotron, Synchrocyclotron,
and Betatron. GeigerMuller Counter, Motion of charged particles in crossed
electric and magnetic fields. Uses of Bainbridge and Auston mass Spectrographs.
UNIT
IV
Solid State Physics Qualitative
discussion of Kronig Penny model (no derivation), Effective mass, Fermi-Dirac
statistical distribution function, Fermi level for Intrinsic and Extrinsic
Semiconductors, Zener diode, tunnel diode, photodiode, solar-cells, Hall
effect. Superconductivity: Meissner effect, Type I and Type II superconductors,
Di-electric polarization, Complex permittivity, dielectric losses
UNIT
V
Laser and Fiber Optics Laser:
Stimulated and spontaneous processes, Einstein’s A & B Coefficients,
transition probabilities, active medium, population inversion, pumping, Optical
resonators, characteristics of laser beam. Coherence, directionality and divergence.
Principles and working of Ruby, Nd:YAG, He-Ne & Carbon dioxide Lasers with
energy level diagram.. Fundamental idea about optical fiber, types of fibers,
acceptance angle & cone, numerical aperture, V-number, propagation of light
through step index fiber (Ray theory) pulse dispersion, attenuation, losses
& various uses. Applications of lasers and optical fibers.
Reference
Books: -
1. Engineering Physics- Purnima
Swarup Khare, Laxmi Publication
2. A Text Book of Engg Physics – N.
Gupta & S.K. Tiwary , Dhanpat Rai & Co. , Delhi
3. Concepts of Modern Physics- Beiser, TMH
4. Solid State Physics by Kittel
,Wiley India
5. Engineering Physics-Fundamentals
and Modern Applications – by Purnima Swarup Khare, Infinity Press Publications
List
of suggestive core experiments: -
1. Biprism, Newton's Rings,
Michelsons Interferometer.
2. Resolving Powers –Telescope,
Microscope, and Grating.
3. G.M. Counter , Solar Cell,
Plank’s constant.
4. Spectrometers-R.I., Wavelength,
using prism and grating
5. Optical polarization based
experiments: Brewster’s angle, polarimeter etc.
6. Measurements by
LASER-Directionality, Numerical aperture, Distance etc.
7. Uses of Potentiometers and
Bridges (Electrical).NA of Optical Fibre.
8. Experiments connected with diodes and
transistor.
9. Measurement of energy band gap of
semiconductor.
10. To study Hall effect and To find the width of s single slit by f He-Ne Laser.
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Mathematics-II (BT-202)
UNIT II
Ordinary
Differential Equations II: Second
order linear differential equations with variable coefficients, Method of
variation of parameters, Power series solutions; Legendre polynomials, Bessel
functions of the first kind and their properties.
UNIT III
Partial
Differential Equations I: Formulation
of Partial Differential equations, Solution of
Linear Partial Differential Equations by Lagranges Method, Solution of
Non-Linear Partial Differential Equations of First order (Standard I,II,III, IV
and Charpit’s General Methods)
UNIT IV
Partial Differential Equations II: Partial Differential Equations with Constants Coefficients
(Second and Higher order Homogeneous and Non-Homogeneous equations) Partial
Differential Equations Reducible to equations with constant coefficient, Partial
Differential Equations Reducible to equations with Constants Coefficients, The
Methods of Separations of Variables.
UNIT V
Vector
Calculus: Differentiation of Vectors, Scalar
and vector point function, Gradient, Geometrical meaning of gradient,
Directional Derivative, Divergence and Curl, Line Integral, Surface Integral
and Volume Integral, Gauss Divergence, Stokes and Green theorems.
Reference Books: - :
1. G.B. Thomas and R.L.
Finney Calculus and Analytic geometry.9th Edition 2002.Pearson
2. Erwin kreyszig ,
Advanced Engineering Mathematics,9th Edition 2006 Edition, John Wiley &
Sons
3. W. E. Boyce and R. C.
DiPrima. Engineering Elementary Differential Equations and Boundary Value
Problems.2009.9th ed. Wiley India.
4. Ramana B.V.Higher
Engineering Mathematics, 11th Reprint, 2010.Tata McGraw Hill New Delhi.
5. S. L. Ross, Differential
Equations,3rd Edition 1984.Wiley India
6. B.S. Grewal, Higher
Engineering Mathematics.36th Edition, 2010 Khanna Publishers.
7. N.P. Bali and Manish
Goyal. A text book of Engineering Mathematics, 2008.Laxmi Publications,
Reprint.
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Basic Computer Engineering (BT-203)
Unit I
Computer Fundamentals:
Introduction of Computers, Classification of Computers, Anatomy of a computer,
Memory Hierarchy, Introduction to OS, Operational Overview of a CPU. Functional Components and their
inter-connections, concept of Booting, Use of Operating System for directory
listing, hierarchical directory structure, renaming, deleting files/folders,
formatting floppy, copying files, concepts of path and path name, switching
between tasks, installation/removal of applications; Software Concepts: Types of
Software - System Software, Utility Software and Application Software; System
Software: Operating System, Compilers, Interpreters and Assembler; Operating
System: Need for operating system, Functions of Operating System (Processor
Management, Memory Management, File Management and Device Management), Types of
operating system – Interactive (GUI based), Time Sharing, Real Time and
Distributed.
Unit II
Basics of C and C++ : Overview of C, C++, procedural oriented programming,
Developing Programs in C, Parts of Simple C Program, Structure of a C Program,
Comments, Program Statements, C Tokens, Keywords, Identifiers, Data Types,
Variables, Constants, Operators and Expressions, Expression
Evaluation–precedence and associativity, Type Conversions.Input-Output : Non-formatted and Formatted Input and Output
Functions
Control Statements:
Selection Statements – if, if-else, nested if, nested if-else, comma operator,
conditional operator, switch; Iterative
Statements–while, for, do-while; Special Control Statement–goto, break,
continue, Arrays and Strings:
One-dimensional Arrays, Character Arrays, Functions from ctype.h, string.h,
Multidimensional Arrays. Functions,
Pointers etc.
Unit III
Introduction to C++: Structure of C++ program, creating the source file, compiling
and linking ,Tokens, Keywords, Identifiers and Constants , Basic Data types,
User defined Data types, storage classes, Derived data types, Operators in
C++,Arrays, Strings. Basics of Classes and Objects. Constructors and
Destructors, Operator overloading and Type Conversions, Binary Operators, Rules
for Operator, Managing Console I/O operations. Object oriented concepts.
Unit IV
Computer Security Basics: Introduction to viruses, worms, malware, Trojans, Spyware and Anti-Spyware Software, Computer Networking: Introduction, Goals, ISO-OSI Model, Functions of Different Layers. Inter networking Concepts, Devices, TCP/IP Model. Introduction to Internet, World Wide Web, E-commerce.
Different types of attacks like Money Laundering, Information Theft, Cyber Pornography, Email spoofing, Denial of Service (DoS), Cyber Stalking, ,Logic bombs, Hacking Spamming, Cyber Defamation , pharming Security measures Firewall, Computer Ethics & Good Practices, Introduction of Cyber Laws about Internet Fraud, Good Computer Security Habits.
Unit V
Data base Management System: Introduction, File oriented approach and Database approach, Data Models, Architecture of Database System, Data independence, Data dictionary, DBA, Primary Key, Data definition language and Manipulation Languages. Cloud computing: definition, cloud infrastructure, cloud segments or service delivery models (IaaS, PaaS and SaaS), cloud deployment models/ types of cloud (public, private, community and hybrid clouds), Pros and Cons of cloud computing.
Reference Books:-
1.
E Balagurusamy. Fundamentals of Computers. 1st.TMH.
2.
Silakari and Shukla, Basic Computer Engineering. 1st.
Wiley India
3.
V Rajaraman. Fundamentals of Computers. 3rd.PHI.
4.
E.Balagurusamy.OOP with C++,Fifth.TMH
5.
Andrew Tananbaum, Computer Networks.Third.PHI
6. Korth. Data Base Management Systems, Indian TMH.
List of suggestive core experiments: -
1. Write a program to.
• Print the sum of digits of a given number.
• Check whether the given number is Armstrong or not
• Print the prime number from 2 to n where n is natural number given
2. Write a program to read the student name, roll no, marks and display the same using class and object.
Also implement
• Default Constructor, Parameterized Constructor, Copy Constructor.
3. Write a program to implement copy constructor, friend functions and friend class.
4. Write a program to demonstrate single inheritance, multilevel inheritance and multiple inheritances.
5. Write a program to demonstrate static and dynamic polymorphism.
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Basic Civil Engineering & Mechanics (BT-204)
Unit I
Stones, Bricks, Cement, Lime,
Timber-Types, Properties, Test & uses, laboratory tests. Concrete and
mortar Materials: Work ability, Strength properties of Concrete, Nominal
proportion of Concrete preparation of concrete, Compaction, Curing.
Elements of Building Construction, Foundations conventional
spread footings, RCC footings, Brick masonry walls, Plastering and Pointing,
Floors, Roofs, Doors, Windows, Lintels, Staircases – Types and their
suitability
Unit II
Introduction to surveying
Instruments – Levels, Theodolites, Plane tables and related devices. Electronic
surveying instruments etc. Measurement of distances – conventional and EDM
methods, measurement of directions by different methods, measurement of
elevations by different methods. Reciprocal leveling.
Unit III
Mapping details and Contouring,
Profile Cross sectioning , Measurement of areas & volumes, Application of
measurements in quantity computations, Survey stations, Introduction of remote
sensing and its applications.
Unit IV
Forces and Equilibrium: Graphical
and Analytical Treatment of Concurrent and non-concurrent Co- planner forces,
Free Body Diagram, Force Diagram and Bow’s notations, Application of
Equilibrium Concepts: Analysis of plane Trusses: Method of joints, Method of
Sections. Frictional force in equilibrium problems.
Unit V
Center of Gravity and moment of
Inertia: Centroid and Center of Gravity, Moment Inertia of Area and Mass,
Radius of Gyration, Introduction to product of Inertia and Principle Axes.
Support Reactions, Shear force and bending moment Diagram for Cantilever &
simply supported beam with concentrated, distributed load and Couple.
Reference Books:
1. S.Ramamrutam& R.Narayanan. Basic Civil Engineering,3rd.Dhanpat
Rai Publication.
2. Prasad I.B., Applied Mechanics,3rd.Khanna Publication
3. Shesha Prakash and Mogaveer. Elements of Civil Engg& Engg.
Mechanics.1st.PHI
4. S.P,Timoshenko, Mechanics of structure.1st.East West
press Pvt.Ltd.
5. Duggal, Surveying, 1st.Tata McGraw Hill New Delhi
6. S.C. Rangwala, Building Construction,3nd.Charotar publications
House, Anand
7. Grucharan Singh, Building Construction,3rd.Standard
Book House, New Delhi
8. Gopi, Global Positioning System Principles and application.2nd.TMH
9. R.C. Hibbler, Engineering Mechanics,2nd.Statics & Dynamics
10. Boresi & Schmidt,Engineering Machines- statics dynamics.1st.Thomson’ Books
11. R.K. Rajput, Engineering Mechanics,3rd. S.Chand& Co.
List of suggestive core experiments:
Practical work will be based on surveying and field work and material of
Applied Mechanics
SAMPLE FIELD WORK:
1. Linear measurements: Chain and Tape Surveying, Errors, Obstacles, Booking and Plotting, Calculation of Areas.
2. Angular Measurements : Bearing, Prismatic Compass, Local Attraction, Bowditch’s Rule of correction, traverse open and closed, plotting of traverse, accuracy and precision.
3. Levelling : Types of Levels, Levelling Staff, Measurements, recording, curvature and refraction correction, reciprocal levelling, sensitivity of level.
4. Contours : Properties, uses, plotting of contours, measurement of
drainage and volume of reservoir. 5. Measurement of area by planimeter.
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Technical Communication (BT-205)
COURSE CONTENTS
UNIT-I
Technical Communication Skills:
Understanding the process and scope of Communication, Relevance, &
Importance of Communication in a Globalized world, Forms of Communication, Role
of Unity, Brevity and Clarity in various forms of communication.
Unit-II
Types of Communication: Verbal &
Non-verbal Communication, Classification of NVC, Barriers to Communication,
Communicating Globally, Culture and Communication. Soft Skills: Interpersonal
Communication, Listening, Persuasion, Negotiation, Communicating bad news/messages,
communicating in a global world.
Unit-III
Writing Skills: Traits of Technical Writing, Principles of Business Writing, Style of Writing, Writing Memos, Letters, Reports, and Types of technical reports, Characteristics, format and structure of technical reports, Writing Research Papers. Speaking Skills: Audience-awareness, Voice, Vocabulary and Paralanguage, Group Discussion, Combating Nervousness, Speaking to one and to one thousand, Mock Presentations.
Unit-IV
Job Interviews: Preparing for interviews, assessing
yourself, Drafting Effective Resume, Dress, decorum and Delivery techniques,
Techniques of handling interviews, Use of Nonverbals during Interviews,
Handling turbulence during interviews.Group Discussion: Objective, Method,
Focus, Content, Style and Argumentation skills. Professional Presentations:
Individual Presentations (Audience Awareness, Body Language, Delivery and
Content of Presentation.
Unit-V
Grammar & Linguistic ability: Basics of grammar, common
error in writing and speaking, Study of advanced grammar, Vocabulary,
Pronunciation Etiquette, Syllables, Vowel sounds, Consonant sounds, Tone:
Rising tone, Falling Tone, Flow in Speaking, Speaking with a purpose, Speech
& personality, Professional Personality Attributes.
Reference Books:
1. Sharon Gerson and Steven Gerson. Technical Writing:
Process and Product (8th Edition), London: Longman, 2013
2. Rentz, Kathryn, Marie E. Flatley& Paula Lentz.
Lesikar’s Business Communication Connecting in a Digital world, McGraw-Hill,
Irwin.2012
3. Allan & Barbara Pease. The Definitive Book of Body
Language,New York, Bantam,2004
4. Jones, Daniel. The Pronunciation of English, New Delhi,
Universal Book Stall.2010
5. Sharma, Sangeeta& Mishra, Binod. Communication Skills for Engineers and Scientists, New Delhi: PHI Learning, 2009, rpt 2012
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Engineering Graphics (BT-206)
UNIT 1
Scales:
Introduction to Engineering Drawing covering, Principles of Engineering
Graphics and their significance, usage of Drawing instruments, lettering, Conic
sections including the Rectangular Hyperbola (General method only); Cycloid,
Epicycloid, Hypocycloid and Involute; Scales – Plain, Diagonal and Vernier
Scales;
UNIT 2
Projection: Type of Projection, Orthographic Projections,
first and third angle projection.
Projections
of Points and lines: Line inclined to one plane, inclined with both the , true
length, true inclination, Traces of straight line
UNIT 3
Projections
of Plane and Solid: Projection of plane like circle and Polygon on different
position, Auxiliary plane, projection like polyhedrons like prism, pyramid,
solids of revolutions like cylinders, cones in different position.
UNIT 4
Sections of solid: Prism, cylinder, pyramid,
Cone- auxiliary view
Development
of surfaces: Parallel line and radial line method for right solids, regular
solid prism, Pyramid cylinder and cone, sectional orthographic view of
sectional solids.
UNIT 5:
Isometric
Projections: Principles of Isometric projection, Isometric Scale, Isometric
Views, Conventions; Isometric Views of lines, Planes, Simple and compound
Solids; Conversion of Isometric Views to Orthographic Views and Vice-versa.
Computer
Aided Drafting (CAD): Introduction, benefit, software’s basic commands of
drafting entities like line, circle, polygon, polyhedron, cylinders;
transformations and editing commands like move, rotate, mirror, array; solution
of projection problems on CAD.
Reference Books:
1. Bhatt N.D., Panchal V.M. & Ingle P.R., (2014), Engineering
Drawing, Charotar Publishing House
2. Shah, M.B. & Rana B.C. (2008), Engineering Drawing and
Computer Graphics, Pearson Education
3. Agrawal B. & Agrawal C. M. (2012), Engineering Graphics, TMH
Publication
4. Narayana, K.L. & P Kannaiah (2008), Text book on Engineering
Drawing, Scitech Publishers
5. (Corresponding set of) CAD Software Theory and User Manuals
6. K Venkata Reddy , Text book
of Engineering Drwaing, BS Publication Hydrabad
LNCT University, Bhopal BTech. II SEM
Branch-AIML
Programming Language Python (SA_AIML_02)
UNIT – I
Python programming Basic: Python
interpreter, IPython Basics, Tab completion, Introspection, %run command, magic
commands, matplotlib integration, python programming, language semantics,
scalar types. Control flow.
UNIT – II
Data Structure, functions, files:
tuple, list, built-in sequence function, dict, set, functions, name scape,
scope, local function, returning multiple values, functions are objects, lambda
functions, error and exception handling, file and operation systems.
UNIT – III
NumPy: Array and vectorized
computation: Multidimensional array object. Creating ndarrays, arithmetic with
numpy array, basic indexing and slicing, Boolean indexing, transposing array
and swapping axes, universal functions, array-oriented programming with arrays,
conditional logic as arrays operations, file input and output with array.
UNIT – IV
Pandas: Pandas data structure,
series, DataFrame, Index Object, Reindexing, dropping entities from an axis,
indexing, selection and filtering, integer indexes, arithmetic and data alignment,
function application and mapping, soring and ranking, correlation and
covariance, unique values, values controls and membership, reading and writing
data in text format.
UNIT – V
Visualization with Matplotlib:
Figures and subplots, colors, markers, line style, ticks, labels, legends,
annotation and drawing on sublots, matplotlib configuration.
Plotting with pandas and seaborn:
line plots, bar plots, histogram, density plots, scatter and point plots, facet
grids and categorical data.
Reference Books:
1. Timothy A. Budd:
Exploring python, McGraw-Hill Education.
2. R.Nageshwar Rao ,”Python
Programming” ,Wiley India
3. Allen B. Downey; Think
Python, O'Reilly Media, Inc.
Suggested List of Experience
1. To write a Python program to find
GCD of two numbers.
2. To write a Python Program to find
the square root of a number by Newton’s Method.
3. To write a Python program to find
the exponentiation of a number.
4. To write a Python Program to find
the maximum from a list of numbers.
5. To write a Python Program to
perform Linear Search
6. To write a Python Program to
perform binary search.
7. To write a Python Program to
perform selection sort.
8. To write a Python Program to
perform insertion sort.
9. To write a Python Program to perform
Merge sort.
10. To write a Python program to
find first n prime numbers.
11. To write a Python program to
multiply matrices.
12. To write a Python program for
command line arguments.
13. To write a Python program to
find the most frequent words in a text read from a file.
14. To write a Python program to
simulate elliptical orbits in Pygame.
15. To write a Python program to
bouncing ball in Pygame.
LNCT University, Bhopal BTech. II SEM
Branch-CSE
Foundation English I/II (BT-207)
Module:1 Advanced
Grammar (CO: 1,2) 4 hours
Articles, Tenses, Voice,
Prepositions, Direct- indirect speech Subject-verb agreement.
Common errors in English Activity:
Worksheets on Active- Passive Voice, Exercises from the prescribed text
Module:2
Vocabulary Building I (CO:2&5) 4 hours
Idioms and Phrases, Homonyms,
Homophones and Homographs, one word substitution
Affixation Activity: Jigsaw Puzzles;
Vocabulary Activities through Web tools
Module:3 Listening
for Specific Purposes (CO:4&5) 4 hours
Gist, monologues, short
conversations, announcements, briefings and discussions
Activity: Gap filling;
Interpretations
Module:4 Speaking
for Expression (CO:3&4) 6 hours
Introducing oneself and others,
Making Requests & responses, Inviting and Accepting/Declining
Invitations
Module:5 Reading
for Information (CO: 5&4) 4 hours
Reading Short Passages, News
Articles, Technical Papers and Short Stories
Module:6 Writing Strategies (CO:5&3) 4
hours
Joining the sentences, word order,
sequencing the ideas, introduction and conclusion
Module:7 Vocabulary Building II
(CO:2,3&5) 4 hours
Enrich the domain specific
vocabulary by describing Objects, Charts, Food, Sports and
Employment.
Module:8 Listening for Daily Life (CO: 4
&5) 4 hours
Listening for statistical
information, Short extracts, Radio broadcasts and TV interviews
Activity: Taking notes and
Summarizing
Module:9 Expressing Ideas and Opinions (3,4
&5) 6 hours
Telephonic conversations,
Interpretation of Visuals and describing products and processes.
Activity: Role-Play (Telephonic);
Describing Products and Processes
Module:
10 Comprehensive Reading (1,2&5) 4
hours
Reading Comprehension, Making
inferences, Reading Graphics, Note-making, and Critical
Activity: Brief introductions;
Role-Play; Skit.
Activity: Reading specific news
paper articles; blogs
Activity: Short Paragraphs;
Describing familiar events; story writing
Activity: Describing Objects,
Charts, Food, Sports and Employment
Reference Books:
1. Wren, P.C.; Martin, H.;
Prasada Rao, N.D.V. (1973–2010). High School English Grammar
& Composition. New Delhi: Sultan
2. A.J. Thompson & A.V.
Martinet : Practical English Grammar, Oxford University Press
List
of Challenging Experiments (Indicative)
1. Self-Introduction using SWOT 12 hours
2. Writing minutes of meetings 10 hours
3. Writing an abstract 10 hours
4. Listening to motivational speeches and
interpretation 10 hours
5. Cloze Test 6 hours
6. Writing a proposal 12 hours
No comments:
Post a Comment