Urr18 Syllabi Ce
Urr18 Syllabi Ce
To make our students technologically superior and ethically strong by providing quality education
with the help of our dedicated faculty and staff and thus improve the quality of human life
MISSION OF THE INSTITUTE
To provide latest technical knowledge, analytical and practical skills, managerial competence and
interactive abilities to students, so that their employability is enhanced
To provide a strong human resource base for catering to the changing needs of the Industry and
Commerce
To inculcate a sense of brotherhood and national integrity
UG - CIVIL ENGINEERING – CE
PROGRAM At the time of graduation, theCIVIL ENGINEERING graduates will be
OUTCOMES (POs) able to …
PO1: Engineering apply the knowledge of mathematics, science, engineering fundamentals, and an engineering
knowledge specialization to the solution of complex engineering problems
PO2: Problem identify, formulate, review research literature, and analyze complex engineering problems
analysis reaching substantiated conclusions using first principles of mathematics, natural sciences,
and engineering sciences
PO3:Design/develop design solutions for complex engineering problems and design system components or
ment of solutions processes that meet the specified needs with appropriate consideration for the public health
and safety, and the cultural, societal, and environmental Considerations
PO4: Conduct use research-based knowledge and research methods including design of experiments,
investigations of analysis and interpretation of data, and synthesis of the information to provide valid
complex problems conclusions
PO5: Modern tool create, select, and apply appropriate techniques, resources, and modern engineering and IT
usage tools including prediction and modeling to complex engineering activities with an
understanding of the limitations
PO6:The engineer apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal
and society and cultural issues and the consequent responsibilities relevant to the professional
engineering practice
PO7:Environment understand the impact of the professional engineering solutions in societal and
and sustainability environmental contexts, demonstrate the knowledge of, and need for sustainable
development
PO8:Ethics apply ethical principles and commit to professional ethics, responsibilities, and norms of the
engineering practice
PO9:Individual and function effectively as an individual, and as a member or leader in diverse teams, and in
team work multidisciplinary settings
PO10: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
PO11:Project demonstrate knowledge and understanding of the engineering and management principles
management and and apply these to one's own work, as a member and leader in a team, to manage projects
finance and in multidisciplinary environments
PO12:Life-long recognize the need for, and have the preparation and ability to engage in independent and
learning life-long learning in the broadest context of technological change
PROGRAM SPECIFIC OUTCOMES (PSOs):
PSO1 Apply fundamental computational methods and elementary analytical techniques in
sub-disciplines related to civil engineering
PSO2 Design civil engineering structures, component or process to meet desired needs
with appropriate consideration for the public health and safety, cultural, societal,
sustainability and environmental considerations
PSO3 Appreciate professional and ethical responsibility concerning legal, contemporary,
environmental & cultural issues and consequent responsibilities relevant to the
professional engineering practices and norms of civil
engineering practice code
PSO4 Appreciate the role of research in civil engineering practice and recognize the need
for and to engage in life-long learning in civil engineering and allied domains as
relevant to rapidly changing technology
KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE, WARANGAL
(An Autonomous Institute under Kakatiya University, Warangal)
DEPARTMENT OF CIVIL ENGINEERING
SCHEME OF INSTRUCTION & EVALUATION
III SEMESTER OF 4-YEAR B.TECH DEGREE PROGRAMME
Open Elective-I:
Open Elective-I based Lab:
U18OE303A: Object Oriented Programming (CSE)
U18OE311A: Object OrientedProgramming Lab (CSE)
U18OE303B: Fluid Mechanics & HydraulicMachines (CE)
U18OE311B: Fluid Mechanics &Hydraulic Machines Lab (CE)
U18OE303C: Fundamentals of Mechatronics (ME)
U18OE311C: Mechatronics Lab (ME)
U18OE303D: Web Programming (IT)
U18OE311D: Web Programming Lab (IT)
U18OE303E: Microprocessors (ECE)
U18OE311E: Microprocessors Lab (ECE)
U18OE303F: Strength of Materials (CE)
U18OE311F: Strength of Materials Lab(CE)
LO1: Laplace transform and its use to find the solutions of certain initial and boundary value problems in engineering
LO2: Fourier series and its application to solve engineering problems
LO3: Functions of complex variables, the property of analyticity of a function of complex variable and their applications
LO4: integration of a function of complex variable, evaluation of certain real integrals using complex analysis
UNIT-I (9+3)
UNIT-II (9+3)
Fourier Series: Periodic functions, orthogonal and orthonormal functions and systems of
orthogonal functions, representation of a function as Trigonometric Fourier series (FS) in a
range of length 2π, Euler formulae, Conditions for the existence of Fourier series ( Dirichlet’s
conditions), FS for typical wave forms-square wave, pulse train, impulse train(comb
function), periodic rectangular wave, triangle, saw tooth, half wave rectified signal, full
wave rectified signal, plotting FS coefficients - line spectrum (magnitude and Phase spectra),
Fourier series on an arbitrary period, effects of symmetry of function on FS coefficients, half
range series – half range cosine and sine series expansions, exponential FS .
UNIT-IV (9+3)
Complex Integration: Line integration in complex plane, integral of a non analytic function,
dependence on path of integration, ML-Inequality, Cauchy’s integral theorem, Cauchy’s
integral formula, series expansion of complex functions: Taylor’s series and Laurent’s series,
zeros and singularities, residues, Residue Theorem- Applications of Residue theorem to the
properly chosen integrals around a unit circle and semicircle.
Text Books:
1. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 43/e, 2014.
Reference Books:
1. Kreyszig E., “Advanced Engineering Mathematics”, John Wiley & Sons, Inc., U.K, 9/e,2013.
2. Churchill R.V., “Complex Variable and its Applications”, McGraw Hill, New York, 9/e,2013.
CO1: apply Laplace transform to solve certain differential equations whose solutions cannot be computed using
classical methods
CO2: describe a given function as Fourier series in an interval
CO3: construct analytic function; find velocity potential and stream function of a fluid flow using complex
analytical methods
CO4: represent a given function in Taylor’s and Laurent’s series, evaluate certain real integrals using
integraltheorems
LIST OF ACTIVITIES
Introduction
Text Books:
Developing Communications Skills – Krishna Mohan & Meera Benerji, Mcmillan
Publications, New Delhi,2005
Soft Skills - Alex.K, S. Chand Publications, New Delhi,2010
Soft skills Cornerstone of Professional success – Raman &Meenakshi, Jain Brothers
Publications, New Delhi,2009
References:
https://onlinecourses.nptel.ac.in/noc19_hs20/preview
https://onlinecourses.nptel.ac.in/noc18_hs30/preview
UNIT- I (9)
Fundamentals of Object Oriented Programming: Programming paradigms, Basic
concepts of Object Oriented paradigm (OOP), benefits and applications of OOP.
Basics of Java Language: Java language Features, Java Programming Structure, Java Tokens,
JVM, Constants, Variables, Data types, Scope of variable, Type Casting, Operators and
Expressions, Branching and looping statements, Arrays.
UNIT – II (9)
Classes and Objects: Defining a class, Field declaration, Method declaration, Creating
object, Accessing Class Members, Constructors, garbage collection, Static members,
Nested and inner classes, Command line arguments, Wrapper classes.
Inheritance: Extending a class, Defining subclasses, Subclass constructor, Multilevel
inheritance, Hierarchical inheritance, Access controls, this and super keywords.
UNIT-III (9)
Polymorphism: Overloading methods, Overloading constructors, Overriding Methods,
Dynamic method dispatch, Abstract classes, Final Keyword.
Interfaces: Defining an interface, Implementing interfaces, Nested Interfaces, Variables in
interfaces, Extending interfaces
Packages: Packages, java API packages, Using System Packages, Naming Conventions,
Creating Packages, Accessing Packages, Adding a class to package, Hiding classes, Static
Import.
UNIT – IV (9)
Exception handling: Fundamentals, Exception types, Uncaught exceptions, Using try and catch,
Multiple catch clauses, Explicit exceptions with throw, throws and finally keywords.
String Handling: String constructors, String length, String operations, Character extraction,
String comparison, Searching string, Modifying string, Changing string cases, Joining strings.
Using I/O: I/O Basics, Reading console Input, Writing console output, Reading and writing
files.
References Books:
1. P Radha Krishna, “Object Oriented Programming through JAVA”, Universities Press, ISBN:
9788173715723,2011.
2. Herbert Schildt,”JAVA The Complete Reference”, McGraw-Hill Education India Pvt.Ltd , 9th
Edition, ISBN: 9781259002465,2011.
3. Kathy Sierra, Bert Bates, “Head First Java”, O’Reilly Publictions, 2nd Edition, ISBN-13:978-
0596009205.
4. UttamK.Roy, “Advanced JAVA Programming”, Oxford Publications; First edition, ISBN-13:
978- 0199455508.
UNIT-I(9)
Fluid fundamentals: Classification of fluids, fluid properties - density, specific weight, specific
gravity, specific volume, viscosity, capillarity, vapor pressure, compressibility, surface tension,
cohesion and adhesion.
Fluid statics: Pascal’s Law, hydrostatic Law, measurement of pressure, manometers,
Piezometer, U-tube differential manometer, inverted differential manometer, hydrostatic
forces on submerged plane and curved surfaces, buoyancy, metacenter, stability of floating
and submerged bodies
UNIT-II (9)
Fluid dynamics: Classification of fluid flow, continuity equation in one, two and three
dimensional flow, velocity potential and stream function, forces causing motion, Euler’s
equation of motion, Bernoulli’s Equation, applications of Bernoulli’sequation, venturimeter,
orificemeter, pitottube, linear momentum equation, application of linear momentum
equation to forces on pipe bend.
Dimensional analysis: Dimensional analysis by Rayleigh’s method and Buckingham π’s
theorem, dimensionless numbers and model laws, Reynolds law and Froude’s law.
UNIT-III(9)
Flow through pipes: Loss of head in pipes, expression for head loss due to major and minor
losses in pipes, HGL and TEL lines, pipes in series and parallel, equivalent pipe.
Hydraulic turbines: Concept of impact jets, classification, head, losses and various
efficiencies, Pelton turbines, components, velocity triangles, power and efficiencies, reaction
turbines, Francis and Kaplan turbines, efficiencies and characteristics, unit quantities,
specific speed, draft tube theory.
UNIT-IV (9)
Reciprocating pumps: Working of single and double acting pumps, work done and
efficiencies, slip, negative slip, performance characteristics of pumps, air vessel.
Centrifugal pumps: Principle, components, work done and efficiency, pumps in series and
in parallel, multi stage pumps, characteristics, cavitation and priming.
Reference Books:
1. R.K.Bansal, “Fluid Mechanics and Hydraulic Machines”, Periodicals PrivateLtd.,2018
2. Victor Streeter and E. Benjamin Wylie, “Fluid Mechanics”, McGraw Hill, Singapore,
9 edn., 2017.
th
3. Frank M. White, “Fluid Mechanics”, Special Indian Edition, Tata McGraw Hill, New Delhi, 2011.
4. A.K. Jain, “Fluid Mechanics Including Hydraulic Machines”, Khanna Publications, 12 edn,2018.
th
UNIT-I (9)
TEXT BOOK:
UNIT-I (9)
HTML: Document Structure, Basic Tags, Creating Headings, Working with Links, Creating
Paragraph, Working with Images, Tables, Frames. Introduction to Forms and Controls:
Creating HTML Form, Specifying Action URL and Method to Send the Form, Using HTML
Controls.
CSS: CSS (Cascading style sheet) rules and properties, Types: Inline, External and Internal
Style Sheets, Style Classes, Multiple Styles.
JAVASCRIPT: JavaScript syntax, Embedding JavaScript in HTML Page. Usage of variables,
Working with Operators, Control-Flow Statements, Functions and Array, Creating Objects,
Handling Events.
UNIT-II (9)
JSP: Syntax and Semantics, JSP Development Model, Components of JSP page: Directives,
Comments, Expressions, Scriptlets, Declarations, Implicit Objects, Standard Actions, Tag
Extensions, A Complete JSP Example. Session and Thread Management: Session Tracking,
Session API, Thread Management. Application Event Listeners.
JDBC: Database access with JDBC, Overview, JDBC drivers, connecting to database with
DriverManager, Statement Interfaces: Statement, Prepared statement, Callable statement,
Result Sets.
UNIT-III (9)
Introduction to PHP: Overview of PHP, Advantages of PHP over scripting languages,
Creating and running a PHP script, handling errors. Working with Variables and Constants:
Variables, Data Types and Operators. Controlling Program Flow: Conditional Statements,
Looping Statements, Break, Continue and Exit Statements. Working with Functions, Arrays,
Files and Directories.
Working with Forms: Web Forms and Form Elements, Processing a Web Form, Validating a
Web Form.
Text Books:
1. Kogent, “Web Technologies HTML, CSS, JavaScript, ASP.NET, Servlets, JSP, PHP,
ADO.NET, JDBC and XML”, 1stEdition, Dreamtech Press (Black Book), ISBN-
13:9789351192510,2013.
2. Phil Hanna, “JSP: The Complete Reference”, 2ndEdition, McGraw-Hill, ISBN: 007-212768-6, 2001.
Reference Books:
1. Ivan Bayross, “Web Enabled Commercial Application Development Using HTML, JavaScript,
DHTML and PHP”, 4thEdition,BPB Publications,ISBN-13: 978-8183330084,2009,
2. UttamK.Roy, “Web Technologies”, 7thEdition, Oxford Higher Education, ISBN-10: 0-19-806622-
8, ISBN-13: 978-0-19-806622-4,2010
3. Luke Welling, Laura Thomson,”PHP and MySQL Web Development”, 3rdEdition,
SamsPublications,
ISBN: 0-672-32672-8, 2005
4. Jayson Falkner, Kevin Jones, ”Servlets and Java Server Pages”, 1stEdition, Pearson, ISBN: 0-
321-13649-7, 2003
UNIT – I(9)
Review of 8085 MPU Architecture
8086 Family Architecture: Organization of 8086 CPU, Concept of Memory Segmentation,
Segment Registers, Physical and Logical Addressing, Addressing Modes and Instruction
Formats, Instruction Set.
UNIT – II(9)
UNIT – III(9)
Interfacing with 8086: 8086 Interrupts, Interrupt Service Routines, Programmable Interrupt
Controller 8259, Programmable Peripheral Interface 8255, Interfacing of Switches,
Keyboards, LEDs, Stepper Motor, ADCs and DACs
UNIT – IV(9)
Text Books:
UNIT-I(9)
Simple stresses and strains: Types of stresses, strains, stress–strain diagram, elastic limit,
Hooke’s law, bars of varying sections, uniformly tapering circular and rectangular sections,
elongation of bars due to self weight, temperature stresses in uniform bars.
Elastic modulii: Elastic constants, longitudinal strain, lateral strain, Poisson’s ratio,
complimentary shear stress, state of simple shear, modulus of elasticity (E), modulus of
rigidity (N), bulk modulus (K), relation between E, N & K, strain energy, resilience, impact
loading.
UNIT-II (9)
Principal stresses: Definition, normal and shear stress, principal stresses, principal planes
and their graphical representation by Mohr’s circle.
Shear force and bending moment: Types of supports, classification of beams, concept of
shear force and bending moment, shear force diagram and bending moment diagram for
simply supported, cantilever and overhanging beams, loading from shear force and bending
moment diagram, principle of superposition.
UNIT-III(9)
Bending stresses in beams: Assumptions, theory of simple bending, application of bending
equation and calculation of bending stresses in beams of homogeneous and flitched beam
material, beams of uniform strength.
Shearing stresses in beams: Shearing stress due to bending, variation of flexural shear stress
distribution across rectangular, triangular, circular, flanged section, shear resilience.
UNIT-IV (9)
Circular shafts and springs: Theory of pure torsion in solid and hollow circular shafts, shear
stresses, angle of twist, power transmitted by shaft, close-coiled and open-coiled helical
spring subjected to axial load and axial twist, springs in series and parallel.
Thin cylinders: Analysis of thin walled pressure vessels, hoop stress, longitudinal stress.
Reference Books:
1. Timoshenko and Gere, “Mechanics of Materials”, 1stEdition McGraw Hill International.
2. Punmia B.C., Arun K. Jain, Ashok K. Jain, “Mechanics of Materials”, 2ndEdition, Laxmi
Publications, New Delhi.
3. Subramanian R., “Strength of Materials”, 3rd Edition, Oxford University Press.
4. Ramamrutham S., “Strength of Materials”, 2ndEdition, Dhanpat Rai & Sons, New Delhi.
UNIT-I(9)
Fluid fundamentals: Introduction, conservation principles applied in fluid mechanics, ideal
fluid and real fluid, fluid continuum, fluid properties, density, specific weight, specific
gravity, specific volume, viscosity, capillarity, vapour pressure, compressibility, surface
tension, cohesion and adhesion.
Fluid statics: Pascal’s Law, hydrostatic Law, measurement of pressure, atmospheric
pressure, gauge pressure, absolute pressure, principle of manometers, piezometer, u-tube
differential manometer, inverted differential manometer, hydrostatic forces on submerged
plane and curved surfaces, total pressure and centre of pressure, buoyancy and floatation,
metacentre, stability of floating and submerged bodies.
UNIT-II (9)
Fluid kinematics: Classification of fluid flow, steady and unsteady flow, uniform and non-
uniform flow, one, two and three dimensional flows, laminar and turbulent flow, rotational
and irrotational flow, streamline, path line, streak line, stream tube, acceleration of fluid
particle, continuity equation in one, two and three dimensional flows, velocity potential and
stream function.
Fluid dynamics: Forces causing motion, Euler’s equation of motion, Bernoulli’s equation,
applications of Bernoulli’s theorem, venturimeter, orificemeter, orifice, mouthpiece, notches,
weirs and Pitot tube, linear momentum equation, application of linear momentum equation
to pipe bends.
UNIT-III(9)
Dimensional analysis: Dimension of various physical quantities and dimensional
homogeneity, dimensional analysis by Rayleigh’s method and Buckingham’s 𝜋theorem,
dimensionless numbers and their consequences in fluid mechanics.
Model analysis: Forces influencing hydraulic phenomena, types of similarities, model
analysis, similitude studies, modeling, classification of models, Reynold’s and Froude’s
model laws.
Text Books:
1. P. N. Modi and S. M. Seth, “Hydraulics and Fluid Mechanics Including Hydraulic Machines”,
Standard Book House, Raj sons Publications Private Limited, 21 stedn.,2017
2. A. K. Jain, “Fluid Mechanics Including Hydraulic Machines”, Khanna Publications, 12thedn.,2018.
Reference Books:
1. L. Victor Streeter and E. Benjamin Wylie, “Fluid Mechanics”, McGraw Hill, Singapore, 9thedn.,2017.
2. M. Frank White, “Fluid Mechanics”, Tata McGraw Hill, New Delhi, Special Indian edn.,2011.
3. K. Subramanya,”Theory and Applications of Fluid Mechanics “Tata McGraw Hill,1993
4. C.S.P.Ojha, R. Berndtsson and P. N. Chadramouli,”Fluid Mechanics and Machinery” Oxford
University Press, 2010
UNIT-I(9)
Basics of surveying: Principles of surveying, types of chain and tape, tape corrections,
chaining, ranging on levelling and sloping ground, types of compass, bearings, magnetic
declination, and local attraction.
Theodolite and traverse surveying: Temporary and permanent adjustments, measurement of
angles, fundamental lines and relations, traverse methods and computations, balancing
traverse.
UNIT-II (9)
Levelling and contouring: Definitions, Terms and Abbreviations, methods of levelling,
differential, profile, cross section levelling, characteristics of contours, methods of contouring,
interpolation of contours, contour gradient, uses of contour maps.
Areas and volumes: Areas computed by sub division into triangles, from offsets to baseline,
calculations of volumes for same level sections, by prismoidal and trapezoidal formula,
volume from spot levels, capacity of reservoir.
UNIT-III (9)
Tacheometry and trigonometric surveying: Introduction to tacheometry, types of
tacheometric measurements, determination of tacheometric constants, distance and elevation
formulae and uses of tacheometric survey, trigonometric survey with accessible and
inaccessible bases.
Curves: Theory of simple curves, setting out simple curves by linear methods and Rankine’s
deflection angle method, setting out compound, transition curves with basic data of chainage
radius and deflection angles, necessity and advantages of transitioncurve.
UNIT-IV (9)
Photogrammetry and RS&GIS: Introduction to photogrammetry, types of photographs, scale
of vertical photograph, relief displacement, Introduction and process of remote sensing, types
of platforms, sensors and applications, GIS introduction, components, data types,
functionalities of GIS.
Advanced surveying instruments: Introduction and features of total station, setting up and
orienting, capabilities and advantages of total station, GPS Introduction, segments, uses,
applications.
KITSW-Syllabi for III Semester B.Tech. 4-year Degree Programme
Page 20
Text Books:
1. S.K. Duggal, “SurveyingVolume1 and II”, McGraw Hill Education (India)Pvt.Ltd,2013.
2. B.C. Punmia& Ashok kumar Jain, “SurveyingVolume I, II and III”, Laxmi Publications,
17thedn.,2016.
Reference Books:
1. K.R. Arora, “SurveyingVolume I and II”, Standard Book House,15thedn.,2015.
2. T.P. Kanetker and S.V. Kulkarni, “Surveying and LevellingVolume I and II“, PuneVidyarthi
th
Griha Prakashan, 24 edn.,2014.
3. R. Subramanian, “Surveying and Levelling”, Oxford University Press, New Delhi, 2ndedn.
2007.
4. R.Agor, ”A Textbook of Surveying and Levelling”, Khanna Publisher,12thedn.,2016.
UNIT-I(9)
Stone masonry: Classification, qualities of good building stone, types of stone masonry
constructions, tests on building stones, IS codal provisions of stone masonry.
Building materials and brick masonry: Introduction to construction materials, engineering
properties of construction materials, composition and classification of bricks, stretcher and
headercourse, bonds in brick work, english, flemish bonds, clay bricks, flyash bricks, CLC
bricks, AAC bricks, tests on bricks, IScodal provisions..
UNIT-II (9)
Concrete making materials: Concrete making materials, cement, oxide and compound
composition of OPC, types and grades of cements, properties of cement, tests on cement,
classification of aggregates, characteristics of aggregates, grading, tests on aggregates, water
quality for construction, admixtures for concrete.
Properties of fresh and hardened concrete: Workability of fresh concrete, factors affecting
workability, tests on workability, segregation and bleeding, strengths of concrete, factors
affecting strength of concrete, stress-strain characteristics, shrinkage and creep, permeability,
durability, acid attack, efflorescence, fire resistance, thermal properties.
UNIT-III(9)
Production of concrete: Phases in production of concrete, batching, mixing, transportation,
placing, methods of compaction, finishing of concrete, methods of curing.
Proportioning of concrete: Factors influencing concrete mix design, methods of concrete mix
design, IS-Code method, ACI method.
UNIT-IV (9)
Timber and plastics: Structure of timber, suitability of timber, defects of timber, commonly
used timber in construction, seasoning, preservation, classification of plastics, thermoplastics
and thermosetting plastics, moulding compounds, properties of plastics, use of PVC in civil
engineering construction, IS codal provisions.
Text Books:
1. B. C. Punmia, “Building construction”, Laxmi Publications Pvt., Ltd., New Delhi, 19 thEdn. 2005.
2. M. S. Shetty, A. K. Jain “Concrete Technology (Theory of Practice)”, S. Chand Company,
New Delhi, 08thedn.,2019.
Reference Books:
1. M. L. Gambhir, “Concrete Technology”, Tata McGraw-Hill, New Delhi, 05thEdn.2013.
2. S. P. Arora and Bindra, “ A Textbook of Building Constructions”, DhanpatRai and Sons, 4 thEdn.,2010
3. S. K. Duggal, “Building materials”, New Age International Pvt., Ltd., NewDelhi
4. S.C.Rangwala, K.S.Rangawala and P.S.Rangwala,”Engineering Materials”, Charotar
Publishers,feb.2019
5. A. R. Santha Kumar “Concrete Technology”, Oxford Publishers,1 stEdn.,2010.
6. IS 10262 (2009): Guidelines for concrete mix designproportioning.
7. IS383 (1970): Specification for Coarse and Fine Aggregates from natural sources forconcrete.
8. IS 1077 (1992): Common Burnt Clay BuildingBricks.
LIST OF EXPERIMENTS
1. Determination of compressive strength of bricks (clay and fly ash)
2. Determination of water absorption test on bricks
3. Determination of fineness and specific gravity of cement
4. Determination of standard consistency of cement
5. Determination of initial and final setting times of cement
6. Determination of compressive strength of cement
7. Determination of fineness modulus of fine and coarse aggregates
8. Determination of bulk density, specific gravity, porosity and void ratio of fine and coarse
aggregates
9. Determination of bulking of fine aggregate
10. Determination of workability of fresh concrete
11. Determination of compressive strength of concrete
12. Determination of split tensile strength of concrete
13. Determination of modulus of rupture of concrete
14. Demonstration on non- destructive evaluation of concrete
Laboratory manual:
1. “Concrete technology laboratory” manual prepared by the faculty of Civil Engineering, KITSW
Reference Books:
1. M. L. Gambhir, “Concrete Technology”, Tata McGraw-Hill, New Delhi, 5thedn.2013.
2. M. S. Shetty, Ak.Jain “Concrete Technology (Theory and Practice)”, S. Chand Company, New
Delhi, 8thedn., 2019.
3. A. R. Santha Kumar, “Concrete Technology”, Oxford Publishers, 1stedn.2010.
4. A. M. Neville, “Properties of Concrete”, McGrawHill Publications, New Delhi, 5thedn.2012.
LIST OF EXPERIMENTS
1. Chain surveying: use of optical square or cross staff, check line, tie line
2. Horizontal angle measurement by repetition and re-iteration methods
3. Measuring the distance between two inaccessible points using theodolite
4. Theodolite traversing- closed traverse
5. Theodolite traversing for omitted measurements (bearing/ length /both of one side omitted)
6. Levelling – temporary adjustments and recording staffreadings
7. Fly levelling using auto level
8. Profile levelling using autolevel
9. Longitudinal and cross section exercises
10.Block levelling using theodolite
11.Trigonometric levelling – single plane method
12.Trigonometric levelling – double plane method
Laboratory Manual:
1. Survey Field Work – I Lab manual, prepared by faculty of Civil Engineering, KITSW
Reference Books:
1. B.C. Punmia and Ashok kumar Jain, “Surveying Volume I and II”,Laxmi Publication ,
Pvt., Ltd16thedn.,2011
2. K.R. Arora, “Surveying Volume I and II”,Standard BookHouse,15thedn.,2015.
List of Experiments
Experiment-I
1. Write a program to demonstrate operators of java.
2. Write a program to demonstrate type casting and operator precedence.
3. Write a program to demonstrate different types ofif-statements.
4. Write a program to demonstrate switch-case.
Experiment-II
1. Write a program to demonstrating loop control statements.
2. Write a program to demonstrate for-each control loop.
3. Implement programs using single dimensional arrays.
4. Write a program to define a two dimensional array where each row contains different number
of columns.
Experiment -III
1. Write a program to demonstrate creating object to a class for accessing variables and methods.
2. Write a program to demonstrate creating multiple object.
3. Write a program to demonstrate passing objects to methods.
4. Write a program to demonstrate constructors and garbage collector by invoking it explicitly.
Experiment -IV
1. Write a program to demonstrate static members.
2. Write a program to demonstrate command line argument.
3. Write a program to demonstrate variable length argument.
4. Write a program to demonstrate wrapper classes.
Experiment -V
1. Write a program to demonstrate inheritance using extends keyword.
2. Write a program to demonstrate multilevel inheritance.
3. Write a program to demonstrate hierarchical inheritance.
Experiment -VI
1. Write program to demonstrate this and supper keywords.
2. Write program to demonstrate dynamic method dispatch.
3. Write a program to demonstrate final variable and methods.
4. Write a program to demonstrate use of abstract class.
Experiment -VII
1. Write a program to define an Interface and implement it into a class.
2. Write a program to implement multiple interfaces into single class.
3. Write a program to extend interfaces.
4. Write a program to implement nested interfaces.
Experiment -VIII
1. Write a program to create a package, and demonstrate to import a package to a class.
2. Write a program to demonstrate access protection of packages.
3. Write a program to demonstrate static import of package.
Experiment-IX
1. Write a program to demonstrate try and catch statement for exception handling
2. Handle Array Index Of Bounds Exception, Number Format Exception and Divide By Zero Exception
using multiple catch blocks.
3. Write a program to demonstrate user defined exception with throw keyword
4. Write a program to demonstrate finally block.
Experiment-X
1. Write a program to demonstrate string handling functions.
2. Write a program to demonstrate string searching functions.
3. Write a program to demonstrate string comparison functions.
4. Write a program to demonstrate string modification functions.
Experiment-XI
1. Write a program to demonstrate reading and writing input using byte stream classes
2. Write a program to demonstrate reading and writing input using character stream classes
3. Write a program to demonstrate data input and output streams
4. Write a program to demonstrate array input and output streams
Experiment-XII
Laboratory Manual:
1. Java Programming laboratory manual, prepared by faculty of Dept. ofCSE.
1. Herbert Schildt,”JAVA The Complete Reference”, 9th Edition, McGraw-Hill Education India Pvt.Ltd ,
ISBN: 9781259002465, 2014.
LIST OF EXPERIMENTS
1. Determination of Coefficient of Discharge for given Orifice meter and Venturi meter.
2. Determination of Coefficient of Discharge for given notches (triangular/rectangular)
3. Determination of Coefficient of Discharge for given orifice and mouth piece.
4. Verification of Bernoulli’s theorem.
Estimation of coefficients of various head losses in pipes due to major and
5. minor losses (sudden enlargement, sudden contraction and bend).
Laboratory Manual:
Course Articulation Matrix: U18OE311B Fluid Mechanics And Hydraulic Machines Laboratory
CO Code PO PO PO PO PO PO PO PO PO PO PO PO PSO PSO PSO PSO
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4
U18OE311B.1 2 1 - 1 - - - - 1 - - 1 2 - - 2
U18OE311B.2 2 1 - 1 - - - - 1 - - 1 2 - - 2
U18OE311B.3 2 1 - 1 - - - - 1 - - 1 2 - - 2
U18OE311B.4 2 1 - 1 - - - - 1 1 - 1 2 - - 2
U18OE311B 2 1 - 1 - - - - 1 1 - 1 2 - - 2
LIST OF EXPERIMENTS
1. Controlling A.C. Non servomotor clockwise and anti clockwise with time delay.
2. Controlling A.C. Non servo motor using digital inputs proximity sensors.
3. Controlling of Single acting Pneumatic Cylinder with time delay
4. Controlling of double acting Pneumatic Cylinder with time delay and sequencing
5. Control of D.C servomotor (rotating table clockwise and counterclockwise)
6. Integration of AC Non servo motors, single acting pneumatic cylinder and double
acting pneumatic cylinder.
7. Integration of AC Non- servomotor and pneumatic cylinders with digital inputs.
8. Controlling of X table and Y table.
9. Controlling of various systems using manual inputs.
10. Controlling of traffic lights with time delay.
11. Controlling of lift operations with time delay.
12. Hydraulic and Pneumatic simulation.
Laboratory Manual:
1. Mechatronics Lab Manual, prepared by faculty of Mechanical Engineering,KITSW
REFERENCE BOOKS:
1. ATS Manual of L.S. Mechatronics2000.
2. Bolton W., Mechatronics, Pearson Publications, 5/e, ISBN-13: 978-0273742869,2011.
Experiment-1
1. Design the following static web pages with the following attributes:
a. Basic Tags.
b. Heading Tags.
c. List (Ordered and Un-Ordered).
d. Textbox, Buttons.
Experiment-2
2. HTML
AIM: Design the following static web pages required for an online book store web site.
a. HOMEPAGE:
b. LOGINPAGE
c. CATALOGEPAGE
DESCRIPTION:
a. HOMEPAGE
The static home page must contain three frames.
• Top frame: Logo and the college name and links to Home page, Login page, Registration
page, Catalogue page and Cart page (the description of these pages will be given below).
• Left frame: At least four links for navigation, which will display the catalogue of respective
links. For e.g.: When you click the link “CSE” the catalogue for CSE Books should be
displayed in the Right frame.
• Right frame: The pages to the links in the left frame must be loaded here. Initially this page
contains description of the website.
•
Experiment-3
c. CATOLOGUEPAGE:
The catalogue page should contain the details of all the books available in the web site in a table. The
details should contain the following:
Experiment-4
3. VALIDATION
AIM: To do validation for registration page using JavaScript.
DESCRIPTION: Write JavaScript to validate the following fields of the above registration page.
a. Name (Name should contains alphabets and the length should not be less than 6
characters).
b. Password (Password should not be less than 6 characters length).
c. E-mailid(shouldnotcontainanyinvalidandmustfollowthestandardpattern
(name@domain.com)
4. CSS
AIM: Write a program illustrating various methods in cascading style sheets.
DESCRIPTION: Design a web page using CSS (Cascading Style Sheets) which includes the
following:
a. Use different font, styles: In the style definition you define how each selector
should work (font, color etc.).Then, in the body of your pages, you refer to these
selectors to activate the styles.
b. Set a background image for both the page and single elements on the page. You can
define the background image for the page likethis:
c. Control the repetition of the image with the background-repeat property. As
background-repeat: repeat
d. Define styles for links
e. Work with layers:
f. Add a customized cursor:
Selector {cursor:value}
.xlink {cursor:crosshair}
.hlink{cursor:help}
Experiment-5
7. To design the scientific calculator and make event for each button using Java Script.
8. WAP to create popup boxes in Java Script.
9. Program to create a class calculator that contains an overloaded method called "add" to
calculate the sum of two integers, two float numbers and, one integer and one float.
Experiment-6
Experiment-7
Experiment-8
22. Write a HTML file to create a simple form with 5 input fields (Name, Password, Email, Pin
code, Phone No. and a Submit button) and demonstrate required field validations to validate
that all input fields are required and display error messages if the above validations do not
hold.
23. Create a JSP Page with and run in JSP Engines.
24. Demonstrate Session Tracking in JSP.
25. JSP Program to validate username and password
Experiment-9
26. Create Database Connectivity with JSP page with different JDBC Drivers.
27. JSP Program to Select record from database
28. JSP Program to Insert a record into the database
29. Create a CRUD operation for JSP Page using My SQL
30. JSP Program to upload file into server
31. Create a form for your college library entering student details for each student in the college.
Validate the form using PHP valuators and display error messages.
32. Write a PHP which does the following job:
Insert the details of the 3 or 4 users who register with the web site by using registration form.
Authenticate the user when he submits the login form using the User Name and Password
from the database (instead of cookies).
Experiment-11
33. Create tables in the database which contain the details of items (books in our case like Book
name, Price, Quantity, Amount) of each category. Modify your catalogue page in such a way
that you should connect to the database and extract data from the tables and display them in
the catalogue page using PHP.
34. Create and delete MYSQL database using PHP.
Experiment-12
List of Experiments
Laboratory Manual:
1. Microprocessors Laboratory Manual, prepared by the faculty of department of ECE, KITSW.
LIST OF EXPERIMENTS
1. Determination of Stress–Strain characteristics of (a) Mild steel and (b) TOR steel.
2. Determination of the compressive strength of wood and punching shear strength.
3. Determination of the Brinell’s hardness numbers for steel, brass and aluminum.
4. Determination of the modulus of rigidity by conducting torsion test on solid shaft or
hollowshaft.
5. Determination of the modulus of rigidity by conducting compression test on spring.
6. Determination of the Young’s modulus of the given material by conducting flexural test on
simply supported beam.
7. Determination of the Young’s modulus of the given material by conducting flexural test on
continuous beam.
8. Determination of the Young’s modulus of the given material by measuring conducting flexural
test on propped cantilever beam.
9. Bend and rebend test on steel specimen.
10. Shear test for Mild steel specimen.
11. Impact test on Metal Specimens using Izod test.
12. Impact test on Metal Specimens using Charpy test.
13. Demonstration of measuring strains using strain gauges, LVDTs
Laboratory Manual:
1. Strength of MaterialsLaboratory Manual, prepared by faculty ofCivil Engineering, KITSW
Reference Books:
1. Harmer E. DavisandGeorge Earl Troxell,“Testing and Inspection of
nd
Engineering Materials”,McGraw-Hill book company, inc,2 edn.,1955.
2. A.V.K. Suryanarayana, “Testing of Metallic Materials”, Prentice-Hall of India, 2ndedn.,2007.
3. IS 1786:2008 “High strength deformed steel bars and wires for concretereinforcement-specification.
Bureau of Indian standards, New Delhi, 2008.
Open Elective-II:
UNIT-I (9+3)
UNIT-II (9+3)
Statistics: Statistical data: Review of measures of central tendency and measures of dispersion,
correlation coefficient, rank correlation, regression – Linear regression equations.
Curve Fitting: Method of least squares –fitting of (i) Straight line (ii) Second degree parabola
(iii) Exponential curves, most plausible solution of a system of linear algebraic equations. Probability:
Review of the concepts of probability, random variables, Discrete and continuous probability
distributions, mean and variance of a distribution, Binomial distribution, Poisson distribution, and
Normal distribution, fitting of these probability distributions to the given data.
UNIT-IV (9+3)
Solution to System of Linear Equations: Gaussian elimination method, Jacobi Method and Guass -
Siedel Iteration Method.
Numerical Solution of Algebraic and Transcendental Equations: Bisection method, Regula- Falsi
method and Newton Raphson’s method.
Numerical Solution of Ordinary Differential Equations: Taylor’s method, Picard’s method, Euler’s
method and Runge - Kutta methods of second and fourth order.
Text Books:
1. Grewal, B.S., “Higher Engineering Mathematics”, Khanna Publishers, Delhi, 43/e,2014.
Reference Books:
1. Gupta and Kapoor, “Fundamentals of Mathematical Statistics”, Sulthan Chand and & sons, New
Delhi, 11thedition, 2010.
th
2. Kreyszig E.,” Advanced Engineering Mathematics”, Johnwiely& sons,Inc.,U.K., 9 edition,2013.
3. Sastry S.S, “Introduction to numerical Analysis”, Prentice Hall of India Private Limited,New
Delhi.4thedition, 2005.
UNIT-I(9+3)
Introduction to Electronics:
Analog Signals (DC & AC), Sources (DC & AC), Digital Signals
Semiconductors:
Energy bands in solids, Concept of forbidden gap, Insulator, Metals and Semiconductors,
Transport phenomenon in semiconductors: Mobility and conductivity, Intrinsic
semiconductor, Donor and Acceptor impurities, Fermi level, Drift currents and Diffusion
currents, Temperature dependence of conductivity, Hall Effect
UNIT-II(9+3)
Semiconductor Diode:
P-N Junction, Band diagram, Depletion layer, V-I characteristics of P-N Diode, Diode
resistance and capacitance, Avalanche and Zener breakdown mechanisms
Diode Circuits:
Rectifier circuits – Half wave, Full wave & Bridge rectifiers, Ripple factor with and without
filters, Voltage regulation using Zener diode, Block diagram of DC adapter.
UNIT-III(9+3)
Physical structure, Transistor current components, CE, CB & CC configurations and their
Input & Output characteristics
DC Analysis of BJT Circuits: DC load line, Need for biasing, Transistor biasing techniques for CE
configuration, Basic transistor applications: Switch and Amplifier.
TextBooks:
1. Bhargava and Kulashresta, “Basic Electronics and Linear Circuits”, TTTI, TMH,India.
2. S.Salivahanan and N.Suresh Kumar, “Electronic Devices and Circuits”, Tata McGraw Hill
Education (India) Private Ltd, 2ndEdition,2009.
Reference Books:
1. Jacob Millman, Christos C Halkias, “Electronic Devices and Circuits”, 3/e, TMH,India.
2. David.A.Bell, “Electronic Devices and Circuits”, Oxford University Press,
New Delhi, India.
3. Neil storey, “Electronics: A systems Approach”, 4/e-Pearson Education Publishing company Pvt.
Ltd,India
UNIT- I (12)
Engineering Materials: Classification, properties and applications
Design Criterion: Discrete steps in engineering design process
Power Transmission: Classification; flat belt drives - length of open and cross belts, belt tensions and
power transmitted; Gears-types and applications; spur gear-nomenclature
Bearings: Types – sliding& rolling contact bearings and applications;
UNIT- II (12)
Manufacturing Processes: Classification; Foundry- steps in sand casting process; pattern-types,
materials and allowances, mould cross section, moulding sand-composition and properties; Machining:
lathe machine-line diagram and operations; Welding-classification; principle of arc welding- AC and
DC welding, principle of gas welding, principle of brazing and soldering; Metal forming process:
forging, rolling, extrusion.
UNIT- IV (12)
Second Law of Thermodynamics: Kelvin-Planck and Clausius Statements and their equivalence;
Carnot cycle, Carnot theorem, heat engine, heat pump and refrigerator; working principle of domestic
air conditioner-line diagram.
IC Engines: Classification; working principle of four and two stroke SI and CI engines.
Text Book:
1. Mathur, Mehta and Tiwari, “Elements of Mechanical Engineering”, Jain Brothers,
Reference Books:
1. HazraChowdary. S. K and Bose, “Basic Mechanical Engineering”, Media Promoters and
Publishers Pvt. Ltd, India,2010.
2. P. K. Nag, “Engineering Thermodynamics”, Tata McGraw Hill, NewDelhi.
3. HazraChowdary. S. K and Bose, “Workshop Technology, Vol. I & II”, Media Promoters and
publishers Pvt Ltd,India.
LO1: working principle of DC measuring instruments; DC, AC bridge circuits and their applications
LO2: principle of operation of Q meter, DVM, DMM, CRO, DSO and display devices
LO3: working principle of various transducers and their applications
LO4: working principle of seismic transducers, piezoelectric accelerometer, sound level meter, level transducer, flow
meter and data acquisition system
UNIT–I (9+3)
DC measuring instruments (principle of operation): Measurement system – block diagram and
example; performance characteristics – accuracy, precision, resolution, threshold, span, % error and
fidelity; DC meters (working principle) – PMMC mechanism, shunt type ammeter, series type
voltmeter, shunt type ohmmeter; DC potentiometers - Crompton’s DC potentiometer, calibration of
meters (ammeter, voltmeter & wattmeter) using DC potentiometer
DC & AC bridges: General bridge balance equation, bridge calibration, applications of bridges,
Wheatstone bridge, Maxwell bridge, Schering bridge, Wien’s bridge
UNIT – II (9+3)
Electronic instruments (principle of operation): Q-meter – basic Q-meter circuit; digital meter –
characteristics (resolution & count), DC & AC attenuators, block diagram of dual slope type digital
voltmeter, block diagram of digital multimeter (DMM); oscilloscopes – working principle of cathode
ray tube (CRT), block diagram of cathode ray oscilloscope (CRO) , block diagram of digital storage
oscilloscope (DSO); display devices – working principle of LED & LCD types
Text Books:
1 P. Pruthviraj, B. Bhudaditya, S. Das and K. Chiranjib, “Electrical and Electronic Measurement and
Instrumentation”, McGraw-Hill Education, 2ndedition, 2013, New Delhi.
(Chapters 1 to 3, 8 to 10 and 13 to 15)
2 Arun K. Ghosh, “Introduction to Transducers”, PHI, 4thedition,2015, New Delhi. (Chapters 1 to7)
Reference Books:
1 A.K. Sawhney, “Electrical and Electronics Measurements and Instrumentation”, Dhanpatrai& Co., 2015,
New Delhi.
2 Helfrick. A.D and Cooper W.D., “Modern Electronic Instrumentation and Measurement
Techniques”, Pearson India Edn., 2ndedition, 2016, New Delhi.
3 B.C. Nakra, K.K Choudhry, “Instrumentation Measurement and Analysis”, TMH, 4th
edition, 2008, New Delhi.
4 D.V.S. Murthy, “Transducers and Instrumentation”, Prentice Hall of India, 2nd edition, 2012, New Delhi.
UNIT - I (9)
Introduction: History of Computer Networks and The Internet, Principles of Computer Network
Design, Network Architecture, Network Types.
Physical Layer: Factors Affecting Data Transmission, Data Transmission, Data Transmission
Codes: Non-return to Zero, Manchester Encoding, Digital modulation & Modems, Transmission
Media.
UNIT- II (9)
Data Link Layer: Functions of Data Link Layer, Framing Techniques, Error Detection and
Correction, Elementary Data Link Layer Protocols for Flow Control.
Local Area Networks: Medium Access Protocols, LAN Protocol Stack, Ethernet Protocols, IEEE
802.11LAN Standard: IEEE 802.11 Protocol Stack, Wireless LAN Topologies, Frames in IEEE
802.11.
UNIT - IV (9)
The Transport Layer: User Datagram Protocol, Transmission Control Protocol, TCP State
Transition Diagram, Other TCP Timers, TCP Congestion Control.
The Application Layer: World Wide Web, Domain Name System, Electronic Mail.
Network Security: Threats and Vulnerabilities in Computer Networks, Cryptographic
Algorithms, Data Encryption Standard.
UNIT-I (9)
Introduction: Conventional and non-conventional sources of energy – Brief Description
of different Renewable energy sources
Solar Energy: Introduction to prospects of solar photovoltaic (SPV) systems, principle of
a PV cell, large scale SPV systems, economic considerations of SPV systems, PV cell
technology, merits and limits of SPV systems, applications of SPV systems-street
lighting, domestic lighting, Battery charging, SPV pumping systems
UNIT-II (9)
Wind Energy: Principles of wind power- Operation of a wind turbine- Site
Characteristics. Geothermal Energy: Origin and types of geothermal energy-
Operational Difficulties - Vapor dominated systems- Liquid dominated systems- Petro-
thermal systems.
Magneto-Hydro Dynamic (Mhd) Power Generation: MHD system- Open and Closed
systems- Advantages of MHD systems.
UNIT-III (9)
Energy from Oceans: Ocean temperature differences, ocean waves-Wave motions and
tides- Energy from the waves; Introduction of tidal power, basic principle of tidal power,
components of tidal power plants, advantages and disadvantages
Bio-Energy: Introduction-bio-mass conversion, technologies-wet process, dry process,
photo synthesis; Biogas generation- biogas from power plant wastes, methods of
maintaining biogas production, utilization of biogas, biogas gasification, applications of
gasifiers
UNIT-IV (9)
Chemical Energy Sources: Introduction of fuel cells, Principle of Operation of fuel cell,
Classification of Fuel cells, Advantages and disadvantages of fuel cells.
Types of Energy Storage Systems: Introduction, Different types of Batteries, Ultra
Capacitors, Flywheels, Super Conducting Magnetic storage.
Reference Books:
1. EL-Wakil M.M, “Power Plant Technology”, McGraw-Hill, NewYork
2. Duffie and Beckman, “Solar Energy Thermal Process”, John Wiley & Sons, NewYork
Text Books:
Reference Books:
1. Nishit K. Sinha, “ Verbal Ability and Reading Comprehension for the CAT”,
3rdEdition Pearson India Education Services Pvt. Ltd., Chennai
2. Harper Collins, “Collins COBUILD English Grammar” Third Edition, Harper Collins
Publishers Ltd.
3. Rosemary & Courtney, "Longman-English-Chinese Dictionary of Phrasal Verbs"
UNIT-I(9+3)
Deflection of beams: Application of double integration and Macaulay’s method to calculate the
slope and deflection of simply supported and cantilever beams.
Conjugate beam and moment area method: Determination of slope and deflection of simply
supported and cantilever beams
UNIT-II (9+3)
Strain energy: Strain energy of beams in bending, deflection of beams from strain energy, unit
load method, Castigliano’s theorem-I, application to deflection of determinate plane truss.
Fixed and continuous beams: Analysis of fixed beams for shear force and bending moment,
deflection of fixed beams, effect of sinking of supports, analysis of continuous beams using
Clapeyron’s theorem of three moments, effect of sinking of supports.
UNIT-III(9+3)
Direct and bending stresses: Stresses in a member subjected to axial, uniaxial and biaxial
loading, core or kernel of a section, wind pressures on chimneys.
Columns and struts: Euler’s theory, Euler’s critical load for columns with various end conditions,
limitations, Rankine’s hypothesis, IS code formula.
UNIT-IV(9+3)
Statically indeterminate frames: Analysis of statically indeterminate portal frames up to two
degree of indeterminacy using Castigliano’s theorem-II.
Theories of failure: Maximum principal stress theory, maximum principal strain theory,
maximum shear stress theory, strain energy theory and shear strain energy theory, applications
Reference Books:
1. H. J. Shah and S. B. Junnarkar, “Mechanics of Structures Volume - I and Volume - II”,
Charotar Publishing House Pvt., Ltd., Anand, 31 stedn., 2014.
2. R. K .Bansal, “A text book of Strength of Materials”,Laxmi Publications, 4thedn,2010.
3. Andrew Pytel and L. Ferdinand Singer, “Strength of Materials”, Harper and Row
Publishers, New York, 4thedn.,2011.
UNIT-I(9)
Water hammer in pipes: Water hammer phenomenon, gradual and sudden closure of valves,
expression for pressure rise considering elasticity of pipe, pressure relieving devices.
Turbulent flow in pipes: Characteristics of turbulent flow, shear stress due to turbulence, Reynolds
stresses, Prandtl’s mixing length theory, universal velocity distribution laws, Nikuradse’s experiment,
Karman– Prandtl resistance equation, variation of friction factor with Reynold’s number–Moody’s
chart.
UNIT-II (9)
Boundary layer theory: Concept of boundary layer, boundary layer growth over a flat plate,
boundary layer thickness, displacement thickness, momentum thickness and energy thickness,
laminar and turbulent boundary layers, integral momentum equation for boundary layer, separation
of boundary layer and its control.
Flow around submerged bodies: Drag and lift, basic concepts and expressions, drag and lift forces on
sphere and cylinder.
UNIT-III(9)
Open channel flow: Distinction between pipe and channel flows, classification and characteristics of
open channel flow, Manning’s and Chezy’s equations, most economical rectangular, triangular,
circular and trapezoidal sections, velocity distribution in channel section.
Hydraulic jump: Energy concepts in open channel flow, specific energy curve, critical depth, critical
velocity, condition for critical, subcritical and super critical flows, expression for depth of hydraulic
jump, loss of energy due to hydraulic jump, channel transitions, equation for gradually varied flow,
classification of surface profiles, rapidly variedflow.
Text Books:
1. P. N. Modi and S. M. Seth, “Hydraulics and Fluid Mechanics Including Hydraulic Machines”,
Standard Book House, Rajsons Publications Pvt. Ltd., 18 thedn.,2011.
2. A. K. Jain, “Fluid Mechanics Including Hydraulic Machines” Khanna Publications, 12thEdn. 2010.
Reference Books:
1. VenTe Chow, “Open Channel Hydraulics”, Blackburn Publisher, 2009Edition.
2. Victor L. Streeter, E. Benjamin Wylie and Keith W.Bedford, “Fluid Mechanics”, McGraw
Hill,Singapore,9thedn..
3. K. Subramanya,”Theory and Applications of Fluid Mechanics”, Tata McGraw Hill, Edition1993.
U18CE404.2 2 2 2 - - 1 - - 1 - - 1 1 - - 1
U18CE404.3 2 2 2 - - - - - 1 - - 1 1 - - 1
U18CE404.4 2 2 1 - - 1 - - 1 - - 1 1 - - 2
U18CE404 2 2 1.5 - - 1 - - 1 - - 1 1 - - 1.25
UNIT-I(9+3)
Limit state of collapse in flexure: Analysis and design of beams, singly, doubly reinforced
rectangular and T-beams, IS codal provisions.
UNIT-II (9+3)
Shear and torsion: Types of shear, design shear strength of concrete beams, design of beams
for shear, torsional shear stress for rectangular sections, reinforcement for torsion, bond,
anchorage, development length, IS codal provisions.
Limit state of serviceability: Short term deflection for beams, long term deflection due to
creep, differential shrinkage, IS Codal provisions.
UNIT-III(9+3)
Slabs: Loads and their distribution, design of one way simply supported, continuous slabs
and two way slabs, IS Codal provisions.
Short columns: Axially loaded rectangular columns, circular columns with lateral ties and
helical reinforcement, interaction curves, design for uni-axial bending moment, IS Codal
provisions
UNIT-IV (9+3)
Footings: Types of footings, design of isolated footing for axially loaded columns, design of
combined footing, IS Codal provisions. Working stress method of design: Design principles,
under reinforced, balanced and over- reinforced beams, analysis and design of rectangular
beams, design for shear, IS Codal provisions.
Reference Books:
1. S. UnnikrishnaPillai and DevdasMenon, “Reinforced Concrete Design”, Tata McGraw Hill Publishing
Company Ltd., New Delhi,3rdedn.,2011.
2. Jai Krishna and O. P. Jain, “Plain and Reinforced Concrete”, NemChand Brothers, Roorkee,
8thedn.,2012.
3. IS 456, “Code of practice for Plain and reinforced concrete”, Bureau of Indian standards, New
Delhi,2000.
4. IS 875 (part 1-5), “Code of practice for Design loads”, Bureau of Indian standards, NewDelhi, 1987.
5. SP:16 , “DesignAids for Reinforced Concrete To IS 456: 1978”, Bureau of Indian standards, New
Delhi,1980.
Course Learning Outcomes (COs):
UNIT-I(9)
General geology: Scope, objectives and branches of Engineering geology, surface features and earth’s
interior, processes of weathering and end products, susceptibility of rocks to weathering, river as a
geological agent.
Mineralogy: Definition of crystal and mineral, physical properties and importance of minerals such as
Quartz and its varieties, Feldspar, Graphite, Hornblende, Hematite, Mica, Granite, Kyanite, Calcite,
Talc, Bauxite, Corundum, Gypsum, Dolomite, Beryl Apatite and other important minerals.
UNIT-II (9)
Petrology: Definition of rock, rock Cycle formation of different rocks and their classification, Igneous,
Sedimentary and Metamorphic, applications to civil engineering.
Texture and Structure of rocks: Physical and engineering properties of rocks for construction granite,
pegmatite, dolerite, basalt, sandstone, conglomerate, limestone, shale, laterite, schist, gneiss, quartzite,
marble and slate, tests for rocks as building stone, aggregates, foundation stone, roofing and facing
stones.
UNIT-III(9)
Structural Geology: Structural features like stratification, lamination, bedding planes, dip, strike, study
of common geological structures associated with rocks, faults, folds, joints and their identification,
unconformities, overlaps, inliers, outliers, importance of geological structures in civil engineering.
Geological Investigations: Interpretation of geological and aerial maps, hydrogeology, ground water
investigation and exploration, geophysical investigations, definition, necessity, electrical resistivity and
seismic refraction methods, bore hole drilling.
UNIT-IV (9)
Geology of dams, reservoirs and tunnels: Types of dams, requirements of dam site, reconnaissance,
preliminary and detailed geological investigations for a dam site, leakage and silting of reservoirs,
Text Books:
1. N.ChennaKeshavulu, “Textbook of Engineering Geology”, Macmillan Publishers, New Delhi,
2ndedition,2009.
2. Parbin Singh, “Engineering and General Geology”, S.K. Kataria and sons, New Delhi,
8thedition,2013.
Reference Books:
1. K.V.G.K.Gokhale, “principles of engineering geology”, BS Publications, Hyderabad, 1stedition , 2013.
2. David George price,”E.G. principles & practice”7thedition,2009.
LIST OF EXPERIMENTS
Laboratory manual:
1. “Fluid Mechanics Laboratory Manual”, prepared by the faculty of Department of Civil
Engineering.
Reference Books:
1. N. Kumara Swamy, “Fluid Mechanics and Machinery Laboratory Manual”,Charotar Publishing
House Pvt., Ltd., 1stedn.,2008.
2. Sarbjit Singh, “Experiments in Fluid Mechanics”, PHI Learning Private Limited, New Delhi, 2009.
LIST OF EXPERIMENTS
Laboratory Manual:
LIST OF EXPERIMENTS
Laboratory Manual:
1. Survey Field Work-II lab Manual, prepared by the faculty of Civil Engineering, KITSW.
Reference Books:
1. B.C. Punmia and Ashok kumar Jain, “Surveying Volume I and II”,Laxmi Publication, Pvt.
Ltd, 16thedn.,2011
2. K.R. Arora, “Surveying Volume I and II”, Standard Book House, 15thedn., 2015.
Unit – I (6)
Basic Structure of Indian Knowledge System: Introduction, Vedas – Origin, Classification,
Structure, Rig Veda, Sama Veda, Yajur Veda, Atharva Veda; Upavedas – Dhanurveda,
Sthapatveda, Gandharvaveda, Ayurveda; Vedang – Shiksha, Chanda, Vyakarna, Nirukta, Kalpa,
Jyothisha; Upanga – Dharmashastra, Mimamsa, Tarkashastra,Purvana.
Unit – II (6)
Modern Science and Indian Knowledge System: Introduction – Vedas as Basis for Modern
Science – Architectural Developments – Medicine and its relevance – Mathematical Sciences in
Vedas – Space and Military related developments – Chemical Sciences
Unit – III (6)
Yoga and Holistic Health Care: Healthy mind in healthy body – Yoga: Definition, types; Yoga to
keep fit: Diet, Yoga Asanas – Fundamentals; Breathing techniques in Patanjali Yogatradition
– Pranayama; chakras; meditation; Benefits of Yoga – Physical Health, Emotional Health,
Prevention of Disease, Reducing or Alleviating Symptoms of Problems
Unit – IV (6)
Case studies – Yoga Practice: Yoga as an effective tool for management of human crisis –
Depression, Self – Concept & Mental health, Yoga for stress management; Yoga : A way to cure for
Insomnia.
Requisite:
Yoga practice sessions are to be conducted for all the students taking this course by the time they
complete Unit 1 and Unit 2.
UNIT-I (6)
Introduction - The multidisciplinary nature of environmental studies - definition, scope and
importance.
Natural Resources: Forest Resources - Use and over–exploitation of forests, deforestation, timber
extraction, mining, dams - their effects on forests and tribal people; Water Resources - Use and
over-utilization of surface and ground water, floods, drought, conflicts over water; Mineral
Resources - Environmental effects of extracting and using mineral resources; Agricultural Land -
Land as a resource, land degradation, soil erosion and desertification; Food Resources - World
food problems, effects of modern agriculture, fertilizer-pesticide problems, water logging and
salinity; Energy Resources - Renewable and non-renewable energy sources, use of alternate energy
sources.
UNIT-II (6)
Ecosystem and Biodiversity: Ecosystem - Concepts of an ecosystem, food chain, food webs,
ecological pyramids, energy flow in the ecosystem and ecological succession;
Biodiversity and its Conservation – Introduction, definition, genetic, species and ecosystem
diversity, value of biodiversity, biodiversity in India, hot spots of biodiversity, man-wildlife
conflicts, endangered and endemic species of India, in-situ and ex-situ conservation.
UNIT-III (6)
Environmental Pollution: Global climatic change, green house gases, effects of global warming,
ozone layer depletion; International conventions/protocols - Earth summit, Kyoto protocol and
Montreal protocol; causes and effects of air, water, soil, marine and noise pollution with case
studies; solid and hazardous waste management, effects of urban industrial and nuclear waste;
natural disaster management - flood, earthquake, cyclone and landslides.
UNIT-IV (6)
Social Issues and the Environment: Role of Individual and Society - Role of individual in
prevention of pollution, water conservation, Rain water harvesting and watershed management;
Environmental Protection / Control Acts - Air (Prevention and control of Pollution) Act- 1981,
TEXT BOOKS:
1. ErachBharucha, “Text Book of Environmental Studies for Under Graduate Courses (2 ndedn.)”,
Universities Press (India) Private Limited,2013.
REFERENCE BOOKS:
1. Y. Anjaneyulu, “Introduction to Environmental Science”, B.S. Publications,2004.
2. Gilbert M. Masters, “Introduction to Environmental Engineering & Science”,
Prentice Hall of India,Third Edition,1991.
3. AnubhaKaushik, C.P. Kaushik, “Environmental Studies”, 4/e, New AgeInternational Publishers,2014.
4. R.Rajagopalan, “Environmental Studies from crisis to cure”, Oxford University Press, Second
Edition,2011.
Professional Elective-I/MOOC-I:
U18CE502A: Advanced Concrete Technology
U18CE502B: Advanced Surveying
U18CE502C: Water shed Management
U18CE502M: MOOCs
Class: B.Tech. V– Semester Branch(s): CE, EIE, EEE, ECE & ECI
UNIT – I (6)
Introduction - Need, Basic Guidelines, Content and Process for Value Education:
Purpose and motivation for the course, Recapitulation from Universal Human Values - I(Induction
programme)
Self-Exploration: Its content and process, Natural acceptance and experiential validation
– As the process for self-exploration
Continuous Happiness and Prosperity: A look at basic human aspirations, Right
understanding, Relationship and physical facility - The basic requirement for fulfillment
of aspirations of every human being with their correct priority
Understanding Happiness and Prosperity correctly: A critical appraisal of the current
scenario, Method to fulfill the above human aspirations - Understanding and living in
harmony at various levels
UNIT – II (6)
Understanding Harmony in the Human Being- Harmony in Myself & Family:
Harmony in Myself: Understanding human being as a co-existence of the sentient ‘I’ and
the material ‘Body’, Understanding the needs of Self (‘I’) and ‘Body’ - Happiness and
physical facility; Understanding the ‘Body’ as an instrument of ‘I’ (I being the doer, seer
and enjoyer), Understanding the characteristics and activities of ‘I’ and harmony in ‘I’,
Understanding the harmony of ‘I’ with the ‘Body’ - Sanyam and Health; Correct appraisal
of physical needs, Meaning of prosperity in detail, Programs to ensure Sanyam and
Health
Harmony in Family: Understanding values in human - Human relationship; Meaning of
justice (Nine universal values in relationships), Program for its fulfillment to ensure
mutual happiness, Trust and respect as the foundational values of relationship,
Text Book:
[1] R .R. Gaur, R. Sangal and G. P. Bagaria, Human Values and Professional Ethics, New Delhi: Excel
Books, 2010.
Reference Books:
[1] A. Nagaraj, JeevanVidya: EkParichaya, Raipur: JeevanVidyaPrakashan, Amarkantak, 2018.
[2] A.N. Tripathi, Human Values, 3rd ed. New Delhi: New Age International Publisher, 2019.
[3] M. Govindrajran, S. Natrajan& V.S. Senthil Kumar, Engineering Ethics (includes Human
Values), 12th ed. Haryana: PHI Learning Pvt. Ltd., 2011.
[4] Jayshree Suresh, B. S. Raghavan, Human Values & Professional Ethics, 4th ed. New Delhi: S. Chand &
Co. Ltd., 2012.
Ad Additional Resources:
[1] R.R Gaur, R Sangal, G P Bagaria, A foundation course in Human Values and professional Ethics (Teacher’s
Manual), New Delhi: Excel books, 2010.
[2] A set of DVDs containing - Video of Teachers’ Orientation Program - PPTs of Lectures
and Practice Sessions (Audio-visual material for use in the practice sessions)
UNIT-I (9)
Cement and Admixtures: Chemical composition, Bogue’s compounds, Heat of hydration, Influence of
compound composition on properties of cement, Mineral and Chemical admixtures, Relevant IS codal
specifications
Aggregates: Classification of aggregates, Particle shape, Texture, Gradation, Fineness modulus,
Grading curves, Gap graded aggregates, Combined grading, Alkali aggregate reaction, Alkali silica
reaction, Soundness of aggregate, Recycled aggregates, Relevant IS codal specifications
UNIT-II (9)
Proportioning of Concrete: EntroyShaklok method, Particle packing theory, Nan-Su method for self
compacting concrete
Special Concretes: Self compacting concrete, Light weight concrete, Cellular concrete, Geopolymer
concrete, Fibre reinforced concrete, Uses and applications
UNIT-III (9)
High Performance Concrete: High performance concrete in fresh and hardened state, Durability,
Carbonation test, Chloride potential test, Half cell potentiometer test, Fire damage assessment
Self Curing and Self Compacting Concrete: Need and development of self curing and self compacting
concrete, Admixtures and aggregates, EFNARC specifications for self compacting concrete,
Applications of self curing and self compacting concrete, Tests on self compacting concrete
UNIT-IV (9)
Quality Control of Concrete: Quality assurance, Quality control, Quality management and quality
audit-statistical quality control, Acceptance criteria, IS codal provisions
Text Books:
[1] A.M. Neville, Properties of Concrete, 4th ed. Longman House, United Kingdom: English Language, Book
society, 2015. (Chapters 1, 2, 3, 4, 5, 6 and 12)
[2] Ken W. Day, James Aldred, Barry Hudson, Concrete Mix Design, Quality Control and Specifications,
3rd ed. Florida: CRC Press (Taylor and Francis group), 2016. (Chapters 2, 3, 4, 6, 7, 8, 10 and 11)
Reference Books:
[1] M. S. Shetty, Concrete Technology (Theory and Practice), 7th ed. New Delhi: S. Chand Company, 2014.
[2] M.L. Ghambir, Concrete Technology, 5th ed. New Delhi: Tata McGraw Hill Publishers, 2016.
[3] R.N. Raikar, Diagnosis and treatment of structures in distress, 4th ed. Mumbai: R and D Centre of Structural
Designers and Consultants Pvt. Ltd., 1994.
[4] BIS, IS 10262: 2019, Concrete Mix Proportioning Guidelines, 2nd revision, New Delhi: Bureau of Indian Standards,
2019.
[5] BIS, IS 383: 2019,Coarse and Fine Aggregate for Concrete, New Delhi: Bureau of Indian Standards, 2019.
[6] BIS, IS 456: 2000 Plain and Reinforced Concrete- Code of Practice, 5th amendment, New Delhi: Bureau of Indian
Standards, 2019.
[7] EFNARC, Specifications and Guidelines for Self Compacting Concrete, Norfolk, UK: EFNARC, 2002.
U18CE502A 1 1 1 1 1 - 1 - - - - 1 1 1 - 1
UNIT-I (9)
Hydrograph Surveying: Introduction, Uses, Shore line survey, Sounding equipment, Methods of
locating soundings, Stream measurements
Mine Surveying: Objectives, Equipment for mine survey, Measurement of distance and difference in
elevation, Tunnel alignment and setting out
UNIT-II (9)
Geographical Information System(GIS): Introduction, GIS architecture, Components of GIS, Accuracy
in GIS, Data exploration and thematic layering, Levels of measurement in GIS, Applications of GIS,
Geographic visualization, Query languages, Guidelines for the preparation of GIS
Data Models: GIS - data models, Types, Spatial data models, Vector and raster data structures,
Advantages and disadvantages, Attribute data models, Digital Elevation Model (DEM), Applications of
DEM, Data structure for continuous surface model, Functions of GIS
UNIT-III (9)
Remote Sensing: Principles of remote sensing, Components, Elements, Characteristics of Electro
Magnetic Radiation(EMR), Transmission path, Types of remote sensing, Platforms, Thermal Infrared
remote sensing and its applications, Scanners and sensors, Resolution, Elements of visual interpretation
Digital Image Processing: Pre-processing, Image Enhancement, Image transformations, Image
classification and analysis, Data integration and analysis, Remote sensing in India
UNIT-IV (9)
Global Positioning System (GPS): Overview, GLONASS system, GALILEO system, Space segment,
Operational control segment, User equipment segment, Principle of position determination via satellite
generated ranging signals, Error sources
Differential Global Positioning System (DGPS): Principle, working with DGPS, GPS surveying
techniques, Indian coordinate system for using GPS, Uses and applications
Reference Books:
[1] B.C. Punmia,Surveying Vol. II, 17th ed. New Delhi: Laxmi publications, 2016.
[2] R. Subramanian, Surveying and Levelling, 2nd ed. New Delhi: Oxford University Press, 2007.
[3] K.R. Arora, Surveying Vol.II, 15th ed. New Delhi: Rajsons publications, 2018.
[4] http://civil.iisc.ernet.in/~nagesh/rs_gis.htm.
CO2 U18CE502B.2 1 - - 1 1 - - - - - - 1 1 - - 1
CO3 U18CE502B.3 1 - - 1 1 - - - - - - 1 1 - - 1
CO4 U18CE502B.4 1 - - - 1 - - - - - - 1 1 - - 1
U18CE502B 1 - - 1 1 - - - - - - 1 1 - - 1
UNIT-I (9)
Watershed Concepts: Objectives, Need for watershed development, Characteristics of watershed- Size,
Shape, Physiographic, Slope, Climate, Drainage, Land use, Vegetation, Geology and Soils, Hydrology,
Hydrogeology and Socioeconomic; Watershed management
Soil Erosion: Basic processes, Factors affecting soil erosion, Land capability classification
UNIT-II (9)
Participatory Rural Appraisal (PRA): Basic principles, Assumptions, Important types, Benefits,
Tools, Maps and Models of PRA programmes
Erosion Control Measures: Contour cultivation, Contour bunding, Graded bunds, Bench
terracing, Grassed water ways, Mechanical erosion control measures for non-agricultural land,
Contour trenching, Gully control measures, Vegetative control measures, Check dams, Brush
dams, Semi permanent gully, Control structures
UNIT-III (9)
Water Conservation and Harvesting: Rainwater harvesting, Catchment harvesting, Harvesting
structures, Soil moisture conservation, Check dams, Artificial recharge, Farm ponds, Percolation tanks,
Groundwater
Management in Watershed: Types of aquifers, Vertical distribution of groundwater, Conjunctive use
of surface and use of groundwater
UNIT-IV (9)
Ecosystem Management: Role of ecosystem, Crop husbandry, Soil enrichment, Inter mixed and strip-
cropping, Cropping pattern, Sustainable agriculture, Bio-mass management, Dry land agriculture,
Silvopasture, Horticulture, Social forestry and afforestation
Text Book:
[1] J. V. S. Murthy, Watershed Management, 5th ed. New Delhi: New Age International Publishers, 2014.
Reference Books:
[1] R. A wurbs and W. P. James, Water Resource Engineering, London: Prentice Hall Publishers, 2015..
[2] V. V. N. Murthy, Land and Water Management, 6th ed. New Delhi: Kalyani Publications, 2011.
[3] Rajesh Rajora, Integrated Watershed Management, 2nd ed. New Delhi: Rawat publications, 2019.
[4] D. K. Majumdar, Irrigation and Water Management, 2nd ed. New Delhi: Printice Hall of India, 2005.
UNIT-I (9)
Slope Deflection Method for Beams: Development of slope-deflection equations, Sign convention,
Analysis of continuous beams with and without sinking of supports, Construction of bending moment
diagram and shear force diagrams
Slope Deflection Method for Frames: Rectangular portal frames with and without side sway for single
bay single storey
UNIT-II (9)
Moment Distribution Method for Beams: Distribution and carry over factors, Analysis of continuous
beams with and without sinking of supports
Moment Distribution Method for Frames: Rectangular portal frames with and without side sway for
single bay single storey
UNIT-III (9)
Kani’s Method: Analysis of statically indeterminate beams with and without sinking of supports
Approximate Methods: Approximate analysis of frames using portal method and cantilever method
UNIT-IV (9)
Moving Loads: Maximum bending moment and shear force diagrams for simple beams traversed by
single point load, A pair of point loads, Uniformly distributed load shorter and longer than the span,
Series of point loads, Absolute maximum bending moment and shear force, Enveloping parabola and
equivalent udl
Influence Line Diagrams: Influence line diagram for support reaction, Bending moment and shear
force for simple and over hanging beams, Influence line diagrams for stresses in members for through
type bridge trusses
Reference Books:
[1] B. C. Punmia and A. K. Jain, Theory of Structures, 13th ed. New Delhi: Laxmi Publications, 2005.
[2] C.S. Reddy, Basic Structural Analysis, 19th ed. New Delhi: Tata McGraw Hill Education, 2017.
[3] C. K. Wang, Indeterminate Structural Analysis, 5th ed. New Delhi: McGraw Hill Education, 2017.
[4] Sujit Kumar Roy and SubrataChakrabarty, Fundamentals of structural analysis with computer analysis and
applications, revised ed. New Delhi: S. Chand and Company Ltd., 2012.
CO2 U18CE503.2 1 1 - - - - - - - - - 1 1 - - 1
CO3 U18CE503.3 1 1 - - - - - - - - - 1 1 - - 1
CO4 U18CE503.4 1 1 - - - - - - - - - 1 1 - - 1
U18CE503 1 1 - - - - - - - - - 1 1 - - 1
UNIT – I (9)
Water Demand: Classification of sources of water supply, Choice of source, Types of water demand,
Per capita demand, Factors affecting per-capita demand, Factors affecting water losses, Fluctuations
in water demand and its effects on water supply scheme, Design period, Population forecasting
methods, Fire demand
Water Quality: Physical, Chemical and biological characteristics of water quality, Waterborne
diseases and their control, Quality standards for municipal supplies
UNIT – II (9)
Purification of Water: Water treatment, Screening, Plain sedimentation, Sedimentation aided
with coagulation, Filtration, Disinfection, Softening, Aeration
Distribution System: General requirements, Layouts of distribution networks, Methods of supply,
Systems of supply, Distribution reservoirs, Types, Functions, Storage capacity of distribution
reservoirs, Design of distribution networks, Appurtenances in distribution system
UNIT – III (9)
Sewage Characteristics: Physical, Chemical and Biological characteristics of sewage, Analysis of
sewage, Bio-chemical oxygen demand and dissolved oxygen profile processes and kinetics
involved, Sewerage systems, Merits and demerits, Estimation of dry weather flow, Estimation of
storm water flow
Sewer and Sewer Appurtenances: Hydraulic design of sewer, Hydraulic formulae for design of
sewers, Minimum and maximum velocity of flow, Materials, Joints, Shapes, Sewer appurtenances
UNIT – IV (9)
Sewage Treatment: Process flow diagram, Primary treatment, Theory and design of screens, Grit
chamber, Skimming tanks, Sedimentation tanks
Text Books:
[1] P.N. Modi, Water supply Engineering-Environmental Engineering–I, 5th ed. New Delhi: Standard Book
House, 2016. (Chapters 1, 2, 6, 8, 9 and 10)
[2] P.N. Modi, Sewage Treatment and Disposal – Environmental Engineering-II,5th ed. New Delhi: Standard
Book House, 2015. (Chapters 1, 2, 3, 4, 6, 8, 11, 13, 14 and 17)
Reference Books:
[1] Howard S. Peavy, Donald R. Rower and George Tchobanoglous, Environmental Engineering, New Delhi:
McGraw-Hill International Edition, 2014.
[2] B.C. Punmia, A.K. Jain, A.K.Jain, Water supply Engineering-Environmental Engineering–I, 2nd ed. New
Delhi: Laxmi Publications, 2016.
[3] B.C. Punmia, A.K. Jain, A.K.Jain, Waste water Engineering-Environmental Engineering–II, 2nd ed. New
Delhi: Laxmi Publications, 2016.
[4] The Expert Committee, CPHEEO Manual on Water Supply and Treatment, 3rd ed. New Delhi: Ministry of
Urban Development, Govt. of India, 1999.
[5] The Expert Committee, CPHEEO, Manual on Sewerage and Sewage Treatment Systems, 3rd ed. New Delhi:
Ministry of Urban Development, Govt. of India, 2013.
[6] Metcalf and Eddy, Waste Water Engineering: Treatment and Reuse, New Delhi: McGraw-Hill Edition, 2017.
UNIT-I (9)
Basic Properties and Classification of Soils: Soil formation, Soil structure, Phase diagrams, Water
content, Specific gravity, Void ratio, Porosity, Degree of saturation, Density, Mass, Weight, Volume
relationships, Relative density, Sieve analysis, Grain size distribution curves, Atterberg limits, Stoke’s
law and its limitations, Hydrometer analysis, IS classification, Field identification, Consistency index,
Activity, Thixotrophy, Sensitivity
Effective Stress: Soil water classification, Effective stress principle, Total, Effective, Neutral stresses,
Hydrostatic condition
UNIT – II (9)
Permeability: Darcy‘s law and its limitations, Determination of coefficient of permeability, Coefficient
of permeability for different soils, Factors affecting permeability of soils, Permeability of stratified soils
Seepage Analysis: Seepage force, Hydrodynamic conditions, Critical hydraulic gradient, Quicksand
condition, Characteristics of flow net, Construction of flow net, Uses of flow net, Flow net for
anisotropic soils
UNIT –III (9)
Compaction: Introduction, Proctor’s compaction test, Zero air voids curve, Saturation line, Factors
affecting compaction, Effect of compaction on soil properties, Field compaction, Relative compaction
Consolidation: Mechanism of consolidation, Characteristic compression curves, Consolidation
parameters, Normal, Under and over consolidated clays, Terzaghi’s one dimensional consolidation
theory, Assumptions, Derivation, Determination of coefficient of consolidation, Magnitude and rate of
consolidation settlements
UNIT –IV (9)
Stress Distribution: Boussinesq equation for point, Line, Circular and rectangular loads, Westergaard’s
analysis for point load, Concept and use of pressure bulb, Construction and use of Newmark’s
influence chart, Approximate methods, Contact pressure distribution under rigid and flexible footings
in sand and clay
Text Book:
[1] K. R. Arora, Soil Mechanics and Foundation Engineering, 9th ed. New Delhi: Standard Publishers,
2013.
Reference Books:
[1] GopalRanjan and A.S.R. Rao, Basic and Applied Soil Mechanics, Revised 3rd ed. New Delhi: New
Age International Publishers, 2016.
[2] B.C. Punmia, Er. Ashok K. Jain, Arun K. Jain, Soil Mechanics and Foundations, 17th ed. New
Delhi: Laxmi Publications (P) Ltd, 2017.
[3] C. Venkatramaiah, Geotechnical Engineering, 6th ed. New Delhi: New Age Publications, 2018.
[4] T. W. Lambe and Whiteman, Soil Mechanics, New Delhi: New Age Publications, 2017.
UNIT–I (9)
Principles of Limit State Design: Types of structural steel, Advantages, Design philosophies-Working
stress, Limit state, Ultimate load methods, Ultimate and serviceability limit states, Loads and load
combinations, Partial safety factors
Bolted Connections: Types of bolted connections, Lap and butt connection, Assumptions made in
analysis, Failure of bolted connections, Efficiency of joints and Strength of plate connections
UNIT – II (9)
Tension Members: Types of tension members, Behavior of tension members, Net sectional area,
Analysis of tension members, Sectional efficiency, Design of tension members, Splices in tension
members
Compression Members: Types of column sections, Behavior of compression member, Classification of
cross sections, Slenderness for flexural bulking, Design considerations, Analysis and Design of
compression member, Design of built-up compression member
UNIT – IV (9)
Eccentric Connections: Beam – Column Connections, Bolted Framed connections, Un-Stiffened and
Stiffened seat connections, Bolted bracket connections
Text Book:
[1] S. S. Bhavikatti, Design of Steel Structures: By Limit State Method as Per IS: 800-2007, 3rd ed. New Delhi:
International Publishing House Pvt. Ltd, 2012.
Reference Books:
[1] N. Subramanian, Design of Steel Structures: By Limit State Method as Per IS: 800-2007, 5thed. New
Delhi:Oxford University Press, 2018.
[2] M.L. Gambhir, Fundamentals of Structural steel design, New Delhi: Tata McGraw-Hill Education, 2013.
[3] S.K. Duggal, Limit state design of steel structures, 2nd ed. New Delhi: Tata McGraw-Hill Education,
2014.
[4] BIS, IS 800:2007 General construction in steel - Code of practice, 3rd ed. New Delhi: Bureau of Indian
standards, 2007. (permitted for examination)
[5] BIS, SP: 6 (1-7) Handbook for structural engineers, New Delhi: Bureau of Indian standards, 1980.
LIST OF EXPERIMENTS
1. Determination of pH and Alkalinity of water sample
2. Determination of Acidity of water sample
3. Determination of Total Solids, Total dissolved solids and Suspended solids of water sample
4. Determination of Conductivity of water sample
5. Determination of Temporary and Permanent Hardness of water sample
6. Determination of Optimum Coagulant dosage of water sample using Jar test
7. Determination of Chloride content of water sample
8. Determination of Dissolved Oxygen of water sample
9. Determination of Biological Oxygen Demand of water sample
10. Determination of Chemical Oxygen Demand of water sample
11. Determination of Break-point Chlorination
12. Determination of Sulphates
Laboratory Manual:
[1] Environmental Engineering Laboratory Manual, prepared by the faculty of Civil Engineering Department,
KITSW.
Reference Books:
[1] B. Kotaiah and Dr. N. Kumara Swamy, Environmental Engineering Laboratory Manual, Anand city: Charotar
Publishing House Pvt. Ltd, 2007.
[2] P. N. Modi, Water supply Engineering- Environmental Engineering –I, 5th ed. New Delhi: Standard
Book House, 2013.
[3] P. N. Modi, Sewage Treatment and Disposal – Environmental Engineering-II, 5th ed. New Delhi: Standard
Book House, 2013.
LIST OF EXPERIMENTS
Laboratory Manual:
1. Geotechnical Engineering Laboratory Manual, prepared by faculty of Civil Engineering Department, KITSW.
Reference Books:
1. B. M. Das, Soil Mechanics Laboratory Manual, 9th ed. New Delhi, Oxford University Press, 2015.
2. SP 36 (Part - I): Compendium of Indian Standards on Soil Engineering, New Delhi, Bureau of Indian
Standards, 1987.
LIST OF EXPERIMENTS
Laboratory Manual:
[1] Computer Aided Building Drawing Laboratory Manual,prepared by faculty of Civil Engineering Department,
KITSW.
Reference Books:
[1] Bureau of Indian Standards, National Building Code of India, 2nd revision, New Delhi: BIS, 2016.
[2] M. G. Shah, C. M. Kale, S. Y. Patki, Building Drawing: With an Integrated Approach to Built Environment, New
Delhi: Tata McGraw Hill Book Company Limited, 2002.
[3] T. Jeyapoovan, Engineering Drawing and Graphics Using Autocad, 3rd ed. New Delhi: Vikas Publishing,
2016.
Course Articulation Matrix (CAM): U18CE509 Building Planning And Drawing Laboratory
PO PO PO PO PO PO PO PO PO PO PO PO PSO PSO PSO PSO
CO
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4
CO1 U18CE509.1 1 - - - 1 - - 1 - - - 1 1 - - 1
CO2 U18CE509.2 1 - - - 1 - - - - - - 1 1 - - 1
CO3 U18CE509.3 1 - 1 - 1 1 1 1 - - - 1 1 1 1 1
CO4 U18CE509.4 1 - 1 - 1 1 1 1 - - - 1 1 1 1 1
U18CE509 1 - 1 - 1 1 1 1 - - - 1 1 1 1 1
Student has to give independent seminar on the state-of-the-art technical topics relevant to their program of
study, which would supplement and complement the program assigned to each student.
Guidelines:
1. The HoD shall constitute a Department Seminar Evaluation Committee (DSEC)
2. DSEC shall allot a faculty supervisor to each student for guiding on (i) selection of topic (ii) literature
survey and work to be carried out (iii) preparing a report in proper format and (iv) effective seminar
presentation
3. There shall be only Continuous Internal Evaluation (CIE) for seminar
4. The CIE for seminar is as follows:
Assessment Weightage
Seminar Supervisor Assessment 20%
Seminar Report 30%
Seminar Paper 20%
DSEC Assessment: Oral presentation with PPT andviva-voce 30%
Total Weightage: 100%
Note: It is mandatory for the student to appear for oral presentation and viva-voce to
qualify for course evaluation
(a) Seminar Topic: The topic should be interesting and conducive to discussion. Topics may be found by
looking through recent issues of peer reviewed Journals / Technical Magazines on the topics of
potential interest
(b) Report: Each student is required to submit a well-documented report on the chosen seminar topic as
per the format specified byDSEC.
(c) Anti-Plagiarism Check: The seminar report should clear plagiarism check as per the Anti-Plagiarism
policy of the institute.
(d) Presentation: Each student should prepare PPT with informative slides and make an effective oral
presentation before the DSEC as per the schedule notified by thedepartment
UNIT - I (6)
Quantitative Aptitude-I: Number system, Averages, Percentages, Ratios & proportions, Time, Speed &
distance, Time and work, Data interpretation
UNIT - II (6)
Quantitative Aptitude-II: Simple Interest, Compound Interest, Profit & loss, Ages, Permutations &
Combinations, Probability
UNIT - IV (6)
Logical Reasoning-II: Data sufficiency, Logical Venn diagram, Syllogisms, Statement & Arguments,
Statement & Assumptions, Direction sense test
Text Books:
[1] R S Agarwal, Quantitative Aptitude for Competitive Examinations, 3rd ed. New Delhi: S. Chand Publications,
2019. (Chapters 1,6,7,8,10,11,12,15,17,21,22,30,31)
[2] R S Agarwal, A Modern Approach to Verbal and Non-Verbal Reasoning, 3rd ed. New Delhi: S. Chand
Publications, 2019. (Chapters Section I: 1,3,4,5,6,8,16, Section II: 2,3)
Reference Books:
[1] Dinesh Khattar, Quantitative Aptitude for Competitive Examinations, New Delhi: Pearson India, 2019.
[2] Nishit K Sinha, Reasoning for Competitive Examinations, New Delhi: Pearson India, 2019.
Course Articulation Matrix (CAM): U18TP601 Quantitative Aptitude And Logical Reasoning
PO PO PO PO PO PO PO PO PO PO PO PO PSO PSO PSO PSO
CO
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4
CO1 U18TP601.1 1 2 - 1 - - - - - - - 1 1 - - 1
CO2 U18TP601.2 1 2 - 1 - - - - - - - 1 1 - - 1
CO3 U18TP601.3 - 1 - 2 - 2 - - - - - 1 1 - - 1
CO4 U18TP601.4 - 1 - 2 - 2 - - - - - 1 1 - - 1
U18TP601 1 1.5 - 1.5 - 2 - - - - - 1 1 - - 1
Class: B.Tech. VI – Semester Branch(s): CE, EIE, EEE, ECE & ECI
UNIT-I (9)
Management: Meaning and definition, Scientific Management - Definition, Characteristics, Principles
of management
Functions of Management: Planning - Definition, Characteristics; Organizing - Definition,
Characteristics; Staffing - Meaning, Functions of personnel management; Directing- Leadership,
Nature; Motivation – Nature, Types (financial, non-financial, intrinsic and extrinsic); Communication-
Process, Types; Co-ordination- Definition, Steps to achieve effective coordination; Controlling-
Definition, process
UNIT-II (9)
Economics: Meaning and definition, Scope, Micro and Macro Economics, Methods of Economics, Laws
of Economics
Forms of Business Organization: Sole Proprietor ship, Partnership firm - Types of Partners,
Cooperative society; Joint stock company - Features, Types, Merits and demerits
UNIT-III (9)
Double Entry System and Book Keeping: Accounting concepts and conventions, Overview of
accounting cycle, Journal-meaning, Journalizing, Ledger - Meaning, Ledger posting, Balancing; Cash
book (Single column), Preparation of Trial balance
UNIT – IV (9)
Final Accounts: Trading Account, profit and loss account and Balance Sheet with simple adjustments
Text Books:
[1] Y. K .Bhushan, Fundamentals of Business Organization and Management, 20th ed. New Delhi: Sultan Chand
& Sons, 2017. (Chapters 1, 2 & 4)
[2] T. S. Grewal, S.C. Gupta, Introduction to Accountancy, 8th ed. New Delhi: S. Chand Publications, 2014.
(Chapters 1, 2, 3, 4, 6 & 8)
UNIT – I (9)
Three Hinged Arches: Principle of arch action, Eddy’s theorem, Circular and parabolic arches -
Determination of horizontal thrust, Bending moment, Normal thrust, Radial shear force, Influence line
diagrams
Two Hinged Arches: Principle involved in analysis of two hinged arches, Circular and parabolic arches
- Determination of horizontal thrust, Bending moment, Normal thrust, Radial shear force, Influence
line diagrams
UNIT – II (9)
Cables: Forces in cables subjected to point loads and uniformly distributed load, Cables with supports
at same levels and different levels, Length of cable, Different support conditions, Influence line
diagrams
Suspension Bridges: Simple suspension bridges with two hinged and three hinged stiffening girders,
Bending moment and shear force diagrams, Influence line diagrams
UNIT – III (9)
Flexibility Matrix Method for Beams: Determination of internal and external static indeterminacy for
different types of structures, Analysis of beams up to second degree of static indeterminacy, Bending
moment and shear force diagrams
Flexibility Matrix Method for Frames: Rectangular portal frames – Second degree of static
indeterminacy; Bending moment and shear force diagrams, Analysis of statically indeterminate plane
trusses upto second degree
UNIT – IV (9)
Stiffness Matrix Method for Beams: Determination of kinematic indeterminacy for different types of
structures, Analysis of continuous beams up to second degree of kinematic indeterminacy, Bending
moment and shear force diagrams
Stiffness Matrix Method for Frames: Rectangular portal frames up to second degree of kinematic
indeterminacy, Bending moment and shear force diagrams, Analysis of statically indeterminate plane
trusses up to second degree of kinematic indeterminacy
Reference Books:
[1] J.S. Przemieniecki,Theory of Matrix Structural Analysis, 3rd ed. Columbia: Dover Publications Inc., 2018.
[2] Weaver and Gere, Matrix analysis of framed structures, 5th ed. New Delhi: CBS Publishers and distributors
Pvt. Ltd., 2018.
[3] Praveen Nagarajan,Matrix Methods of Structural Analysis, New Delhi: CRC Press, 2018.
[4] Sujit Kumar Roy and SubrataChakrabarty, Fundamentals of structural analysis with computer analysis and
applications, revised ed. New Delhi: S. Chand and Company Ltd., 2012.
UNIT – I (9)
Dewatering: Definition, Methods of dewatering, Sumps and Interceptor ditches, Single and Multistage
well points, Vacuum well points, Horizontal wells, Foundation drains, Blanket drains, Criteria for
selection of fill material around drains
Grouting: Definition, Objectives of grouting, Grouts and their properties, Ascending, Descending and
Stage grouting methods, Hydraulic fracturing in soils and rocks, Post grout tests
UNIT – II (9)
Compaction: Equipment for shallow compaction, Factors affecting field compaction of soils, Deep
compaction, Vibration techniques, Vibro-flotation, Terra probe method, Blasting, Compaction piles,
Field compaction and control
Liquefaction Control: Liquefaction, Differences between liquefaction and quicksand condition,
Damage potential of liquefaction, Factors affecting liquefaction, Methods to prevent liquefaction
UNIT – III (9)
Stabilization: Methods of stabilization, Mechanical, Cement, Lime, Bituminous, Chemical stabilization
with calcium chloride, Sodium silicate and gypsum
Techniques of Stabilization: Vertical drains, Sand wicks, Synthetic drains, Stone columns, Soil- lime
columns, Soil-cement columns
UNIT – IV (9)
Reinforced Earth: Concept of reinforced earth, Effect of reinforcement on soils, Materials, Geotextiles -
Types, Functions and applications; Principles of interfacial friction and its determination, Factors
affecting friction coefficient, Applications of reinforced earth
In-situ Reinforcing Techniques: Necessity, Ground anchors, Types and application, Tie back, Soil
nailing, Driven and grouted nails, Anchored spider netting
Reference Books:
[1] M. R. Hausmann, Engineering Principles of Ground Modification, 3rd ed. New Delhi: McGraw Hill
International Edition, 2002.
[2] M. P. Moseley, Ground Improvement, 2nd ed. Florida, USA: Blackie Academic and Professional, Boca Taton,
2007.
[3] GopalRanjan and A.S.R. Rao, Basic and Applied Soil Mechanics, 3rd ed. New Delhi: New Age Publishers,
2016.
[4] M. Braja Das and G. V. Ramana, Principles of Soil Dynamics, 2nd ed. Stanford USA: Cengage Learning, 2006.
UNIT – I (9)
Air Pollution: Sources and classification of air pollutants, Effects of air pollution, Global effects, Air
quality and emission standards, Sampling of pollutants in ambient air, Stack sampling
Meteorology: Factors influencing air pollution, Wind rose, Mixing depths, Lapse rates and dispersion,
Atmospheric stability, Plume rise and dispersion, Prediction of air quality - Box model, Gaussian
model; Dispersion coefficient, Height of chimney
UNIT – II (9)
Control of Particulate Pollutants: Properties of particulate pollutants, Particle size distribution,
Control mechanism of settling chambers, Cyclones, Wet dust scrubbers, Fabric filters and Electrostatic
precipitators
Control of Gaseous Pollutants: General process and equipment for the removal by chemical methods,
Operation of absorption, Adsorption, Combustion and Condensation equipment
UNIT – III (9)
Stream Sanitation: Characteristics of the treatment plant effluents, Self-purification in a stream, Zones
of pollution in the stream, Oxygen sag analysis, Mathematical analysis using Streeter phelps equation
Advanced Biological Wastewater Treatment: Nitrogen removal by biological nitrification and de-
nitrification, Phosphate removal, Sequential batch reactors, Up flow anaerobic sludge blanket reactor
UNIT – IV (9)
Industrial Effluent Treatment: Characteristics of industrial effluent, Methods of treatment adopted for
sugarcane, Distillery, Textile and Dairy industry
Noise Pollution: Definition, Characteristics of sound, Effects, Measurement, Control of noise pollution
Text Books:
[1] M.N. Rao and H.V.N. Rao, Air Pollution, New Delhi: Tata – McGraw Hill Publishing Co., Ltd, 2014.
(Chapters 1, 2, 3, 9, 10, 15 and 19)
[2] P. N. Modi, Sewage Treatment and Disposal – Environmental Engineering-II, 4th ed. New Delhi: Standard
Book House, 2013. (Chapters 8, 15, 18 and 19)
Reference Books:
[1] S. Howard Peavy, R. Donald Rower and George Tchobanoglous, Environmental Engineering, New Delhi:
McGraw Hill International Edition, 2014.
[2] G. S. Birdie, J. S. Birdie, Water Supply and Sanitary Engineering, New Delhi: DhanpatRai Publications, 2013.
UNIT-I (9)
Quantity Surveying: Scope of quantity survey, Units of measurement, Methods of measurement for
excavation, Concrete, Brick masonry, Steel, Wood work
Measurements: Essentials of estimation, Advantages, Estimation of isolated, Step foundation, Volume
of earth work at same level by mid section, Mean sectional area, Prismoidal methods, Importance,
Maintenance of measurement book
UNIT-II (9)
Estimation of Quantities: Different types of estimates, Methods of estimation - Centre line, Individual
wall method; Calculation of quantities of brick work, RCC, PCC, Plastering, White washing and
painting, Estimate of wood work for doors and frames, Preparation of detailed and abstract estimate
for framed structures, Bar bending schedule
Tenders: Types of tender, Tender notice, Earnest money, Security deposit, Liquidated damages,
Arbitration, Escalation, Costing and preparation of tender document
UNIT-III (9)
Specifications and Rate analysis: Objectives of specifications, Specifications for earth work excavation,
Concrete, Damp proof course(DPC), Form work, Brick masonry, Flooring, Painting and Wood work,
Schedule of rates, Rate analysis for cement concrete, DPC, Brick masonry, Plastering, Flooring, Painting
Valuation: Objectives, Market value, Book value, Assessed value, Mortgage value, Replacement value,
Capital cost, Cost escalation, Sinking fund, Depreciation methods, Preparation of valuation report for
residential building
UNIT-IV (9)
Contracts: General requirements of contract, Types of contracts, Conditions, Termination of contract,
Departmental procedures for execution of works
Miscellaneous Estimates: Preparation of detailed and abstract estimate for septic tank with soak pit,
Slab culvert, Road project
UNIT – I (9+3)
Hydrologic Cycle and Precipitation: Definitions, Water budgeting, Types of precipitation, Recording
and non-recording type of rain gauges, Errors in measurement, Location of rain gauges, Analysis of
rain fall data by mass curves, Hyetograph, Intensity duration analysis, Estimation of missing
precipitation data
Evaporation and Evapotranspiration: Factors affecting the processes and their estimation, Pan
evaporation, BlaneyCriddle, Hargreaves, Penmann and Lysimeter methods, Methods of reducing
evaporation from reservoirs
UNIT – II (9+3)
Infiltration and Runoff: Factors affecting infiltration, Measurements of infiltration, Infiltration indices,
Factors affecting runoff, Estimation of runoff from rainfall, Flow duration curve & mass curve and their
uses
Hydrograph Analysis: Characteristics of hydrograph, Separation of base flow, Unit hydrograph, S-
curve hydrograph
UNIT – III (9+3)
Groundwater: Types of aquifers, Unconfined and confined aquifers, Well hydraulics, Recuperation test
for yield of open well, Introduction to flood routing
Concepts of Irrigation: Duty and delta, Quality of irrigation water, Soil water relationships, Root zone
soil water, Infiltration, Consumptive use, Irrigation requirement, Frequency of irrigation, Methods of
applying water to the fields - Surface, Sub-surface, Sprinkler and drip irrigation
UNIT – IV (9+3)
Distribution Systems: Canal systems, Alignment of canals, Design of channels, Alluvial channels,
Kennedy’s and Lacey’s theory of regime channels
Dams and Spillways: Classification, Embankment dams, Design considerations, Estimation and
control of seepage, Slope protection, Spillways, Components of spillways, Types of gates for spillway
crest
[1] P. Jayarami Reddy, A Textbook of Hydrology, 4th ed. New Delhi: Laxmi Publishers, 2017.
(Chapters 1, 2,4,5,7 to 11)
[2] K. R. Arora, Irrigation, Water Power and Water Resources Engineering, 5th ed. New Delhi:
Standard Publications, 2019. (Chapters 10, 12, 14, 15, 20 and 22)
Reference Books:
[1] K. Subramanya, Engineering Hydrology, 4th ed. New Delhi: Tata McGraw Hill Book Co, 2017.
[2] Dr.P.N. Modi, Irrigation Water Resources and Water Power Engineering, 9th ed. New Delhi:
Standard Book House, 2014.
[3] R. S. Varshney, Engineering Hydrology, 4th ed. New Delhi: Nemchand Bros, 2012.
[4] S.K. Garg, Irrigation Engineering and Hydraulic Structures, 35th ed. New Delhi:Khanna
Publishers, 2018.
[5]https://nptel.ac.in/content/storage2/courses/105101010/downloads/Lecture31.pdf .
Course Articulation Matrix (CAM): U18CE605 Hydrology And Water Resources Engineering
PO PO PO PO PO PO PO PO PO PO PO PO PSO PSO PSO PSO
CO
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4
CO1 U18CE605.1 1 1 - - - - - - - - - 1 1 - - 1
CO2 U18CE605.2 1 1 - - - - - - - - - 1 1 - - 1
CO3 U18CE605.3 1 1 - - - - - - - - - 1 1 - - 1
CO4 U18CE605.4 1 1 1 - - 1 - - - - - 1 1 1 - 1
U18CE605 1 1 1 - - 1 - - - - - 1 1 1 - 1
UNIT – I (9)
Construction Management: Stages of construction project, Construction team and their functions,
Functions of construction management, Planning, Organizing, Staffing, Directing, Controlling and
coordinating, Construction activities, Processes, Workers, Estimating, Schedule, Productivity and
mechanized construction, Construction document
Preliminary Project Planning: Site layout, Infrastructure development - Security, Office and Residence,
Power, Water, Access roads, Drainage, Illumination, Storage yards, Workshop, Garage, Parking,
Testing facilities, Medical care, Firefighting facilities, Communication and fuel station facilities
UNIT – II (9)
Project Scheduling: Methods of scheduling, Bar charts/Gantt chart, Milestone charts, Network
analysis, Limitations and advantages, Network and its development, Work breakdown structure,
Network techniques, Activity, Event, Network diagram by Critical Path Method (CPM), Program
Evaluation and Review Technique (PERT), Time estimates, Floats and Slacks
Cost Management: Direct and Indirect cost of project, Cost slope and Crashing of activities, Resource
allocation, Levelling and Smoothing
UNIT – III (9)
Construction Equipment: Classification of equipment, Power shovel, Back hoe, Dragline, Clamshell,
Bulldozers, Scrapers, Tractors, Smooth wheel rollers, Sheep foot rollers and Pneumatic rollers, Dump
trucks, Dumpers, Derrick cranes, Mobile cranes, Gantry cranes, Belt conveyor, Tunnelling and Rock
drilling equipment
Management of Construction Equipment: Need for mechanization, Financing aspects of construction
plants and equipment, Factors affecting selection of construction equipment, Planning of construction
equipment, Factors affecting the cost of owning and operating the construction equipment
UNIT – IV (9)
Quality Control in Construction: Importance and elements of quality, Organization for quality control,
Quality assurance techniques, Documentation, Quality circles
Text Books:
[1] SubhajitSaraswati, Construction Technology, New Delhi: Oxford University Press, 2008.(Chapters
1and2)
[2] S. Seetharaman, Construction Engineering and Management, 5th ed. New Delhi: Umesh Publications, 2017.
(Chapters 3, 4, 7, 8 and 9)
Reference Books:
[1] K. N. Jha, Construction Project Management: Theory and Practice, 2nd ed. New Delhi: Pearson
Education India,2018.
[2] B. L. Gupta, Construction Management, machinery and accounts, 4th ed. New Delhi: Standard
Publishers, 2017.
[3] L. S. Srinath, PERT and CPM principles and applications, 3rd ed. New Delhi: East West Press, 2015.
[4] K. K. Chitkara, Construction Project Management: Planning, scheduling and controlling, 3rd ed. New Delhi:
McGraw Hill Education, 2014.
UNIT- I (9)
Fundamentals of Object Oriented Programming: Programming paradigms, Basic concepts of Object
Oriented paradigm (OOP), benefits and applications of OOP.
Basics of Java Language: Java language Features, Java Programming Structure, Java Tokens, JVM,
Constants, Variables, Data types, Scope of variables, Type Casting, Operators and Expressions,
Branching and looping statements, Arrays.
UNIT – II (9)
Classes and Objects: Defining a class, Field declaration, Method declaration, Creating object, Accessing
Class Members, Constructors, garbage collection, Static members, Nested and inner classes, Command
line arguments, Wrapper classes.
Inheritance: Extending a class, Defining subclasses, Subclass constructor, Multilevel inheritance,
Hierarchical inheritance, Access controls, this and super keywords.
UNIT-III (9)
Exception handling: Fundamentals, Exception types, Uncaught exceptions, Using try and catch,
Multiple catch clauses, Explicit exceptions with throw, throws and finally keywords.
String Handling: String constructors, String length, String operations, Character extraction, String
comparison, Searching strings, Modifying a string, Changing string cases, Joining strings.
References Books:
1. P. Radha Krishna, Object Oriented Programming through JAVA, Universities Press, 2011.
2. Herbert Schildt, JAVA The Complete Reference, 9th ed., McGraw-Hill Education India Pvt. Ltd., 2011.
3. Kathy Sierra, Bert Bates, Head First Java, 2nd ed., O’Reilly Publications, 2005.
4. UttamK.Roy,Advanced JAVA Programming, Oxford Publications, 2015.
Course Articulation Matrix (CAM): U18IT611 Object Oriented Programming Through Java
CO PO PO PO PO PO PO PO PO PO PO PO PO
PSO1 PSO2 PSO3
PSO
1 2 3 4 5 6 7 8 9 10 11 12 4
CO1 U18IT611.1 1 - - - - - - - - - - 1 1 - - 1
CO2 U18IT611.2 2 2 1 1 - - - - - - - 1 1 - - 1
CO3 U18IT611.3 2 2 1 1 - - - - - - - 1 1 - - 1
CO4 U18IT611.4 2 2 1 1 - - - - - - - 1 1 - - 1
U18IT611 1.75 2 1 1 - - - - - - - 1 1 - - 1
LIST OF EXPERIMENTS
Preparation of working drawings using AutoCAD for the following structural elements as per SP-34, the elements
are to be designed prior to preparation of drawings.
Laboratory Manual:
[1] BIS, Hand book on Concrete Reinforcement and Detailing-SP 34 :1987, New Delhi: Bureau of Indian Standards,
1987.
Reference Books:
[1] S. MahaboobBasha, Structural Engineering Drawing, New Delhi: Radiant Publishing House, 2018.
[2] B.C. Punmia, A.K.Jain, R.C.C Designs, 10th ed. New Delhi: Laxmi publishers, 2015.
[3] Arya and Ajmani, Design of steel structures, 5th ed, Roorkee: Nem Chand and Bros, 1992.
[4] S. Kanthimathinathan, Manual for Detailing of Steel Steel Structures, New Delhi: International Publishing House
Pvt. Ltd., 2016.
List of Experiments
Experiment-I
1. Write a program to demonstrate operators of java.
2. Write a program to demonstrate type casting and operator precedence.
3. Write a program to demonstrate different types of if-statements.
4. Write a program to demonstrate switch-case.
Experiment-II
5. Write a program to demonstrating loop control statements.
6. Write a program to demonstrate for-each control loop.
7. Implement programs using single dimensional arrays.
8. Write a program to define a two dimensional array where each row contains different number of
columns.
Experiment -III
9. Write a program to demonstrate creating object to a class for accessing variables and methods.
10. Write a program to demonstrate creating multiple objects.
11. Write a program to demonstrate passing objects to methods.
12. Write a program to demonstrate constructors and garbage collector by invoking it explicitly.
Experiment -IV
13. Write a program to demonstrate static members.
14. Write a program to demonstrate command line arguments.
15. Write a program to demonstrate variable length argument.
16. Write a program to demonstrate wrapper classes.
Experiment -V
Experiment -VII
25. Write a program to define an Interface and implement it into a class.
26. Write a program to implement multiple interfaces into a single class.
27. Write a program to extend interfaces.
28. Write a program to implement nested interfaces.
Experiment -VIII
29. Write a program to create a package and demonstrate to import a package into a class.
30. Write a program to demonstrate access protection of packages.
31. Write a program to demonstrate static import of package.
Experiment-IX
32. Write a program to demonstrate try and catch statements for exception handling.
33. Write a program to handle Array Index Out of Bounds Exception, Number Format Exception and Divide
by Zero Exception using multiple catch blocks.
34. Write a program to demonstrate user defined exception with throw keyword.
35. Write a program to demonstrate finally block.
Experiment-X
Experiment-XI
39. Write a program to demonstrate reading and writing input using byte stream classes.
40. Write a program to demonstrate reading and writing input using character stream classes.
41. Write a program to demonstrate data input and output streams.
42. Write a program to demonstrate array input and output streams.
Experiment-XII
Laboratory Manual:
Student has to take up independent mini project on innovative ideas, innovative solutions to common problems
using their knowledge relevant to courses offered in their program of study, which would supplement and
complement the program assigned to each student.
Guidelines:
1. TheHoD shall constitute a Department Mini Project Evaluation Committee (DMPEC)
2. DMPEC shall allot a faculty supervisor to each student for guiding on (i) selection of topic (ii)
literature survey and work to be carried out (iii) preparing a report in proper format and (iv)
effective mini project oral presentation
3. There shall be only Continuous Internal Evaluation (CIE) for mini project
4. The CIE for seminar is as follows:
Assessment Weightage
Mini Project Supervisor Assessment 20%
Working model / process / software package / system developed 20%
Mini Project report 20%
Mini Project paper 10%
Video pitch 10%
DMPEC Assessment: Oral presentation with PPT andviva-voce 20%
Total Weightage: 100%
Note: It is mandatory for the student to appear for oral presentation and viva-voce to
qualify for course evaluation
(a) Mini Project Topic: The topic should be interesting and conducive to discussion. Topics may be found
by looking through recent issues of peer reviewed Journals / Technical Magazines on the topics of
potential interest
(b) Working Model: Each student is requested to develop a working model / process / system on the
UNIT – I (9)
Introduction & Principles of Disaster Management: Nature - Development, Hazards and
disasters; Natural disasters - Earth quakes, Floods, Fire, Landslides, Cyclones, Tsunamis,
Nuclear; Chemical dimensions and Typology of disasters - Public health disasters, National
policy on disaster management
UNIT - IV (9)
Role of Technology in Disaster Management: Disaster Management for infrastructures,
Taxonomy of infrastructure, Treatment plants and process facilities, Electrical sub stations,
Roads and Bridges, Geo spatial information in agriculture, Drought assessment, Multimedia
technology in disaster risk management and training
Textbook:
[1] Rajib shah and R.R Krishnamurthy, Disaster management – Global Challenges and
local solutions, Hyderabad: Universities Press (India) Pvt. Ltd., 2009.
Reference Books:
[1] Satish Modh, Introduction to Disaster management, Bengaluru: Macmillan India Ltd.,
2010.
Course Learning Outcomes (COs):
On completion of this course, students will be able to ...
CO1: classify the disasters and discuss natural & non-natural disasters, their implications, the
institutional & legal framework for national policy on disaster management in India
CO2: identify mitigation strategies, preparedness & prevention measures and prioritizes the rescue &
relief operations to reduce the impact of a disaster
CO3: list the vulnerable groups in disaster; examine the concepts of macroeconomic &
sustainability & impact of disaster on development
CO4: discuss disaster management for infrastructure, utilize geospatial information in agriculture
and apply multimedia technology for disaster risk management & training
UNIT – I (9)
Project Management: Understanding project management, Role of project manager,
Classification of projects, Project management growth, Definitions and Concepts,
Organizational structures - Organizing and staffing the project management office and team;
Management functions
UNIT – II (9)
Time and Conflict Management: Understanding time management, Time management forms,
Effective time management, Stress and burnout, Conflict environment, Conflict resolution,
Management of conflicts, Performance measurement, Financial compensation and rewards,
Morality, ethics, Corporate culture, Professional responsibilities, Success variables, Working
with executives
UNIT – IV (9)
Cost and quality control: Understanding cost control, Earned Value Measurement System,
Cost control problems, Methodology for trade-off analysis, Risk management process, Risk
analysis, Risk responses, Monitoring and control of risks, Contract management, Quality
management concepts, Cost of quality, Quality control techniques
Textbook:
[1] Harold Kerzner, Project Management: A Systems Approach to Planning, Scheduling and
Controlling, 10th ed. Hoboken, NJ: John Wiley & Sons Inc., 2009.
Reference Books:
[1] Jack R Meredith & Samuel J mantel Jr., Project Management: A Managerial Approach, 8th ed.
Hoboken, NJ: John Wiley & Sons Inc., 2012.
[2] John M Nicholas & Herman Steyn, Project Management for Business, Engineering and
Technology, 4th ed. Abingdon, UK: Taylor & Francis, 2012.
[3] Adedeji B. Badiru, Project Management: Systems, Principles and Applications, Florida, USA:
CRC Press, 2012.
UNIT – I (9)
Human Values: Morals, Values & ethics, Integrity, Work ethic, Service learning, Civic virtue,
Respect for others, Living peacefully, Caring, Sharing, Honesty, Courage, Valuing time, Co-
operation, Commitment, Empathy, Self-confidence, Character, Spirituality
Engineering Ethics: Senses of “Engineering Ethics”, Variety of moral issues, Types of inquiry,
Moral dilemmas, Moral autonomy, Kohlberg's theory, Gilligan's theory - Consensus and
controversy
UNIT – II (9)
Profession and professionalism: Profession and its attributes, Models of professional roles
Theory of Virtues: Definition of virtue and theories of virtues, Self-respect, Responsibility and
senses, Modern theories of virtues, Uses of ethical theories
Engineering as social experimentation: Engineering as experimentation, Engineers as
responsible experimenters, Codes of ethics, A balanced outlook on law, The challenger case
study
UNIT – IV (9)
Global Issues: Multinational corporations - Environmental ethics, Computer ethics, Engineers
as managers, Consulting engineers, Engineers as expert witnesses and advisors, Moral
leadership, Sample code of ethics (Specific to a particular engineering discipline)
Textbook:
[1] D.R. Kiran, Professional Ethics and Human Values, New York: McGraw Hill, 2013.
Reference Books:
[1] Govindarajan. M, Natarajan. S, Senthil Kumar. V.S, Professional Ethics and Human Values,
New Delhi: Prentice Hall of India, 2013.
[2] Mike Martin and Roland Schinzinger, Ethics in Engineering, 4th ed. New York: McGraw
Hill, 2014.
[3] Charles D. Fleddermann, Engineering Ethics, 4th ed. New Delhi: Prentice Hall, 2004.
CO1: identify the need for human values, morals & ethics and apply Gilligan’s & Kohlberg’s theories for
morale development
CO2: identify the desired characteristics of a professional & the need for code of ethics & balanced outlook
on law
CO3: estimate the safety margin & threshold level and describe the procedure for obtaining a patent
CO4: analyze the role of engineer in multinational companies as an advisor, consultant & manager
UNIT – I (9)
Technologies and Process: Building materials and components - Micro concrete roofing
tiles, Water & fire proof mud walls and thatch, Red mud/rice husk cement, Types of bricks,
Ferro-cement water tanks and other products, Cement blocks, Preservation of mud walls,
Agricultural implements - Naveen sickle, Animal drawn digger, Grubber weeder, Self
propelled reaper, Seed drill, Improved bakhar
Food Processing: Fruit and vegetable preservation - Process flow sheet, Scale of operation,
Economic feasibility, Source of technology; Soya milk - Process, Economics; Dehydration of
fruits and vegetables, Cultivation of oyster mushroom - Preparation of beds, Spawning,
Removal of bags for production of mushrooms, Harvesting and marketing, Economics,
Process flow sheet, Source of technology
UNIT – II (9)
Medicinal and Aromatic plants: Plants and its use, Aromatic plants, Cymbopogons,
Geranium, Manufacturing of juice, Gel and powder, Rural energy - Cultivation
ofjatrophacurcus and production of biodiesel, Low cost briquetted fuel, Solar cookers and
oven, Solar drier, Bio-mass gasifier
Employment Generating Technologies: Detergent powder and cake - Process, Process for
liquid detergent, Carcass utilization - Improvement over traditional technology, Flow chart,
Process, Capital investment; Indigo blue - Dye, Organic plant production, Dye extraction
techniques, Aspects of indigo market, Economics; Modernization of bamboo based
industries - Process for bamboo mat making, Machinery, Products, Agarbatti
manufacturing; Vegetable tanning of leathers - Raw material, Soaking, Liming, Reliming,
Deliming, Pretanning, Malani, Setting, Yield
UNIT – IV (9)
Community Development: Community organization - Definition, Need, Functions,
Principles, Stages; Community development - Definition, Need, Objectives,
Characteristics, Elements, Indicators; Differences between community organization and
community development
Textbooks:
[1] M.S. Virdi, Sustainable Rural Technology, New Delhi: Daya Publishing House, 2009.
[2] Asha Ramagonda Patil, Community Organization and Development: An Indian Perspective,
New Delhi: Prentice Hall of India, 2013.
Reference Books:
[1] Punia Rd Roy, Rural Technology, New Delhi: Satya Prakashan Publishers, 2009.
[2] S.B. Verma, S.K. Jiloka, Kannaki Das, Rural Education and Technology, New Delhi: Deep
& Deep Publications Pvt. Ltd., 2006.
[3] Edwards, Allen David and Dorothy G.Jones, Community and Community Development,
The Hague, Netherlands: Mouton, 1976.
[4] Lean, Mary, Bread, Bricks and Belief: Communities in Charge of Their Future, West
Hartford, US: Kumarian Press, 1995.
[5] Heskin, Allen David, The Struggle for Community, Colorado, US: West View Press, 1991
[6] Clinard, Marshall Barron, Slums and Community Development: Experiments in Self- Help,
Mumbai: Free Press, 1970.
PO PO PO PO PO PO PO PO PO PO PO PO PSO PSO
CO
1 2 3 4 5 6 7 8 9 10 11 12 1 2
U18OE602D/
CO1 - - 1 - - 1 2 - - - - 1 1 1
U18OE701D.1
U18OE602D/
CO2 - - 1 - - 1 2 - - - - 1 1 1
U18OE701D.2
U18OE602D/
CO3 - - 1 - - 1 2 - - - - 1 1 1
U18OE701D.3
U18OE602D/
CO4 - - - - - 1 2 - - - - - - -
U18OE701D.4
U18OE602D/
- - 1 - - 1 2 - - - - 1 1 1
U18OE701D
U18CE702A ADVANCED STRUCTURAL DESIGN
UNIT-I (9)
Design of dog legged staircase: Types of staircases, Loads on staircase slabs, Design of dog legged
staircase.
Grid Slabs: Proportioning of grid dimensions, Design of grid slabs.
UNIT–IV (9)
Intz Tank: Elements of Intz tank, Design of top dome, Design of top ring beam, Design of bottom
dome, Design of bottom ring beam and Design of conical bottom.
Foundations: Design of raft foundation, Effective length of pile, Reinforcement in piles, Under-
reamed piles, Pile cap, Grade beams, Design of pile foundation.
Text Book(s):
[1] N. Subramanian, Design of Reinforced Concrete Structures, 2nd ed., New Delhi: Oxford Higher
Education, 2014.
Reference Book(s):
[1] N. Krishna Raju, Advanced Reinforced Concrete Design, 3rd ed., New Delhi: PHI Publications, 2014.
[2] P. C. Varghese, Advanced Reinforced Concrete Design, 2nd ed., New Delhi: CBS Publishers and
Distributors Pvt. Ltd., 2016.
[3] B. C. Punmia, Reinforced Concrete Structures, Volume I, II, III and IV, 7 th ed., New Delhi: Laxmi
Publishing Company, 2008.
[4] IS 456, Code of Practice for Plain and Reinforced Concrete, New Delhi: Bureau of Indian Standards,
2000
[5] IS 875, Code of Practice for Design Loads – Part 1 to 5, New Delhi: Bureau of Indian Standards, 2015
[6] IS 3370, Code for Water Tanks – Part 1 to 4, New Delhi: Bureau of Indian Standards, 2021.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content
will be posted by the course faculty in Course Web page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in
Course Web page. Students are encouraged to come up and experiment with the ideas that interest them.
UNIT-I(9)
Sustainability concepts: Pillars, circle, need, Engineering principles and systems approach to
sustainability.
Environmental concerns: Consumption and depletion of natural resources, Land use patterns, Climate
change, Global warming, National and International policies, and regulations of sustainability.
UNIT-II (9)
Sustainable building materials: Materials, qualities, uses, natural building materials, locally available
and manufactured materials, biomaterials, salvaged and recycled materials, nontoxic materials: low
volatile organic compound (VOC) paints, coating and adhesives.
Selection of sustainable materials: Challenges in selecting green materials, pragmatic view of green
materials, priorities in selection process, Life cycle assessment of building materials, Sustainable
concrete production.
UNIT-III(9)
Energy and carbon reduction: Building energy issues, High performance building design strategy, goal
setting for high performance, Passive design strategy – shape, orientation, and massing, lighting,
ventilation, passive cooling, composite beam and panel, funicular shells, filler slabs, reinforced concrete
masonry, vaulted roofs, Ferro-cement walls.
Applications in the built environment:Concepts of green buildings, climate responsive building,
Indoor Environmental Quality (IEQ), issues, factors, Acoustics transmission, Lighting quality, Thermal
comfort conditions, Odours, Volatile Organic compounds, Humidity, Integrated IEQ.
UNIT-IV (9)
Indian green building rating systems:Sustainable Buildings,Green building rating systems: IGBC and
GRIHA tools for building assessment, Codes and regulations for green building.
Future of sustainable buildings: Business case of high performance green buildings,Design and
construction strategies, Reinventing the construction industry, challenges and opportunities.
Text Books:
[1]. C. J.Kibert,Sustainable Construction Green Building Design and Delivery, 3rd ed. Canada: John Wiley & Sons,
2014.(Chapters 4,6,7,8,9,11, 12, 13&15)
[2]. S. Goodhew, Sustainable Construction Processes, 1st ed. London: John Wiley & Sons, 2016. (Chapters 1-9)
Reference Books:
[1]. ISO 15392 Sustainability in Buildings and civil engineering works – General Principles, 2nd ed, 2019
[2]. G. M. Sabnis, Green Building with concrete – sustainable design and construction, 1st ed. London: CRC Press, 2016.
[3]. G. S. Kainth, Climate Change, Sustainable Development and India, LAP Lambert Academic Publishing, 2011.
[4]. Sustainable Building - Design Manual Part 1 & 2, The Energy and Resources Institute, TERI, 2004.
[5]. L. Reeder, Guide to Green Building Rating Systems: Understanding LEED, Green Globes, John Wiley & Sons
publisher 2010.
[6]. M. Robertson, Sustainability Principles and Practice, 2nd ed. London: Routledge publisher, 2014.
[7]. T. R. Rider, S. Glass, J. McNaughton, Understanding Green Building Materials, W.W.Norton and Company,
2011.
[8]. C. Cameselle, J. A. Adams, and K. R. Reddy,Sustainable Engineering: Drivers, Metrics, Tools, and Applications, 1st
ed. US: John Wiley & Sons, 2019.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be posted by the course faculty in Course Web page
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in
Course Web page. Students are encouraged to come up and experiment with the ideas that interest them.
CO1 U18CE703A.1 1 1 1 1 1 1 - 1 1 1 - 1 1 1 1 1
CO2 U18CE703A.2 1 1 1 1 1 1 - 1 1 1 - 1 1 1 1 1
CO3 U18CE703A.3 1 1 1 1 1 1 - 1 1 1 - 1 1 1 1 1
CO4 U18CE703A.4 1 1 1 1 1 1 - 1 1 1 - 1 1 1 1 1
U18CE703A 1 1 1 1 1 1 - 1 1 1 - 1 1 1 1 1
U18CE703B FOUNDATION ENGINEERING
Class: B.Tech. VII -Semester Branch: Civil Engineering
UNIT – I (9)
Site investigation: Types of exploration, Types of samplers, Standard penetration test, Static and dynamic
cone penetration tests, Plate load test, Types of foundations, Types of loads on foundations, Choice of
foundations.
Shallow foundations: Bearing capacity - Definitions and theories -Terzaghi, Meyerhof, Skempton and
Vesic, Terzaghi’s bearing capacity equation, Effect of size, shape, ground water table, depth of embedment
and load inclination on bearing capacity, Field determination of bearing capacity, Settlement of
foundations, Elastic settlements, Permissible settlements.
UNIT – II (9)
Deep foundations: Pile Foundations - Classification of piles, Load bearing capacity of piles, Static
formulae, Negative skin friction, Dynamic formulae, Engineering News Record(ENR) and Hiley’s
formulae, Pile load tests, Group action of piles, Pile groups in sand, gravel and clay, Settlement of pile
groups.
Caissons: Types of well foundations, Construction of well foundation, Sinking of open wells, Pneumatic
caissons, Box caissons and rectification methods.
UNIT – IV (9)
Earth pressures: Types of lateral earth pressure – Active, at rest and passive earth pressure, Rankine’s and
Coulomb’s earth pressure theories, Culmann’s graphical solution.
Machine foundations: Types, Degree of freedom of block foundation, Design parameters for field
methods, Cyclic plate load test, Block vibration test, Design criteria and detailing, Vibration analysis.
Text Book:
[1] K. R. Arora, Soil Mechanics and Foundation Engineering, 9th ed. New Delhi, Standard Publishers, 2013.
Reference Books:
[1] Srinivasulu and Vaidyanathan, Handbook of Machine Foundations, 1st ed. New Delhi, Tata McGraw Hill
Publications, 2013.
[2] R. ShenbagaKaniraj, Design Aids in Soil Mechanics and Foundation Engineering, 1st ed. New Delhi, Tata
McGraw Hill Education Private Ltd., 2017.
[3] K. Shashi Gulhati, Manoj Datta, Geotechnical Engineering, 18thed. New Delhi, McGraw hill Publications,
2014.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be posted by the course faculty in Course Web page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in
Course Web page. Students are encouraged to come up and experiment with the ideas that interest them.
CO1 U18CE702B.1 1 2 - - - 1 - 1 1 1 - 1 1 - - 1
CO2 U18CE702B.2 1 2 - - - 1 - 1 1 1 - 1 1 - - 1
CO3 U18CE702B.3 1 2 2 1 - 1 - 1 1 1 - 1 1 2 - 1
CO4 U18CE702B.4 1 2 2 1 - 1 - 1 1 1 - 1 1 2 - 1
U18CE702B 1 2 2 1 - 1 - 1 1 1 - 1 1 2 - 1
U18CE703C REPAIR AND REHABILITATION OF STRUCTURES
UNIT – I (9)
Maintenance and Inspection: Importance and requirement of maintenance, category of inspection and
maintenance, aspects and periods of inspection, preliminary, detailed and rapid visual Inspection,
overview of maintenance of buildings.
Deterioration of concrete structures: Site survey ,need for repair and rehabilitation, disintegration of RCC
Structures, major causes and signs of deterioration - Accidental loading, chemical reactions, corrosion,
freezing and thawing, settlement, movement, shrinkage, temperature changes, durability and
permeability aspects, cracks, types, causes and characteristics.
UNIT – II (9)
Evaluation of concrete structures: Condition evaluation of RCC structures, objective and stages of
condition assessment.
In-situ and Laboratory testing of concrete: Non destructive and semi destructive tests for strength
assessment-Rebound hammer test, Ultrasonic Pulse Velocity (UPV), core sampling and testing, chemical
tests - carbonation test , chloride content, corrosion potential assessment - cover meter survey, half cell
potential test, break off test and Penetration test.
UNIT – IV (9)
Repair Techniques: Repairs using mortars, shotcrete, concrete replacement, epoxy bonded concrete, silica
fume concrete, polymer concrete system, resin modified cement slurry injection, Ferro-cement, plate
bonding, fiber wrap technique, RCC Jacketing, repair/strengthening columns, beams and slabs, seismic
retrofitting, crack stitching and gravity filling.
Structural Health Monitoring and Demolition of Buildings: System components, classification and
process of Structural Health Monitoring, dilapidated structures, demolition planning, techniques,
sequence and precautionary measures.
Text Books:
[1] P. Modi, C. Patel, Repair and Rehabilitation of Concrete Structures, 1st ed., New Delhi, PHI Learning Pvt.
Ltd., 2019.
Reference Books:
[1] Central Public Works Department (CPWD), Handbook on Repair and Rehabilitation of R.C.C
Buildings, New Delhi, Government of India, 2002.
[2] J. Bhattacharjee, Concrete Structures-Repair, Rehabilitation and Retrofitting, 1st ed., New Delhi, CBS
Publishers and Distributors Pvt. Ltd., 2017.
[3] R. N. Raikar, Diagnosis and treatment of structures in distress, 1st ed., Mumbai, R and D Centre of
Structural Designers and Consultants Pvt. Ltd., 1994.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content
will
be posted by the course faculty in Course Web page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course
projects titles in Course Web page. Students are encouraged to come up and experiment
with the ideas that interest them.
Geometric Design of Highway:Cross section elements, Sight distance – stopping sight distance, overtaking
sight distance and intermediate sight distance, Design of horizontal alignment – design speed, horizontal
curve, super elevation, radius of horizontal curve, widening of pavement, transition curves, Design of
vertical alignment – gradient, vertical curves.
UNIT – II (9)
Traffic Flow: Characteristics- relation between speed, flow and density, traffic capacity, level of service
(LOS), factors affecting capacity and LOS, Traffic Control-purpose of traffic signal, signal warrants, Signal
design – Webster’s method, IRC method.
TrafficStudies:Traffic volume studies, spot speed studies, speed and delay studies, origin and destination
studies, parking studies.
UNIT – III (9)
Pavement Materials:Soil-Index properties, classification, CBR, compaction, sub-grade soil strength,
Aggregate – desirable properties, tests on road aggregates, Bituminous binders–types, tests on bitumen,
grading of bitumen, Bituminous mixes–requirements, constituents, design, Pavement quality concrete-
materials and requirements.
Pavement Design:Types, components and functions, factors, design of flexible and rigid pavements using
IRC method, water bound macadam, dense bituminous macadam.
UNIT – IV (9)
Pavement Maintenance and Evaluation:Classification of highway maintenance, Distresses in flexible
pavements and maintenance measures, Structural evaluation of flexible pavements, Pavement overlay
design using benkelman beam deflection method, distresses in rigid pavements and maintenance
measures, road safety audit process, principles of road safety.
Highway Drainage:Requirements and importance of highway drainage, Surface and subsurface drainage,
Collection of surface water, Design aspects of surface drainage system – hydrologic analysis and hydraulic
analysis, sub-surface drainage measures.
Textbook:
[1]. S. K. Khanna, C. E. G. Justo, A. Veeraraghavan, Highway Engineering, 10thed., Roorkee: Nem Chand
& Bros, 2015.
Reference Books:
[1]. E. J. Yoder and M. W. Witezak, Principles of Pavement Design, 2nded., New York: John Wiley & Sons,
Inc., 2012.
[2]. L. R. Kadiyali, Principles of Highway Engineering, 9thed., New Delhi: Khanna Publishers, 2017.
[3]. Yang. H. Huang, Pavement Analysis and Design, 2nded., New Jersey: Pearson Prentice Hall, 2008.
[4]. IRC 37 (2018): Guidelines for the Design of Flexible Pavements.
[5]. IRC 58 (2015): Guidelines for the design of plain jointed rigid pavements for highways.
[6]. IRC 81 (1997): Guidelines for Strengthening of Flexible Road Pavements using Benkelman Beam
Deflection Technique.
[7]. IRC SP 88 (2019): Manual on Road Safety Audit
[8]. MoRTH code: Fifth revision (2013)
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be postedby the course faculty in CourseWeb page
Course Patents:Patents relevant to the course content will be posted by the course faculty in CourseWeb
page
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty.Course faculty will post few course projects titles in
CourseWeb page. Students are encouraged to come up and experiment with the ideas that interest them.
Course Learning Outcomes (COs):
On completion of this course, the students will be able to…
CO1: summarize highway planning and geometric design elements
CO2: design the signal time using traffic flow characteristics
CO3: recommend suitable highway materials & design flexible and rigid pavement
CO4: analyze pavement failures, overlays and highway drainage
LIST OF EXPERIMENTS
1. Determination of abrasion value for aggregate
2. Determination of impact value for aggregate
3. Determination of shape indices for aggregate
4. Determination of specific gravity of aggregate & bitumen
5. Determination of sand equivalent value test and soundness test on aggregates
6. Determination of ductility value and flash point for bitumen
7. Determination of softening point and penetration value for bitumen
8. Determination of absolute and kinematic viscosity tests for bitumen
9. Determination of bitumen extraction test
10. Determination of flow value through Marshall stability test
11. Determination of peak hour volume through traffic volume studies
12. Demonstration for evaluation of traffic speed
13. Demonstration on Road Safety of Intersection Design
14. Demonstration on Design of 4-legged rotary intersection
Laboratory Manual:
[1]. “Highway Engineering Laboratory Manual”, prepared by faculty of Department of Civil Engineering.
Text books:
[1]. S. K. Khanna, C. E. G. Justo, A.Veeraragavan, Highway Material Testing, Roorkee: Nem Chand and Bros
Publications, 2014.
LIST OF EXPERIMENTS
1. Analysis and design of RCC beams using STAAD.Pro and validation by manual method.
2. Analysis and design of RCC columns using STAAD.Pro and validation by manual method.
3. Analysis and design of RCC slabs using MS Excel / MAT LAB and validation by manual
method.
4. Analysis and design of Isolated RCC footings using STAAD Foundation Advanced and
validation by manual method.
5. Analysis and design of steel beams using STAAD.Pro and validation by manual method.
6. Analysis and design of steel columns using STAAD.Pro and validation by manual method.
7. Analysis and design of roof truss using STAAD.Pro and validation by manual method.
8. Design of horizontal alignment using MX road.
9. Design of rail track- placing and connecting turnouts by using ln-Roads software.
10. Design of flexible and rigid airfield pavements using FAARFIELD.
11. Analysis of water hammer in a pipe using EPANET/BENTLEY (HAMMER)
12. Building a water distribution system using EPANET/BENTLEY (WaterGEMS)
13. Determination of soil bearing capacity using MS Excel/MAT LAB.
14. Determination of pile load capacity using MS Excel/MAT LAB.
Laboratory Manual:
[1]. Civil Engineering Software Applications Laboratory Manual, prepared by the faculty of Civil
Engineering.
Textbook:
[1]. Manual of STAAD.Pro V8i, Bentley Software.
[2]. Manual of MX Roads, Bentley Software.
[3]. Manual of In-Roads, Bentley Software.
[4]. Manual of FAARFIELD.
[5]. Manual of EPANET/ HAMMER, WaterGEMS, Bentley Software.
[6]. S. U. Pillai, D. Menon, Reinforced Concrete Design, 3rd ed., New Delhi: Tata McGraw-Hill
PublishingCompany Limited, 2011.
[7]. S. S. Bhavikatti, Design of Steel Structures: By Limit State Method as Per IS: 800-2007, 3rd ed., New
Delhi: International Publishing House Pvt. Ltd., 2012.
[8]. S. K. Khanna, C. E. G. Justo, A. Veeraraghavan, ”Highway Engineering”, 10th ed., Roorkee: Nem
Chand and Bros., 2014.
[9]. K. R. Arora, “Soil Mechanics and Foundation Engineering”, 9th ed., New Delhi: Standard Publishers,
2013.
[10]. K. Subramanya, “Engineering Hydrology”, 3rd ed., New Delhi: Tata Mc Graw Hill Book Co.,
2011.
Course Learning Outcomes (COs):
On completion of this course, the students will be able to…
CO1: design structural elements using STAAD Pro
CO2: propose horizontal alignment, rail-tracking placing and flexible and rigid airfield pavements
CO3: demonstrate water hammer and water distribution system
CO4: calculate soil bearing capacity and load capacity of piles
[L= Lecture, T = Tutorials, P = Practical’s & C = Credits] Total Contact Periods/Week: 23 Total Credits : 16
UNIT–I (9)
Elements of Prestressed concrete: Historical development, concepts of pre-stressing, terminology,
advantages, applications of prestressed concrete, pre-tensioning and post-tensioning.
Prestressing Systems: Hoyer, Freyssinet, Magnelblaton and Lee-Mc call system, material properties, need
for high strength steel and high strength concrete.
UNIT–II (9)
Analysis of Sections: Stress, strength, load balancing concepts, effect of loading on the tensile stresses in
tendons, effect of tendon profile on deflections, factors influencing deflections, calculation of short term
and long-term deflections.
Losses in Prestress: Loss of prestress in pre-tensioned and post-tensioned members due to various causes
like elastic shortening of concrete, shrinkage of concrete, creep of concrete, relaxation of steel, slip in
anchorage, bending of member and frictional loss.
UNIT–III (9)
Design for Flexure: Allowable stresses, elastic design of simple beams having rectangular and I-section
for flexure, kern lines, cable profile and cable layout.
Design for Shear: Shear and principal stresses, shear improvement techniques, horizontal, sloping and
vertical prestressing, analysis of rectangular beam and I–section, design of shear reinforcement, Indian
code provisions.
UNIT–IV (9)
Transfer of Prestress: Transmission of prestressing force by bond, transmission length, flexural bond
stresses, IS code provisions, anchorage zone stresses in post-tensioned members, stress distribution in
end block.
Methods of transfer: Analysis by approximate method, Guyon and Magnel method, anchorage zone
reinforcement.
Text Book:
[1]. N. Krishna Raju, Prestressed concrete, 6th ed., New Delhi: Tata Mc Graw Hill Education Pvt. Ltd., 2018.
Reference Books:
[1] S. Ramamrutham, Prestressed concrete, 5th ed., New Delhi: Dhanpat Rai publications Pvt. Ltd., 2013.
[2] T.Y.Lin, Design of prestressed concrete structures, 3rd ed., Mumbai: Wiley India Pvt. Ltd., 2010.
[3] G.S. Ramaswamy, Modern prestressed concrete design, New Delhi: Arnold Heinimen, 2007.
[4] N. Rajagopalan, Prestressed Concrete, 2nd ed., Narosa publishers, 2010.
[5] S. K. Mallic and A. P. Gupta, Prestressed concrete, 4th ed., Oxford and IBH publishing Co. Pvt. Ltd.,
1987.
[6] IS 1343: 2012, Code of Practice for Prestressed Concrete, 2nd ed., New Delhi: Bureau of Indian Standards,
2012.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be posted by the course faculty in Course Web page
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in Course
Web page. Students are encouraged to come up and experiment with the ideas that interest them.
UNIT – I (9)
Railway Track gauge:Classification of railway lines, undertakings of ministry of railways, Gauges-types,
choice of gauge, problems caused by change of gauge, importance of good alignment, requirements of an
ideal alignment, traffic, reconnaissance, preliminary and final location surveys.
Components of Track:Requirements of a good track, maintenance, coning of wheels, Rails-functions,types,
rail wear, failures and flaw detection, Sleepers-functions and requirements, types and density, Ballast-
types, functions and requirements, formation, Creep-causes, effects, measurement and adjustments.
UNIT – II (9)
Geometric Design:Gradients, grade compensation, circular curves, super elevation, safe speed on curves,
transition curves, widening of gauge on curves, vertical curves, check rails.
Points and Crossing:Switches, tongue rails, crossing, turnouts, layout of turnout, classification of level
crossing, stations and Yards-dimensions, site selection, classification and layout of stations, marshalling
yard, locomotive yard, Rolling stock- types of locomotives, coaches and wagons, equipment at railway
stations.
UNIT – IV (9)
Airport Capacity and Layout: Airport and runway capacity, runway configuration, terminal and building
area, parking area, apron, hangar, typical airport layouts.
Airport Maintenance and Air Traffic Control: Need for maintenance, failures in flexible and rigid
pavements, need of air traffic control, air traffic control network, Air traffic control aids – enroute aids and
landing aids.
Text Books:
[1] Satish Chandra and M. M. Agarwal, Railway Engineering, 2nded., New Delhi: Oxford Publishers, 2013.
(Chapters 1 – 4, 6 – 8, 11 – 14, 26 and 27)
[2] S. K. Khanna, M. G. Arora and S. S. Jain, Airport Planning and Design, 6thed., Roorkee: Nem Chand &
Bros, 2014. (Chapters 3 - 8, 10,11 and 13)
Reference Books:
[1] J. S. Mundrey, Railway Track Engineering, 4th ed., New Delhi: Tata McGraw Hill, 2009.
[2] Rangwala, Railway Engineering, 25thed., New Delhi: Charotar Publishing House Pvt. Ltd.,2015.
[3] S. C. Saxena and S. P. Arora, A Text Book of Railway Engineering, New Delhi: Dhanpat Rai and Sons,
2015.
[4] G. Venkatapparao, Airport Engineering, 2nded., New Delhi: Tata McGraw Hill, Inc., 1992.
[5] Rangwala, Airport Engineering, 17thed., New Delhi: Charotar Publishing House Pvt. Ltd., 2018.
[6] Subhash. C. Saxena, Airport Engineering and Planning, 1sted., New Delhi: CBS Publishers and
Distributors Pvt. Ltd.,2014.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be postedby the course faculty in Course Web page
Course Patents: Patents relevant to the course content will be posted by the course faculty in Course Web
page
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in
Course Web page. Students are encouraged to come up and experiment with the ideas that interest them.
UNIT-III (9)
Contracts Performance Management: Monitoring and controlling, Technical and operational
performance of contracts, controlling risks, Incentives and penalties, Change order management.
Contract Conditions: Important contract clauses, Terms of payments, Retention, Acceptance and final
payment, Time of completion, Extension of time, Maintenance period, Termination of contract and
condition for termination.
UNIT-IV (9)
Claims and variations: Claims, factors affecting, Variations in work and conditions, Liquidated
damages. Rights, Responsibilities and duties of client (Owner). Architect, Engineer and Contractor.
Text Books:
[1]. Akhtar Surahyo, UnderstandingConstruction Contracts, Springer International, 1st edition, Publishing, AG
2018. (Chapters - 7, 8, 12, 15, 17)
[2]. B. S. Patil and S. P. WoolhouseB.S. Patil’s Building and Engineering Contracts, 7th edition, CRC Press, Taylor &
Francis Group,52 Vanderbilt Avenue New York, NY 10017. (Chapters - 1, 2, 7, 10, 5, 13, 14, 16)
Reference Books:
[1]. “CPWD 7/8: General Conditions of Contracts “, Govt of India, Central Public works Department. (old syllabus)
[2]. “Analysis of Rates for Delhi (Volume 1 and 2) and Delhi Schedule of Rates “, Govt of India, Central Public
Works Department.
[3]. Jimmie Hinze, “Construction Contracts”, McGraw Hill, 2001
[4]. V. K. Raina., “Construction and Contract Management” Shroff Publishers
[5]. B. S Ramaswamy, “Contracts and their Management”, LexisNexis India, 2008.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content
will be posted by the course faculty in CourseWeb page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in CourseWeb
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course
projects titles in CourseWeb page. Students are encouraged to come up and experiment
with the ideas that interest them.
CO2 U18CE801C.2 1 2 - - - 1 - 1 1 1 - 1 1 2 - 1
CO3 U18CE801C.3 1 2 - - - 1 - 1 1 1 - 1 1 2 - 1
CO4 U18CE801C.4 1 2 - - - 1 - 1 1 1 - 1 1 2 1 1
U18CE801C 1 2 - - - 1 - 1 1 1 - 1 1 2 1 1
U18CE802A EARTHQUAKE RESISTANT DESIGN OF STRUCTURES
UNIT I (9)
Engineering Seismology:Geologyofearth,configurationoftectonicplatesinaglobe,influenceof Geology
on earthquake, behavior of plates, their motion and effects, causes of earthquake andtheir
characteristics, earthquake parameters, magnitudes, intensity, scales, seismic zoning of
India,seismiccoefficientsfordifferentzones.
Disaster Mitigation: Natural disasters, mitigation and social aspects, lessons from past earthquake,
Study of damages caused due to past, earthquakes in/outside India and remedial measures.
UNIT II (9)
Single Degree of Freedom Systems: Vibrations, causes, classifications, Single Degree of Freedom
systems (SDOF), free, un-damped vibrations.
Multi Degree of Freedom systems: Introduction to Multi-Degrees of Freedom systems (MDOF),
derivations of related equations and solutions to two degree of freedom systems.
Text Book:
[1]. S.K. Duggal, Earthquake Resistant Design of Structures, 2nd ed., New Delhi: Oxford University Press,
2013.
Reference Books:
[1]. Pankaj Agarwal and Manish Shrikande, Earthquake Resistant Design of Structures, 2 nd ed.,
PrenticeHallofIndiaPublications, 2014.
[2]. R.W. Clough and J.Penzien,Dynamics of Structures 3rd ed., Mc Graw Hill Civil Engineering Series,
2015.
[3]. Anil Chopra, Dynamics of Structures, 3rded., Prentice Hall India Publications, 2015.
[4]. Jaikrishna, Chandarsekaran and Brijesh Chandra,ElementsofEarthquakeEngineering,1sted., New Delhi:
SouthAsianPublishers, 1994.
[5]. Relevant Latest Revisions of IS codes. IS1893, IS4326, IS13920, IS13827, IS13828, IS13935.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will be posted
by the course faculty in CourseWeb page.
Course Patents:Patents relevant to the course content will be posted by the course faculty in CourseWeb page.
Course Projects: Course project is an independent project carried out by the student during the course period, under
the supervision of course faculty. Course faculty will post few course projects titles in Course Web page. Students are
encouraged to come up and experiment with the ideas that interest them.
Course LearningOutcomes(COs):
Upon completion of this course the student will be able to…
CO1: review basics of engineering seismology and disaster mitigation
CO2: analyze single and multi-degree of freedom systems
CO3: estimate storey shear and torsional moments for R.C. frames
CO4: elucidate methods of retrofitting and restoration of reinforced concrete, masonry buildings
TeachingScheme:ExaminationScheme:
L T P C Continuous Internal Evaluation 40marks
3 - - 3 End Semester Examination 60marks
UNIT–I (9)
Earth Dams: Types, site selection, methods of construction, densities, pore water pressure and its
significance, dam failures- hydraulic, seepage and structural failures, design criteria, slope stability,
seepage control in earth dams, design of filters, slope protection, advantages and disadvantages of earthen
dams.
Rock fill dams: Site selection, types, construction methods, merits and demerits.
UNIT–II (9)
Earth retaining Walls: Types, design principles, gravity and cantilever retaining walls, constructional
aspects, expansion and contraction joints.
Mechanically stabilized retaining Walls: Soil reinforcement, design considerations, design with metallic
strip reinforcement, retaining wall with geo-textile reinforcement
UNIT–III (9)
Underground Conduits: Types-positive, negative projecting, ditch, imperfect ditch, tunnel conduits, loads
and construction of conduits.
Sheet pile Walls: Types, Uses, Design of cantilever sheet pile walls in granular and cohesive soils, design
of anchored sheet pile walls by free earth method in granular and cohesive soils.
UNIT–IV (9)
Braced cuts: Lateral earth pressure on sheeting in sand and clayey soils, Types of sheeting and bracing
system, Design components of braced cuts, Safety of bottom of excavation against boiling and heave.
Coffer Dams: Types, uses, relative merits and demerits, design of circular cellular cofferdam by TVA
method on rocks and on soil.
Text Books:
[1]. M.BrajaDas,Principlesoffoundationengineering, 9thed., United States: Cengage Publications, 2019. (Chapters
8,9,10)
[2]. S. K. Garg, Irrigation Engineering and Hydraulic Structures, 30thed., New Delhi: Khanna Publishers,2013.
(Chapter 20)
Reference Books:
[1]. K.R.Arora,SoilMechanicsandFoundationEngineering, 9thed., NewDelhi: S t a n d a r d Publisher
Distributors,2013.
[2]. SwamiSaran,AnalysisandDesignofSubstructuresLimitStateDesign, 9thed., New Delhi: OxfordandIBH
`PublishingCompany,Pvt. Ltd., 2013.
[3]. Joesph E. Bowles,Foundation Analysis and Design,5th ed., Singapore: McGraw-Hill education,2001.
[4]. Peck,HansonandThornborn,FoundationEngineering, 2nd ed., NewYork:JohnWileyPublications,1974.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be posted by the course faculty in CourseWeb page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in CourseWeb
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course projects titles in
CourseWeb page. Students are encouraged to come up and experiment with the ideas that interest them.
CO1 U18CE802B.1 2 2 2 - - 1 1 1 1 1 - 1 2 2 1 1
CO2 U18CE802B.2 2 2 2 - - 1 1 1 1 1 - 1 2 2 1 1
CO3 U18CE802B.3 2 2 2 - - 1 1 1 1 1 - 1 2 2 1 1
CO4 U18CE802B.4 2 2 2 - - 1 1 1 1 1 1 2 2 1 1
U18CE802B 2 2 2 - - 1 1 1 1 1 - 1 2 2 1 1
U18CE802C BRIDGE ENGINEERING
UNIT–I (9)
Bridges and their loading: Types of bridges, materials for construction, codes of practice- railway and
highway bridges, design loads and IRC standard loading.
Hydraulic Design: Planning, layout, hydraulic geometry, linear water ways, economic spans, afflux,
scour, geological and geotechnical considerations.
UNIT–II (9)
Deck Slab Bridge: Types, functions, design of reinforced cement concrete road bridge as per IRC loading.
T-Beam Bridge: Analysis of beams, Courbon’s method, design of T-beam bridge.
UNIT–III (9)
Bearings: Types and functions, forces and materials, design of elastomeric pad bearing.
Bridge Appurtenances: Expansion joints, design of joint railings, drainage systems and lighting.
UNIT–IV (9)
Sub-Structure: Loads acting on substructure, design of pier and pier cap, stability analysis of abutments,
retaining and wing walls.
Bridge Foundations: Types, design of shallow and deep foundations.
Text Books:
[1]. T.R. Jagdish and M.A. Jayaram, Design of Bridge Structures, 3rd ed. New Delhi: PHI Learning Pvt.
Ltd., 2020.
Reference Books:
[1]. N. Krishna Raju, Design of Bridges, 5th ed. New Delhi: Oxford and IBH Publishing Co. Pvt. Ltd., 2019.
[2]. D. Johnson Victor, Essentials of Bridge Engineering, 6th ed. New Delhi: IBH Publishing Co.Ltd., 2019.
[3]. IRC 5: 2015 Standard Specifications and Code of Practice for Road Bridges, 8th revision, New Delhi: The
Indian Road Congress, 2015.
[4]. IRC 6: 2017 Standard Specifications and Code of Practice for Road Bridges, 7th revision, New Delhi: The
Indian Road Congress, 2014.
[5]. IRC 21: 2000 Standard Specifications and Code of Practice for Road Bridges, 3rd revision, New Delhi: The
Indian Road Congress, 2000.
[6]. IRC 83: 2018 Standard Specifications and Code of Practice for Road Bridges, Section IX – Bearings
(Elastomeric Bearings), Part II, 2nd revision, New Delhi: The Indian Road Congress, 2018.
[7]. BIS, IS 456:2000, Code of practice for Plain and reinforced concrete, 5th revision, New Delhi: Bureau of
Indian standards,2000.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will
be posted by the course faculty in CourseWeb page.
Course Patents: Patents relevant to the course content will be posted by the course faculty in CourseWeb
page.
Course Projects: Course project is an independent project carried out by the student during the course
period, under the supervision of course faculty. Course faculty will post few course
projects titles in CourseWeb page. Students are encouraged to come up and experiment
with the ideas that interest them.
Course Learning Outcomes (COs):
On completion of this course, the students will be able to…
CO1: appraise loads and design specification for bridges
CO2: design deck slab and T-Beam bridge
CO3: recommend types of bearing and appurtenances
CO4: evaluate the behavior of sub-structure elements
Textbook:
[1]. Kanti swarup et.al, Operations Research, 16th ed., New Delhi: S. Chand & Sons, 2013. (Unit-I, Unit-II, Unit-IV)
[2]. Singiresu S. Rao, Engineering Optimization Theory and Practice, 4th ed., Hoboken, New Jersey: John Wiley &
Sons, Inc, 2009 (Unit-III)
Reference Books:
[1]. Hamdy. A. Taha, Operations Research, 7th ed., New Delhi: Prentice Hall of India Ltd, 2002.
[2]. J.C. Pant, Introduction to Optimization, 7th ed., New Delhi: Jain Brothers, 2012.
Course Research Papers: Research papers (Journal/Conference papers) relevant to the course content will be posted
by the course faculty in CourseWeb page
Course Patents: Patents relevant to the course content will be posted by the course faculty in CourseWeb page
Course Projects: Course project is an independent project carried out by the student during the course period, under
the supervision of course faculty. Course faculty will post few course projects titles in CourseWeb page.
Students are encouraged to come up and experiment with the ideas that interest them.
PO PO PO PO PO PO PO PO PO PO PO PO
CO PSO 1 PSO 2
1 2 3 4 5 6 7 8 9 10 11 12
U18OE803A
CO1 2 2 - - - - - - - 1 - 1 - -
U18OE803A
CO2 2 2 - - - - - - - 1 - 1 - -
U18OE803A 2 2
CO3 - - - - - - - 1 - 1 - -
U18OE803A 2 2
CO4 - - - - - - - 1 -- 1 - -
U18OE803A
2 2 - - - - - - - 1 1 - -
U18OE803B MANAGEMENT INFORMATION SYSTEMS
UNIT – I (9)
Management Information Systems: Systems: An Overview : Introduction, Need for
management information systems, Management information systems: A concept, MIS: A
definition, Management information system and Information technology, Nature and scope of
MIS, MIS characteristics, Structure of MIS, Types of MIS, Role of MIS in global business,
Challenges of managing information systems, IT Infrastructure and Emerging Technology
UNIT - II (9)
Business Applications of Information Systems:
E-Commerce, E-Business and E-Governance: Introduction, E-commerce, E-commerce sales life
cycle, E-commerce infrastructure, E-commerce applications, E-commerce payment systems,
Management challenges and opportunities, E-business, E-governance
Decision Support Systems: Introduction, Decision-Making: A concept, Simon’s model of
decision-making, Types of decisions, Methods for decision-making, Decision support techniques,
Decision-making and role of MIS, Decision support systems, Business intelligence, Knowledge
management systems
UNIT - IV (9)
Management of Global Enterprise : Enterprise management system, Enterprise resource
planning (ERP) System, ERP model and modules, Benefits of the ERP, ERP product evaluation,
ERP implementation, Supply chain management (SCM), Information management in SCM,
Customer relationship management (CRM), Management of global enterprise, EMS and MIS
Applications in Manufacturing Sector: Introduction, Personnel management (PM), Financial
management (FM), Production management (PM), Raw materials management (RMM),
Marketing management, Corporate overview.
Text Books:
[1] D.P.Goyal, Vikas, Management Information Systems–Managerial Perspective, 4th ed. Addison-
Wesley, 2014. (Unit 1)
[2] Waman S. Jawadekar, Management Information Systems Text and Cases: a Global Digital
Enterprise Perspective, 5th ed. McGraw Hill, 2014 (Unit 2,3,4)
Reference Books:
[1] Kenneth C. Laudon & Jane P. Laudon, Management Information Systems,12th ed. Prentice Hall,
2012.
[2] S. Sadagopan, Management Information Systems,2nd ed., PHI Learning, 2014.
CO2 U18OE803B.2 2 2 2 1 1 - - - - 1 - 1 2 1 2
CO3 U18OE803B.3 2 2 2 3 1 - - - - 1 - 2 2 1 2
CO4 U18OE803B.4 2 2 3 3 1 - - - - 1 - 2 3 1 3
U18OE803B 2 2 2 2 1 - - - - 1 - 1.5 2.25 1 2.25
U18OE 803C ENTREPRENEURSHIP DEVELOPMENT
(Open Elective-IV)
UNIT –I (9)
Entrepreneurship: Definition, role of entrepreneurship in economic development,
characteristics and types of an entrepreneur, Forms of business organizations; agencies
dealing with entrepreneurship and small scale Industries; Case studies of successful
entrepreneurs- identification of business opportunities in various branches of
engineering
UNIT-II ( 9)
Creativity and Business Idea: Sources of new ideas, methods of generating ideas and
creative problem solving, concepts of innovation and incubation.
Business Plan: definition, scope and value of business plan, market survey and
demand survey.
Feasibility studies: Technical feasibility, financial viability and social acceptability;
Preparation of preliminary and bankable project reports;
UNIT-III (9)
Project Planning: Product planning and development process, Sequential steps in
executing the project.
Plant layout: Principles, types and factors influencing layouts,
Material Management: Purchase procedures, Issues of Materials -LIFO,FIFO,HIFO and
Base stock;.
Fundamentals of Production Management: Production Planning and Control (PPC)-
Concepts and functions, Long & short run problems.
Marketing Management: Definition, functions and market segmentation.
UNIT-IV (9)
Financial Management: Introduction, Sources of finance-internal and external.
Human Resource Management: Introduction, importance, selection, recruitment,
training, placement, development;
Legal Issues in Entrepreneurship: Mechanisms for resolving conflicts; Industrial laws-
Indian Factories Act, Workmen Compensation Act; Intellectual Property Rights (IPR) –
patents, trademarks, and copyrights
Text Books:
1) Robert D.Hisrich, Michael P. Peters, “Entrepreneurship”, Tata McGraw-Hill, 9th Edition
2014 (Chapters 1,2,4,5,6,7,8,11 and13).
Reference Books
1. David H. Holt, “Entrepreneurship New venture creation” Prentice Hall of India.2004.
2. Handbook for “New Entrepreneurs”, Entrepreneurship Development Institute of India,
Ahmadabad.
3. T.R. Banga, “Project Planning and Entrepreneurship Development”, CBS Publishers, New
Delhi,1984.
4. Personnel efficiency in Entrepreneurship Development-“A Practical Guide to Industrial
Entrepreneurs”, S. Chand & Co., New Delhi.
U18OE803C.2
U18OE803C.3
U18OE803C.4
U18OE803C
U18OE803D FOREX & FOREIGN TRADE
UNIT–I (9)
Business: Nature and scope, Classification of business activities, Functions of commerce and
trade.
Business System: Characteristics and components of business system, objectives of business,
classification of business objectives; Types of Business.
UNIT-II(9)
Foreign Trade: Introduction of International Trade, Reasons for External Trade, Special
problems of Foreign Trade; EXIM-objectives, roles of EXIM in Foreign Trade, Stages in Import
procedure, Stages in export procedure-bill of lading, mate’s receipt, certificate of origin.
Corporations Assisting Foreign Trade: State Trading Corporation of India, Export Credit
and Guarantee Corporation, Minerals and Metals Trading Corporation of India.
UNIT–III (9)
Foreign Exchange Rate: Meaning and importance of Foreign exchange rate, Methods of foreign
payments; Exchange rates- Spot, Forward and Cross Rates; Demand and supply of foreign
exchange rate, Equilibrium rate of foreign exchange, Theories of determining foreign exchange
rate, International Parity condition - Balance of payments.
Foreign Exchange Markets: Functions of exchange markets, Components and Players in
Exchange Markets; FEMA-objectives and its role in Foreign Trade.
UNIT–IV (9)
Foreign Exchange Control: objectives, characteristics, advantages and disadvantages,
Methods: intervention, exchange restriction, multiple exchange rates, exchange clearing
agreements, method of operation, exchange clearing agreements in practice, payments
agreements, transfer moratoria; indirect methods.
Reference Books:
1. Y.K.Bhushan, “Business Organization and Modern Management” Sultan
& Sons Publishers, New Delhi. 15/e, 2014.
2. S.A. Sherlekhar “Business Organization and Management”, Himalaya
Publishing House, 2000.
3. K.P.M. Sundaram, “Money Banking, Trade & Finance “, Sultan & Sons
Publishers, New Delhi.
4. P.N.Chopra, “Macro Economics”, Kalyani Pubnlishers, 1/e, Ludhiana