Trending: Anna University 8th Sem Results April 2014 May/June 2014 Time Table/ Internal Marks Calculate CGPA Online SSLC Results 2014 12th Result 2014

Test Footer 1

Sunday, September 30, 2012

ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

AFFILIATED INSTITUTIONS ANNA UNIVERSITY, CHENNAI REGULATIONS - 2009
M.C.A. (MASTER OF COMPUTER APPLICATIONS) THIRD SEMESTER SYLLABUS

SEMESTER III
SL.NO COURSE CODE COURSE TITLE L T P C
THEORY
1 MC9231 Computer Networks 3 0 0 3
2 MC9232 Microprocessors and its Applications 3 0 0 3
3 MC9233 Software Engineering 3 0 0 3
4 MC9234 Computer Graphics 3 0 0 3
5 MC9235 Web Programming 3 0 0 3
PRACTICAL
6 MC9236 Graphics Lab 0 0 3 2
7 MC9237 Microprocessor Lab 0 0 3 2
8 MC9238 Web Programming Lab 0 0 3 2
TOTAL 15 0 9 21

MC9238 WEB PROGRAMMING LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9238 WEB PROGRAMMING LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9238 WEB PROGRAMMING LAB L T P C
0 0 3 2
1. Studying internet connection procedures
2. Sending and receiving mails from one or more email clients
3. Video Conferencing demonstration
4. Downloading and installing softwares (Example: Java) and setting up path and
class path
5. Using FTP
6. Creation of web site with forms, frames, links, tables etc with any web page
editors and using images and audio files as part of web pages
7. Writing Java programs by making use of class, interface, package, etc for the
following
(a) Different types of inheritance study
(b) Uses of ‘this’ keyword
(c) Polymorphism
(d) Creation of user specific packages
(e) Creation of jar files and using them
(f) User specific exception handling
8. Writing window based GUI applications using frames and applets such as
Calculator application, Fahrenheit to Centigrade conversion etc
9. Application of threads examples
10. Reading and writing text files
11. Reading image files and manipulating them with image related classes and
methods
12. writing an RMI application to access a remote method
13. Writing a Servlet program with database connectivity for a web based application
such as students result status checking, PNR number enquiry etc
14. Creation and usage of Java bean
TOTAL : 45 PERIODS

MC9237 MICROPROCESSOR LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9237 MICROPROCESSOR LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9237 MICROPROCESSOR LAB LT P C
0 0 3 2
1. Study of BIOS and DOS function calls for keyboard & Display interfacing
2. Assembly Language Programming with 8086 to perform the following operation
a. Arithmetic & Logical Operation
b. String Manipulation Operation
c. File Manipulation Operation
14
d. Terminate and Stay Resident (TSR) Program
3. Using Assembly Language with C/C++
4. Perform the following interfacing concepts with a microprocessor chip
a. Traffic signal controller using 8255 PPI
b. Stepper Motor controller using 8255 PPI
c. ADC/DAC interface
d. Waveform generation using 8253/8254 Timers
e. DC Motor Speed Controller
f. Keyboard/Display Controller using 8279
TOTAL : 45 PERIODS
REFERENCES:
1. IBM PC Assembly Language and Programming by peter Abel, fifth edition
2. Advanced Microprocessors & peripherals A K Ray & K M Bhurchandi, Second
Edition, Tata McGraw-Hill

MC9236 GRAPHICS LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9236 GRAPHICS LAB SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9236 GRAPHICS LAB LT P C
0 0 3 2
1. TWO DIMENSIONAL TRANSFORMATIONS:
Creation of two dimensional objects and applying simple transformations like
Translation, Scaling, Rotation and applying Composite transformations.
2. THREE DIMENSIONAL TRANSFORMATIONS:
Creation of simple three dimensional objects like cube, cone and cylinder and applying
simple transformations like Translation, Scaling, Rotation and applying Composite
transformations.
3. VISIBLE SURFACE DETECTION:
Finding out visible surfaces and removal of hidden surfaces in simple objects using
object space and image space algorithms.
4. IMAGE EDITING:
Image enhancement, Image transformation from color to gray scale and vice versa,
Image manipulation and Image optimization for web - Usage of editing tools, layers,
filters, special effects and color modes. Creation of simple Gif animated images with
textual illustrations.
TOTAL : 45 PERIODS

MC9235 WEB PROGRAMMING SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9235 WEB PROGRAMMING SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9235 WEB PROGRAMMING L T P C
3 0 0 3
UNIT I BASIC INTERNET CONCEPTS 8
Connecting to the Internet – Domain Name System - Exchanging E-mail – Sending and
Receiving Files - Fighting Spam, Sorting Mail and avoiding e-mail viruses – Chatting and
Conferencing on the Internet – Online Chatting - Messaging – Usenet Newsgroup –
Internet Relay chat (IRC) – Instant Messaging - Voice and Video Conferencing.
UNIT II WORLD WIDE WEB 8
Overview – Web Security, Privacy, and site-blocking – Audio and Video on the web –
Creating and Maintaining the Web – Web site creation concepts – Web Page Editors –
Optimizing Web Graphics – Web Audio Files – Forms, Interactivity, and Database-
Driven Web sites – File Transfer and downloading – FTP – Peer to Peer – Downloading
and Installing software.
UNIT III JAVA FUNDAMENTALS 8
Java features – Java Platform – Java Fundamentals – Expressions, Operators, and
Control Structures – Classes, Packages and Interfaces – Exception Handling.
UNIT IV PACKAGES 12
AWT package – Layouts – Containers – Event Package – Event Model – Painting –
Garbage Collection - Multithreading – Language Packages.
UNIT V ADVANCED JAVA PROGRAMMING 9
Utility Packages – Input Output Packages – Inner Classes – Java Database Connectivity
- Servlets - RMI – Java Beans.
TOTAL : 45 PERIODS
TEXT BOOKS:
1. Margaret Levine Young, “Internet and WWW”, 2nd Edition, Tata McGraw Hill, 2002.
(Unit 1 & 2)
2. Herbert Schildt, The Complete Reference – Java 2 , 4th Edition, Tata McGraw Hill,
2001. (Unit 3, 4 & 5)
REFERENCES:
1. Keyur shah, “Gateway to Java Programmer Sun Certification”, Tata Mc Graw Hill
2002.
2. Deitel & Deitel, Java How to Program, Prentice Hall 1999.

MC9234 COMPUTER GRAPHICS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9234 COMPUTER GRAPHICS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9234 COMPUTER GRAPHICS LT P C
3 0 0 3
UNIT I BASIC CONCEPTS 9
2D Transformations – Clipping – Window – View Prot Mapping – Graphical User
Interfaces and Interactive Input Methods – Picture Construction Techniques – Virtual
Reality Environment.
UNIT II 3D GRAPHICS 9
3D Transformation – 3D Viewing – Visible Surface Detection – Back Face Detection –
Depth Buffer Method – Scan Line Method.
UNIT III VISUAL COMMUNICATION 9
Creative Process – Digital Imaging Technology – Still Image – Digital Imaging – Using
Images in Multimedia – Images on Web – Color Models.
UNIT IV PRESENTATION 9
General Design Issues – Architectural Issues – Information Characteristics for
Presentation – Presentation function – Presentation Design Knowledge – Effective
Human Computer Interaction.
UNIT V INTERACTIVE 3D ILLUSTRATED WITH IMAGES AND TEXT 9
Generating Illustrated Documents – Consistency of Rendered Images and their Textual
Labels – Architecture – Zoom Techniques for Illustration Purpose – Interactive handling
of Images and Text – Figure Captions for Anatomical Illustrations.
TOTAL : 45 PERIODS
REFERENCES:
1. Donald Hearn and M. Pauline Baker, “Computer Graphics in C Version”, Second
Edition, Pearson Education.
2. Raf Steinmetz and Klara Nahrstedt, “Multimedia: Computing, Communication and
applications”, Pearson Education.
3. John Villamil Casanova and Leony Fernandez-Elias, “ Multimedia Graphics”,
Prentice Hall India.
4. Thomas Strothotte, “Computer Visualization-Graphics Abstraction and Interactivity”,
Springer Verlag, Berlin Heiderberg, 1998.

MC9233 SOFTWARE ENGINEERING SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9233 SOFTWARE ENGINEERING SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9233 SOFTWARE ENGINEERING L T P C
3 0 0 3
UNIT I INTRODUCTION 9
Software Engineering paradigms – Waterfall Life cycle model – Spiral Model –
Prototype Model – fourth Generation Techniques – Planning – Cost Estimation –
Organization Structure – Software Project Scheduling, – Risk analysis and management
– Requirements and Specification – Rapid Prototyping.
UNIT II SOFTWARE DESIGN 9
Abstraction – Modularity – Software Architecture – Cohesion – Coupling – Various
Design Concepts and notations – Real time and Distributed System Design –
Documentation – Dataflow Oriented design – Jackson System development – Designing
for reuse – Programming standards.
UNIT III SOFTWARE METRICS 9
Scope – Classification of metrics – Measuring Process and Product attributes – Direct
and Indirect measures – Reliability – Software Quality Assurance – Standards.
UNIT IV SOFTWARE TESTING AND MAINTENANCE 9
Software Testing Fundamentals – Software testing strategies – Black Box Testing –
White Box Testing – System Testing – Testing Tools – Test Case Management –
Software Maintenance Organization – Maintenance Report – Types of Maintenance.
UNIT V SOFTWARE CONFIGURATION MANAGEMENT (SCM) & CASE
TOOLS 9
Need for SCM – Version Control – SCM process – Software Configuration Items –
Taxonomy – Case Repository – Features.
TOTAL : 45 PERIODS
REFERENCES:
1. Roger S. Pressman, “Software Engineering: A Practitioner Approach”, Sixth edition,
McGrawHill, 2005.
2. Sommerville, “Software Engineering”, Sixth Edition, Addison Wesley-Longman,
2004.
3. Pankaj Jalote, “An Integrated approach to Software Engineering”, Second Edition,
Springer Verlag, 1997.

MC9232 MICROPROCESSORS AND ITS APPLICATIONS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9232 MICROPROCESSORS AND ITS APPLICATIONS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9232 MICROPROCESSORS AND ITS APPLICATIONS LT P C
3 0 0 3
UNIT I THE 8086 PROCESSOR - SOFTWARE ASPECTS 11
Evolution of Microprocessors - 8086 architecture – Addressing modes- Instruction set
and assembler directives – Assembly language programming – Interrupts and interrupt
service routines.
UNIT II 8086 SYSTEM DESIGN 10
8086 signals description – Basic configurations - System bus timing –System design
using 8086 – Minimum mode /Maximum modes 8086 system and timings.
UNIT III INTERFACING CONCEPTS 10
Memory Interfacing and I/O interfacing - Parallel communication interface – Serial
communication interface – Timer – Keyboard /display controller – Interrupt controller –
DMA controller – Programming and applications.
UNIT IV ADVANCED PROCESSORS 7
Intel 80286 – Internal Architectural – Register Organization – Internal Block Diagram –
Modes of operation – Real Address Mode – Protected Virtual Address mode – Privilege
– Protection - Architectural features and Register Organization of i386, i486 and Pentium
processors.
UNIT V BUILDING SYSTEMS 7
Bus Concepts – Bus Standards –The Peripheral Component Interconnect (PCI) Bus –
Universal Serial Bus (USB) – Platform Architectures.
TOTAL : 45 PERIODS
REFERENCES:
1. A. K. Ray & K. M. Bhurchandi, “Advanced Microprocessors and peripherals-
Architectures, Programming and Interfacing”, TMH, 2002 reprint.
2. Barry B. Brey, “The Intel Microprocessors, 8086/8088, 80186/80188, 80286, 80386,
80486, Pentium, PentiumPro Processor, PentiumII, PentiumIII, PentiumIV,
Architecture, Programming & Interfacing”, 6th Edition, Pearson Education/PHI, 2002.
3. Yu-cheng Liu, Glenn A. Gibson, “Microcomputer systems: The 8086/8088 Family
architecture, Programming and Design”, PHI 2003.
4. Peter Abel, “IBM PC Assembly language and programming”, Prentice Hall of India
Pvt. Ltd.
5. Websites of latest processors.

MC9231 COMPUTER NETWORKS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013

MC9231 COMPUTER NETWORKS SYLLABUS | ANNA UNIVERSITY MCA 3RD SEM SYLLABUS REGULATION 2009 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY THIRD SEMESTER MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2009 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

MC9231 COMPUTER NETWORKS LT P C
3 0 0 3
UNIT I INTRODUCTION 9
Communication model – Data communications networking – Data transmission concepts
and terminology – Transmission media – Data encoding – Data link control.
UNIT II NETWORK FUNDAMENTALS 9
Protocol architecture – Protocols – OSI – TCP/IP – LAN architecture – Topologies –
MAC – Ethernet, Fast ethernet, Token ring, FDDI, Wireless LANS – Bridges.
UNIT III NETWORK LAYER 9
Network layer – Switching concepts – Circuit switching networks – Packet switching –
Routing – Congestion control – X.25 – Internetworking concepts and X.25 architectural
models – IP – Unreliable connectionless delivery – Datagrams – Routing IP datagrams –
ICMP.
UNIT IV TRANSPORT LAYER 9
Transport layer – Reliable delivery service – Congestion control – Connection
establishment – Flow control – Transmission control protocol – User datagram protocol.
UNIT V APPLICATIONS 9
Applications – Sessions and presentation aspects – DNS, Telnet – rlogin, – FTP –
SMTP – WWW – Security – SNMP.
TOTAL : 45 PERIODS
REFERENCES:
1. Larry L. Peterson & Bruce S. Davie, “Computer Networks – A systems Approach”,
Second Edition, Harcourt Asia / Morgan Kaufmann, 2000.
2. William Stallings, “Data and Computer Communications”, Fifth Edition, PHI, 1997.

ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ANNA UNIVERSITY, CHENNAI AFFILIATED INSTITUTIONS R - 2008
B.E. MECHANICAL AND AUTOMATION ENGINEERING 4th SEMESTER SYLLABUS

SEMESTER - IV
Code No. Course Title L T P C
THEORY
IE3202 Operations Research -I 3 1 0 4
AN3202 LAN and Networking 3 0 0 3
CE3204 Strength of Materials 3 1 0 4
AN3203 Kinematics & Dynamics of Machinery 3 1 0 4
ME3202 Engineering Materials and Metallurgy 3 0 0 3
ME2252 Manufacturing Technology –II 3 0 0 3
PRACTICAL
CE3207 Strength of Materials Lab 0 0 3 2
ME3217 Manufacturing Technology –II Lab 0 0 3 2
AN3204 LAN and networking lab 0 0 3 2
GE3323 Communication Skills and Technical Seminar - II 0 0 3 2
TOTAL CREDITS 21 0 12 29

AN3204 LAN and Networking Lab SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

AN3204 LAN and Networking Lab SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

AN3204 LAN and Networking Lab L T P C
0 0 3 2
1. Looking up Internet Addresses.
2. Testing the characteristics of an IP address.
3. Write a program to trace the port of a particular host.
4. Write a program to implement the daytime protocol.
5. Write a program to implement the echo client.
6. Write a program to implement the finger client.
7. Write a program to implement the whois client.
8. Demonstration of TCP/IP protocol.
9. Demonstration of UDP protocol.
10. Implement a chat server using TCP/IP protocol.
11. Transfer of files from PC to PC using Windows / Unix socket processing
TOTAL : 45 PERIODS

ME3217 MANUFACTURING TECHNOLOGY LAB - II SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME3217 MANUFACTURING TECHNOLOGY LAB - II SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME3217 MANUFACTURING TECHNOLOGY LAB - II LT P C
0 0 3 2
AIM:
To acquire skills on common basic machining operations and press working
OBJECTIVE:
To study and practice the basic machining operations in the special purpose machines
and acquire its applicability in the real time components manufacturing industries.
LIST OF EXPERIMENTS
1. Contour Milling using vertical milling machine
2. Gear Cutting & Gear Hobbing
3. Hexagonal Machining using Horizontal Milling Machine
4. Gear Cutting – Gear Shaping
5. Spline Broaching
6. Exercise in Surface Grinding
7. Exercise in Cylindrical Grinding
8. Exercise in Tool and Cutter Grinder
9. Spur and helical gear cutting in Milling Machine
10. Determination of cutting forces in Milling Machine
11. Study of Turret and Capstan lathe
12. Forming of Simple Components in Press Working and simple Calculations of sheet metal work
TOTAL : 45 PERIODS
REFERENCES:
1. Sharma, P.C.A Text book of Prod, S. Chand and Co. Ltd., 2004.
2. Kalpakjian, S., “ Manufacturing Engineering and Technology”, Pearson Education India Edition,
2006.
3. Roy. A. Lindberg, “Process and Materials of Manufacture”, Pearson Education Fourth Edition
2006

CE3207 STRENGTH OF MATERIALS LAB SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

CE3207 STRENGTH OF MATERIALS LAB SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

CE3207 STRENGTH OF MATERIALS LABORATORY LT P C
0 0 3 2
OBJECTIVE:
To study the properties of materials when subjected to different types of Loading.
1. Tension test on mild steel rod
2. Double shear test on metals
3. Torsion test on mild steel rod.
4. Impact test on metal specimen
5. Hardness test on metals
6. Compression test on helical spring
7. Deflection test on carriage spring
TOTAL : 45 PERIODS

ME2252 MANUFACTURING TECHNOLOGY - II SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME2252 MANUFACTURING TECHNOLOGY - II SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME2252 MANUFACTURING TECHNOLOGY - II L T P C
3 0 0 3
OBJECTIVE
1. To understand the concept and basic mechanics of metal cutting, working of standard machine
tools such as lathe, shaping and allied machines, milling, drilling and allied machines, grinding
and allied machines and broaching
2. To understand the basic concepts of computer numerical control (CNC) machine tool and CNC
programming.
UNIT I THEORY OF METAL CUTTING 8
Introduction: material removal processes, types of machine tools – theory of metal cutting: chip
formation, orthogonal metal cutting, cutting tool materials, tool wear, tool life, surface finish, cutting
fluids.
UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES 10
Centre lathe, constructional features, cutting tools, various operations, taper turning methods, thread
cutting methods, special attachments, machining time and power estimation.
Capstan and turret lathes – automatic lathes : semi automatic, automats – single spindle : cutting
off, swiss type, automatic screw type – multi spindle; cutting off, bar type
UNIT III RECIPROCATING AND MILLING MACHINES 10
Reciprocating machine tools: shaper, planer, slotter ; milling : types, milling cutters, operations ; hole
making : drilling, reaming, boring, tapping
UNIT IV ABRASIVE PROCESS, SAWING, BROACHING AND GEAR CUTTING 10
Abrasive processes: grinding wheel – specifications and selection, types of grinding process –
cylindrical grinding, surface grinding, centreless grinding – honing, lapping, super finishing, polishing
and buffing, abrasive jet grinding
Sawing machine: hack saw, band saw, circular saw; broaching machines: broach construction –
push, pull, surface and continuous broaching machines, gear cutting: forming, generation, shaping,
hobbing.
UNIT V CNC MACHINE TOOLS AND PART PROGRAMMING 7
Numerical control(NC) machine tools – CNC: types, constructional details, special features. Part
programming fundamentals – manual programming – computer assisted part programming – apt
language.
TOTAL : 45 PERIODS
TEXT BOOKS:
1. Rao, P.N. “Manufacturing Technology”, Metal Cutting and Machine Tools, Tata McGraw–Hill,
New Delhi, 2003.
2. Richerd R. Kibbe, John E. Neely, Roland O. Merges and Warren J. White, “Machine Tool
Practices”, Prentice Hall of India, 2003.
REFERENCES:
1. HMT – “Production Technology”, Tata McGraw-Hill, 1998.
2. P.C. Sharma, “A Text Book of Production Engineering”, S. Chand and Co. Ltd, IV edition, 1993.
3. Hajra Choudry, “Elements of Work Shop Technology – Vol. II”, Media Promoters. 2002.
4. Geofrey Boothroyd, “Fundamentals of Metal Machining and Machine Tools”, McGraw Hill, 1984.

ME3202 ENGINEERING MATERIALS AND METALLURGY SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME3202 ENGINEERING MATERIALS AND METALLURGY SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME3202 ENGINEERING MATERIALS AND METALLURGY L T P C
3 0 0 3
OBJECTIVE
To Impart knowledge on the structure, properties, treatment, testing and applications of metals and
non-metallic materials so as to identify and select suitable materials for various engineering
applications.
Review (Not for Exam):
Crystal structure – BCC, FCC and HCP structure – unit cell – crystallographic planes and
directions, miller indices – crystal imperfections, point, line, planar and volume defects – Grain size,
ASTM grain size number.
UN IT I CONSTITUTION OF ALLOYS AND PHASE DIAGRAMS 10
Constitution of alloys – Solid solutions, substitutional and interstitial – phase diagrams,
Isomorphous, eutectic, peritectic, eutectoid and peritectroid reactions, Iron – Iron carbide equilibrium
diagram. Classification of steel and cast Iron microstructure, properties and application.
UNIT II HEAT TREATMENT 11
Definition – Full annealing, stress relief, recrystallisation and spheroidizing –normalising, hardening
and Tempering of steel. Isothermal transformation diagrams – cooling curves superimposed on I.T.
diagram CCR - Hardenability, Jominy end quench test – Austempering, martempering – case
hardening, carburising, nitriding, cyaniding, carbonitriding – Flame and Induction hardening.
UNIT III FERROUS AND NON FERROUS METALS 9
Effect of alloying additions on steel (Mn, Si, Cr, Mo, V Ti & W) - stainless and tool steels – HSLA -
maraging steels – Gray, White malleable, spheroidal - Graphite - alloy castirons
Copper and Copper alloys – Brass, Bronze and Cupronickel – Aluminum and Al-Cu – precipitation
strengthening treatment – Bearing alloys.
UNIT IV NON-METALLIC MATERIALS 9
Polymers – types of polymer, commodity and engineering polymers – Properties and applications of
PE, PP, PS, PVC, PMMA, PET, PC, PA, ABS, PI, PAI, PPO, PPS, PEEK, PTFE Polymers – Urea
and Phenol Formaldehydes – Engineering Ceramics – Properties and applications of Al2O3, SiC,
SiC, Si3, N4, PSZ and Sialon – Fibre and particulate reinforced composites.
UNIT V MECHANICAL PROPERTIES AND TESTING 6
Mechanism of plastic deformation, slip and twinning – Types of fracture – Testing of materials under
tension, compression and shear loads – Hardness tests (Brinell, Vickers and Rockwell) Impact test
Izod and charpy, fatigue and creep test.
TOTAL : 45 PERIODS
TEXT BOOK:
1. Kenneth G.Budinski and Michael K.Budinski “Engineering Materials” Prentice-Hall of India
Private Limited, 4th Indian Reprint 2002.
REFERENCES:
1. William D Callsber “Material Science and Engineering”, John Wiley and Sons 1997.
2. Raghavan.V “Materials Science and Engineering”, Prentice Hall of India Pvt., Ltd., 1999.
3. Sydney H.Avner “Introduction to Physical Metallurgy” McGraw Hill Book Company, 1994.

AN3203 KINEMATICS AND DYNAMICS OF MACHINERY SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

AN3203 KINEMATICS AND DYNAMICS OF MACHINERY SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

AN3203 KINEMATICS AND DYNAMICS OF MACHINERY L T P C
3 1 0 4
UNIT I KINEMATIC OF MECHANICS 10
Mechanisms – Terminology and definitions – kinematics inversions of 4 bar and slide crank
chain – kinematics analysis in simple mechanisms – velocity and acceleration polygons –
Analytical methods – computer approach – cams – classifications – displacement diagrams
- layout of plate cam profiles – derivatives of followers motion – circular arc and tangent cams.
UNIT II GEARS and GEAR TRAINS 9
Spur gear – law of toothed gearing – involute gearing – Interchangeable gears – Gear tooth
action interference and undercutting – nonstandard teeth – gear trains – parallel axis gears trains
– epicyclic gear trains – automotive transmission gear trains.
UNIT III FRICTION 8
Sliding and Rolling Friction angle – friction in threads – Friction Drives – Friction clutches
– Belt and rope drives – brakes – Tractive resistance.
UNIT IV FORCE ANALYSIS 9
Applied and Constrained Forces – Free body diagrams – static Equilibrium conditions – Two,
Three and four members – Static Force analysis in simple machine members – Dynamic Force
Analysis – Inertia Forces and Inertia Torque – D’Alembert’s principle – superposition principle –
dynamic Force Analysis in simple machine members.
UNIT V BALANCING AND VIBRATION 9
Static and Dynamic balancing – Balancing of revolving and reciprocating masses – Balancing
machines – free vibrations – Equations of motion – natural Frequency – Damped Vibration –
bending critical speed of simple shaft – Torsional vibration – Forced vibration – harmonic Forcing –
Vibration solation.
TUTORIALS 15 TOTAL : 60 PERIODS
TEXT BOOKS:
1. Ambekar A.G., “Mechanism and Machine Theory” Prentice Hall of India, NewDelhi, 2007
2. Shigley J.E., Pennock G.R and Uicker J.J., “Theory of Machines and Mechanisms”,
Oxford University Press, 2003
REFERENCES:
1. Thomas Bevan, “Theory of Machines”, CBS Publishers and Distributors, 1984.
2. Ghosh.A, and A.K.Mallick, “Theory and Machine”, Affiliated East-West Pvt. Ltd., New Delhi,
1988.
3. Rao.J.S. and Dukkipatti R.V. “Mechanisms and Machines”, Wiley-Eastern Ltd., New Delhi,
1992.
4. John Hannah and Stephens R.C., “Mechanics of Machines”, Viva Low Prices Student
Edition, 1999.
5. V.Ramamurthi, Mechanisms of Machine, Narosa Publishing House, 2002.
6. Robert L.Norton, Design of Machinery, McGraw-Hill, 2004.
STANDARDS
IS 2458:2001, Vocabulary of Gear Terms – Definitions related to Geometry.
IS 3756 : 2002, Method of Gear Correction – Addendum modification for External cylindrical
gears with parallel axes.
IS 5267 : 2002 Vocabulary of Gear Terms – Definitions Related to Worm Gear Geometry.
IS 12328 : Part 1 : 1988 Bevel Gear Systems Part -1 Straight Bevel Gears.
IS12328 : 1988 Bevel Systems Part – 2 Spiral Bevel Gears.

CE3204 STRENGTH OF MATERIALS SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

CE3204 STRENGTH OF MATERIALS SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009
CE3204 STRENGTH OF MATERIALS L T P C
3 0 0 3
UNIT I STRESS, STRAIN AND DEFORMATION OF SOLIDS 8
Rigid bodies and deformable solids – Tension, Compression and Shear Stresses – Deformation of
simple and compound bars – Thermal stresses – Elastic Constants – Volumetric strains – Stresses
on inclined planes – Principal stresses and principal planes – Mohr’s circle of stress.
UNIT II TRANSEVERSE LOADING ON BEAMS AND STRESSES IN BEAMS 13
Beams – types transverse loading on beams – Shear force and bending moment in beams –
Cantilevers – Simply supported beams and over – hanging beams. Theory of simple bending -
bending formula – bending stress distribution – Load carrying capacity – Proportioning of sections –
Flitched beams – Shear stress distribution.
UNIT II I TORSION 6
Stresses and deformation in circular and hollows shafts – Stepped shafts – Shafts fixed at the both
ends – Stresses in helical springs – Deflection of helical springs.
UNIT IV DEFLECTION OF BEAMS 10
Double Integration method – Macaulay’s method – Area moment theorems for computation of
slopes and deflections in beams – Conjugate beam and energy method – Maxwell’s reciprocal
theorems.
UNIT V THIN CYLINDERS, SPHERES AND THICK CYLINDERS 9
Stresses in thin cylindrical shell due to internal pressure circumferential and longitudinal stresses –
deformation in thin cylinders –spherical shells subjected to internal pressure –deformations in
spherical shells - Lame’s theory – application of theories of failure
TOTAL : 45 PERIODS
TEXT BOOKS
1. Rajput.R.K. “Strength of Materials” S.Chand & co Ltd. New Delhi 1996
2. Jindal U.C. “Strength of Materials” Asian Books Pvt Ltd, New Delhi 2007
REFERENCES
1. Egor.P.Popov “Engineering Mechanics of Solids” Prentice Hall of India, New Delhi 1997
2. Subramanian R. “Strength of Materials” Oxford University Press,Oxford Higher Education series
,2007
3. Hibbeler , R.C, Mechanics of materials”, Pearson Education, Low price Edition,2007

AN3202 LAN AND NETWORKING SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

AN3202 LAN AND NETWORKING SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009


AN3202 LAN AND NETWORKING L T P C
3 0 0 3
UNIT - I 9
Introduction to computer networks, reference models: OSI model, TCP / IP model, Evolution of
Internet.
UNIT - II 9
Fundamentals of MAC layer, Data Link layer, Transmission media: Guided and Unguided, Twisted
pair cable (STP & UTP), coaxial cable, fiber optic cable, radio waves, infrared, microwaves links.
UNIT - III 9
LAN technologies: Traditional Ethernet (Concept of CSMA / CD), Fast Ethernet, Giga bit Ethernet
IEEE 802.4 (Token bus), IEEE 802.5 (Token ring), IEEE 802.11 (Wireless LAN), Working of repeater,
hub, bridge and switch.
UNIT – IV 9
Network layer concepts and routing algorithms, IPV6 and IPV4, subnetting and subnet masking,
working of routers in LAN. Concept of Virtual LAN
UNIT - IV 9
Introduction to encryption and compression of data, network security issues, working of dial up
connection, role of internet service provider (ISP) and working of ISDN and broadband internet
connection etc, Application layer protocol: DNS, HTTP, FTP, telnet.
TOTAL : 45 PERIODS
32
TEXT BOOKS:
1. B.A Forouzan., “Data Communication and Networking”, Tata McGraw Hill, 4th edition 2001
2. A.S. Tanenbaum, “Computer Networks”, Prentice Hall India, 3rd edition, 2002.
3. Gerd E. Keiser, “Local Area Networks”, Tata McGraw Hill, 3rd edition, 2001.
REFERENCES:
1. W.Stallings, “Computer Communications networks”, Prentice Hall India, 5th edition, 2001.
2. Micheal, A. Miller, “ Data and network communications”, Vikas Publications, 2001
3. .William, A. Shay, “Understanding Data Communication And Networks”, Vikas Publications,
2001
4. D. V Comer, “Internetworking with TCP/IP” Vol. 1. 3rd Edition, Prentice Hall India, 2001.

IE3202 OPERATIONS RESEARCH -I SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

IE3202 OPERATIONS RESEARCH -I SYLLABUS | ANNA UNIVERSITY BE MECHANICAL AND AUTOMATION ENGINEERING 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E MECHANICAL AND AUTOMATION ENGINEERING DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

IE3202 OPERATIONS RESEARCH -I L T P C
3 1 0 4
OBJECTIVE:
To learn the basics of deterministic optimization tools
UNIT I LINEAR PROGRAMMING 10
Introduction - Formulation of linear programming models – Assumptions-Graphical solution
procedure – solving LPP using simplex algorithm – Degeneracy, Alternative Optima, Unbounded
identification- LP Applications- Data Envelopment Analysis- Revised Simplex Method
UNIT II ADVANCES IN LPP - I 10
Duality theory - Interpretation of dual variables- Primal Dual Relationships – Role of duality in
sensitivity analysis - Dual simplex method – Graphical based and Simplex based Sensitivity analysis
–- Transportation problems, transportation simplex method– Assignment problems, Hungarian
method- LP formulation of transportation and Assignment networks- Traveling sales man problem
31
UNIT III ADVANCES IN LPP - II 6
Integer Linear programming formulations, graphical solution of the LP relaxation, Graphical solution
to all integer problem, applications involving 0-1 variables, introduction to cutting plane and branch
& bound methods – Multi objective optimization - Goal programming problem formulation.
UNIT IV NETWORK MODELS 12
Maximal flow problem – Shortest route problem – Minimal spanning tree problem - Project networks,
CPM, PERT, Crashing of networks, L P model for crashing – project costing and control.
UNIT V DYNAMIC PROGRAMMING 7
Elements of dynamic programming – stage and state, characteristics of DP problems, recursive
relationship, Bellman’s principle of optimality – computational procedure for shortest route problem,
knapsack problem, production and inventory control problem.
L: 45, T: 15, TOTAL : 60PERIODS
TEXT BOOKS:
1. Hillier and Lieberman Introduction to Operations Research, TMH, 2000
2. R.Panneerselvam, Operations Research,PHI,2006
REFERENCES:
1. Philips, Ravindran and Solberg, Operations Research, John Wiley,2002
2. Hamdy A Taha, Operations Research – An Introduction, Prentice Hall India,2003
3. Ronald L Rardin, Optimisation in Operations Research, Pearson, 2003
4. David R. Anderson, et al , An Introduction to Management Science – Quantitative
approaches to Decision Making, Thomson,2003

KLN COLLEGE OF INFORMATION TECHNOLOGY ELECTROZYNE 2012 ECE DEPARTMENT SYMPOSIUMS ON 10TH OCTOBER 2012


KLN COLLEGE SYMPOSIUMS 2012 ELECTROZYNE 2012
KLN COLLEGE OF INFORMATION TECHNOLOGY ELECTROZYNE 2012 ECE DEPARTMENT SYMPOSIUMS ON 10TH OCTOBER 2012
ELECTROZYNE 2012
DATE OF SYMPOSIUM FUNCTION : 10TH OCTOBER 2012
ORGANISED BY ECE DEPARTMENT
LIST OF EVENTS:
FOR LIST OF EVENTS AND MORE CLICK HERE
TO REGISTER ONLINE PLEASE CLICK HERE
LOCATION AND ROUTE MAP FOR KLN COLLEGE OF INFORMATION TECHNOLOGY:

View Larger Map

BISHOP HEBER COLLEGE TRICHY BOOTFETE 2012 MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYMPOSIUMS ON 4TH OCTOBER 2012


BISHOP HEBER COLLEGE SYMPOSIUMS 2012 BOOTFETE 2012
BISHOP HEBER COLLEGE TRICHY BOOTFETE 2012 MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT SYMPOSIUMS ON 4TH OCTOBER 2012
BOOTFETE 2012
DATE OF SYMPOSIUM FUNCTION : 4TH OCTOBER 2012
ORGANISED BY MCA MASTER OF COMPUTER APPLICATIONS DEPARTMENT
LIST OF EVENTS:
LLIBRE PRESENTACIO
EXAMEN
WEB DISSENY (WEB DESIGN)
MULTIMEDIA
DEPURACIO (DEBUGGING)
PERSONALITAT CONCURS (PERSONALITY CONTEST)
TRESOR CACA (TREASURE HUNT)
MERCADEIG
PROGRAMARI CONCURS (SOFTWARE CONTEST)
PIRATERIA (HACKING)
ENIGMA(ONLINE TREASURE HUNT)

FOR LIST OF EVENTS AND MORE CLICK HERE
TO REGISTER ONLINE PLEASE CLICK HERE
LOCATION AND ROUTE MAP FOR BISHOP HEBER COLLEGE TRICHY:

View Larger Map

ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

AFFILIATED INSTITUTIONS ANNA UNIVERSITY, CHENNAI R - 2008
B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEMESTER SYLLABUS

IV SEMESTER
CODE COURSE TITLE L T P C
THEORY

MA3211 Probability and Statistics 3 1 0 4
CE3213 Fluid Mechanics and Machinery 3 1 0 4

ME2303 Design of Machine Elements 3 1 0 4
ME2252 Manufacturing Technology -II 3 0 0 3
ME3215 Thermodynamics 4 0 0 4
IM3251 Engineering Economy, Costing and accounting 3 1 0 4 
PRACTICAL
CE3218 Fluid Mechanics and Machinery Laboratory 0 0 3 2
ME2258 Manufacturing Technology Laboratory II 0 0 3 2
GE3323 Communication Skills and Technical Seminar- II 0 0 3 2
TOTAL 19 4 9 29

GE3323 COMMUNICATION SKILLS AND TECHNICAL SEMINAR – II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

GE3323 COMMUNICATION SKILLS AND TECHNICAL SEMINAR – II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009


GE3323 COMMUNICATION SKILLS AND TECHNICAL SEMINAR – II L T P C
0 0 3 2
( Semester IV for all the B.E/ B.Tech students)
(To be conducted as a Practical Paper by the Depts of English for 3 hrs per week)
36
OBJECTIVES:
To improve the learners’ oral fluency in English
To help the learners acquire the readiness to speak in English
To develop the sub-skills required for paper presentations and group discussions
To help the learners improve their vocabulary related to specific fields of technology
To facilitate the development of the learners’ proficiency in meaningful interaction
To provide them linguistic support for managing vital sub-functions of communication
COURSE CONTENT:
A) Phonetic practice ( 7 hrs)
All the English phonemes with special emphasis on the following
1) /ae/ and /ei/
2) /e/ and /i/
3) First syllable and second syllable stress
4) Three different ways of pronouncing ‘ed’ past tense
endings
eg. ‘played’, ‘walked’, ‘wanted’
5) Correct pronunciation of commonly used words ( A list of
1000 words will be suggested by the university)
6) Silent letters
C) Speech practice ( 8 hrs)
􀀀 Speaking on the themes by developing the hints provided.
The themes are:
1. Indian space missions
2. Converting agricultural wastes for useful purposes
3. Developments in transportation
4. Technology and agriculture
5. Impact of global warming
6. Desalination of water
7. Technology for national security
8. Industrial development and ecological issues
9. Applications of nano technology
10. Hazards of e-waste
D) Preparation of power point frames on the given topic ( 2hrs)
(Only pictures, graphs, equations should be given through power point and
not the text of the presentation as such)
D) Language Functions (14 hrs)
Reporting the conversation of others
Using the third conditional
Expressing agreement and disagreement
Numerical expressions
Describing manner and
frequency Evaluating different
standpoints Developing an
argument
Describing daily routines, events, and weather
37
D) Seminar presentation on the themes allotted using power point frames (14 hrs)
`
PROCEDURE:
A) Phonetic practice
The learners should be given drills in the pronunciation of at least 30 words for
each sound. While practising stress patterns, they should be encouraged to identify
as many words as possible for each pattern.
B) Speech practice
Every student should be allowed to choose one theme to specialize in.
(However not more than 7 students in a section can choose the same theme).The
teacher has to prepare at least 4 hints development tasks on each theme and
should provide chance to each learner to speak on those hints related to his/ her
theme (5 minutes).The hints may be supplied to the students in advance. When a
student speaks, the class should be encouraged to ask questions as well as note
down the words related to the different fields.
C) Language Functions
The teacher should build micro activities to develop the use of language required
to handle these sub-functions of communication. In the process, the learners should
get used to the linguistic elements needed for these functions.
D) Seminar presentation on the themes allotted
Each student should collect materials from books, journals and newspapers for
his/her theme and prepare a short seminar paper. The presentation should be for 10
minutes using power point frames. It should be followed by an ‘open house’ during
which others should come forward to question, clarify, supplement or evaluate.
RECORD LAY OUT:
Every student has to maintain a record in which he/she has to incorporate the
following details.
1. First page containing learner details and the topic of specialization.
2. Twenty words for each phoneme /ae/, /ei/, /i/ and /e/
a. Fifty words with first syllable stress and fifty for second syllable stress
(The learner will be required to pronounce some of these words during the
practical exam)
3. Vocabulary list (technical words and compound words) related to the 10 themes
identified for this semester.
4. Three newspaper items, two journal items and three internet sources related to the
special theme selected by the student.(To be pasted on the pages)
5. The seminar paper presented by the learner with a soft copy of the power point
frames.
6. Notes of observation. ( Details about any two seminar paper presentations by
others)
The record should be duly signed by the course teacher and submitted to the
external
Examiner for verification during the semester practicals.
38
MODE OF EVALUATION:
Internal Examiner (20 marks) (10 marks for the Record and 10 marks for the seminar
presentation) External Examiner (80 marks)
The external practicals* will consist of the following segments (7 minutes approx. for
each student)
1. Pronouncing the target words.
2. Deploying linguistic elements for language functions
3. Speaking on the hints
4. A conversation with the examiner on the special theme as worked out in the
Record)
(*Every learner will be assessed with a different set of question which he/she will choose
at random)
TOTAL : 45 PERIODS

ME2258 MANUFACTURING TECHNOLOGY LAB II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME2258 MANUFACTURING TECHNOLOGY LAB II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009


ME2258 MANUFACTURING TECHNOLOGY LAB II L T P C
0 0 3 2 OBJECTIVE
To give a practical hands on exposure to students in the various metal cutting operations
using commonly used machine tools
EXERCISES
1. Two or More Measurements in Metal Cutting Experiment (Example: Shear Angle,
Cutting Force, Tool Wear etc.)
2. One or More Exercises in Shaper, Slotter, Planner, Drilling, Milling Machines
(Example: Round to Square, Dovetail in shaper, Internal keyway cutting in Slotter,
Round to square in Planner, Drilling, reaming and tapping in Drilling machine, Gear
Milling and Keyway milling in Milling machine.)
3. Two or More Exercises in Grinding / Abrasive machining
(Example: Surface Grinding, Cylindrical Grinding.)
4. Two or More Exercises in Assembly of Machined Components for different fits.
(Example: Parts machined using Lathes, Shapers, Drilling, Milling, and Grinding
Machines etc.)
5. One or More Exercises in Capstan or Turret Lathes
6. One or More Exercises in Gear Machining
(Example: Gear Milling, Gear Hobbing etc.)
LIST OF EQUIPMENT
(For a batch of 30 students) 1. Centre Lathes - 2 Nos.
2. Turret and Capstan Lathes - 1 No
3. Horizontal Milling Machine - 1 No
4. Vertical Milling Machine - 1 No
5. Surface Grinding Machine - 1 No.
6. Cylinderical Grinding Machine - 1 No.
7. Shaper - 2 Nos.
8. Slotter - 1 No.
9. Planner - 1 No.
10. Radial Drilling Machine - 1 No.
11. Tool Dynamometer - 1 No
12. Gear Hobbing Machine - 1 No
13. Tool Makers Microscope - 1 No
TOTAL: 45 PERIODS

CE3218 FLUIDS MECHANICS AND MACHINERY LAB SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

CE3218 FLUIDS MECHANICS AND MACHINERY LAB SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

CE3218 FLUIDS MECHANICS AND MACHINERY LABORATORY LT P C
0 0 3 2
AIM:
To perform experiments an various types of pumps and turbines to understand their
characteristics.
OBJECTIVES:
 To understand the concepts flow through different cross sections.
 To understand and draw characteristics of various pumps.
 To understand and draw performance characteristics of different turbines.
UNIT I FLOW MEASUREMENT
Calibration of Flow Measuring instruments – venturimeter, orificemeter, rotometer,
Calibration of flows in open channels – weirs and notches. Estimation of friction factor in
f lo w through pipes.
UNIT II PUMPS
Determination of performance characteristics of pumps – centrifugal pumps, submersible
pumps, turbine pumps and positive displacement pumps – reciprocating and gear pumps.
UNIT III TURBINES
Determination of performance characteristics of turbines – reaction turbines and impulse
turbines.
TOTAL : 45 PERIODS
REFERENCE
1. CWR, Hydraulics Laboratory Manual,2004

IM3251 ENGINEERING ECONOMY, COSTING AND ACCOUNTING SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

IM3251 ENGINEERING ECONOMY, COSTING AND ACCOUNTING SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

IM3251 ENGINEERING ECONOMY, COSTING AND ACCOUNTING LT P C
3 1 0 4
OBJECTIVES:
To impart knowledge in the areas of cost estimation, pricing of products, cost control
methods and principles of accounting.
After undergoing the course, the students will be able to estimate cost of products,
analyze product cost and suggest cost reduction measure.
UNIT I INTRODUCTION 6
Objectives of Managerial Economics, Firm, Cost Estimation, Costing, Cost Accounting,
Factors Influencing Managerial Decisions & Theoretical Concepts, Classification and
Elements of cost.
UNIT II PRODUCTION ANALYSIS AND PRICING 9
Production Function-Least Cost Combination of Inputs-Factor Productivities & Return to
Scale-Determinants of Price-Pricing under different objectives and Market Structures-
Price Discrimination & Pricing methods in practice.
UNIT III ESTIMATION 10
Estimation of Material, Labor and Overhead Cost, Allocation of Overheads. Estimation
for different types of jobs.
UNIT IV COSTING 10
34
Job Costing-Operating Costing-Process Costing- Standard Costing (Variance Analysis)
UNIT V ACCOUNTING 10
Balance Sheet-Profit & Loss Statement-Evaluation of Investment decisions- Average
Rate of Return-Payback Period-Net Present Value & IRR.
L: 45 T: 15 TOTAL: 45 PERIODS
TEXT BOOKS:
1. Jawaharlal, Cost Accounting, TMH, 1996
2. A. Ramachandran Aryasry & VV.Ramana Murthy, Engg Economics & Financial
Accounting, TMH, NewDelhi, 2004.
REFERENCES:
1. James.C.Van Home, “Fundamentals of fincancial Management”, PHI, NewDelhi,
2004.
2. V.L.Mote, Samuel Paul & G.S.Gupta, Managerial Economics-Concepts & Cases, TMH
Co, NewDelhi, 1989
3. T.P.Banga & S.C.Sharma, Mechancial Estimating and Costing, Khanna
Publishers, 1984.

ME3215 THERMODYNAMICS SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME3215 THERMODYNAMICS SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME3215 THERMODYNAMICS L T P C
4 0 0 4
AIM:
To impart the importance of thermal science aspects in the field of manufacturing
engineering.
OBJECTIVES:
 To understand the basic laws of thermodynamics and heat transfer.
 To understand the principle of operation of thermal equipments like IC engine,
boilers, turbine and refrigerator etc.
UNIT I BASIC CONCEPTS OF THERMODYNAMICS 12
Thermodynamics and Energy – Systems – Types and properties - State and Equilibrium
- Processes and Cycles – Forms of Energy – Temperature and Zeroth law of
Thermodynamics – Pure substances – Phase change processes of pure substances –
Property diagrams – Internal energy – Enthalpy – Energy transfer by Heat, Work and
Mass – Applications.
UNIT II FIRST AND SECOND LAW OF THERMODYNAMICS 12
First law of thermodynamics – Energy balance for closed systems and steady flow
systems – Applications of First law of Thermodynamics – Energy balance for Unsteady
flow processes – Second law of Thermodynamics – Entropy – Carnot principles –Change
in Entropy – Entropy and irreversibility -Applications.
UNIT III HEAT ENGINES 12
Internal Combustion Engines – C.I and S.I Engines – Four Stroke and Two Stroke
Engines – Gas Turbines - Boilers – Fire Tube Boiler & Water Tube Boilers , Boiler
Accessories and Components. Turbines – Impulse Turbine and Reaction Turbine ,
Turbine Components - Refrigeration Cycle – Vapour Compression & Vapour Absorption
System ,Gas Refrigeration System – Environmental friendly Refrigerants – Air
Conditioning.
33
UNIT IV GASES AND VAPOUR MIXTURES 12
Ideal and Real gases – Vander waals equations – Reduced property – Compressibility
chart -Properties of mixture of gases – Dalton’s law and Gibbs – Dalton law – Internal
energy, Enthalpy and specific heats of gas mixtures.
UNIT V HEAT TRANSFER 12
Conduction – Plane Wall, Cylinder system, Composite Walls – Critical insulation thickness
– Simple, fins convection – Free convection and forced convection – Flow over Flat plates
and Flow through Pipes – Radiation – Black Body, Grey Body Radiation.
TOTAL: 60 PERIODS
TEXT BOOKS
1. “Thermodynamics an Engineering Approach” Yunus A. Cenegal and Michael A.Boles,
Tata McGraw hill, Fourth edition, 2004.
2. “Fundamentals of Engineering Thermodynamics” Michael J.Moran, Howard N.Shapiro,
John wiley &Sons, Fourth editon,2000.
REFERENCES
1. “A Text book of Engineering Thermodynamics” R.K.Rajput , Laxmi puplication(P) Ltd.
,Third Edition, 2007.
2. “Engineering Thermodynamics” P.K.Nag, Tata McGraw hill, Third edition, 2005
3. “A course in Thermal engineering” S.Domkundwar, C.P.Kothandaraman, Dhanpat rai
& co (p) Ltd, Fifth edition, 2000.

ME 2252 MANUFACTURING TECHNOLOGY – II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME 2252 MANUFACTURING TECHNOLOGY – II SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME 2252 MANUFACTURING TECHNOLOGY – II L T P C
3 0 0 3
OBJECTIVE
To understand the concept and basic mechanics of metal cutting, working of standard
machine tools such as lathe, shaping and allied machines, milling, drilling and allied
machines, grinding and allied machines and broaching
To understand the basic concepts of computer numerical control (CNC) machine tool and
CNC programming.
UNIT I THEORY OF METAL CUTTING 9
Introduction: material removal processes, types of machine tools – theory of metal cutting:
chip formation, orthogonal cutting, cutting tool materials, tool wear, tool life, surface finish,
cutting fluids.
UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES 9
Centre lathe, constructional features, cutting tool geometry, various operations, taper
turning methods, thread cutting methods, special attachments, machining time and power
estimation. Capstan and turret lathes – automats – single spindle, Swiss type, automatic
screw type, multi spindle - Turret Indexing mechanism, Bar feed mechanism.
UNIT III OTHER MACHINE TOOLS 9
Reciprocating machine tools: shaper, planer, slotter - Milling : types, milling cutters,
operations - Hole making : drilling - Quill mechanism , Reaming, Boring, Tapping - Sawing
machine: hack saw, band saw, circular saw; broaching machines: broach construction –
push, pull, surface and continuous broaching machines
UNIT IV ABRASIVE PROCESSES AND GEAR CUTTING 9
Abrasive processes: grinding wheel – specifications and selection, types of grinding
process – cylindrical grinding, surface grinding, centreless grinding – honing, lapping,
super finishing, polishing and buffing, abrasive jet machining - Gear cutting, forming,
generation, shaping, hobbing.
UNIT V CNC MACHINE TOOLS AND PART PROGRAMMING 9
Numerical control (NC) machine tools – CNC: types, constructional details, special
features – design considerations of CNC machines for improving machining accuracy –
structural members – slide ways –linear bearings – ball screws – spindle drives and feed
drives. Part programming fundamentals – manual programming – computer assisted part
programming.
TOTAL : 45 PERIODS
TEXT BOOKS
1. Hajra Choudry, “Elements of Work Shop Technology – Vol. II”, Media Promoters. 2002
32
2. HMT – “Production Technology”, Tata McGraw-Hill, 1998.
REFERENCES
1. Rao, P.N. “Manufacturing Technology”, Metal Cutting and Machine Tools, Tata
McGraw–Hill, New Delhi, 2003.
2. P.C. Sharma, “A Text Book of Production Engineering”, S. Chand and Co. Ltd, IV
edition, 1993.
3. Shrawat N.S. and Narang J.S, ‘CNC Machines’, Dhanpat Rai & Co., 2002.
4. P.N.Rao, ‘CAD/CAM Principles and Applications’, TATA Mc Craw Hill, 2007.
5. M.P.Groover and Zimers Jr., ‘CAD/CAM’ Prentice Hall of India Ltd., 2004.
6. Milton C.Shaw, ‘Metal Cutting Principles’, Oxford University Press, Second Edition,
2005.
7. Rajput R.K, ‘Atext book of Manufacturing Technology’, Lakshmi Publications, 2007.
8. Philip F.Ostwald and Jairo Munoz, ‘Manufacturing Processes and systems’, John
Wiley and Sons, 9th Edition,2002.
9. Mikell P.Groover, ‘Fundamentals of Modern Manufacturing,Materials, Processes and
Systems’, John Wiley and Sons, 9th Edition,2007.
10. Chapman. W. A. J and S.J. Martin, Workshop Technology, Part III, Viva Books
Private Ltd., 1998

ME2303 DESIGN OF MACHINE ELEMENTS SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013

ME2303 DESIGN OF MACHINE ELEMENTS SYLLABUS | ANNA UNIVERSITY BE INDUSTRIAL ENGINEERING AND MANAGEMENT 4TH SEM SYLLABUS REGULATION 2008 2011 2012-2013 BELOW IS THE ANNA UNIVERSITY FOURTH SEMESTER B.E. INDUSTRIAL ENGINEERING AND MANAGEMENT DEPARTMENT SYLLABUS, TEXTBOOKS, REFERENCE BOOKS,EXAM PORTIONS,QUESTION BANK,PREVIOUS YEAR QUESTION PAPERS,MODEL QUESTION PAPERS, CLASS NOTES, IMPORTANT 2 MARKS, 8 MARKS, 16 MARKS TOPICS. IT IS APPLICABLE FOR ALL STUDENTS ADMITTED IN THE YEAR 2011 2012-2013 (ANNA UNIVERSITY CHENNAI,TRICHY,MADURAI,TIRUNELVELI,COIMBATORE), 2008 REGULATION OF ANNA UNIVERSITY CHENNAI AND STUDENTS ADMITTED IN ANNA UNIVERSITY CHENNAI DURING 2009

ME2303 DESIGN OF MACHINE ELEMENTS L T P C
3 1 0 4
OBJECTIVE:
 To familiarise the various steps involved in the Design Process
30
 To understand the principles involved in evaluating the shape and dimensions of a
component to satisfy functional and strength requirements.
 To learn to use standard practices and standard data
 To learn to use catalogues and standard machine components
UNIT I STEADY STRESSES AND VARIABLE STRESSES IN MACHINE
MEMBERS 12
Introduction to the design process - factor influencing machine design, selection of
materials based on mechanical properties -- Preferred numbers, fits and tolerances –
Direct, Bending and torsional stress equations – Impact and shock loading – calculation of
principle stresses for various load combinations, eccentric loading – Design of curved
beams – crane hook and ‘C’ frame - Factor of safety - theories of failure – stress
concentration – design for variable loading – Soderberg, Goodman and Gerber relations
UNIT II DESIGN OF SHAFTS AND COUPLINGS 12
Design of solid and hollow shafts based on strength, rigidity and critical speed – Design of
keys, key ways and splines - Design of crankshafts -- Design of rigid and flexible
couplings.
UNIT III DESIGN OF TEMPORARY AND PERMANENT JOINTS 12
Threaded fastners - Design of bolted joints including eccentric loading, Knuckle joints,
Cotter joints – Design of welded joints, riveted joints for structures - theory of bonded
joints.
UNIT IV DESIGN OF ENERGY STORING ELEMENTS 12
Design of various types of springs, optimization of helical springs -- rubber springs --
Design of flywheels considering stresses in rims and arms, for engines and punching
machines.
UNIT V DESIGN OF BEARINGS AND MISCELLANEOUS ELEMENTS 12
Sliding contact and rolling contact bearings -- Design of hydrodynamic journal bearings,
McKee's Eqn., Sommerfield Number, Raimondi & Boyd graphs, -- Selection of Rolling
Contact bearings -- Design of Seals and Gaskets -- Design of Connecting Rod.
TUTORIAL = 15 L = 45 TOTAL: 60 PERIODS
Note: (Use of P S G Design Data Book is permitted in the University examination)
TEXT BOOKS:
1. Shigley J.E and Mischke C. R., “Mechanical Engineering Design”, Sixth Edition, Tata
McGraw-Hill , 2003.
2. Bhandari V.B, “Design of Machine Elements”, Second Edition, Tata McGraw-Hill Book
Co, 2007.
REFERENCES:
1. Sundararajamoorthy T. V, Shanmugam .N, "Machine Design", Anuradha Publications,
Chennai, 2003.
2. Orthwein W, “Machine Component Design”, Jaico Publishing Co, 2003.
3. Ugural A.C, “Mechanical Design – An Integral Approach, McGraw-Hill Book Co, 2004.
4. Spotts M.F., Shoup T.E “Design and Machine Elements” Pearson Education, 2004.
STANDARDS:
31
1. IS 10260 : Part 1 : 1982 Terms, definitions and classification of Plain bearings Part 1 :
Construction.
2. IS 10260 : Part 1 : 1982 Terms, definitions and classification of Plain bearings Part 2 :
Friction and Wear.
3. IS 10260 : Part 1 : 1982 Terms, definitions and classification of Plain bearings Part 3 :
Lubrication.