Wednesday 4 June 2014

Syllabi for Pre.PhD/Pre M.Phil/ Pre MS. W.e.f. 2010-2011 Batch Computer Science Engineering Paper - I

Syllabi for Pre.PhD/Pre M.Phil/ Pre MS. W.e.f. 2010-2011 Batch
Computer Science Engineering
Paper - I ::
///////////////////////////////////////////////////////////////////////////


SNo. Subject Name Subject Code
1 Advanced Databases 10CS101
2 Artificial Intelligence & Soft Computing 10CS102
3 Code Optimization 10CS103
4 Data Mining & Knowledge Discovery 10CS104
5 Digital Image Processing 10CS105
6 Distributed Computing 10CS106
7 Distributed Databases 10CS107
8 Distributed Operating System 10CS108
9 ERP & Supply Chain Management 10CS109
10 Human Computer Interaction 10CS110
11 Information Retrieval 10CS111
12 Multi-Media Application Development 10CS112
13 Network security 10CS113
14 Object Oriented software Engineering 10CS114
15 Soft Computing 10CS115
1
CSE / Pre PhD R10
10CS101 ADVANCED DATABASES
UNIT I: Introduction:
Distributed Data Processing, Distributed Databases System, promises of DDBS, Problem areas.
Overview of Relational DBMS: Relational Databases Concepts, Normalization, Integrity rules, Relational data languages.
UNIT II: Distributed DBMS Architecture:
Architectural Models for Distributed DBMS, DDMBS Architecture.
Distrubuted Database Design:
Alternative Design Strategies, Distribution Design issues, Fragmentation, Allocation.
UNIT III: Query Processing and Decomposition:
Query processing Objectives, Characterization of query processors, layers of query of query processing, query decomposition, Localization of distributed data.
UNIT IV: Distributed query Optimization:
Query optimization, centralized query optimization, Distributed query optimization algorithms.
UNIT V: Transaction Management:
Definition, properties of transaction, types of transactions. Distributed concurrency control.
Serialization, concurrency control Mechanism & Algorithms. Time stamped and Optimistic concurrency control Algorithms, Dead lock Management.
UNIT VI: Distributed DBMS Reliability:
Reliability concepts and Measures, fault-tolerance in Distributed systems, failures in Distributed DBMS, local & Distributed Reliability Protocols, site failures and Network partitioning. Parallel Database Systems: Database Series, Parallel Architecture, Parallel DBMS Techniques, Parallel exception problems, Parallel Execution for Hierarchical architecture.
UNIT VII: Distributed object Database Management Systems:
Fundamental object concepts and Models, Object Distributed Design, Architectural Issues, Object Management, Distributed Object storage, Object query Processing.
UNIT VIII: Object Oriented Data Model:
Inheritance, object identity, persistent programming languages, persistence of objects, comparing ODDBMS and ORDBMS.
REFERENCE BOOKS
1. Principles of Distributed Database Systems, 2/e, OZSU, Valduriez, Sridhar, Pearson, 2001
2. Distributed Databases, Stefan Seri, Pelagatti Willipse, TMH
3. Database System Concepts, 5/e, Korth, Silberschatz, Sudershan, TMH
4. Database Management Systems, 3/e, Raghuramakrishnan, Johhanes Gehrke, TMH
5. Data Base Principles, Programming, and Performance, 2/e, P O’ Neil, E O’Neil, Elsevier
2
CSE / Pre PhD R10
10CS102 ARTIFICIAL INTELLIGENCE AND SOFT COMPUTING
UNIT I :Introduction:
AI problems, AI technique, Problem as state space search, problem characteristics, production systems, types of production systems, Design of Search programs
Heuristic search techniques: Generate and test, Hill climbing, Best first search, Problem reduction, Constraint satisfaction, Means-Ends Analysis.
UNIT II: Game Playing:
Minimax search procedure, adding alpha-beta cutoffs, additional refinements, Iterative deepening,
Statistical Reasoning: Probability and Bayes theorem, Certainty factors and Rules based systems, Bayesian Networks, Dempster Shafer theorem
UNIT III :Knowledge Representation:
Theorem proving using Predicate logic, Resolution, Natural Deduction, Knowledge representation using Rules, Forward versus Backward Reasoning, Matching, Control Artificial Knowledge Knowledge Structures: Semantic Networks, Frames, Conceptual Dependency diagrams, Scripts
UNIT IV: Planning:
Components of planning system, goal stack planning, nonlinear planning using constraint posting, Hierarchical planning, Reactive systems
Natural Language Processing: Steps in NLP, Syntactic processing, Semantic analysis, Discourse and Pragmatic processing, Statistical NLP, Spell checking.
UNIT V: Learning:
Rote learning, learning by taking advice, learning in problem solving, Learning from examples, Explanation based learning, Discovery, Analogy, Formal learning theory, NN learning and Genetic learning.
Genetic Algorithms: survival of the fittest principle in Biology, Genetic Algorithms, Significance of Genetic operators, termination parameters, Evolving Neural nets, Ant Algorithms
UNIT VI :Fuzzy Set Theory:
Classical & Fuzzy set theory, Interval Arithmetics, Operations on Fuzzy sets Fuzzy Logic Theory: Classical logic theory, Boolean Logic, Multivalued Logics
UNIT VII :Applications of Fuzzy Logic:
PQE - Decision Making Investment - Examples
Fuzzy Rule base and Fuzzy Modeling: If-Then Rules, Fuzzy Modeling: System modeling, Static fuzzy systems, Parameter Identification
UNIT VIII:Fuzzy Control Systems:
PLC, closed loop, fuzzy controllers, examples, Fuzzy PID controllers - type1 and type 2
3
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Intelligence, 3/e, E.Rich, K.Knight, TMH.
2. Introduction to Fuzzzy Systems, Guanrong Chen, Trung Tat Pham, Chapman & Hall/CRC, 2009.
3. Artificial Intelligence , A Modern Approach, 2/e, Stuart Russel, Peter Norvig, PHI/PEA.
4. Artificial Intelligence, 5/e, George F Luger, PEA.
5. Artificial Intelligence, 3/e, Patrick Henry Winston, PEA.
6. Artificial Intelligence and Expert Systems, Patterson, PHI .
7. Artificial Intelligence,A Systems Approach, Tim Jones, Infinity Science Press .
4
CSE / Pre PhD R10
10CS103 CODE OPTIMIZATION
Unit I: Introduction:
Review of Compiler Structure, Advanced Issues in Elementary Topics, The Importance of Code Optimization, Structure of Optimizing Compilers, Placement of Optimizations in Aggressive Optimizing Compilers
Unit II: Compiler Internal Representations and Run time support:
Intermediate Representations: Issues in Designing an Intermediate Language, High-Level Intermediate Languages, Medium-Level Intermediate Languages, Low-Level Intermediate Languages, Multi-Level Intermediate Languages, Our Intermediate Languages: MIR, HIR, and LIR, Representing MIR, HIR, and LIR in ICAN, ICAN Naming of Data Structures and Routines that Manipulate Intermediate Code, Other Intermediate-Language Forms
Run-Time Support: Data Representations and Instructions, Register Usage, The Local Stack Frame, The Run-Time Stack, Parameter-Passing Disciplines, Procedure Prologues, Epilogues, Calls, and Returns, Code Sharing and Position-Independent Code, Symbolic and Polymorphic Language Support
Unit III: Control Flow Analysis:
Approaches to Control-Flow Analysis, Depth-First Search, Preorder Traversal, Postorder Traversal, and Breadth-First Search, Dominators, Loops and Strongly Connected Components, Reducibility, Interval Analysis and Control Trees, Structural Analysis
Unit IV: Data-Flow Analysis:
Reaching Definitions, Basic Concepts: Lattices, Flow Functions, and Fixed Points, Taxonomy of Data-Flow Problems and Solution Methods, Iterative Data-Flow Analysis, Lattices of Flow Functions, Control-Tree- Based Data-Flow Analysis, Structural Analysis, Interval Analysis, Other Approaches, Du-Chains, UdChains, and Webs, Static Single-Assignment (SSA) Form, Dealing with Arrays, Structures, and Pointers, Automating Construction of Data-Flow Analyzers
Unit V: Dependence Analysis and Optimization:
Dependence Analysis and Dependence Graph: Dependence Relations, Basic-Block Dependence DAGs, Dependences in Loops, Dependence Testing, Program-Dependence Graphs
Introduction to Optimization: Flow Sensitivity and May vs. Must Information, Importance of Individual Optimizations, Order and Repetition of Optimizations
Early Optimizations: Constant-Expression Evaluation, Scalar Replacement of Aggregates, Algebraic Simplifications and Reassociation, Value Numbering, Copy Propagation, Sparse Conditional Constant Propagation
Unit VI: Register Allocation:
Register Allocation and Assignment, Local Methods, Graph Coloring, Priority-Based Graph Coloring, Other Approaches to Register Allocation
Unit VII: Control-Flow and Low-Level Optimizations:
Unreachable-Code Elimination, Straightening, If Simplifications, Loop Simplifications, Loop Inversion, Unswitching, Branch Optimizations, Dead-Code Elimination, Branch Prediction
5
CSE / Pre PhD R10
Unit VIII: Procedural/Inter-procedural Analysis and Optimizations
Tail-Call Optimization and Tail-Recursion Elimination, Procedure Integration, In-Line Expansion, LeafRoutine Optimization and Shrink Wrapping
Interprocedural Control-Flow Analysis: The Call Graph, Interprocedural Data-Flow Analysis, Interprocedural Constant Propagation, Interprocedural Alias Analysis, Interprocedural Optimizations, Interprocedural Register Allocation
REFERENCE BOOKS :
1. Advanced Compiler Design and Implementation, Muchnick, Elsevier, 2008.
2. Engineering a Compiler, Keith D Cooper, Linda Torczon, Elsevier.
3. Compiler Design in C, Allen Holub, PHI, 1990.
4. Compilers Principles, Techniques and Tools, Aho, Sethi, Ullman, PEA, 2006.
5. Crafting a compiler with C, Charles N. Fischer, Richard J. Leblanc, Benjamin Cummings, Wesley.
6
CSE / Pre PhD R10
10CS104 DATA MINING AND KNOWLEDGE DISCOVERY
Unit I: Introduction to Data Mining:
Types of Data, Data Quality, Data Processing, Measures of Similarity and Dissimilarity,
Exploring Data : Data Set, Summary Statistics, Visualization, OLAP and multi dimensional data Analysis
Unit II: Classification:
Basic Concepts, Decision Trees, and model evaluation: General approach for solving a classification problem, Decision Tree induction, Model over fitting: Due to presence of noise, due to lack of representation samples, Evaluating the performance of classifier.
Unit III: Classification-Alternative techniques:
Nearest Neighborhood classifier, Bayesian Classifier, Support Vector Machines: Linear SVM, Separable and Non Separable case.
Unit IV:Association Analysis:
Problem Definition, Frequent Item-set generation, Rule generation, compact representation of frequent item sets, FP-Growth Algorithms.
Unit V:
Handling categorical, continuous attributes, concept hierarchy, sequential, sub-graph patterns
Unit VI:
Overview, K-means, Agglomerative Hierarchical clustering, DBSCAN
Unit VII: Cluster Evaluation:
Overview, Un supervised Cluster evaluation using cohesion and separation, using the proximity matrix, Scalable clustering algorithms.
Unit VIII: Web Data mining:
Introduction, Web terminology and characteristics, web content mining, web usage mining, web structure mining, Search Engines: Characteristics, Functionality, Architecture, Ranking of web pages, Enterprise search
REFERENCE BOOKS :
1. Introduction to Data Mining, Pang-Ning Tan, Michael Steinbach, Vipin Kumar, PEA.
2. Introduction to Data Mining with Case Studies, GK Gupta , Prentice Hall.
3. Data Mining: Introductory and Advanced Topics, Margaret H Dunham, PEA, 2008.
4. Fundamentals of data warehouses, 2/e, Jarke, Lenzerini, Vassiliou, Vassiliadis, Springer.
5. Data Mining Theory and Practice, Soman, Diwakar, Ajay, PHI, 2006.
6. Data Mining, Concepts and Techniques, 2/e, Jiawei Han , Micheline Kamber , Elsevier,2006.
7
CSE / Pre PhD R10
10CS105 DIGITAL IMAGE PROCESSING
Unit I: Digital Image fundaments:
Introduction, An image model, sampling & quantization, basic relationships between Pixels, imaging geometry.
Unit II: Image Transforms:
Properties of 2 - D Fourier transform, FFT algorithm and other separable image transforms. Walsh transforms. Hadamard, Cosine, Haar, Slant transforms, KL transforms and their properties.
Unit III: Image Enhancement:
Background, enhancement by point processing, histogram processing, spatial filtering and enhancement in frequency domain, color image processing.
Unit IV: Image filtering and restoration :
Degradation model, diagnolisation of circulant and block circulate matrices, Algebraic approach to restoration, inverse filtering, least mean squares and interactive restoration, geometric transformations.
Unit V: Image compression:
Fundamentals, image compression modes, error free compression, lossy compression, image compression standards.
Unit VI: Image segmentation:
Detection of discontinuities, edge linking and boundary detection thresholding, region - oriented segmentation, use of motion in segmentation.
Unit VII: Representation and description:
Various schemes for representation, boundary descriptors, and regional descriptors.
Unit VIII: Image Reconstruction :
Image reconstruction from Projections, Radon Transforms; Convolution/Filter back - Project Algorithms.
REFERENCE BOOKS
1. Fundamentals of Digital Image Processing, A.K.JAIN, PHI
2. Fundamentals of Digital Image Processing, Anna durai, shanmuga lakshmi, Pearson
3. Introduction to Digital Image Processing, Alasdair, McAndrew, Cengage
4. Digital Image Processing, 3/e, GONZALEX, WOODS, Addison Wesley
5. Digital Image Processing, Castleman, Pearson
6. Digital Image Processing, S Jayaraman, SEsakkirajan, T Veerakumar,TMH
8
CSE / Pre PhD R10
10CS106 DISTRIBUTED COMPUTING
Unit I: Introduction to distributed programming:
Anatomy of a Distributed Application, Requirements for Developing Distributed Applications, What Does Java Provide?
Introduction to sockets programming: Sockets and Streams, URLs, URLConnections, and ContentHandlers, The ClassLoader
Unit II: Distributing Objects:
Why Distribute Objects?, What's So Tough About Distributing Objects?, Features of Distributed Object Systems, Distributed Object Schemes for Java, CORBA, Java RMI, RMI vs. CORBA Threads: Thread and Runnable, Making a Thread, Managing Threads at Runtime, Networked Threads
Unit III: Security:
Security Issues and Concerns, The java.security Package, Identities and Access Control, Keys: Public, Private, and Secret, Digital Signatures, Data Encryption, Choosing a Cryptographic Algorithm
Unit IV: Message-Passing Systems:
Messages Defined, Why Do We Need Messages?, Message Processing, Fixed Protocols, Adaptable Protocols, Message Passing with Java Events, Using Remote Objects
Databases: An Overview of JDBC, Remote Database Applications, Multi-Database Applications
Unit V: RMI:
The Basic Structure of RMI, The Architecture Diagram Revisited, Implementing the Basic Objects, The Rest of the Server, The Client Application
The RMI Registry: Why Use a Naming Service? The RMI Registry, The RMI Registry Is an RMI Server, Examining the Registry, Limitations of the RMI Registry, Security Issues
Unit VI: Naming Services:
Basic Design, Terminology, and Requirements, Requirements for Our Naming Service, Federation and Threading, The Context Interface, The Value Objects, ContextImpl, Switching Between Naming Services, The Java Naming and Directory Interface (JNDI)
The RMI Runtime: Reviewing the Mechanics of a Remote Method Call, Distributed Garbage Collection, RMI's Logging Facilities, Other JVM Parameters
Unit VII: Service Oriented Architecture:
Introduction, Defining a Service, Defining SOA, Identifying Service Candidates, Identifying Different Kinds of Services, Modeling Services, Making a Service Composable, Supporting Your SOA Efforts, Selecting a Pilot Project, Establishing Governance
Unit VIII: Introduction to Web Services:
Introduction, Using Publicly Available Web Services to Test Against, Installing Metro, Installing Oracle WebLogic, Creating and Deploying the Simplest Web Service, Creating and Deploying a Service to WebLogic, Setting Up a Maven 2 Service and Client Project, Understanding WSDL, Using References in NetBeans to Generate Web Service Clients, Monitoring SOAP Traffic with Metro, Monitoring SOAP Traffic with TCPMon
9
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Java Distributed Computing, Jim Farley, O'Reilly.
2. Java RMI Designing and Building,The Basics of RMI Applications, William Grosso, O'Reilly.
3. Java SOA Cookbook SOA Implementation Recipes, Tips, Techniques, Eben Hewitt, O'Reilly, 2009.
4. Service Oriented Architecture With Java, Malhar Barai, Vincenzo Caselli, Binildas A. Christudas, Packt Publishing, 2008.
5. Distributed Programming with Java, Qusay H. Mahmoud, Manning Publisher 2000.
6. Java in Distributed Systems, Concurrency, Distribution and Persistence, Marko Boger, 2001.
7. Developing Distributed and E-commerce Applications, Darrel Ince, 2/e, Wesly, 2004.
8. Java Message Service (O'Reilly Java Series), Richard Monson-Haefel, David Chappell.
9. Sun SL 301 Distributed Programming with Java.
10. Java Tutorial, http://java.sun.com/docs/books/tutorial/index.html.
10
CSE / Pre PhD R10
10CS107 DISTRIBUTED DATABASES
Unit I: Introduction :
Features of distributed databases, features of Centralized databases, level of distributed transparency - Reference Architecture, types of Data Fragmentation, distribution Transparency, Access primitives, and Integrity constraints.
Unit II: Distributed Database design :
A frame work, the design of database fragmentation, the allocation of fragments.
Unit III: Query Processing :
Translation of global queries into fragment queries, query optimization.
Unit IV: Distributed Transaction Management :
A framework, transaction atomicity, 2-phase commit.
Unit V: Concurrency control:
Foundations, distributed deadlocks, timestamps.
Unit VI : Reliability:
Basic concepts, commit protocols, consistent view of Network, Detection and Resolution of Inconsistencies, check points and cold restart.
Unit VII: Commercial Systems:
Tranclem’s ENCOMPASS Distributed database systems, IBM’s Inter system communication, feature of distributed ingress and Oracle.
Unit VIII: Heterogeneous databases:
General problems - brief study of multi base.
REFERENCE BOOKS:
1. Distributed Database systems Principles and Systems, Ceri S. Pelagatti. G, MGH.
2. Principles of Distributed Database Systems, 2/e, M. Tamer Ozsu, Sridhar, PEA.
3. Database system Concepts, 5/e,Silberschatz, F.Korth, Sundrashan,MGH,2006.
4. Modern database Management, 7/e, Hoffer, Prescott, McFadden, PEA,2007.
11
CSE / Pre PhD R10
10CS108 DISTRIBUTED OPERATING SYSTEMS
Unit I: Processes
THREADS: Introduction to Threads, Threads in Distributed Systems; CLIENTS: User Interfaces, Client-Side Software for Distribution Transparency SERVERS: General Design Issues, Object Servers; CODE MIGRATION: Approaches to Code Migration, Migration and Local Resources, Migration in Heterogeneous Systems, Example: D'Agents
SOFTWARE AGENTS: Software Agents in Distributed Systems, Agent Technology.
Unit II: Naming Systems
NAMING ENTITIES: Names, Identifiers, and Addresses, Name Resolution, The Implementation of a Name Space, Example: DNS, X.500
LOCATING MOBILE ENTITIES: Naming versus Locating Entities, Simple Solutions, Home-Based Approaches, Hierarchical Approaches
REMOVING UNREFERENCED ENTITIES: The Problem of Unreferenced Objects, Reference Counting, Reference Listing, Identifying Unreachable Entities.
Unit III: Synchronization
Clock synchronization, logical clocks, global state, election algorithms, mutual exclusion, distributed transactions.
Unit IV: Consistency and Replication
Introduction, Data-Centric Consistency Models, Client-Centric Consistency Models, Distribution Protocols, Consistency Protocols, Examples: Orca and Causally-Consistent Lazy Replication.
Unit V: Fault Tolerance
Introduction to Fault Tolerance, Process Resilience, Reliable Client-Server Communication, Reliable Group Communication, Distributed Commit, Recovery.
Unit VI: Distributed Object-Based Systems
CORBA, Distributed Com, Globe and Comparison of CORBA, DCOM, and Globe.
Unit VII: Distributed File Systems
Sun Network File System, Coda File System, Plan~9, XFS and SFS, Scalable Security, Comparison of Distributed File Systems.
Unit VIII: Distributed Document-Based Systems and Coordination-Based Systems
Distributed Document-Based Systems: The World Wide Web, Lotus Notes, Comparison of WWW and Lotus Notes.
Distributed Coordination-Based Systems: Introduction to Coordination Models, TIB/Rendezvous, JINI, Comparison of TIB/Rendezvous and JINI.
12
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Distributed Systems , Principles and Paradigms, 2/e, Tanenbaum, Maarten Van Steen, PHI.
2. Advanced concepts in Operating Systems, Mukesh Singhal, Niranjan G. Shivaratri, TMH, 2005.
3. Distributed Operating Systems and Algorithm Analysis, Chow, Johnson, PEA
4. Distributed Systems Concepts and Design, 4/e, George Coulouris, Dollimore, Kindberg, PEA.
5. Distributed Operating Systems, Pradeep K. Sinha, PHI,2009.
6. Operating Systems, Internals & Design Principles, 6/e, William Stallings, PEA.
7. Distributed Systems Computing over Networks, Joel M.Crichlow, PHI.
13
CSE / Pre PhD R10
10CS109 ERP & SUPPLY CHAIN MANAGEMENT
Unit I: Introduction to ERP
Overview - Benefits of ERP - ERP and Related Technologies - Business Process Reengineering - Data Warehousing - Data Mining - On-line Analytical Processing - Supply Chain Management.
Unit II: ERP Implementation
Implementation Life Cycle - Implementation Methodology - Hidden Costs - Organizing Implementation
- Vendors, Consultants and Users - Contracts - Project Management and Monitoring.
Unit III: Business Modules
Business Modules in an ERP Package - Finance - Manufacturing - Human Resource - Plant Maintanance
- Materials Management - Quality Management - Sales and Distribution.
Unit IV: Fundamentals of Supply Chain Management
Supply chain networks, Integrated supply chain planning, Decision phases in s supply chain, process view of a supply chain, supply chain flows, Overview of supply chain models and modeling systems, Supply chain planning: Strategic, operational and tactical, Understanding supply chain through process mapping and process flow chart.
Unit V: SCM Strategies, Performance
Supply chain strategies, achieving strategic fit, value chain, Supply chain drivers and obstacles, Strategic Alliances and Outsourcing, purchasing aspects of supply chain, Supply chain performance measurement: The balanced score card approach, Performance Metrics. Planning demand and supply: Demand forecasting in supply chain, Aggregate planning in supply chain, Predictable variability.
Unit VI: Planning and Managing Inventories
Introduction to Supply Chain Inventory Management. Inventory theory models: Economic Order
Quantity Models, Reorder Point Models and Multiechelon Inventory Systems, Relevant deterministic and stochastic inventory models and Vendor managed inventory models.
Unit VII: Distribution Management
Role of transportation in a supply chain - direct shipment, warehousing, cross-docking; push vs. pull
systems; transportation decisions (mode selection, fleet size), market channel structure, vehicle routing problem. Facilities decisions in a supply chain. Mathematical foundations of distribution management, Supply chain facility layout and capacity planning.
Unit VIII: Strategic Cost Management in Supply Chain
The financial impacts, Volume leveraging and cross docking, global logistics and material positioning, global supplier development, target pricing, cost management enablers, Measuring service levels in supply chains, Customer Satisfaction/Value/Profitability/Differential Advantage.
14
CSE / Pre PhD R10
REFERENCE BOOKS:
1. ERP Demystified, 2/e, Alexis Leon, TMH, 2007.
2. Supply Chain Management: Strategy, Planning, Operation, Sunil Chopra, Peter Meindel, PEA, 2002.
3. Enterprise Resource Planning, Concepts and Planning, Vinod Kumar, Venkata Krishnan, PHI.
4. Enterprise wide Resource Planning Theory and Practice, Altekar, PHI.
5. Enterprise Resource Planning Concepts and Practice, 7/e, Vinod Kumar, PHI.
6. Enterprise Resource Planning,Mary Sumner, PEA.
7. Designing and Managing the Supply Chain: Concepts, Strategies, and Case Studies, 2/e, David Simchi-evi, Philip Kaminsky, Edith Simchi-Levi, TMH/Irwin, New York, 2003.
8. Supply Chain Management Based on SAP Systems, Knolmayer, Mertens, Zeier, Springer.
9. Supply Chain Management with APO, Thomas Dickerssbach,Springer.
10. Supply Chain Management on Demand, An Fromm, Springer.
11. Supply Chain Management and Advanced Planning, 2/e, Stadtler,Kilger, Springer.
15
CSE / Pre PhD R10
10CS110 HUMAN COMPUTER INTERACTION
UNIT I: Introduction:
Importance of user Interface - definition, importance of good design. Benefits of good design. A brief history of Screen design
UNIT II: The graphical user interface:
Popularity of graphics, the concept of direct manipulation, graphical system, Characteristics, Web user - interface popularity, characteristics- Principles of user interface.
UNIT III: Design process:
Human interaction with computers, importance of human characteristics human consideration, Human interaction speeds, understanding business junctions.
UNIT IV: Screen Designing :
Design goals, Screen planning and purpose, organizing screen elements, ordering of screen data and content, screen navigation and flow, Visually pleasing composition, amount of information, focus and emphasis, presentation information simply and meaningfully, information retrieval on web, statistical graphics, Technological consideration in interface design.
UNIT V: Windows:
Windows new and Navigation schemes selection of window, selection of devices based and screen based controls.
UNIT VI: Components :
Components text and messages, Icons and increases, Multimedia, colors, uses problems, choosing colors.
UNIT VII: Software tools :
Specification methods, interface, Building Tools.
UNIT VIII: Interaction Devices:
Keyboard and function keys, pointing devices, speech recognition digitization and generation, image and video displays, drivers.
REFERENCE BOOKS :
1. The Essential guide to user interface design, Wilbert O Galitz, Wiley DreamaTech.
2. Designing the user interface. 3/e, Ben Shneidermann , PEA.
3. Human Computer Interaction. Alan Dix, Janet Fincay, Gre Goryd, Abowd, Russell Bealg, PEA.
4. Interaction Design PRECE, ROGERS, SHARPS, Wiley Dreamtech.
5. User Interface Design, Soren Lauesen , PEA.
16
CSE / Pre PhD R10
10CS111 INFORMATION RETRIEVAL
Unit I : Introduction to Information storage and retrieval systems:
Domain Analysis of IR systems, IR and other types of Information Systems, IR System Evaluation
Introduction to Data structures and algorithms related to Information Retrieval: Basic Concepts, Data structures, Algorithms.
Unit II: Inverted Files:
Introduction, Structures used in Inverted Files, Building an Inverted file using a sorted array, Modifications to the Basic Techniques.
Unit III: Signature Files :
Introduction, Concepts of Signature files, Compression, Vertical Partitioning, Horizontal Partitioning.
Unit IV: New Indices for Text:
PAT Trees and PAT Arrays: Introduction, PAT Tree structure, Algorithms on the PAT Trees, Building PAT Trees as PATRICA Trees, PAT representation as Arrays.
Unit V: Lexical Analysis and Stoplists:
Introduction, Lexical Analysis, Stoplists.
Unit VI: Stemming Algorithms:
Introduction, Types of Stemming algorithms, Experimental Evaluations of Stemming, Stemming to Compress Inverted Files.
Unit VII: Thesaurus Construction:
Introduction, Features of Thesauri, Thesaurus Construction, Thesaurus construction from Texts, Merging existing Thesauri.
Unit VIII: String Searching Algorithms:
Introduction, Preliminaries, The Naive Algorithm, The Knutt-Morris-Pratt Algorithm, The Boyer-Moore Algorithm, The Shift-Or Algorithm, The Karp-Rabin Algorithm.
REFERENCE BOOKS
1. Modern Information Retrieval,Ricardo Baeza-Yates, Neto, PEA,2007.
2. Information Storage and Retrieval Systems: Theory and Implementation, Kowalski, Gerald, Mark Academic Press, 2000.
3. Information Retrieval: Algorithms and Heuristics , Grossman, Ophir Frieder, 2/e, Springer, 2004.
4. Information Retrieval Data Structures and Algorithms , Frakes, Ricardo Baeza-Yates, PEA
5. Information Storage and Retieval, Robert Korfhage, John Wiley & Sons.
6. Introduction to Information Retrieval, Manning, Raghavan, Cambridge University Press.
17
CSE / Pre PhD R10
10CS112 MULTIMEDIA AND APPLICATION DEVELOPMENT
UNIT I : Fundamental concepts in Text and Image:
Multimedia and hypermedia, world wide web, overview of multimedia software tools. Graphics and image data representation graphics/image data types, file formats, Color in image and video: color science, color models in images, color models in video.
UNIT II: Fundamental Concepts in Cideo and Digital Audio:
Types of video signals, analog video, digital video, digitization of sound, MIDI, quantization and transmission of audio.
UNIT III: Action Script I:
ActionScript Features, Object-Oriented ActionScript, Datatypes and Type Checking, Classes, Authoring an ActionScript Class.
UNIT IV: Action Script II :
Inheritance, Authoring an ActionScript 2.0 Subclass, Interfaces, Packages, Exceptions.
UNIT IV: Application Development:
An OOP Application Frame work, Using Components with ActionScript MovieClip Subclasses.
UNIT VI: Multimedia Data Compression:
Lossless compression algorithm: Run-Length Coding, Variable Length Coding, Dictionary Based Coding, Arithmetic Coding, Lossless Image Compression, Lossy compression algorithm: Quantization, Transform Coding, Wavelet-Based Coding, Embedded Zerotree of Wavelet Coefficients Set Partitioning in Hierarchical Trees (SPIHT).
UNIT VII: Basic Video Compression Techniques:
Introduction to video compression, video compression based on motion compensation, search for motion vectors, MPEG, Basic Audio Compression Techniques.
UNIT VIII: Multimedia Networks:
Basics of Multimedia Networks, Multimedia Network Communications and Applications: Quality of Multimedia Data Transmission, Multimedia over IP, Multimedia over ATM Networks, Transport of MPEG-4, Media-on-Demand (MOD).
REFERENCE BOOKS :
1. Fundamentals of Multimedia , Ze-Nian Li , Mark S. Drew, PHI/PEA.
2. Essentials ActionScript 2.0, Colin Moock, SPD O,REILLY.
3. Digital Multimedia, Nigel chapman & jenny chapman, Wiley-Dreamtech.
4. Macromedia Flash MX Professional 2004 Unleashed, PEA.
5. Multimedia & Communications Technology, Steve Heath, Elsevier (Focal Press).
6. Multimedia Applications, Steinmetz, Nahrstedt, Springer.
18
CSE / Pre PhD R10
7. Multimedia Basics, Weixel Thomson.
8. Multimedia Technology & Applications, David Hilman , Galgotia.
9. Multimedia Technologies, Banerji, Mohan Ghosh, MGH.
19
CSE / Pre PhD R10
10CS113 NETWORK SECURITY
Unit I: Introduction to Network Security:
Attacks, services, Security. A model of Inter network Security, Steganography, One time PADS.
Unit II: Basic and ESOTERIC Cryptographic Protocols:
Key Exchange, Authentication, Formal Analysis of Authentication and key Exchange Protocols, Multiple & Public Key Cryptography, Secret Splitting & Sharing Secure elections, Secure multiparty, Communication, Digital Cash.
Unit III: Crypto Graphic Algorithms (Block Cipher):
RC2, GOST, CAST, BLOW FISH, SAFEER, RC5, NEWDES, CRAB, Theory of Block Cipher design.
Unit IV: Key Management:
Key lengths, Generating Keys, Transferring, Verification, Updating, Storing, Backup, Compromised, Lifetime of, Destroying Keys, Public key Management.
Unit V: Digital Signature Algorithms:
Digital Signature, DSA, DSA variants, Gost, Discrete Lagorithm, One - Schnorr - Shamir digital Signatures, Esign, Cellular Automata.
Unit VI: Mails:
Electronic Mail & IO Security good Privacy, SIMIME, IP Security Architecture, Authentication Header, Encapsulating Security, Pay load Key Management Issues.
Unit VII: Security:
Web Security Web Security requirements, Secure Sockets Layer and Transport Layer Security, Secure Electronic Transaction.
Unit VIII: Virus es and Threats:
Intruders, Viruses, Worms and Firewalls Intruders, Viruses and Related Threats, Firewall Design Principles, Trusted Systems.
REFERENCE BOOKS:
1. Applied Cryptography, 7/e, Bruce SCHNEIER John Wiley & Sons Inc.
2. Cryptography and Network Security, William Stallings, PHI.
3. Introduction to cryptography with coding Theory, 7/e, Wade Trappe, C. Washington, PEA.
4. Cryptography and Information Security, V.K. Pachghare, PHI.
5. Cryptography and Network Security, Forouzan, TMH, 2007.
6. Cryptography and Network Security, 2/e, Kahate , TMH.
7. Modern Cryptography, Wenbo Mao, PEA
20
CSE / Pre PhD R10
10CS114 OBJECT ORIENTED SOFTWARE ENGINEERING
Unit I: Introduction to Classical Software Engineering :
Historical, Economic and Maintenance aspects. Introduction to OO Paradigm. Different phases in structured paradigm and OO Paradigm. Software Process and different life cycle models and corresponding strengths and weaknesses.
Unit II: Planning and Estimation :
Estimation of Duration and Cost - COCOMO components of software. Project Management plan -
one case Study.
Unit III : Tools for step wised refinement :
Cost - Benefit analysis, Introduction to software metrics and CASE tools. Taxonomy and scope of CASE tools. Introduction to testing, with focus on Utility, Reliability, Robustness, Performance, Correctness.
Unit IV: Modules to objects:
Cohesion and Coupling, Data Encapsulation and Information hiding aspects of Objects. Inheritance, polymorphism and Dynamic Binding aspects. Cohesion and coupling of objects. Reusability, Portability and Interoperability aspects.
Unit V: Requiement phase:
Rapid Prototyping method, Specification phase - Specification Document- Formal methods of developing specification document- Examples of other semi - formal methods of using Finite-State- Machines, Petri nets and E- Language.
Unit VI: Analysis phase:
Use case Modeling - Class Modeling - Dynamic Modeling, Testing during OO Analysis.
Unit VII: Design phase:
Data oriented design - Object Oriented design - Formal techniques for detailed design. One case study. Challenges in design phase.
Unit VIII: IIM Phases:
Implementation , Integration and maintenance phases- OOSE aspects in these phases.
REFERENCE BOOKS
1. Object oriented and Classical Software Engineering, 7/e, Stephen R. Schach, TMH
2. Object oriented and classical software Engineering, Timothy Lethbridge, Robert Laganiere, TMH
21
CSE / Pre PhD R10
10CS115 SOFT COMPUTING
Unit I: Introduction:
Uncertainty and Evidence, Shafer Dumpster belief and possibility Theory, Random sets and mass
assignments, Dumpsters Rule, Fuzzy Measures and aggregation operators, Bayesian Networks. Graphical methods.
Unit II: Automated Learning-1:
Supervise vs unsupervised learning, Decision Tree induction, rule induction algorithms.
Unit III: Automated Learning-2:
Bayesian network learning algorithms, Evolutionary algorithms.
Unit IV: Fuzzy Methods:
Fuzzy set theory, fuzzy control (including model based control), Fuzzy Decision trees.
Unit V: Neural Networks:
Adaptive Networks, Supervised Learning NN, Reinforcement Learning, Unsupervised Learning.
Unit VI: Hybrid systems:
Neuro Fuzzy Systems, Backpropagation Network supported by Fuzzy, GA based weight determination applications.
Unit VII: Genetic Algorithms :
Encoding, Fitness functions, reproduction,Fuzzy Genetic Algorithms.
Unit VIII: Applications:
Practical Examples from areas such as Medical, Management, and control, GA in fuzzy logic controller design.
REFERENCE BOOKS
1. Neuro Fuzzy and Soft Computing, A Computational approach to learning and Machine, Jyh-Shing Roger Jang, Cuen Tsai Sun, Eiji Mizurani, PEA.
2. Machine Learning, Tom Mitchell, MGH, 1997.
3. Soft Computing Techniques and Applications, Robert John, R. Birkenhead, Ralph Birkenhead.
4. Neural Networks, Fuzzy logic and genetic algorithms, S Rakasekharan, GA Vijayalakshmi, PHI.
5. Principles of Soft Computing, Sivanandam, Deepa, Wiley India, 2008.
6. Soft Computing and Intelligent Systems Design, Karry, De Silva, PEA, 2004.
-----------------------------------
22
Syllabi for Pre.PhD/Pre M.Phil/ Pre MS. W.e.f. 2010-2011 Batch
Computer Science Engineering
Paper II
S.No Subject Name Subject Code
1. Advanced Computer Architecture 10CS201
2 Advanced Data Structures and Algorithms 10CS202
3 Advanced Unix Programming 10CS203 4 Advances in Computing 10CS204 5 Bio-Informatics 10CS205 10CS205
6 Computational Geometry 10CS206 7 Computer Communication 10CS207 8 Fault Tolerant Systems 10CS208 9 Machine Learning 10CS209 10 Mobile Computing 10CS210
11 Parallel Computing and Algorithms 10CS211
12 Pattern Recognition 10CS212
13 Scalable Parallel Computing Architectures 10CS213
14 Secured Data Base Application Development10CS214 15 Wireless Networks and Mobile Computing 10CS215
23
CSE / Pre PhD R10
10CS201 ADVANCED COMPUTER ARCHITECTURE
Unit I: Parallel Computer Models, Program and Network Properties:
Parallel Computer Models: Multiprocessors and Multicomputers, Multivector and SIMD Computers, PRAM and VLSI Models, Architectural Development Tracks
Program and Network Properties: Conditions of Parallelism, Program Partitioning and Scheduling, Program Flow Mechanisms, System Interconnect Architectures
Unit II: Principles of Scalable Performance:
Performance Metrics and Measures, Parallel Processing Applications, Speedup Performance Laws, Scalability Analysis and Approaches
Unit III: Processors and Memory Hierarchy:
Advanced Processor Technology, Superscalar and Vector Processors, Memory Hierarchy Technology, Virtual Memory Technology
Unit IV: Bus, Cache, and Shared Memory:
Backplane Bus Systems, Cache Memory Organizations, Shared-Memory Organizations, Sequential and Weak Consistency Models
Unit V: Pipelining and Superscalar Techniques:
Linear Pipeline Processors, Nonlinear Pipeline Processors, Instruction Pipeline Design, Arithmetic Pipeline Design, Superscalar and Super pipeline Design
Unit VI: Multiprocessors and Multicomputers:
Multiprocessor System Interconnects, Cache Coherence and Synchronization Mechanisms, Three Generations of Multicomputers, Message-Passing Mechanisms
Unit VII: Multivector and SIMD Computers:
Vector Processing Principles, Multivector Multiprocessors, Compound Vector Processing, SIMD
Computer Organizations: BSP and CM2 Architectures, The Connection Machine CM-5: CM5 Architecture and Inter process communication
Unit VIII: Parallel Models, Languages, and Compilers:
Parallel Programming Models, Parallel Languages and Compilers, Dependence Analysis of Data Arrays, Code Optimization and Scheduling, Loop Parallelization and Pipelining
REFERENCE BOOKS
1. Kai Hwang, Advanced computer Architecture: Parallelism, Scalability, Programmability, TMH,
2000.
2. Computer Architecture - A quantitative approach, 4/e, John L. Hennessey , David A. Patterson, Morgan Kaufmann / Elsevier, 2007.
24
CSE / Pre PhD R10
3. Parallel Computing Architecture: A hardware/ software approach , David E. Culler, Jaswinder Pal Singh, Morgan Kaufmann / Elsevier, 1997.
4. Computer Organization and Architecture - Designing for Performance, 7/e, William Stallings, PEa, 2006.
5. Computer Organization and Design, 4/e, Patterson , Elsevier, 2008.
6. Computer Architecture & Parallel Processing, Kai Hwang, Faye A. Briggs, TMH
25
CSE / Pre PhD R10
10CS202 ADVANCED DATA STRUCTURES AND ALGORITHMS
Unit I: Lists, Stacks, Queues and Trees:
Lists, Stacks and Queues: Abstract Data Types (ADTs), The List ADT, vector and list in the STL, Implementation of vector, Implementation of list, The Stack ADT, The Queue ADT. Trees: The Search Tree ADT - Binary Search Trees, AVL Trees, Splay Trees, B-Trees.
Unit II: Hashing and Priority Queues:
Hashing: General Idea, Hash Function, Separate Chaining, Hash Tables Without Linked Lists, Rehashing, Extendible Hashing
Priority Queues: Implementations, Binary Heap, Applications of Priority Queues, d-Heaps, Leftist Heaps, Skew Heaps, Binomial Queues.
Unit III: Sorting:
Sorting: A Lower Bound for Simple Sorting Algorithms, Shellsort, Heapsort, Mergesort, Quicksort, Indirect Sorting, A General Lower Bound for Sorting, Bucket Sort, External Sorting.
Unit IV: The Disjoint Set Class:
Equivalence Relations, the Dynamic Equivalence Problem, Basic Data Structure, Smart Union Algorithms, Path Compression, Worst Case for Union-by-Rank and Path Compression, an Application.
Unit V: Graph Algorithms:
Definitions, Topological Sort, Shortest-Path Algorithms, Network Flow Problems, Minimum Spanning Tree, Applications of Depth-First Search, Introduction to NP-Completeness.
Unit VI: Algorithm Design Techniques:
Greedy Algorithms, Divide and Conquer, Dynamic Programming, Randomized Algorithms, Backtracking Algorithms.
Unit VII: Amortized Analysis:
An Unrelated Puzzle, Binomial Queues, Skew Heaps, Fibonacci Heaps, Splay Trees.
Unit VIII: Advanced Data Structures and Implementation:
Top-Down Splay Trees, Red-Black Trees, Deterministic Skip Lists, AA-Trees, Treaps, k-d Trees, Pairing Heaps.
REFERENCE BOOKS
1. C & Data structures, N.B. Venkateswarulu, EV Prasad, S.Chand.
2. Data Structures and Algorithm Analysis in C++, 3/e, Mark Allen Weiss, PEA , 2007.
3. Data Structures Algorithms and Applications, 2/e, Sartaj Sahni, Universities Press, 2007.
4. Fundamentals of computer Algorithms, 2/e, Ellis Horowitz, Sartaj Sahni, Rajasekharan, Universities Press, 2008.
26
CSE / Pre PhD R10
5. Data Structures and Algorithms, Aho, Ullman, PEA.
6. Data Structures and Algorithms in JAVA, Adam drozdek, Cengage .
7. Data Structures with JAVATM, Hubbard, Huray, PHI,2009.
8. Data Structures, Gilberg, Forouzan, Thomson.
9. Fundamentals of Data structures algorithms and application Sartaj Sahni, University Press.
27
CSE / Pre PhD R10
10CS203 ADVANCED UNIX PROGRAMMING
UNIT I: Review of Unix Utilities and Shell Programming:
File handling utilities, security by file permissions, process utilities, disk utilities, networking commands, backup utilities, text processing utilities, Working with the Bourne shell, What is a shell, shell responsibilities, pipes and input redirection, output redirection, here documents, the shell as a programming language, shell meta characters, shell variables, shell commands, the environment, control structures, shell script examples.
UNIT II: Unix Files:
Unix file structure, directories, files and devices, System calls, library functions, low level file access, usage of open, creat, read, write, close, lseek, stat, fstat, octl, umask, dup, dup2. The standard I/O (fopen, fclose, fflush, fseek, fgetc, getc, getchar, fputc, putc, putchar, fgets, gets), formatted I/O, stream errors, streams and file descriptors, file and directory maintenance (chmod, chown, unlink, link, symlink, mkdir, rmdir, chdir, getcwd), Directory handling system calls (opendir, readdir, closedir, rewinddir, seekdir, telldir)
UNIT III: Unix Process:
Threads and Signals: What is process, process structure, starting new process, waiting for a process, zombie process, process control, process identifiers, system call interface for process management, fork, vfork, exit, wait, waitpid, exec, system, Threads, Thread creation, waiting for a thread to terminate, thread synchronization, condition variables, cancelling a thread, threads vs. processes, Signals, Signal functions, unreliable signals, interrupted system calls, kill and raise functions, alarm, pause functions, abort, sleep functions.
UNIT IV: Data Management:
Management Memory ( simple memory allocation, freeing memory) file and record locking ( creating lock files, locking regions, use of read/ write locking, competing locks, other commands, deadlocks). Interprocess Communication: Introduction to IPC, IPC between processes on a single computer system, IPC between processes on different systems, pipes, FIFOs, streams and messages, namespaces, introduction to three types of IPC (systemV) message queues, semaphores and shared memory.
UNIT V: Message Queues:
IPC, permission issues, Access permission modes, message structure, working message queues, Unix systemV messages, Unix kernel support for messages, Unix APIs for messages, client/server example.
UNIT VI: Semaphores:
Unix systemV semaphores, Unix kernel support for semaphores, Unix APIs for semaphores, file locking with semaphores.
Shared Memory: Unix systemV shared memory, working with a shared memory segment, Unix kernel support for shared memory, Unix APIs for shared memory, semaphore and shared memory example.
UNIT VII: Sockets:
Berkeley sockets, socket system calls for connection oriented protocol and connectionless protocol, example client/server program, advanced socket system calls, socket options.
28
CSE / Pre PhD R10
UNIT VIII: Remote Procedure Calls:
RPC Model, transparency issues, sun RPC: Sun's portmap/rpcbind, RPC Authentication, Secure RPC: Secure RPC Authentication, Setting Up Secure RPC with NIS, Using Secure RPC, Limitations of RPC
REFERENCE BOOKS
1. Advanced Programming in the UNIX Environment, Stevens , PEA/PHI.
2. Unix Network Programming, Stevens PEA/PHI.
3. Advanced Unix programming, N.B. Venkateswarlu, BSP.
4. Unix Concepts and Applications, 3/e, Sumitabha Das, TMH.
5. Practical UNIX and Internet Security, 2/e, Simson Garfinkel, Gene Spafford, O'Reilly.
29
CSE / Pre PhD R10
10CS204 ADVANCES IN COMPUTING
UNIT I: Grid Computing:
Data & Computational Grids, Grid Architectures and its relations to various Distributed Technologies
UNIT II:
Autonomic Computing, Examples of the Grid Computing Efforts (IBM)
UNIT III: Cluster Computing 1:
Cluster setup & its Administration, Performance Models & Simulations; Networking, Protocols & I/O, Lightweight Messaging systems, Active Messages
UNIT IV: Cluster Computing 2:
Distributed shared memory, parallel I/O Clusters, Jib and Resource management system, scheduling parallel jobs on clusters
UNIT V:Cluster Computing 3:
Load sharing and Fault tolerance manager, parallel programming scheduling techniques, Dynamic load balancing
Example Cluster System - Beowlf, COMPaS and NanOS
UNIT VI: Pervasive Computing :
Pervasive Computing concepts & Scenarios, Hardware & Software, Human - machine interface Device connectivity, Java for Pervasive devices, Application examples
UNIT VII: Cloud Computing:
History, Working of cloud computers, pros and cons of cloud computing, developing cloud services, cloud computer web based applications
UNIT VIII: Quantum Computing :
Introduction to Quantum Computing, QUbits, Quantum Mechanics, Quantum gates, Applications of quantum computing.
REFERENCE BOOKS:
1. J. Joseph & C. Fellenstein, Grid Computing, PEA.
2. Raj Kumar Buyya, High performance cluster computing, PEA.
3. J.Burkhardt et .al, Pervasive computing, PEA.
4. Vishal Sahni, Quantum computing, TMH.
5. Marivesar, Approaching quantum computing, PEA.
6. Neilsen & Chung L, Quantum computing and Quantum Information, Cambridge University Press.
7. A networking approach to Grid Computing , Minoli, Wiley.
30
CSE / Pre PhD R10
10CS205 BIO-INFORMATICS
UNIT I: INTRODUCTION:
The Central Dogma, The Killer Application, Parallel Universes - Watson’s Definition - Top Down Versus Bottom up - Information Flow , Convergence Databases , Data Management , Data Life Cycle , Database Technology , Interfaces , Implementation
UNIT II: NETWORKS:
Networks , Geographical Scope , Communication Models , Transmissions Technology , Protocols , Bandwidth , Topology , Hardware , Contents , Security , Ownership , Implementation , Management
UNIT III: SEARCH ENGINES:
The search process , Search Engine Technology , Searching and Information Theory , Computational methods , Search Engines and Knowledge Management
UNIT IV: DATA VISUALIZATION:
Data Visualization , sequence visualization , structure visualization , user Interface , Animation Versus simulation , General Purpose Technologies.
UNIT V: STATISTICS:
Statistical concepts , Microarrays , Imperfect Data , Randomness , Variability , Approximation , Interface Noise , Assumptions , Sampling and Distributions , Hypothesis Testing , Quantifying Randomness , Data Analysis , Tool selection statistics of Alignment
UNIT , VI: DATA MINING:
Clustering and Classification , Data Mining , Methods , Selection and Sampling , Preprocessing and Cleaning , Transformation and Reduction , Data Mining Methods , Evaluation , Visualization , Designing new queries , Pattern Recognition and Discovery , Machine Learning , Text Mining , Tools.
UNIT , VII: PATTERN MATCHING:
Pairwise sequence alignment , Local versus global alignment , Multiple sequence alignment ,
Computational methods , Dot Matrix analysis , Substitution matrices , Dynamic Programming , Word methods , Bayesian methods , Multiple sequence alignment , Dynamic Programming , Progressive strategies , Iterative strategies , Tools , Nucleotide Pattern Matching , Polypeptide pattern matching , Utilities , Sequence Databases.
UNIT - VIII: MODELING AND SIMULATION:
Drug Discovery , components , process , Perspectives , Numeric considerations , Algorithms , Hardware , Issues , Protein structure , AbInitio Methods , Heuristic methods , Systems Biology , Tools , Collaboration and Communications , standards , Issues , Security , Intellectual property.
REFERENCE BOOKS
1. Bio Informatics Computing, Bryan Bergeron, PHI, 2003.
2. Introduction to Bio Informatics, Attwood, Smith, Longman, 1999.
31
CSE / Pre PhD R10
3. Bio-Informatics, D Srinivasa Rao, Biotech.
4. Bio Informatics Computing, Bergeron, PHI
5. Bio Informatics, Managing scientific Data, Lacroix, Terence Critchlow, Elsevier
6. Bio Informatics Methods and Applications, Rastogi, Mendiratta, Rastogi, PHI
32
CSE / Pre PhD R10
10CS206 COMPUTATIONAL GEOMETRY
Unit I: Basic Geometric Concepts:
Points, lines, polygons; subdivisions; arrangements; polytopes; cell complexes.
Unit II: Projective Geometry :
Projective Geometry-geometric transformations
Unit III: Geometric Searching:
Fractional cascading; segment tree; interval tree, range tree; priority search tree. Non-orthogonal range searching , k-d trees - applications
Unit IV: Point Location:
Slab method; trapezoid method; chain method; bridged chain method.
Unit V: Plane-Sweep Algorithms:
Intersection of segments; intersection of rectangles; trapezoidation.
Unit VI: Proximity:
Closest pair; furthest pair; Voronoi diagrams; triangulations. Voronoi diagrams and Delaunay Triangulations - Constructing voronoi diagram- Applications.
Unit VII: Graph Drawing:
Planar drawings; straight-line drawings; orthogonal drawings; polyline drawings; upward drawings; hierarchical drawings; visibility representations.
UNIT VIII: Convex hulls :
Preliminaries, algorithms for convex hulls-grahams scan-Jarvis march, quick hull techniques, divide and conquer methods, dynamic convex hull algorithms, convex hulls in multi-dimensions, applications Applications of computational geometry in web applications.
REFERENCE BOOKS:
1. Computational Geometry, an Introduction", 2/e, Franco P. Preparata, Michael Ian Shamos, Springer-Verlag 1988 (ISBN: 0-387-96131-3)
2. Computational Geometry Algorithms and Applications, 2/e., de Berg, van Kreveld, Overmars, and Schwarzkopf (Springer-Verlag, 2000).
3. Graph Drawing, Algorithms for the Visualization of Graphs, Giuseppe Di Battista, Peter Eades, Roberto Tamassia, Ioannis G. Tollis, Prentice-Hall 1999 (ISBN: 0-13-301615-3)
4. Computational Geometry in C , 2/e, Joseph O'Rourke, Cambridge University Press
33
CSE / Pre PhD R10
10CS207 COMPUTER COMMUNICATIONS
Unit I: Introduction :
Network Hardware reference model - Transmission media - Narrowband ISDN - Broad band ISDN - ATM.
Unit II: Data Link Layer :
The data Link layer - Design Issues - Error detection and correction - Elementary Data Link Protocols - Sliding window protocols - Data link layer in HDLC, Internet and ATM.
Unit III: Channel Allocation Methods and Standards:
Channel allocation methods - TDM, FDM, ALOHA, Carrier sense Multiple access protocols, Collision Free protocols - IEEE standard BO2 for LANS - Ethernet, Token Bus, Token ring - Bridges.
Unit IV: Network Layer :
NETWORK LAYER Routing Algorithms - Shortest path, Flooding, Flow based Distance vector, Link state, Hierarchical, Broadcast routing, Congestion Control algorithms-General principles of congestion control, Congestion prevention polices, Choke packets and Load shedding.
Unit V: INTERNETWORKING :
Tunneling, internetworking, Fragmentation, network layer in the internet - IP protocols, IP address, Subnets, Internet control protocols, DSPF, BOP, Internet multicasting, Mobile IP. Network layer in the ATM Networks - cell formats, connection setup, routing and switching, service categories, and quality of service, ATM LANs.
Unit VI: Transport Layer :
The Transport Layer Elements of transport protocols - addressing, establishing a connection, releasing connection, flow control and buffering and crash recovery, END TO END PROTOCOLS - UDP, reliable Byte Stream (TCP) end to end format, segment format, connection establishment and termination, sliding window revisited, adaptive retransmission, TCP extension, Remote Procedure Call - BLAST, CHAN, SELECT, DCE.
Unit VII: Application Layer :
Application Layer - Network Security - Cryptographic Algorithms - DES, RSA. Security Mechanisms - Authentication Protocols, Firewalls.
Unit VIII: Application Layer (contd) :
Application Layer - Name service (DNS) Domains Hierarchy, Name servers. Traditional Applications - SMTP, MIME, World Wide Web - HTTP, Network Management - SNMP.
REFERENCE BOOKS
1. COMPUTER NETWORKS, Andrew Tanenbaum, 3/e, PHI.
34
CSE / Pre PhD R10
2. COMPUTER NETWORKS - A SYSTEM APPROACH - Larry L. Peterson, Bruce S. Davie, 2/e, Harcourt Asia PTE LTD.
3. Data Communication and Networking, 4/e, Forouzan, TMH
4. An engineering approach to computer networking, Kesav, PEA
5. Data and Computer Communications, 8/e, Stallings, PHI
6. Computer communication and networking technologies, Gallo, Hancock, Cengage
7. Understanding data communications, 7/e, Held, PEA
8. Communication Networks, 2/e, Leon-Garcia, TMH
35
CSE / Pre PhD R10
10CS208 FAULT TOLERANT SYSTEMS
Unit I: Preliminaries:
Fault Classification, Types of Redundancy, Basic Measures of Fault Tolerance, Hardware Fault Tolerance, The Rate of Hardware Failures, Failure Rate, Reliability, and Mean Time to Failure, Canonical and Resilient Structures , Other Reliability Evaluation Techniques
Unit II: Information Redundancy :
Information Redundancy, Coding, Resilient Disk Systems, Data Replication, Voting: Hierarchical Organization, Primary-Backup Approach, Algorithm-Based Fault Tolerance
Unit III: Fault-Tolerant Networks:
Measures of Resilience, Common Network Topologies and Their Resilience, Fault-Tolerant Routing
Unit IV: Software Fault Tolerance:
Acceptance Tests, Single-Version Fault Tolerance, N-Version Programming, Recovery Block Approach, Preconditions, Postconditions, and Assertions, Exception-Handling, Software Reliability Models, FaultTolerant Remote Procedure Calls
Unit V: Checkpointing:
What is Checkpointing? , Checkpoint Level, Optimal Checkpointing-An Analytical Model, Cache-Aided Rollback Error Recovery (CARER), Checkpointing in Distributed Systems, Checkpointing in SharedMemory Systems, Checkpointing in Real-Time Systems
Unit VI: Case Studies:
NonStop Systems, Stratus Systems, Cassini Command and Data Subsystem, IBM G5, IBM Sysplex, Itanium
Unit VII:
Fault Detection in Cryptographic Systems: Overview of Ciphers, Security Attacks Through Fault Injection, Countermeasures
Unit VIII: Simulation Techniques:
Writing a Simulation Program, Parameter Estimation, Variance Reduction Methods, Random Number Generation, Fault Injection
REFERENCE BOOK:
1. Fault Tolerant Systems, Israel koren, Mani Krishna, Elsevier, 2007
2. Fault Tolerant and Fault testable hardware design, Lala, BSP
3. Reliablity of Computer systems and networks( Fault Tolerance, analysis and Design), Martin L Shooman, Willey
4. FaultTolerant computer system Design, DK Pradhan(Ed), PHI, 1996
5. Software Fault tolerance Techniques and implementation, LL Pullam, Architect House
6. Reliable computer systems: Design and evaluation, siewiorek, swarz,AK Peters
7. Probability and statistics with reliability queuing and computer science applications, John wiley.
8. An Introduction to reliability and maintainability Engineering, Ebeling, MGH
36
CSE / Pre PhD R10
10CS209 MACHINE LEARNING
UNIT I: Introduction :
Well-posed learning problems, Designing a learning system, Perspectives and issues in machine learning Concept learning and the general to specific ordering - Introduction, A concept learning task, Concept learning as search, Find-S: finding a maximally specific hypothesis, Version spaces and the candidate elimination algorithm, Remarks on version spaces and candidate elimination, Inductive bias.
UNIT II: Decision Tree learning:
Introduction, Decision tree representation, Appropriate problems for decision tree learning, The basic decision tree learning algorithm, Hypothesis space search in decision tree learning, Inductive bias in decision tree learning, Issues in decision tree learning
UNIT III: Artificial Neural Networks:
Introduction, Neural network representation, Appropriate problems for neural network learning, Perceptions, Multilayer networks and the back propagation algorithm, Remarks on the back propagation algorithm, An illustrative example face recognition
Advanced topics in artificial neural networks
Evaluation Hypotheses : Motivation, Estimation hypothesis accuracy, Basics of sampling theory, A general approach for deriving confidence intervals, Difference in error of two hypotheses, Comparing learning algorithms
UNIT IV: Bayesian learning:
Introduction, Bayes theorem, Bayes theorem and concept learning, Maximum likelihood and least squared error hypotheses, Maximum likelihood hypotheses for predicting probabilities, Minimum description length principle, Bayes optimal classifier, Gibs algorithm, Naïve bayes classifier, An example learning to classify text, Bayesian belief networks The EM algorithm
UNIT V: Computational learning theory :
Introduction, Probability learning an approximately correct hypothesis, Sample complexity for Finite Hypothesis Space, Sample Complexity for infinite Hypothesis Spaces, The mistake bound model of learning - Instance-Based Learning- Introduction, k -Nearest Neighbor Learning, Locally Weighted
Regression, Radial Basis Functions, Case-Based Reasoning, Remarks on Lazy and Eager Learning
UNIT VI: Genetic Algorithms :
Motivation, Genetic Algorithms, An Illustrative Example, Hypothesis Space Search, Genetic Programming, Models of Evolution and Learning, Parallelizing Genetic Algorithms
UNIT VII: Learning Sets of Rules:
Introduction, Sequential Covering Algorithms, Learning Rule Sets: Summary, Learning First Order Rules, Learning Sets of First Order Rules: FOIL, Induction as Inverted Deduction, Inverting Resolution Analytical Learning : Introduction, Learning with Perfect Domain Theories: Prolog-EBG Remarks on Explanation-Based Learning, Explanation-Based Learning of Search Control Knowledge
37
CSE / Pre PhD R10
UNIT VIII : Combining Inductive and Analytical Learning:
Motivation, Inductive-Analytical Approaches to Learning, Using Prior Knowledge to Initialize the Hypothesis, Using Prior Knowledge to Alter the Search Objective, Using Prior Knowledge to Augment Search Operators,
Reinforcement Learning : Introduction, The Learning Task, Q Learning, Non-Deterministic, Rewards and Actions, Temporal Difference Learning, Generalizing from Examples, Relationship to Dynamic Programming
REFERENCE BOOK:
1. Machine Learning ,Tom M. Mitchell, MGH
2. Machine Learning, An Algorithmic Perspective, Stephen Marsland, Taylor & Francis(CRC)
3. Introduction to Machine Learning, Ethem Alpaydin, PHI, 2004
38
CSE / Pre PhD R10
10CS210 MOBILE COMPUTING
Unit 1: Introduction to Mobile Communications and Computing:
Mobile Computing (MC): Introduction to MC, novel applications, limitations, and architecture GSM: Mobile services, System architecture, Radio interface, Protocols, Localization and calling, Handover, Security, and New data services.
Unit II: (Wireless) Medium Access Control:
Motivation for a specialized MAC (Hidden and exposed terminals, Near and far terminals), SDMA, FDMA, TDMA, CDMA.
Unit III: Mobile Network Layer:
Mobile IP (Goals, assumptions, entities and terminology, IP packet delivery, agent advertisement and discovery, registration, tunneling and encapsulation, optimizations), Dynamic Host Configuration Protocol (DHCP).
Unit IV: Mobile Transport Layer:
Traditional TCP, Indirect TCP, Snooping TCP, Mobile TCP, Fast retransmit/fast recovery, Transmission /time-out freezing, Selective retransmission, Transaction oriented TCP.
Unit V: Database Issues:
Hoarding techniques, caching invalidation mechanisms, client server computing with adaptation, poweraware and context-aware computing, transactional models, query processing, recovery, and quality of service issues.
Unit VI: Data Dissemination:
Communications asymmetry, classification of new data delivery mechanisms, push-based mechanisms, pull-based mechanisms, hybrid mechanisms, selective tuning (indexing) techniques.
Unit VII: Mobile Ad hoc Networks (MANETs):
Overview, Properties of a MANET, spectrum of MANET applications, routing and various routing algorithms, security in MANETs.
Unit VIII: Protocols and Tools:
Wireless Application Protocol-WAP. (Introduction, protocol architecture, and treatment of protocols of all layers), Bluetooth (User scenarios, physical layer, MAC layer, networking, security, link management) and J2ME.
39
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Mobile Communications, 2/e, Jochen Schiller, 2004, Addison-Wesley.
2. Handbook of Wireless Networks and Mobile Computing, Stojmenovic , Cacute, Wiley, 2002
3. Mobile Computing Principles, Designing and Developing Mobile Applications with UML and XML, Reza Behravanfar, Cambridge, University Press, 2004.
4. Fundamentals of Mobile and Pervasive Computing, Adelstein, Frank, Gupta, Sandeep KS. Richard Golden , Schwiebert, Loren, TMH , 2005.
5. Principles of Mobile Computing, 2/e, Hansmann, Merk, Nicklous, Stober, Springer, 2003.
6. Mobile and Wireless Design Essentials, Martyn Mallick, Wiley DreamTech, 2003
7. Mobile Computing, Rajkamal, Oxford, 2008
8. Adhoc Wireless Networks, 2/e, Sivaram murthy, manoj, PEA, 2009
40
CSE / Pre PhD R10
10CS211 PARALLEL COMPUTING & ALGORITHMS
UNIT I: Introduction:
Computational demand in various application areas, advent of parallel processing,terminologypipelining,Data parallelism and control parallelism-Amdahl’s law. Basic parallel random access Machine Algorithms-definitions of P, NP and NP-Hard, NP-complete classes of sequential algorithms-NC -class for parallel algorithms.
UNIT II:
Organizational features of Processor Arrays,Multi processors and multicomputers.Mapping and scheduling aspects of algorithms. Mapping into meshes and hyper cubes-Load balancing-List scheduling algorithm Coffman-graham scheduling algorithm for parallel processors.
UNIT III:
Elementory Parallel algorithms on SIMD and MIMD machines, Analysis of these algorithms. Matrix Multiplication algorithms on SIMD and MIMD models.
UNIT IV:
Fast Fourier Transform algorithms. Implementation on Hyper cube architectures. Solving linear file - system of equations, parallelizing aspects of sequential methods back substitution and Tri diagonal.
UNIT V:
Parallel sorting methods---Odd-even transposition Sorting on processor arrays.Biotonic -merge sort on shuffle -exchange ID -Array processor,2D-Mesh processor and Hypercube Processor Array.
UNIT VI:
Parallel Quick-sort on Multi processors. Hyper Quick sort on hypercube multi computers. Parallel search operations. Ellis algorithm and Manber and ladner’s Algorithms for dictionary operations.
UNIT VII:
Parallel algorithms for Graph searching—All Pairs shortest paths and minimum cost spanning tree. UNIT VIII:
Parallelization aspects of combinatorial search algorithms with Focus on Branch and Bound Methods and Alpha-beta Search methods.
REFERENCE BOOKS:
41
CSE / Pre PhD R10
1. Parallel computing theory and practice, MICHAEL J.QUINN
2. Programming Parallel Algorithms, Guy E. Blelloch, Communications of the ACM
3. Algorithms for Parallel processing, Michael T Heath, Abhiram Ranade, Schreiber(Ed), Springer.
4. Handbook of Parallel Computing Models, algorithms and applications, Samgithevar Rajasekharan, John Reif(Ed), Taylor and Franics group.
5. Parallel Processing and Parallel Algorithms: Theory and Computation, Seyed H. Roosta, Springer
42
CSE / Pre PhD R10
10CS212 PATTERN RECOGNITION
UNIT I : Introduction:
Basic concepts, Applications, Fundamental problems in pattern Recognition system design, Design concepts and methodologies, Examples of Automatic Pattern recognition systems, Simple pattern recognition model.
UNIT II: Decisions and Distance Functions:
Linear and generalized decision functions, Pattern space and weight space, Geometrical properties, implementations of decision functions, Minimum-distance pattern classifications.
UNIT III: Probability - Probability of events:
Random variables, Joint distributions and densities, Movements of random variables, Estimation of parameter from samples. STATISTICAL UNIT - IV: DECISION MAKING - Introduction, Baye’s theorem, Multiple features, Conditionally independent features, Decision boundaries, Unequal cost of error, estimation of error rates, the leaving-one-out-techniques, characteristic curves, estimating the composition of populations. Baye’s classifier for normal patterns.
UNIT V: Non Parametric Decision Making:
Introduction, histogram, kernel and window estimation, nearest neighbour classification techniques. Adaptive decision boundaries, adaptive discriminant functions, Minimum squared error discriminant functions, choosing a decision making techniques.
UNIT VI: Clustering and Partitioning:
Hierarchical Clustering: Introduction, agglomerative clustering algorithm, the single-linkage, completelinkage and average-linkage algorithm. Ward’s method Partition clustering-Forg’s algorithm, K-means’s algorithm, Isodata algorithm.
UNIT VII: Pattern Preprocessing and Feature selection:
Introduction, distance measures, clustering transformation and feature ordering, clustering in feature selection through entropy minimization, features selection through orthogonal expansion, binary feature selection.
UNIT VIII: Syntactic Pattern Recognition and Application of Pattern Recognition:
Concepts from formal language theory, formulation of syntactic pattern recognition problem, syntactic pattern description, recognition grammars, automata as pattern recognizers, Application of pattern recognition techniques in bio-metric, facial recognition, IRIS scon, Finger prints, etc.,
REFERENCES BOOKS:
1. Pattern recognition and Image Analysis, Gose. Johnsonbaugh Jost, PHI.
2. Pattern Recognition Principle, Tou. Rafael. Gonzalez, Pea.
3. Pattern Classification, Richard duda, Hart., David Strok, Wiley.
43
CSE / Pre PhD R10
10CS213 SCALABLE PARALLEL COMPUTING ARCHITECTURES
Unit I: Parallel Computer Models, Program and Network Properties:
Parallel Computer Models: Multiprocessors and Multicomputers, Multivector and SIMD Computers, PRAM and VLSI Models, Architectural Development Tracks
Program and Network Properties: Conditions of Parallelism, Program Partitioning and Scheduling, Program Flow Mechanisms, System Interconnect Architectures.
Unit II: Principles of Scalable Performance:
Performance Metrics and Measures, Parallel Processing Applications, Speedup Performance Laws, Scalability Analysis and Approaches.
Unit III: Processors and Memory Hierarchy:
Advanced Processor Technology, Superscalar and Vector Processors, Memory Hierarchy Technology, Virtual Memory Technology.
Unit IV: Bus, Cache, and Shared Memory:
Backplane Bus Systems, Cache Memory Organizations, Shared-Memory Organizations, Sequential and Weak Consistency Models.
Unit V: Pipelining and Superscalar Techniques:
Linear Pipeline Processors, Nonlinear Pipeline Processors, Instruction Pipeline Design, Arithmetic Pipeline Design
Superscalar and Superpipeline Design
Unit VI: Multiprocessors and Multicomputers:
Multiprocessor System Interconnects, Cache Coherence and Synchronization Mechanisms, Three Generations of Multicomputers, Message-Passing Mechanisms.
Unit VII: Multivector and SIMD Computers:
Vector Processing Principles, Multivector Multiprocessors, Compound Vector Processing, SIMD
Computer Organizations: BSP and CM2 Architectures, The Connection Machine CM-5: CM5 Architecture and Inter process communication.
Unit VIII: Parallel Models, Languages, and Compilers:
Parallel Programming Models, Parallel Languages and Compilers, Dependence Analysis of Data Arrays, Code Optimization and Scheduling, Loop Parallelization and Pipelining.
REFERENCE BOOKS:
1. Advanced computer Architecture,Parallelism, Scalability, Programmability. Kai Hwang, TMH
2. Computer Architecture,A quantitative approach, 4/e, John L. Hennessey , David A. Patterson, Morgan Kaufmann / Elsevier, 2007.
44
CSE / Pre PhD R10
3. Parallel Computing Architecture, A hardware/ software approach , David E. Culler, Jaswinder Pal Singh, Morgan Kaufmann / Elsevier, 1997.
4. Computer Organization and Architecture, Designing for Performance, 7/e, William Stallings, Pearson, 2006.
5. Computer Organization and Design, 4/e, Patterson , Hennessy Elsevier India, 2008.
6. Computer Architecture & Parallel Processing, Kai Hwang, Faye A. Briggs, TMH.
7. Parallel programming, 2/e, Wikinson, Allen, Pea.
45
CSE / Pre PhD R10
10CS214 SECURED DATABASE APPLICATIONS DEVELOPMENT
Unit I: Security Architecture:
Introduction, Security, Information Systems, Database management systems, Information security, Information security Architecture, database security, Asset types and their value, Security methods.
Unit II: Operating System Security Fundamentals:
Introduction, operating systems overview, security environment, components, Authentication methods, user administration, password policies, Vulnerabilities of operating systems, E- Mail security.
Unit III: Administration of Users :
Introduction, user authentication, operating system authentication, creating/removing/modifying users, default/remote users, Database links, Linked servers, remote servers.
Unit IV: Profiles, Password Policies, Privileges, and Roles:
Introduction, Defining and using profiles, Designing and implementing password policies, Granting and revoking user privileges, creating, Assigning and revoking user roles.
Unit V: Database Application Security Models :
Introduction, Types of users, security models, application types, application security models and Data encryption.
Unit VI: Virtual Private Databases (VPD):
Introduction, Overview, implementing a VPD using views and application context. Implementing oracle VPD, Viewing VPD policies and application context using: data dictionary, policy manager, implementing row and column level security with SQL server.
Unit VII: Database Auditing Models, Application Data Auditing:
Database Auditing Models: Introduction, Auditing overview, environment, process, objectives, classification and types, benefits and side effects of auditing.
Application Data Auditing: Introduction, DML auction auditing architecture. Triggers, fine grained auditing, DML statement audit trail and auditing application errors with Oracle.
Unit VIII: Auditing Database Activities, Security and Auditing Project Cases:
Auditing Database Activities: Introduction, usage of database activities, creating DLL triggers, auditing database activities with oracle
Security and Auditing project cases: Introduction, case study for developing an online database, taking care of payroll, tracking database changes and developing a secured authentication repository
46
CSE / Pre PhD R10 REFERENCE BOOKS:
1. Database Security and Auditing, Hassan Afyouni, Cengage Learning, 2007
2. Database Security, S. Castano, M. Fugini, G. Martella, P. Samarati, Addison-Wesley, 1994
3. Implementing Database Security and Auditing, RonBen Natan: Elsevier, Indian reprint, 2006
4. Principles of Distributed Database Systems, Prentice Hall,2/e, M.TamerÖzsu, Patrick Valdureiz
5. Database Security, Castano, Fugini, Addison Wesley
6. The security Audit and control of Databases, Clark, Holloway, List, UK:Ashgate.
7. Security and Audit of Database System, Douglas, Blackwell(UK)
8. Database security and Integrity, Fernandez, Summers, Wood, Addison Wesley
47
CSE / Pre PhD R10
10CS215 WIRELESS NETWORKS AND MOBILE COMPUTING
UNIT I : INTRODUCTION TO MOBILE AND WIRELESS LANDSCAPE:
Definition of Mobile and Wireless, Components of Wireless Environment, Challenges, Overview of Wireless Networks, Categories of Wireless Networks, Wireless LAN : Infra red Vs radio transmission, Infrastructure and Ad-hoc Network, IEEE 802.11, HIPERLAN, Bluetooth.
UNIT II: GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS (GSM):
GSM Architecture, GSM Entities, Call Routing in GSM, PLMN Interfaces, GSM Addresses and Identifiers, Network Aspects in GSM, GSM Frequency Allocation, Authentication and Security.
UNIT III: MOBILE NETWORK LAYER:
Mobile IP (Goals, assumptions, entities and terminology, IP packet delivery, agent advertisement and discovery, registration, tunneling and encapsulation, optimizations), Dynamic Host Configuration Protocol (DHCP), Mobile Ad-hoc networks : Routing, destination Sequence Distance Vector, Dynamic Source Routing.
UNIT IV: MOBILE TRANSPORT LAYER:
Traditional TCP, Indirect TCP, Snooping TCP, Mobile TCP, Fast retransmit/fast recovery, Transmission/time-out freezing, Selective retransmission, Transaction oriented TCP.
UNIT V: BROADCAST SYSTEMS:
Overview, Cyclical repetition of data, Digital audio broadcasting: Multimedia object transfer protocol, Digital video broadcasting: DVB data broadcasting, DVB for high-speed internet access, Convergence of broadcasting and mobile communications.
UNIT VI : PROTOCOLS AND TOOLS:
Wireless Application Protocol-WAP. (Introduction, protocol architecture, and treatment of protocols of all layers), Bluetooth (User scenarios, physical layer, MAC layer, networking, security, link management) and J2ME.
UNIT - VII: WIRELESS LANGUAGE AND CONTENT - GENERATION TECHNOLOGIES:
Wireless Content Types, Markup Languages: HDML, WML, HTML, cHTML, XHTML, VoiceXML.
Content- Generation Technologies: CGI with Perl, Java Servlets, Java Server Pages, Active Server Pages, XML with XSL Stylesheets, XML Document, XSL Stylesheet
UNIT - VIII: MOBILE AND WIRELESS SECURITY:
Creating a Secure Environment, Security Threats, Security Technologies, Other Security Measures, WAP Security, Smart Client Security
48
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Mobile Communications, 2/e, Jochen Schiller, PEA, 2008.
2. Mobile and Wireless Design Essentials, Martyn Mallick, Wiley, 2008.
3. Mobile Computing, Asoke K Talukder, et al,, MGH, 2008.
4. Mobile Computing,Raj Kamal,Oxford .
5. Wireless Communications & Networks, 2/e, William Stallings, PEA, 2007.
6. Fundamentals of Mobile and Pervasive Computing, Frank Adelstein et al, TMH, 2005.
7. Wireless Networks first-step, Jim Geier, PEA, 2005.
8. 2.5G Mobile Networks: GPRS and EDGE, Sumit Kasera et al, TMH, 2008.
9. 802.11 Wireless Networks,2/e, Matthew S.Gast, O’Reilly, 2006.
10. Handbook of Wireless Networks and Mobile Computing, Ivan Stojmenovic , Wiley, 2007.
49
Syllabi for Pre.PhD/Pre M.Phil/ Pre MS. W.e.f. 2010-2011 Batch
Subjects for other branches
(Two Subjects from this list is Compulsory
for students of Non- Computer Science and Engineering background)
S.No Subject Name Subject Code
1 Neural Networks 10CS301
2 Advanced Problem Solving 10CS302
3 Artificial Intelligence 10CS303
4 Compiler Design 10CS304
5 Computer Graphics 10CS305
6 Computer System Design 10CS306
7 Data base management systems 10CS307
8 Formal Languages and Automata Theory 10CS308
9 Design and Analysis of Algorithms 10CS309
10 Mathematical Foundation for Computer Science 10CS310
11 Object Oriented Analysis and Design 10CS311 12 Operating systems 10CS312
13 Programming Languages 10CS313 14 Software Engineering 10CS314 15 Java & Web Technologies 10CS315
50
CSE / Pre PhD R10
10CS301 NEURAL NETWORKS
UNIT I: INTRODUCTION:
- what is a neural network? Human Brain, Models of a Neuron, Neural networks viewed as Directed
Graphs, Network Architectures, Knowledge Representation, Artificial Intelligence and Neural Networks
UNIT II : LEARNING PROCESS 1:
Error Correction learning, Memory based learning, Hebbian learing
UNIT III: LEARNING PROCESS 2:
Competitive, Boltzmann learning, Credit Asssignment Problem, Memory, Adaption, Statistical nature of the learning process
UNIT IV :SINGLE LAYER PERCEPTRONS:
Adaptive filtering problem, Unconstrained Organization Techniques, Linear least square filters, least
mean square algorithm, learning curves, Learning rate annealing techniques, perceptron -convergence theorem, Relation between perceptron and Bayes classifier for a Gaussian Environment
UNIT V: MULTILAYER PERCEPTRON:
Back propagation algorithm XOR problem, Heuristics, Output representation and decision rule, Comuter experiment, feature detection
UNIT VI :BACK PROPAGATION:
Back propagation and differentiation, Hessian matrix, Generalization, Cross validation, Network pruning Techniques, Virtues and limitations of back propagation learning, Accelerated convergence, supervised learning.
UNIT VII:SELF ORGANIZATION MAPS:
Two basic feature mapping models, Self organization map, SOM algorithm, properties of feature map, computer simulations, learning vector quantization, Adaptive patter classification, Hierechel Vector quantilizer, contexmel Maps
UNIT VIII:NEURO DYNAMICS:
Dynamical systems, stavility of equilibrium states, attractors, neurodynamical models , manipulation of attarctors as a recurrent network paradigm, Hopfield models
REFERENCE BOOKS:
1. Neural networks A comprehensive foundations,2/e, Simon Haykin, PEA. 2. Artifical neural networks , Yegnanarayana, P HI
3. Neural networks in Computer intelligence, Li Min Fu, TMH
4. Neural networks, James ,A Freeman, David M S kapura, PEA
5. Neural Networks A Classroom Approach, Satish Kumar, TMH
6. Neural Networks and Fuzzy Systems, Bart Kosko, PHI
51
CSE / Pre PhD R10
10CS302 Advanced Problem Solving
Unit I: Introduction:
Basic concepts, Abstact Data Types, Data structures, Algorithms, Characteristics of Algorithms, Performance analysis, Time complexity and Space complexity, Asymptotic Analysis, Big O, Omega and Theta notations.
Unit II: Linear data structures :
The List ADT, Array and Linked Implementations, Singly Linked Lists-Operations- Insertion,Deletion,Traversals,DoublyLinkedLists-Operations-Insertion,Deletion,SkipLists-implementation, StackADT, definitions, operations, Array and Linked implementations, applications-infix to postfix conversion, recursion implementation, tail recursion, nontail recursion, indirect recursion, QueueADT, definitions and operations ,Array and Linked Implementations, Priority Queue ADT, Deque ADT,
Implementation using doubly linked lists
Unit III: Non Linear data structures:
Trees-Basic Terminology, Binary tree ADT,array and linked representations,iterative traversals,threaded binary trees,Applications-Disjoint-Sets,Union and Find algorithms,Huffman coding,General tree to binary tree conversion, Realizing a Priority Queue using Heap.
Unit IV : Search Trees
Binary Search Tree ADT, Implementation, Operations- Searching, Insertion and Deletion, Balanced Search trees-AVL Trees, Operations - Insertion and Searching,B-Trees, B-Tree of order m,OperationsInsertion,Deletion and Searching,Introduction to Red-BlackTrees, Splay Trees,B*-Trees,B+- Trees(Elementary treatement), Comparison of Search Trees,Trees
Unit V: Searching:
Linear Search,Binary Search, Hashing-Hash functions,Collision-Handling schemes,Hashing in
java.util,Dictionary ADT,Linear list representation,Skip list representation,Hash table
representation,Comparison of Searching methods.
Unit VI: Sorting:
Sorting- Bubble Sort,Insertion Sort,Shell sort,Heap Sort,Radix Sort,Quick sort,Merge sort, Comparison of Sorting methods,Sorting in java.util.
Unit VII: Graphs:
Basic Terminology, Graph Representations- Adjacency matrix,Adjacency lists,Adjacency multilists,Graph traversals- DFS and BFS, Spanning trees-Minimum cost spanning trees,Kruskal’s Algorithm for Minimum cost Spanning trees, Shortest paths- Single Source Shortest Path Problem,All Pairs Shortest Path Problem.
Unit VII: Pattern Matching:
Text Processing - Pattern matching algorithms- The Knuth-Morris-Pratt algorithm,The Boyer-Moore algorithm,Tries- Standard Tries, Compressed Tries, Suffix tries.
REFERENCE BOOKS :
52
CSE / Pre PhD R10
1. Data structures , Algorithms and Applications in Java,S.Sahani, Universities Press.
2. Data structures and Algorithms in Java,Adam Drozdek,Cengage Learning.
3. Data structures and Algorithms in Java,Michael T.Goodrich and R.Tomassia , Wiley.
4. Data structures and algorithms in Java,Robert Lafore,PEA.
5. Data structures with Java,W.H.Ford and W.R.Topp,PEA.
6. Classic Data structures in Java,T.Budd,PEA.
7. Data Structures using Java,D.S. Malik and P.S.Nair, Cengage .
8. An Introduction to Data structures and Algorithms,J.A.Storer,Springer.
9. Data structures and Java Collections Frame Work,W.J.Collins,MGH.
10. Data structures with Java,J.R.Hubbard and A.Huray,PHI.
11. Data Structures using Java,Y.Langsam,M.Augenstein,A.Tanenbaum, PEA.
12. Data structures with Java,J.R.Hubbard,Schaum’s Outlines,TMH
13. Problem solving with C, A. Jones, Harrow, Cengage
14. Problem solving and Program Design in C, 5/e, Hanly, Koffman, PEA,
15. Problem solving and Programming concepts, 7/e, Maureen Sprankle, PEA
16. Problem solving With C++, 6/e, Walter Savitch, PEA
53
CSE / Pre PhD R10
10CS303 ARTIFICIAL INTELLIGENCE
UNIT I:Introduction :
AI problems, foundation of AI and history of AI intelligent agents: Agents and Environments, the concept of rationality, the nature of environments, structure of agents, problem solving agents, problem formulation.
UNIT II : Searching: Searching for solutions, uniformed search strategies - Breadth first search, depth first search, Depth limited search, Iterative deepening depth first search bi-direction search -
comparison. Search with partial information (Heuristic search) Greedy best first search, A* search, Memory bounded heuristic search, Heuristic functions.
UNIT III: Searching(Contd.) :
Local search Algorithms, Hill climbing, simulated, annealing search, local beam search, genetical algorithms. Constrain satisfaction problems: Backtracking search for CSPs local search for constraint satisfaction problems.
UNIT IV :Game Playing: Adversial search, Games, minimax, algorithm, optimal decisions in multiplayer games, Alpha-Beta pruning, Evaluation functions, cutting of search.
UNIT V: Knowledge Representation:
Knowledge - Based Agents, the Wumpus world, logic, propositional logic, Resolution patterns in propos ional logic, Resolution, Forward & Backward. Chaining.
UNIT VI: Reasoning :
First order logic. Inference in first order logic, propositional Vs. first order inference, unification & lifts forward chaining, Backward chaining, Resolution.
UNIT VII: Planning :
Classical planning problem, Language of planning problems, Expressiveness and extension, planning with state - space search, Forward states spare search, Backward states space search, Heuristics for stats space search. Planning search, planning with state space search, partial order planning Graphs.
UNIT VIII: Learning
Forms of learning, Induction learning, Learning Decision Tree, Statistical learning methods, learning with complex data, learning with Hidden variables - The EM Algorithm, Instance Based learning, Neural Networks.
REFERENCE BOOKS:
1. Artificial Intelligence - A Modern Approach. 2/e, Stuart Russel, Peter Norvig, PHI/PEA.
2. Artificial Intelligence, 3/e, Patrick Henry Winston., PEA.
3. Artificial Intelligence , E.Rich , K.Knight, 2/e, TMH.
4. Artificial Intelligence and Expert Systems , Patterson PHI.
5. Expert Systems: Principles and Programming, 4/e, Giarrantana/ Riley, Thomson.
6. PROLOG Programming for Artificial Intelligence. Ivan Bratka, 3/e, PEA.
7. Artificial Inteligence , Lugar, 5/e, PEA.
8. Artificial Inteligence, Winston, 3/e, PEA.
9. Artificial Inteligence ,Negnevitsky, 2nd ed, PEA.
10. Artificial Inteligence, Nelson, Elsevier
54
CSE / Pre PhD R10
10CS304 COMPILER DESIGN
UNIT I : Overview of Compilation:
Phases of Compilation - Lexical Analysis, Regular Grammar and regular expression for common
programming language features, pass and Phases of translation, interpretation, bootstrapping, data structures in compilation - LEX lexical analyzer generator.
UNIT II : Parsing:
Context free grammars, Top down parsing - Backtracking, LL (1), recursive descent parsing, Predictive parsing, Preprocessing steps required for predictive parsing.
Bottom up parsing: - Shift Reduce parsing, LR and LALR parsing, Error recovery in parsing , handling
ambiguous grammar, YACC - automatic parser generator.
UNIT III : Semantic analysis:
Intermediate forms of source Programs - abstract syntax tree, Attributed grammars, Syntax directed translation, Conversion of popular Programming languages language Constructs into Intermediate code forms, Type checker.
UNIT IV : Symbol Tables:
Symbol table format, organization for block structured languages, hashing, tree structures representation of scope information. Block structures and non block structure storage allocation: static, Runtime stack and heap storage allocation, storage allocation for arrays, strings and records.
UNIT V : Code Generation :
Processing the intermediate Code- Interpretation, Code generation, Simple code generation, code generation for basic blocks, BURS Code generation and dynamic programming, Register allocation by graph coloring, Evaluation of code generation techniques Preprocessing the intermediate code, post processing the target code, machine code generation.
UNIT VI : Code optimization:
Consideration for Optimization, Machine dependent and machine independent code optimization, Scope of Optimization, local optimization, loop optimization, frequency reduction, folding, DAG representation.
UNIT VII : Data flow analysis:
Dataflow Analysis, Intermediate representation for flow analysis , Various dataflow analyses ,
Transformations using dataflow analysis Speeding up dataflow analysis , Alias analysis.
UNIT VIII : Loop Optimizations:
Dominators, Loop-invariant computations, Induction variables, Array bounds checks, Loop unrolling
REFERENCE BOOKS :
1. Principles of compiler design -A.V. Aho . J.D.Ullman; Pearson Education
2. Modern Compiler Design- Dick Grune, Henry E. Bal, Cariel T. H. Jacobs, Wiley dreamtech.
3. Advanced Compiler Design Implementation, S.S.Muchnick,Elsevier.
4. Compilers principles ,techniques and tools A.V.Aho,Ravi Sethi& J.D. Ullman; Pearson ed.,
5. lex &yacc - John R. Levine, Tony Mason, Doug Brown, O’reilly
55
CSE / Pre PhD R10
6. Modern Compiler Implementation in C- Andrew N. Appel, Cambridge University Press.
7. Engineering a Compiler-Cooper & Linda, Elsevier.
8. Compiler Construction, Louden, Thomson..
56
CSE / Pre PhD R10
10CS305 COMPUTER GRAPHICS
UNIT I : Introduction :
Application areas of Computer Graphics, overview of graphics systems, video-display devices, raster-scan systems, random scan systems, graphics monitors and work stations and input devices
UNIT II : Output primitives :
Points and lines, line drawing algorithms, mid-point circle and ellipse algorithms.Filled area primitives: Scan line polygon fill algorithm, boundary-fill and flood-fill algorithms
UNIT III : 2-D geometrical transforms : Translation, scaling, rotation, reflection and shear
transformations, matrix representations and homogeneous coordinates, composite transforms,
transformations between coordinate systems.
UNIT IV : 2-D viewing :
The viewing pipeline, viewing coordinate reference frame, window to view-port coordinate transformation, viewing functions, Cohen-Sutherland and Cyrus-beck line clipping algorithms, Sutherland
-Hodgeman polygon clipping algorithm
UNIT V : 3-D object representation :
Polygon surfaces, quadric surfaces, spline representation, Hermite curve, Bezier curve and B-Spline curves, Bezier and B-Spline surfaces. Basic illumination models, polygon rendering methods.
UNIT VI : 3-D Geometric transformations :
Translation, rotation, scaling, reflection and shear transformations, composite transformations.
3-D viewing : Viewing pipeline, viewing coordinates, view volume and general projection transforms and clipping
UNIT VII : Visible surface detection methods :
Classification, back-face detection, depth-buffer, scan-line, depth sorting, BSP-tree methods, area subdivision and octree methods
UNIT VIII : Computer animation :
Design of animation sequence, general computer animation functions, raster animation, computer animation languages, key frame systems, motion specifications
Reference Books:
1. Computer Graphics C version, Donald Hearn, M.Pauline Baker, Pearson.
2. Computer Graphics Principles & practice, 2/ed, Foley, VanDam, Feiner, Hughes, Pearson.
3. Computer Graphics, second Edition, Donald Hearn and M.Pauline Baker, PHI.
4. Computer Graphics Second edition, Zhigand xiang, Roy Plastock, Schaum’s outlines, TMH.
5. Procedural elements for Computer Graphics, 2/e, David F Rogers, TMH.
6. Principles of Interactive Computer Graphics, Neuman , Sproul, TMH.
7. Principles of Computer Graphics, Shalini Govil, Pai, 2005, Springer.
8. Computer Graphics, Steven Harrington, TMH.
9. Advanced Graphics programming using OpenGL, Mc Reynoldsm, Blythe, Elsevier.
57
CSE / Pre PhD R10
10CS306 COMPUTER SYSTEMS DESIGN
UNIT I : Computer structure:
Hardware, software, system software, Von-neumann architecture - case study. IA -32 Pentium: registers and addressing, instructions, assembly language, program flow control, logic and shift/rotate instructions, multiply, divide MMX,SIMD instructions, I/O operations, subroutines.
UNIT II : Input/Output organizaton :
Input/Output organizaton, interrupts, DMA, Buses, Interface circuits, I/O interfaces, device drivers in windows, interrupt handlers
UNIT III : Processing Unit:
Execution of a complete instruction, multiple bus organization, hardwired control, micro programmed control.
Unit IV :Pipelining:
Data hazards, instruction hazards, influence on instruction sets, data path & control consideration, RISC architecture introduction.
UNIT V : Memory:
Types and hierarchy, model level organization, cache memory, performance considerations, mapping, virtual memory, swapping, paging, segmentation, replacement policies.
UNIT VI: Processes and Threads:
Processes, threads, inter process communication, classical IPC problems, Deadlocks.
UNIT VII : File system:
Files, directories, Implementation, Unix file system
Unit VIII : Security:
Threats, intruders, accident data loss, basics of cryptography, user authentication.
REFERENCE BOOKS:
1. Computer Organization , 5/e, Carl Hamacher, Zvonks Vranesic, SafeaZaky, , MGH.
2. Modern Operating Systems, 2/e, Andrew S Tanenbaum, PEA/PHI
3. Computer Organization and Architecture , 6/e, William Stallings, PEA/PHI
4. Computer System Architecture , 3/e, Morris Mano ,PEA .
5. Operating System Principles, 7/e, Silberchatz, B. Galvin, Gagne, John Wiley
6. Operating Systems , Internals and Design Principles , 5/e, Stallings ,PEA/PHI
7. Computer System Architecture, Rao, PHI
8. Computer Systems Organisation and Structure, Carpinelle, PEA
9. Computer Architecture, Joseph, Dumas II,Tailor & Francis
58
CSE / Pre PhD R10
10CS307 DATABASE MANAGEMENT SYSTEMS
Unit I: Introduction:
Data base System Applications, data base System VS file System - View of Data - Data Abstraction - Instances and Schemas , data Models , the ER Model , Relational Model , Other Models , Database Languages , DDL , DML , database Access for applications Programs , data base Users and Administrator , Transaction Management , data base System Structure , Storage Manager , the Query Processor , History of Data base Systems. Data base design and ER diagrams , Beyond ER Design Entities, Attributes and Entity sets , Relationships and Relationship sets , Additional features of ER Model , Concept Design with the ER Model , Conceptual Design for Large enterprises.
Unit II: Relational Model:
Introduction to the Relational Model , Integrity Constraint Over relations , Enforcing Integrity
constraints, Querying relational data , Logical data base Design , Introduction to Views , Destroying
/altering Tables and Views.
Relational Algebra and Calculus: Relational Algebra , Selection and projection set operations , renaming , Joins , Division , Examples of Algebra overviews , Relational calculus , Tuple relational Calculus , Domain relational calculus , Expressive Power of Algebra and calculus.
Unit III: SQL :
Form of Basic SQL Query , Examples of Basic SQL Queries , Introduction to Nested Queries , Correlated Nested Queries Set , Comparison Operators , Aggregative Operators , NULL values , Comparison using Null values , Logical connectivity’s , AND, OR and NOTR , Impact on SQL Constructs , Outer Joins , Disallowing NULL values , Complex Integrity Constraints in SQL Triggers and Active Data bases.
Unit IV: Database Design :
Schema refinement , Problems Caused by redundancy , Decompositions , Problem related to
decomposition , reasoning about FDS , FIRST, SECOND, THIRD Normal forms , BCNF , Lossless join
Decomposition , Dependency preserving Decomposition , Schema refinement in Data base Design , Multi
valued Dependencies , forth Normal Form.
Unit V: Transaction Management :
Overview of Transaction Management: ACID Properties , Transactions and Schedules , Concurrent Execution of transaction , Lock Based Concurrency Control , Performance Locking , Transaction Support in SQL , Introduction to Crash recovery.
Unit VI: Concurrency Control:
Serializability, and recoverability , Introduction to Lock Management , Lock Conversions , Dealing with Dead Locks , Specialized Locking Techniques , Concurrency without Locking. Crash recovery: Introduction to ARIES , the Log , Other Recovery related Structures , the Write-Ahead Log Protocol , Check pointing , re3covering from a System Crash , Media recovery , Other approaches and Interaction with Concurrency control.
59
CSE / Pre PhD R10
Unit VII: Storage and Indexing :
Overview of Storage and Indexing: Data on External Storage , File Organization and Indexing , Cluster Indexes, Primary and Secondary Indexes , Index data Structures , Hash Based Indexing , Tree base Indexing , Comparison of File Organizations , Indexes and Performance Tuning.
Unit VIII: Query Evaluation :
Overview of Query Evaluation: The System Catalogue , Introduction to Operator Evaluation , Algorithm for Relational Operations. Tree Structured Indexing: Intuitions for tree Indexes , Indexed Sequential Access Methods (ISAM) , B+ Trees: A Dynamic Index Structure. Hash Based Indexing: Static Hashing , Extendable hashing , Linear Hashing , Extendable vs. Liner hashing.
Reference Books:
1. Data base Management Systems, 3/e, Raghurama Krishnan, Johannes Gehrke, TMH
2. Data base System Concepts, 4/e, Silberschatz, Korth, TMH
3. Introduction to Database Systems, 8/e, C.J.Date, PEA
4. Database systems Concepts desing and applications, Singh, PEA
5. Data base Systems design, Implementation, and Management,5/e, Rob , Coronel, Thomson
6. Data base Management System, 5/e, Elmasri Navathe, PEA,
7. Database Management System, Connolly Begg, PEA
8. Database Management systems, Farcia-Molina Ullman Widom, PEA
9. Database Management Systems, Majumdr, Bhattacharyya, TMH ,96
10. Database System Concepts, Peter ROB,Coronel, Ceneage.
60
CSE / Pre PhD R10
10CS308 FORMAL LANGUAGES AND AUTOMATA THEORY
UNIT I : Fundamentals :
Strings, Alphabet, Language, Operations, Finite state machine, definitions, finite automaton model, acceptance of strings, and languages, deterministic finite automaton and non deterministic finite automaton, transition diagrams and Language recognizers.
UNIT II: Finite Automata :
NFA with Î transitions - Significance, acceptance of languages. Conversions and Equivalence : Equivalence between NFA with and without Î transitions, NFA to DFA conversion, minimisation of FSM, equivalence between two FSM’s, Finite Automata with output- Moore and Melay machines.
UNIT III: Regular Languages:
Regular sets, regular expressions, identity rules, Constructing finite Automata for a given regular expressions, Conversion of Finite Automata to Regular expressions. Pumping lemma of regular sets, closure properties of regular sets (proofs not required).
UNIT IV: Grammar Formalism :
Regular grammars-right linear and left linear grammars, equivalence between regular linear grammar and FA, inter conversion, Context free grammar, derivation trees, sentential forms. Right most and leftmost derivation of strings.
UNIT V: Context Free Grammars :
Ambiguity in context free grammars. Minimisation of Context Free Grammars. Chomsky normal form, Greibach normal form, Pumping Lemma for Context Free Languages. Enumeration of properties of CFL (proofs omitted).
UNIT VI: Push Down Automata :
Push down automata, definition, model, acceptance of CFL, Acceptance by final state and acceptance by empty state and its equivalence. Equivalence of CFL and PDA, inter conversion. (Proofs not required). Introduction to DCFL and DPDA.
UNIT VII:
Turing Machine : Turing Machine, definition, model, design of TM, Computable functions, recursively enumerable languages. Church’s hypothesis, counter machine, types of Turing machines (proofs not required).
UNIT VIII:
Computability Theory : Chomsky hierarchy of languages, linear bounded automata and context sensitive language, LR(0) grammar, decidability of, problems, Universal Turing Machine, undecidability of posts. Correspondence problem, Turing reducibility, Definition of P and NP problems, NP complete and NP hard problems.
61
CSE / Pre PhD R10
Reference Books:
1. Introduction to Automata Theory Languages & Computation, 3/e, Hopcroft, Ullman, PEA
2. Introduction to Theory of Computation, 2/e, Sipser, Thomson
3. Introduction to Computer Theory, Daniel I.A. Cohen, John Wiley.
4. Introduction to languages & the Theory of Computation ,John C Martin, TMH
5. Elements of Theory of Computation, Lewis H.P, Papadimition C.H., PEA
6. Theory of Computer Science, Automata languages and computation , 2/e, Mishra, Chandra shekaran, PHI
7. Introduction to Languages & Machines,3/e,Thomas A.Sudkamp,Pearson, 2007
8. Theory of Computation, Sivanandam, IKI
9. Formal Languages Automata theory and Computation ,PEA
10. Fundamental of theory of Computation, Greenlaw, Hoover, Elsvier
62
CSE / Pre PhD R10
10CS309 DESIGN AND ANALYSIS OF ALGORITHMS
UNIT I : Introduction: Algorithm,Psuedo code for expressing algorithms,Performance Analysis-Space complexity, Time complexity, Asymptotic Notation- Big oh notation, Omega notation, Theta notation and Little oh notation,Probabilistic analysis, Amortized analysis.
UNIT II :Disjoint Sets:
Disjoint set operations, union and find algorithms, spanning trees, connected components and biconnected components.
UNIT III : Divide and conquer:
General method , applications-Binary search, Quick sort, Merge sort, Strassen’s matrix multiplication.
UNIT IV : Greedy method: General method, applications-Job sequencing with dead lines, 0/1 knapsack problem, Minimum cost spanning trees, Single source shortest path problem.
UNIT V : Dynamic Programming:
General method, applications-Matrix chain multiplication, Optimal binary search trees, 0/1 knapsack problem, All pairs shortest path problem,Travelling sales person problem, Reliability design.
UNIT VI : Backtracking:
General method, applications-n-queen problem, sum of subsets problem, graph coloring, Hamiltonian cycles.
UNIT VII : Branch and Bound:
General method, applications - Travelling sales person problem,0/1 knapsack problem- LC Branch and Bound solution, FIFO Branch and Bound solution.
UNIT VIII : NP-Hard and NP-Complete problems:
Basic concepts, non deterministic algorithms, NP - Hard and NPComplete classes, Cook’s theorem.
REFERENCES BOOKS :
1. Fundamentals of Computer Algorithms, Ellis Horowitz,Satraj Sahni,Rajasekharam,Galgotia.
2. Algorithm Design: Foundations, Analysis and Internet examples, Goodrich, Tomassia,John wiley
3. An Introduction to data structures and algorithms, James Storer, Springer
4. Introduction to Algorithms, 2/e, T.H.Cormen,C.E.Leiserson, R.L.Rivest,and C.Stein,PHI /PEA
5. Introduction to Design and Analysis of Algorithms A strategic approach, Lee, S.S.Tseng,
R.C.Chang, T.Tsai, Mc Graw Hill.
6. Data structures and Algorithm Analysis in C++, 2/e, Allen Weiss, , PEA .
7. Design and Analysis of algorithms, Aho, Ullman and Hopcroft,PEA
8. Algorithms, Richard Johnson baugh, Marcus Schaefer, PEA
9. Design and analysis of algorithms, Panner Selvan, PHI
10. Algorithms, Johnsonbaugh, Schaefer, PEA
63
CSE / Pre PhD R10
10CS3010 MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE
Unit I: Mathematical Logic:
Statements and notations, Connectives, Well formed formulas, Truth Tables, tautology, equivalence
implication, Normal forms, Theory of inference for the statement calculus
Unit II:Inference and Predicate Calculus :
Rules of inference, Consistency of premises and indirect method of proof, Automatic Theorem Proving
Predicate calculus: Predicates, statement functions, variables and quantifiers, predicate formulas, free & bound variables, universe of discourse, inference theory of predicate calculus
Unit III: Set theory & Relations:
Introduction, Relations and ordering, Properties of binary Relations, Equivalence, Compatibility Relations, Partial ordering, Hasse diagram.
Functions: composition of functions, Inverse Function, Recursive Functions, Lattice and its Properties, Pigeon hole Principles and its application.
Unit IV: Algebraic structures:
Algebraic systems, Examples and general properties, Semi groups and monoids, groups, sub groups, Definitions, Examples, homomorphism, Isomorphism and related problems.
Unit V: Elementary Combinatorics:
Basis of counting, Enumeration of Combinations & Permutations, Enumerating of Combinations & Permutations with repetitions and constrained repetitions, Binomial Coefficients, Binomial Multinomial theorems, principles of Inclusion , Exclusion.
Unit VI: Recurrence Relations:
Generating Function of Sequences, Calculating Coefficient of generating functions, Recurrence relations, Solving recurrence relation by substitution and Generating functions, The method of Characteristic roots, Solution of Inhomogeneous Recurrence Relation.
Unit VII: Tree:
Basic Concepts, Spanning Trees, BFS, DFS, Kruskals Algorithm, Binary trees, Planar Graphs
Unit VIII: Graph Theory and Applications:
Representation of Graph, Isomorphism and Sub graphs, Multi graphs and Euler circuits, Hamiltonian graphs, Chromatic Numbers
Reference Books:
1. Discrete Mathematical Structures with Applications to computer science, Tremblery, Manohar, TMH.
2. Discrete Mathematical for computer Scientists & Mathematicians, Molt, Kandel , Baker, PHI.
3. Elements of Discrete Mathematics, 3/e, C L Liu, D P Mohanpatra, TMH.
64
CSE / Pre PhD R10
4. Discrete Mathematics, 2/e, JK Sharma, Macmillan
5. Discrete Mathematics, Schaum’s Outlines, Lipschutz, Lipson TMH.
6. Discrete Mathematical Structures, 6 /e, Kolman, Busby, Ross, PHI, 2009.
7. Discrete Mathematics, 6 /e, Johnsonbaugh, Pearson, 2005.
8. Discrete Mathematics, 6 / e, Malik, Sen, Cengage Learning, 2004.
9. Discrete Mathematics for computer science, Bogart, Stein , Drysdale, Springer, 2005.
10. Discrete Mathematics and Combinatorics, Sengadir, Pearson, 2009.
11. Discrete and Combinatorial Mathematics, 5 /e, Grimaldi, Ramana, Pearson, 2006.
12. Discrete Mathematics, 2 /e, J K Sharma, Macmillan, 2005.
13. Discrete Mathematics with Graph Theory, 3/e, Edgar G. Goodaire, Michael M.Parmenter, PHI.
14. Discrete Mathematics, Veerarajan, TMH
65
CSE / Pre PhD R10
10CS311 OBJECT ORIENTED ANALYSIS AND DESIGN USING UML
Unit I: Introduction to UML:
The meaning of Object-Orientation, object identity, encapsulation, information hiding, polymorphism, genericity, importance of modeling, principles of modeling, object oriented modeling, conceptual model of the UML, Architecture.
Unit II: Basic structural Modeling:
Classes, relationships, common mechanisms, diagrams, Advanced structural modeling: advanced relationships, interfaces, types & roles, packages, instances.
Unit III: Class & object diagrams:
Terms, concepts, examples, modeling techniques, class & Object diagrams.
Unit IV: Collaboration diagrams:
Terms, Concepts, depicting a message, polymorphism in collaboration diagrams, iterated messages, use of self in messages.
Unit V: Sequence diagrams:
Terms, concepts, differences between collaboration and sequence diagrams, depicting synchronous messages with/without priority call back mechanism broadcast message.
Unit VI: Behavioral Modeling:
Interactions, use cases, use case diagrams, activity diagrams.
Unit VII: Advanced Behavioral Modeling:
Events and signals, state machines, processes & threads, time and space, state chart diagrams.
Unit VIII: Architectural Modeling:
Terms, concepts, examples, modeling techniques for component diagrams and deployment diagrams.
Reference books:
1. The Unified Modeling Language User Guide, Grady Booch, Rambaugh, Ivar Jacobson, PEA
2. Fundamentals of Object Oriented Design in UML, Meilir Page-Jones, Addison Wesley
3. Object oriented Analysis& Design Using UML, Mahesh ,PHI
4. The Unified Modeling Language Reference Manual, 2/e, Rambaugh, Grady Booch,etc., PEA
5. Head First Object Oriented analysis & Design, Mclaughlin,SPD OReilly
6. Object Oriented analysis & Design, Satzinger, Jackson, Thomson
7. Object Oriented analysis Design & implementation, Dathan.,Ramnath, University Press
8. Object Oriented analysis & Design, John Deacon, PEA
9. Fundamentals of Object Oriented analysis and Design in UML, M Pages-Jones, PEA
10. Object-Oriented Design with UML, Barclay,Savage,Elsevier,2008
66
CSE / Pre PhD R10
10CS312 OPERATING SYSTEMS
Unit I: Introduction:
Computer-System Organization, Computer-System Architecture, Operating-System Structure, Operating- System Operations, Process Management, Memory Management, Storage Management, Protection and Security, Distributed Systems, Special-Purpose Systems, Computing Environments Operating System Structure: Operating-System Services, User Operating-System Interface, System Calls, System Programs, Operating-System Design and Implementation, Operating-System Structure, Virtual Machines
Unit - II: Process Management - 1
Processes: Process Concept, Process Scheduling, Operations on Processes, Interprocess Communication, Examples of IPC Systems, Communication in Client-Server Systems
Threads: Overview, Multithreading Models, Thread Libraries, Java Threads, Threading Issues, OS Examples
Unit - III: Process Management - 2
CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple-Processor Scheduling, Thread Scheduling, Operating System Examples
Process Synchronization: Background, The Critical-Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classic Problems of Synchronization, Monitors, Atomic Transactions
Unit - IV: Deadlocks
System Model, Deadlock Characterization, Methods for Handling Deadlocks, Deadlock Prevention, Deadlock Avoidance, Deadlock Detection and Recovery from Deadlock.
Unit - V: Memory Management
Main Memory: Swapping, Contiguous Memory Allocation, Paging, Structure of the Page Table, Segmentation
Virtual Memory: Background, Demand Paging, Copy-on-Write, Page Replacement, Allocation of Frames, Thrashing, Memory-Mapped Files
Unit - VI: Storage Management - 1
File-System Interface:Concept, Access Methods, Directory Structure, File-System Mounting, File Sharing, Protection
File-System Implementation: File-System Structure, Implementation, Directory Implementation, Allocation Methods, Free-Space Management, Efficiency and Performance, Recovery, Log-Structured File Systems, NFS
Unit - VII: Storage Management - 2
Mass-Storage Structure: Overview, Disk Structure, Disk Attachment, Disk Scheduling, Disk and SwapSpace Management, RAID Structure, Stable-Storage Implementation, Tertiary-Storage Structure
67
CSE / Pre PhD R10
I/O Systems: Overview, I/O Hardware, Application I/O Interface, Kernel I/O Subsystem, Transforming I/O Requests to Hardware Operations, STREAMS, Performance
Unit - VIII: Protection and Security
Protection: Goals of Protection, Principles of Protection, Domain of Protection, Access Matrix, Implementation of Access Matrix, Access Control, Revocation of Access Rights, Capability-Based Systems, Language-Based Protection
Security: The Security Problem, Program Threats, System and Network Threats, Cryptography as a Security Tool, User Authentication, Implementing Security Defenses, Firewalling to Protect Systems and Networks.
Reference Books:
1. Operating System Concepts, 7/e, Abraham Silberschatz, Galvin, John Wiley .
2. Operating systems, 6/e, William Stallings, PHI/PEA.
3. Operating Systems, 3/e, Dietal, Dietal, PEA
4. Operating Systems, 2/e, Dhamdhere, TMH.
5. An introduction to Operating Systems, Concepts and practice, Pramod Chandra P. Bhat, PHI.
6. Operating systems, Elmasri, Carrick, Levine, TMH.
7. Operating Systems, 3/e, Nutt, Chaki, Neogy, PEA.
8. Operating systems, Brian L.Stuart, Cengage.
9. Operating systems, Haldar, Aravind, PEA.
68
CSE / Pre PhD R10
10CS313 PROGRAMMING LANGUAGES
Unit I: Introduction:
The Art of Language Design, Programming Language Spectrum, Why Study Programming Languages? Compilation and Interpretation, Programming Environments, Overview of Compilation Programming Language Syntax: Specifying Syntax: Regular Expressions and Context-Free Grammars, Scanning, Parsing, Theoretical Foundations
Unit II: Names, Scopes, and Bindings:
The Notion of Binding Time, Object Lifetime and Storage Management, Scope Rules, Implementing Scope, The Meaning of Names within a Scope, The Binding of Referencing Environments, Macro Expansion, Separate Compilation
Unit III: Semantic Analysis:
The Role of the Semantic Analyzer, Attribute Grammars, Evaluating Attributes, Action Routines, Space Management for Attributes, Decorating a Syntax Tree
Unit IV: Control Flow:
Expression Evaluation, Structured and Unstructured Flow, Sequencing, Selection, Iteration, Recursion, Non determinacy
Unit V: Data Types:
Type Systems, Type Checking, Records (Structures) and Variants (Unions), Arrays, Strings, Sets, Pointers and Recursive Types, Lists, Files and Input/ Output, Equality Testing and Assignment
Unit VI: Subroutines and Control Abstraction:
Review of Stack Layout, Calling Sequences, Parameter Passing, Generic Subroutines and Modules, Exception Handling, Coroutines, Events
Concurrency: Concurrent Programming Fundamentals, Implementing Synchronization, Language-Level Mechanisms, Message Passing
Run-time Program Management: Late Binding of Machine Code, Inspection/Introspection
Unit VII: Data Abstraction and Object Orientation:
Object-Oriented Programming, Encapsulation and Inheritance, Initialization and Finalization, Dynamic Method Binding, Multiple Inheritance
Unit VIII: Functional Languages: Functional Programming Concepts, A Review/Overview of Scheme, Evaluation Order Revisited, Higher-Order Functions, Theoretical Foundations
Logic Languages: Logic Programming Concepts, Prolog, Theoretical Foundations, Logic Programming in Perspective
69
CSE / Pre PhD R10
REFERENCE BOOKS:
1. Programming Language Pragmatics, 3/ e, Michael Scott, Morgan Kaufmann
2. Essentials of Programming Languages, FriedMan, Wand, 3/ e, PHI
3. Concepts of Programming languages, Sebesta, 8/ e, PEA
4. Programming language design concepts, David A Watt, Wiley
5. Fundamentals of Programming languages, Horowitz, Galgotia
6. Programming Languages ,Louden, 2 /e, Thomson.
7. Programming languages ,Ghezzi, 3/e, John Wiley
8. Programming Languages Design and Implementation , 4/e Pratt , Zelkowitz, PHI
70
CSE / Pre PhD R10
10CS314 SOFTWARE ENGINEERING
UNIT I : Introduction to Software Engineering :
The evolving role of software, Changing Nature of Software,Software myths.
A Generic view of process : Software engineering- A layered technology, a process framework, The
Capability Maturity Model Integration (CMMI), Process patterns, process assessment, personal and team process models.
UNIT II : Process models :
The waterfall model, Incremental process models, Evolutionary process models, The Unified process. Software Requirements : Functional and non-functional requirements, User requirements, System requirements, Interface specification, the software requirements document.
UNIT III : Requirements engineering process :
Feasibility studies, Requirements elicitation and analysis, Requirements validation, Requirements management.
System models : Context Models, Behavioral models, Data models, Object models, structured methods.
UNIT IV : Design Engineering :
Design process and Design quality, Design concepts, the design model.
Creating an architectural design : Software architecture, Data design, Architectural styles and patterns, Architectural Design.
UNIT V : Object-Oriented Design :
Objects and object classes, An Object-Oriented design process, Design evolution.
Performing User interface design : Golden rules, User interface analysis and design, interface analysis, interface design steps, Design evaluation.
UNIT VI : Testing Strategies : A strategic approach to software testing, test strategies for conventional software, Black-Box and White-Box testing, Validation testing, System testing, the art of Debugging. Product metrics : Software Quality, Metrics for Analysis Model, Metrics for Design Model, Metrics for source code, Metrics for testing, Metrics for maintenance.
UNIT VII : Metrics for Process and Products :
Software Measurement, Metrics for software quality.
Risk management : Reactive vs. Proactive Risk strategies, software risks, Risk identification, Risk projection, Risk refinement, RMMM, RMMM Plan.
UNIT VIII : Quality Management :
Quality concepts, Software quality assurance, Software Reviews, Formal technical reviews, Statistical Software quality Assurance, Software reliability, The ISO 9000 quality standards.
Reference Books:
1. Software Engineering, Roger S.Pressman , 7/e, MGH.
2. Software Engineering ,8/e, Sommerville, PEA,
3. Software Engineering, A Precise approach, Pankaj Jalote, Wiley
4. Software Engineering, Kassem A. Saleh, Cengage.
71
CSE / Pre PhD R10
5. Software Engineering, Kelkar, PHI
6. Software Engineering, Sanjan Mathew, S. Chand
7. Software Engineering principles and practice- Waman S Jawadekar, The McGraw-Hill Companies
8. Software Engineering- K.K. Agarwal & Yogesh Singh, New Age International Publishers
9. Software Engineering, James ,PHI
10. Software Engineering concepts, R Fairley, TMH
72
CSE / Pre PhD R10
10CS315 JAVA & WEB TECHNOLOGIES
Unit I: Introduction
Introduction to Java Scripts, Objects in Java Script, Dynamic HTML with Java Script
Unit II: XML:
Document type definition, XML Schemas, Document Object model, Presenting XML, Using XML Processors: DOM and SAX
Unit III: Java Beans:
Introduction to Java Beans, Advantages of Java Beans, BDK; Introspection, Using Bound properties, Bean Info Interface, Constrained properties; Persistence, Customizes, Java Beans API, Introduction to EJB’s
Unit IV: Web Servers:
Introduction to Servelets: Lifecycle of a Serverlet, JSDK, The Servelet API, The javax.servelet Package, Reading Servelet parameters, Reading Initialization parameters. The javax.servelet HTTP package, Handling Http Request & Responses, Using Cookies-Session Tracking, Security Issues,
Unit V: Introduction to JSP:
The Problem with Servelet. The Anatomy of a JSP Page, JSP Processing. JSP Application Design with MVC Setting Up and JSP Environment: Installing the Java Software Development Kit, Tomcat Server & Testing Tomcat
Unit VI: JSP Application Development:
Generating Dynamic Content, Using Scripting Elements Implicit JSP Objects, Conditional Processing - Displaying Values Using an Expression to Set an Attribute, Declaring Variables and Methods Error Handling and Debugging Sharing Data Between JSP pages, Requests, and Users Passing Control and Date between Pages - Sharing Session and Application Data - Memory Usage Considerations
Unit VII: Database Access:
Database Programming using JDBC, Studying Javax.sql.* package,Accessing a Database from a JSP Page, Application - Specific Database Actions, Deploying JAVA Beans in a JSP Page, Introduction to struts framework.
Unit VIII: Online Applications:
Simple applications - On-line Databases - Monitoring User Events - Plug-ins - Database connectivity - Internet Information Systems - EDI application in business - Internet commerce - Customization of Internet commerce.
Reference Books
1. Web Programming, building internet applications, 2/e, Chris Bates, Wiley Dreamtech
2. The complete Reference Java 2 ,5/e, Patrick Naughton , Herbert Schildt. TMH
3. Java Server Pages,Hans Bergsten, SPD O’Reilly
4. Internet , World Wide Web , How to program, Dietel , Nieto, PHI/PEA
5. Jakarta Struts Cookbook , Bill Siggelkow, S P D O’Reilly
6. Web Tehnologies, 2/e, Godbole, kahate, TMH,202,
7. An Introduction to web Design , Programming ,Wang,Thomson
8. Web Applications Technologies Concepts-Knuckles, John Wiley
9. Programming world wide web-Sebesta, PEA
73
CSE / Pre PhD R10
10. Building Web Applications-NIIT, PHI
11. Web Warrior Guide to Web Programmming,Bai/Ekedaw,Thomas
12. Beginning Web Programming,Jon Duckett,WROX.
13. Java Server Pages, Pekowsky, PEA.
14. Web programming by Bai, Ekedahl, Farrell,Cengage.
74

0 comments:

Post a Comment