Thursday, July 30, 2009

TRICHY CSE 3RD SEM SYLLABUS

ANNA UNIVERSITY TIRUCHIRAPPALLI TIRUCHIRAPPALLI - 620 024
Regulations 2008 Curriculum B.E. COMPUTER SCIENCE AND ENGINEERING
SEMESTER III
S.No. Subject Code Subject L T P C
Theory
1 Transforms and Partial Differential Equations 3 1 0 4
2 Data Structures 3 0 0 3
3 Digital Principles and Systems Design 3 1 0 4
4 Object Oriented Programming 3 0 0 3
5 Analog and Digital 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.E. COMPUTER SCIENCE AND ENGINEERING
SEMESTER III
TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
L T 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 TRANSFORM 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 - Solution 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 EQUATIONS 9
Solutions of one dimensional wave equation - One dimensional equation of heat conduction - Steady state solution of two-dimensional equation of heat equation (Insulated edges excluded) - Fourier series solutions in cartesian coordinates.
UNIT V Z-TRANSFORM AND DIFFERENCE EQUATIONS 9
Z-transform - Elementary properties - Inverse Z-transform - Convolution theorem -Formation of difference equations - Solution of difference equations using Z-transform
L: 45 T: 15 Total: 60
TEXTBOOK
1. Grewal B.S, "Higher Engineering Mathematics", 39th Edition, Khanna Publishers, Delhi, 2007.
REFERENCES th
1. Bali.N.P., Manish Goyal, "A Textbook of Engineering Mathematics", 7th Edition, Laxmi Publications (P) Ltd.
2. Ramana.B.V. "Higher Engineering Mathematics" Tata McGraw Hill, New Delhi
3. Glyn James, "Advanced Modern Engineering Mathematics", 3rd Edition, Pearson Education, 2007.
4. Erwin Kreyszig, "Advanced Engineering Mathematics" 8th Edition, Wiley
India, 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.
DIGITAL PRINCIPLES AND SYSTEMS DESIGN
LTP 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", 3rd Edition, Pearson Education, 2007.
REFERENCES
1. Charles H. Roth, "Fundamentals of Logic Design", 5th Edition, Thomson Learning, 2003.
2. Donald D. Givone, "Digital Principles and Design", Tata McGraw-Hill, 2007.
OBJECT ORIENTED PROGRAMMING
L T 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 -Basics of 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 DESTRUCTORS 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 HANDLING 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++", 2nd Edition, Pearson Education, Reprint 2004.
2. S. B. Lippman, Josee Lajoie, Barbara E. Moo, "C++ Primer", 4th Edition, Pearson Education, 2005.
3. B. Stroustrup, "The C++ Programming Language", 3rd Edition, Pearson
Education, 2004.
4. Herbert Schildt, "C++: The Complete Reference", TMH, 2006.
ANALOG AND DIGITAL COMMUNICATION
L T P C
3 10 4
UNIT I FUNDAMENTALS OF ANALOG COMMUNICATION 9
Principles of Amplitude Modulation - AM Envelope - Frequency Spectrum and Bandwidth - Modulation Index and Percent Modulation - AM Voltage Distribution -AM Power Distribution - Angle Modulation - FM and PM Waveforms - Phase Deviation and Modulation Index - Frequency Deviation and Percent Modulation -Frequency Analysis of Angle Modulated Waves - Bandwidth Requirements for Angle Modulated Waves.
UNIT II DIGITAL COMMUNICATION 9
Basics - Shannon Limit for Information Capacity - Digital Amplitude Modulation -Frequency Shift Keying -FSK Bit Rate and Baud -FSK Transmitter - BW Consideration of FSK - FSK Receiver - Phase Shift Keying - Binary Phase Shift Keying - QPSK - Quadrature Amplitude Modulation - Bandwidth Efficiency -Carrier Recovery - Squaring Loop - Costas Loop - DPSK.
UNIT III DIGITAL TRANSMISSION 9
Basics - Pulse Modulation - PCM - PCM Sampling - Sampling Rate - Signal to Quantization Noise Rate - Companding - Analog and Digital - Percentage Error -Delta Modulation - Adaptive Delta Modulation - Differential Pulse Code Modulation
- Pulse Transmission - Intersymbol Interference - Eye Patterns.
UNIT IV DATA COMMUNICATIONS 9
Basics - History of Data Communications - Standards Organizations for Data Communication - Data Communication Circuits - Data Communication Codes -Error Control - Error Detection - Error Correction - Data Communication Hardware
- Serial and Parallel Interfaces - Data Modems - Asynchronous Modem -Synchronous Modem - Low-Speed Modem - Medium and High Speed Modem -Modem Control.
UNIT V SPREAD SPECTRUM AND MULTIPLE ACCESS TECHNIQUES
9
Basics - Pseudo-Noise Sequence - DS Spread Spectrum with Coherent Binary PSK
- Processing Gain - FH Spread Spectrum - Multiple Access Techniques - Wireless Communication - TDMA and CDMA in Wireless Communication Systems - Source Coding of Speech for Wireless Communications.
L: 45 T: 15 Total: 60
TEXT BOOKS
1. Wayne Tomasi, "Advanced Electronic Communication Systems", 6th Edition, Pearson Education, 2007.
2. Simon Haykin, "Communication Systems", 4th Edition, John Wiley and Sons,
2001.
REFERENCES
1. H. Taub, D L Schilling, G Saha , "Principles of Communication", 3rd Edition,
2007. rd
2. B. P. Lathi, "Modern Analog and Digital Communication Systems", 3rd Edition, Oxford University Press, 2007.
3. Blake, "Electronic Communication Systems", Thomson Delmar Publications,
2002. rd
4. Martin S. Roden, "Analog and Digital Communication System", 3rd Edition,
PHI, 2002. nd
5. 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
L: 45 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
LTP 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).
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.
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
LTP 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).
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