Thursday, July 30, 2009

TRICHY IT 3rd SEM SYLLABUS

ANNA UNIVERSITY TIRUCHIRAPPALLI TIRUCHIRAPPALLI - 620 024
Regulations 2008 Curriculum B.TECH. INFORMATION TECHNOLOGY
SEMESTER III
S.No. Subject Code Subject L T P C
Theory
1 Transforms and Partial Differential Equations 3 1 0 4
2 Object Oriented Programming 3 0 0 3
3 Digital Principles and Systems Design 3 1 0 4
4 Data Structures 3 0 0 3
5 Principles of Communication 3 1 0 4
6 Environmental Science and Engineering 3 0 0 3
Practical
7 Digital Laboratory 0 0 3 2
8 Data Structures Laboratory 0 0 3 2
9 Object Oriented Programming Laboratory 0 0 3 2
Total 27
ANNA UNIVERSITY TIRUCHIRAPPALLI TIRUCHIRAPPALLI - 620 024
Regulations 2008 Syllabus B. Tech Information Technology SEMESTER III
TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
LT P C 3 10 4
UNIT I FOURIER SERIES 9
Dirichlet's Conditions - General Fourier Series - Odd And Even Functions - Half Range Sine Series - Half Range Cosine Series - Complex Form of Fourier Series -Parseval's Identity - Harmonic Analysis.
UNIT II FOURIER TRANSFORMS 9
Fourier Integral Theorem (Without Proof) - Fourier Transform Pair - Sine and Cosine Transforms - Properties - Transforms of Simple Functions - Convolution Theorem - Parseval's Identity.
UNIT III PARTIAL DIFFERENTIAL EQUATIONS 9
Formation of Partial Differential Equations - Lagrange's Linear Equation - Solutions of Standard Types of First Order Partial Differential Equations - Linear Partial Differential Equations of Second and Higher Order with Constant Coefficients.
UNIT IV APPLICATIONS OF PARTIAL DIFFERENTIAL EQUATION 9
Solutions of One Dimensional Wave Equation - One Dimensional Equation of Heat Conduction - Steady State Solution of Two-Dimensional Equation of Heat Conduction (Insulated Edges Excluded) - Fourier Series Solutions in Cartesian Coordinates.
UNIT V Z -TRANSFORMS AND DIFFERENCE EQUATIONS 9
Z-Transforms - Elementary Properties - Inverse Z-Transform - Convolution Theorem - Formation of Difference Equations - Solution of Difference Equations using Z-Transform.
L: 45 T: 15 Total: 60
TEXT BOOK
1. B.S. Grewal, "Higher Engineering Mathematics", Forty Edition, Khanna Publishers, Delhi, 2007.
REFERENCES
1. Bali.N.P and Manish Goyal, "A Textbook of Engineering Mathematics", Seventh Edition, Laxmi Publications (P) Ltd, 2007.
2. Ramana.B.V, "Higher Engineering Mathematics", Tata Mc-GrawHill Publishing Company limited, New Delhi, 2007.
3. Glyn James, "Advanced Modern Engineering Mathematics", Third Edition, Pearson Education, 2007.
4. Erwin Kreyszig, "Advanced Engineering Mathematics", Eighth Edition,Wiley
India,2007.
OBJECT ORIENTED PROGRAMMING
LT P C 3 0 0 3
UNIT I OBJECTS AND CLASSES 9
Object Oriented Programming Concepts - Objects - Classes - Methods and Messages - Abstraction and Encapsulation - Inheritance - Abstract Classes - Polymorphism -C++ - Classes - Access Specifiers - Function and Data Members - Default Arguments - Function Overloading - Friend Functions - Const and Volatile Functions - Static Members - Objects - Pointers and Objects - Constant Objects -Nested Classes - Local Classes.
UNIT II CONSTRUCTORS AND OVERLOADING 9
Constructors - Default Constructor - Parameterized Constructors - Constructor with Dynamic Allocation - Copy Constructor - Destructors - Operator Overloading -Overloading through Friend Functions - Overloading the Assignment Operator -Type Conversion - Explicit Constructor.
UNIT III INHERITANCE AND POLYMORPHISM 9
Inheritance - Public - Private and Protected Derivations - Multiple Inheritance -Virtual Base Class - Abstract Class - Composite Objects Runtime Polymorphism -Virtual Functions - Pure Virtual Functions - RTTI - Typeid - Dynamic Casting -RTTI and Templates - Cross Casting - Down Casting .
UNIT IV FILE MANIPULATION 9
Streams and Formatted I/O - I/O Manipulators - File Handling - Random Access -Object Serialization - Namespaces - STD Namespace - ANSI String Objects -Standard Template Library.
UNIT V TEMPLATES AND EXCEPTION HANDLING 9
Function and Class Templates - Exception Handling - Try-Catch-Throw Paradigm -Exception Specification - Terminate and Unexpected Functions - Uncaught Exception.
Total: 45
TEXT BOOK
1. B. Trivedi, "Programming with ANSI C++", Oxford University Press, 2007.
REFERENCES
1. Ira Pohl, "Object Oriented Programming using C++", Second Edition Reprint, Pearson Education, 2004.
2. S. B. Lippman, Josee Lajoie and Barbara E. Moo, "C++ Primer", Fourth Edition, Pearson Education, 2005.
3. B. Stroustrup, "The C++ Programming language", Third Edition, Pearson
Education, 2004.
4. Herbert Schildt, "C++: The Complete Reference", TMH, 2006.
DIGITAL PRINCIPLES AND SYSTEM DESIGN
LT P C 3 10 4
UNIT I BOOLEAN ALGEBRA AND LOGIC GATES 9
Review of Binary Number Systems - Binary Arithmetic - Binary Codes - Boolean Algebra and Theorems - Boolean Functions - Simplifications of Boolean Functions Using Karnaugh Map and Tabulation Methods - Implementation of Boolean Functions using Logic Gates.
UNIT II COMBINATIONAL LOGIC 9
Combinational Circuits - Analysis and Design Procedures - Circuits for Arithmetic Operations - Code Conversion - Hardware Description Language (HDL)
UNIT III DESIGN WITH MSI DEVICES 9
Decoders and Encoders - Multiplexers and Demultiplexers - Memory and Programmable Logic - HDL for Combinational Circuits.
UNIT IV SYNCHRONOUS SEQUENTIAL LOGIC 9
Sequential Circuits - Flip Flops - Analysis and Design Procedures - State Reduction and State Assignment - Shift Registers - Counters - HDL for Sequential Circuits.
UNIT V ASYNCHRONOUS SEQUENTIAL LOGIC 9
Analysis and Design of Asynchronous Sequential Circuits - Reduction of State and Flow Tables - Race-Free State Assignment - Hazards - ASM Chart
L: 45 T: 15 Total: 60
TEXT BOOK
1. M. Morris Mano, "Digital Design", Third Edition, Pearson Education, 2007.
REFERENCES
1. Charles H.Roth, Jr., "Fundamentals of Logic Design", Fourth Edition, Jaico
Publishing House, 2000.
2. Donald D.Givone, "Digital Principles and Design", Tata McGraw-Hill, 2007.
DATA STRUCTURES
L T P C 3 0 0 3
UNIT I FUNDAMENTALS OF ALGORITHMS 8
Algorithm - Analysis of Algorithm - Best Case and Worst Case Complexities -Analysis of Algorithm using Data Structures - Performance Analysis - Time Complexity - Space Complexity - Amortized Time Complexity - Asymptotic Notation
UNIT II FUNDAMENTALS OF DATA STRUCTURES 9
Arrays - Structures - Stacks - Definition and examples - Representing Stacks -Queues and Lists - Queue and its Representation - Applications of Stack - Queue and Linked Lists.
UNIT III TREES 10
Binary Trees - Operations on Binary Tree Representations - Node Representation -Internal and External Nodes - Implicit Array Representation - Binary Tree Traversal - Huffman Algorithm - Representing Lists as Binary Trees - Sorting and Searching Techniques - Tree Searching - Hashing
UNIT IV GRAPHS AND THEIR APPLICATIONS 9
Graphs - An Application of Graphs - Representation - Transitive Closure -Warshall's Algorithm - Shortest path Algorithm - A Flow Problem - Dijikstra's Algorithm - Minimum Spanning Trees - Kruskal and Prim's Algorithm - An Application of Scheduling - Linked Representation of Graphs - Graph Traversals
UNIT V STORAGE MANAGEMENT 9
General Lists - Operations - Linked List Representation - Using Lists - Freeing List Nodes - Automatic List Management : Reference Count Method - Garbage Collection - Collection and Compaction
Total: 45
TEXT BOOKS
1. Cormen T. H.., Leiserson C. E, and Rivest R.L., "Introduction to Algorithms", Prentice Hall of India, New Delhi, 2007.
2. M.A.Weiss, "Data Structures and Algorithm Analysis in C", Second Edition, Pearson Education, 2005.
REFERENCES
1. Ellis Horowitz, Sartaj Sahni and Sanguthevar Rajasekaran, "Computer Algorthims/C++", Universities Press (India) Private Limited, Second Edition,
2007.
2. A. V. Aho, J. E. Hopcroft, and J. D. Ullman, "Data Structures and Algorithms",
First Edition, Pearson Education, 2003.
3. R. F. Gilberg and B. A. Forouzan, "Data Structures", Second Edition, Thomson India Edition, 2005.
4. Robert L Kruse, Bruce P Leung and Clovin L Tondo, "Data Structures and Program Design in C", Pearson Education, 2004.
5. Tanaenbaum A. S. Langram, Y. Augestein M.J, "Data Structures using C", Pearson Education, 2004.
PRINCIPLES OF COMMUNICATION
LT P C 3 10 4
UNIT I SWITCHED COMMUNICATION SYSTEMS 8
Communication Systems - Basic block representation - communication channel types - classification - Switched communication system - Telegraphy - Telephony -Transmitter - Receiver - DTMF - Telephone Exchanges (qualitative treatment only)
UNIT II ANALOG COMMUNICATION 12
Amplitude Modulation - Modulation Index - power calculation - Non-linear modulation - Linear modulation - AM types - DSB-SC - Modulation and coherent detection - Costas receiver - SSB - modulation - Phase discrimination method -coherent SSB demodulation - VSB - modulation and Envelope detection of VSB.Frequency Modulation - Narrow band FM - Wide band FM - transmission bandwidth of FM - Generation of FM - Indirect FM - Direct FM - Demodulation of FM signals - Non-linear effects in FM - Phase Modulation - Modulation and demodulation. Comparison - AM - FM - PM.
UNIT III TRANSMITTERS AND RECEIVERS 9
AM Transmitter - Broadcast transmitters - SSB transmitter - Radio telegraphy transmitter - FM transmitter - Tuned Radio Frequency and super heterodyne receivers - AM broadcast receiver - SSB receivers - Diversity reception - FM receivers.
UNIT IV DIGITAL COMMUNICATION 8
Sampling - Pulse Amplitude Modulation - Pulse Duration Modulation - Pulse Position Modulation - Pulse Code Modulation - DPCM - Delta Modulation -Adaptive Delta Modulation - Generation and Detection-Amplitude Shift Keying -Frequency Shift Keying - Phase Shift Keying.
UNIT V BROAD BAND COMMUNICATION 8
Multiplexing - Time Division Multiplexing - Frequency Division Multiplexing -Multiple Access Techniques - CDMA - Optical communication - ISDN - Satellite Communication System
L:45 T:15 Total : 60
TEXT BOOKS
1. Simon Haykin, "Communication Systems", 4th Edition, John Wiley & Sons, 2007.
2. Anokh Singh, "Principles of communication",S.Chand & company Ltd., 2000. REFERENCES
1. John G.Proakis & Masoud Salehi, "Communication Systems", 1st Edition Pearson Education, 2006.
2. H.Taub, D.L.Schilling and G.Saha, "Principles of communication", 3rd Edition,
Tata McGraw Hill Publishers, 2007.
3. B.Sklar, "Digital Communication Fundamentals and Applications", 2nd Edition, Pearson Education, 2007.
ENVIRONMENTAL SCIENCE AND ENGINEERING
L T P C 3 0 0 3
UNIT I INTRODUCTION TO ENVIRONMENTAL STUDIES AND
NATURAL RESOURCES 9
Definition, Scope and Importance - Need For Public Awareness - Forest Resources:-Use and Over - Exploitation, Deforestation, Case Studies, Timber Extraction, Mining, Dams and their Ground Water, Floods, Drought, Conflicts Over Water, Dams -Benefits and Problems - Mineral Resources:- Use Effects on Forests and Tribal People - Water Resources:- Use and Over-Utilization of Surface and Exploitation, Environmental Effects of Extracting and Using Mineral Resources, Case Studies -Food Resources: World Food Problems, Changes caused by Agriculture and Overgrazing, Effects of Modern Agriculture, Fertilizer- Pesticide Problems, Water Logging, salinity, Case Studies - Energy Resources:- Growing Energy Needs, Renewable and Non Renewable Energy Sources, Use of Alternate Energy Sources, Case Studies - Land Resources:- Land as a Resource, Land Degradation, Man Induced Landslides, Soil Erosion and Desertification - Role of an Individual in Conservation of Natural Resources - Equitable use of Resources for Sustainable Lifestyles..
UNIT II ECOSYSTEMS AND BIODIVERSITY 9
Concepts of an Ecosystem - Structure and Function of an Ecosystem - Producers, Consumers and Decomposers - Energy Flow in the Ecosystem - Ecological Succession - Food Chains, Food Webs and Ecological Pyramids - Introduction, Types, Characteristic Features, Structure and Function of the (A) Forest Ecosystem (B) Grassland Ecosystem (C) Desert Ecosystem (D) Aquatic Ecosystems (Ponds, Streams, Lakes, Rivers, Oceans, Estuaries) - Introduction to Biodiversity -Definition: Genetic, Species and Ecosystem Diversity - Biogeographical Classification of India - Value of Biodiversity: Consumptive Use, Productive Use, Social, Ethical, Aesthetic and Option Values - Biodiversity at Global, National and Local Levels - India as a Mega-Diversity Nation - Hot-Spots of Biodiversity -Threats to Biodiversity: Habitat Loss, Poaching of Wildlife, Man-Wildlife Conflicts -endangered and Endemic Species of India - Conservation of Biodiversity: In-Situ and Ex-Situ conservation of Biodiversity.Field Study of Common Plants, Insects and Birds.
UNIT III ENVIRONMENTAL POLLUTION 9
Definition - Causes, Effects and Control Measures of:- (A) Air Pollution (B) Water Pollution (C) Soil Pollution (D) Marine Pollution (E) Noise Pollution (F) Thermal Pollution (G) Nuclear Hazards - Solid Waste Management:- Causes, Effects and Control Measures of Urban and Industrial Wastes - Role of an Individual in Prevention of Pollution - Pollution Case Studies - disaster Management:- Floods, Earthquake, Cyclone and Landslides.
UNIT IV
SOCIAL ISSUES AND THE ENVIRONMENT 9
From Unsustainable To Sustainable Development - Urban Problems Related To energy - Water conservation, Rain Water Harvesting, Watershed Management -Resettlement and Rehabilitation of People, Its Problems and Concerns, Case Studies -Environmental Ethics:- Issues and Possible Solutions - Climate Change, Global Warming, Acid Rain, Ozone Layer Depletion, Nuclear Accidents and Holocaust, Case Studies - Wasteland Reclamation - Consumerism and Waste Products - Environment Production Act - Air (Prevention and Control of Pollution) Act - Water (Prevention and Control of Pollution) Act - Wildlife Protection Act - Forest Conservation Act -Issues Involved in enforcement of Environmental Legislation - Public Awareness.
UNIT V HUMAN POPULATION AND THE ENVIRONMENT 9
Population Growth, Variation Among Nations - Population Explosion - Family Welfare Programme - environment and Human Health - Human Rights - Value Education - HIV /AIDS - Women and Child Welfare - Role of Information Technology in Environment and Human Health - Case Studies.
Field Study of Local Area to Document Environmental assets -River/Forest/Grassland/Hill/ Mountain.
Field Study of Simple Ecosystems - Pond, River, Hill Slopes, etc Field Study of Local Polluted Site - Urban/Rural/Industrial/Agricultural
Total: 45
TEXT BOOKS
1. Masters, G.M., "Introduction to Environmental Engineering and Science", Pearson
Education Pvt., Ltd., 2nd Edition, 2004.
2. Miller, T.G. Jr., "Environmental Science", Wadsworth Pub. Co.
3. Townsend C., Harper, J. and Begon, M., "Essentials of Ecology", Blackwell
Science, 2003.
4. Trivedi, R.K., and Goel, P.K., "Introduction to Air Pollution", Techno-Science Publications.
REFERENCES
1. Erach, B., "The Biodiversity of India", Mapin Publishing Pvt. Ltd., Ahmedabad, India
2. Trivedi, R.K., "Handbook of Environmental Law's, Rules, Guidelines, Compliances and Standards", Vol-I and II, Envio Media.
3. Cunningham., Cooper, W.P. and Gorhani, T.H., "Environmental Encyclopedia", Jaico Publishing House, Mumbai, 2001.
4. Wages, K.D., "Environmental Management", W.B. Saunders Co., Philadelphia, USA, 1998.
DIGITAL LABORATORY
LT P C 0 0 3 2
LIST OF EXPERIMENTS
1. Verification of Boolean theorems using digital logic gates
2. Design and implementation of combinational circuits using basic gates for arbitrary functions, code converters, etc.
3. Design and implementation of 4-bit binary adder / subtractor using basic gates and MSI devices
4. Design and implementation of parity generator / checker using basic gates and MSI devices
5. Design and implementation of magnitude comparator
6. Design and implementation of application using multiplexers/Demultiplexers
7. Design and implementation of Shift registers
8. Design and implementation of Synchronous and Asynchronous counters
9. Simulation of combinational circuits using Hardware Description Language (VHDL/ Verilog HDL software required)
10. Simulation of sequential circuits using HDL (VHDL/ Verilog HDL software required)
Total: 45
List of Equipments and Components for a batch of 30 Students (2 per batch)
S.NO Name of equipment/Component Quantity Required Remarks
1 Dual power supply/ single mode power supply 15/30 + 12/-12V
2 IC Trainer 15 10 Bit
3 Bread Boards 15
4 Multimeter 5
5 IC7400 60
6 IC 7402 60
7 IC 7404 60
8 IC 7486 60
9 IC 7408 60
10 IC 7432 60
11 IC 7483 60
12 IC 74150 60
13 IC 74151 40
14 IC 74147 40
15 IC 7445 40
16 IC 7476 40
17 IC 7491 40
18 IC 555 40
19 IC 7494 40
20 IC 7447 40
21 IC 74180 40
22 IC 7485 40
23 IC 7473 40
24 IC 74138 40
25 IC 7411 40
26 IC 7474 40
27 Computer with HDL Software 30
28 Seven Segment Display 40
29 Assembled LED Board/LEDs 40/200
30 Wires Single Strand
DATA STRUCTURES LABORATORY
L T P C 0 0 3 2
LIST OF EXPERIMENTS
1. Implement singly and doubly linked lists.
2. Represent a polynomial as a linked list and write functions for polynomial addition.
1. Implement stack and use it to convert infix to postfix expression
2. Implement a double-ended queue (dequeue) where insertion and deletion operations are possible at both the ends.
3. Implement an expression tree. Produce its pre-order, in-order, and post-order traversals.
4. Implement binary search tree.
5. Implement insertion in AVL trees.
6. Implement priority queue using binary heaps
7. Implement hashing with open addressing.
8. Implement Prim's algorithm using priority queues to find MST of an undirected graph.
Total: 45
List of Equipments and Components for a batch of 30 Students (1 per batch)
1. SOFTWARE REQUIRED - TURBO C VERSION 3 or GCC VERSION 3.3.4
2. OPERATING SYSTEM - WINDOWS 2000/XP/NT or LINUX
3. COMPUTERS REQUIRED- 30 Nos. (Minimum Requirement: Pentium III or
Pentium IV with 256 RAM and 40GB Hard disk)
OBJECT ORIENTED PROGRAMMING LABORATORY
LT P C 0 0 3 2
LIST OF EXPERIMENTS
1. Design C++ classes with static members, methods with default arguments, friend functions. (For example, design matrix and vector classes with static allocation, and a friend function to do matrix-vector multiplication)
2. Implement complex number class with necessary operator overloadings and type conversions such as integer to complex, double to complex, complex to double etc.
3. Implement Matrix class with dynamic memory allocation and necessary methods. Give proper constructor, destructor, copy constructor, and overloading of assignment operator.
4. Overload the new and delete operators to provide custom dynamic allocation of memory.
5. Develop a template of linked-list class and its methods.
6. Develop templates of standard sorting algorithms such as bubble sort, insertion sort; merge sort, and quick sort.
7. Design stack and queue classes with necessary exception handling.
8. Define Point class and an Arc class. Define a Graph class which represents graph as a collection of Point objects and Arc objects. Write a method to find a minimum cost spanning tree in a graph.
9. Develop with suitable hierarchy, classes for Point, Shape, Rectangle, Square, Circle, Ellipse, Triangle, Polygon, etc. Design a simple test application to demonstrate dynamic polymorphism and RTTI.
10. Write a C++ program that randomly generates complex numbers (use previously designed Complex class) and writes them two per line in a file along with an operator (+, -, *, or /). The numbers are written to file in the format (a + ib). Write another program to read one line at a time from this file, perform the corresponding operation on the two complex numbers read, and write the result to another file (one per line).
Total: 45
List of Equipments and Components for a batch of 30 Students (1 per batch)
1. PC - 30 Nos.
• Processors - 2.0 GHz or Higher
• RAM - 256 MB or Higher
• Hard Disk - 20 GB or Higher
• Operating System - Windows 2000/XP/NT
2. Software - TURBO C (Freeware) - to be installed in all PC's

No comments:

Post a Comment