B.tech Cse Syllabus
B.tech Cse Syllabus
B.tech Cse Syllabus
COLLEGE OF ENGINEERING
Sarai Aurangabad
SYLLABUS
BACHELOR OF ENGINEERING
(Semester- 3)
2
Bachelor of Engineering (Computer Science & Engineering)
Scheme of studies / Examination
(Semester- 4)
Note: During summer vacation candidate will carry out self study of Open Source Software
available on the internet and will complete a mini-project based upon this study. This project will be
evaluated in the 5th semester.
3
Bachelor of Engineering (Computer Science & Engineering)
Scheme of studies / Examination
(Semester- 5)
4
Bachelor of Engineering (Computer Science & Engineering)
Scheme of studies / Examination
(Semester- 6)
Note: During the vacation period, following this semester, the student will carry out self study of .net
technology and implement a mini-project based upon this study. This project will be evaluated in the
coming 7th semester.
5
Bachelor of Engineering (Computer Science & Engineering)
Scheme of studies / Examination
(Semester- 7)
Examination Schedule Duratio
Sl. Teaching Schedule n
Course (Marks)
No Subject of
No. Theor Session Practic
. L T P Total Total Exam
y al al (Hours)
Advanced 3
CSE-401
1 Computer 3 1 - 4 100 50 - 150
E
Architecture
Software Project 3
CSE-403
2 Management 3 1 - 4 100 50 - 150
E
(CSE,IT)
CSE-405 3
3 Compiler Design 3 1 - 4 100 50 - 150
E
4 ELECTIVES-1 4 - - 4 100 50 - 150 3
5 ELECTIVES-2 4 - - 4 100 50 - 150 3
6 CSE- Compiler Design - - 3 3 - 50 50 100 3
407E Lab.
7 CSE- Visual - - 3 3 - 50 50 100 3
409E Programming
Lab.
CSE-411 Major PROJECT
8 - - 4 4 - 50 - 50 3
E Part I
OR
INDUSTRIAL
CSE-413
PROJECT Part
E
I
Assessment of
Mini- Project
based upon .net
CSE-415 technology -
9 - - - - - 25 - 25
E carried out at the
end of 6th
semester.
6
Note: 1. Major PROJECT Part I will commence in 7th semester where students will identity the
project problem, complete the design and arrange the needed hardware/ software. The project will be
completed in 8th semester along with its examinations.
ELECTIVES-1
CSE-417 E Data Network Design
CSE-419 E Neural Networks
IT-465 E Network Technology
CSE-421 E Advanced Database Management Systems
CSE-423 E Object Oriented Software Engineering
EE-407-E Digital Signal Processing
HUM-451-E Language Skills for Engineers
MATH-451-E Combinatorics & Graph Theory
HUM-455-E Entrepreneurship
ELECTIVES-2
IT-451 E Data Warehousing and Data Mining
IT-467 E Computer Software Testing
IT-469 E Introduction to E-commerce & ERP
CSE-425 E Natural Language Processing
IT-471 E Management Information system
IT-453 E System & Network Administration
HUM-453-E Oral Communication Competence
MATH-455-E Linear Algebra
CH-451-E Environmental Science & Engineering
7
Bachelor of Engineering (Computer Science & Engineering)
Scheme of studies / Examination
(Semester- 8)
Examination Schedule
Teaching Schedule Duration
Sl. Course (Marks)
Subject of Exam
No. No. Sessiona Practic
L T P Total Theory Total (Hours)
l al
Distributed
CSE-402
1 Operating System 3 1 - 4 100 50 - 150 3
E
(CSE,IT)
Security of
2 IT-402-E Information Systems 3 1 - 4 100 50 - 150 3
(CSE,IT)
3 ELECTIVES 3 4 - - 4 100 50 - 150 3
4 ELECTIVES 4 4 - - 4 100 50 - 150 3
ELECTIVES-3
IT- 464 E Network Security & Management
CSE-412 E Object Oriented Systems Development
IT-466 E Embedded system Design
IT-468 E Logic & Functional Programming
CSE-414 E Digital Image Processing
IT-302 E Network Programming
HUM-452-E Business Communication
PHY-452-E Laser Technology
HUM-456-E Marketing Management
MATH-202-E Numerical Methods
ELECTIVES-4
HUM-202-E Fundamentals of Management
IT-470 E Web Engineering
MATH-402-E Operations Research
HUM-454-E Indian English Writing
IT-472 E Introduction to VLSI Design
CSE-416 E Social and Professional Issues in IT
CSE 418 E Human Computer Interaction
CSE 420 E Fuzzy Logic
8
MATH-201-E MATHEMATICS-III
(COMMON FOR ALL BRANCHES)
Part-A
Fourier Series and Fourier Transforms : Euler s formulae, conditions for a Fourier
expansion, change of interval, Fourier expansion of odd and even functions, Fourier
expansion of square wave, rectangular wave, saw-toothed wave, half and full rectified
wave, half range sine and consine series.
Part-B
Power series, radius and circle of convergence, Taylor's Maclaurin's and Laurent's
series. Zeroes and singularities of complex functions, Residues. Evaluation of real
integrals using residues (around unit and semi circle only).
Part-C
TEXT BOOKS :
REFERENCE BOOKS :
Note: Examiner will set eight questions, taking two from Part-A, three from Part-B and
three from Part-C. Students will be required to attempt five question taking
atleast one from each part.
CSE-201 E Data Structures & Algorithms
(CSE,EL,IT)
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Introduction to Data Structures: Definition of data structures and abstract data
types, Static and Dynamic implementations, Examples and real life applications; The Stacks
: Definition, Array based implementation of stacks, Linked List based implementation of
stacks, Examples : Infix, postfix, prefix representation, Conversions, Applications.
Unit-2: Queues and Lists: Definition, Array based implementation of Queues / Lists,
Linked List implementation of Queues / Lists, Circular implementation of Queues and Singly
linked Lists, Straight / circular implementation of doubly linked Queues / Lists, Priority
Queues, Applications.
Unit-3: Trees: Definition of trees and Binary trees, Properties of Binary trees and
Implementation, Binary Traversal pre-order, post order, In- order traversal, Binary Search
Trees, Implementations, Threaded trees, Balanced multi way search trees, AVL Trees,
Implementations
Unit-4: Graphs: Definition of Undirected and Directed Graphs and Networks, The Array
based implementation of graphs, Adjacency matrix, path matrix implementation, The Linked
List representation of graphs, Shortest path Algorithm, Graph Traversal Breadth first
Traversal, Depth first Traversal, Tables : Definition, Hash function, Implementations and
Applications.
Unit-5: Running time: Time Complexity, Big Oh - notation, Running Times, Best Case,
Worst Case, Average Case, Factors depends on running time, Introduction to Recursion,
Divide and Conquer Algorithm, Evaluating time Complexity.
Heap sort: Heap Construction, Heap sort, bottom up, Top down Heap sort approach;
Searching Algorithms: Straight Sequential Search, Binary Search (recursive & non
recursive Algorithms)
Text Book:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-203 E Discrete Structures
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Set Theory: Introduction to set theory, Set operations, Algebra of sets, Duality,
Finite and Infinite sets, Classes of sets, Power Sets, Multi sets, Cartesian Product,
Representation of relations, Types of relation, Equivalence relations and partitions , Partial
ordering relations and lattices
Function and its types, Composition of function and relations, Cardinality and inverse
relations
Unit-2: Propositional Calculus: Basic operations: AND(^), OR(v), NOT(~), Truth value of a
compound statement, propositions, tautologies, contradictions.
Unit-5: Algebric Structures Definition and examples of a monoid, Semigroup, Groups and
rings, Homomorphism, Isomorphism and Automorphism, Subgroups and Normal subgroups,
Cyclic groups, Integral domain and fields, Cosets, Lagrange s theorem
Unit-6: Graphs And Trees: Introduction to graphs, Directed and Undirected graphs,
Homomorphic and Isomorphic graphs, Subgraphs, Cut points and Bridges, Multigraph and
Weighted graph, Paths and circuits, Shortest path in weighted graphs, Eurelian path and
circuits, Hamilton paths and circuits, Planar graphs, Euler s formula, Trees, Spanning trees,
Binary trees and its traversals
Text Book:
Elements of Discrete Mathematics C.L Liu, 1985, McGraw Hill
Reference Books:
Discrete Mathematics by Johnson Bough R., 5th Edition, PEA, 2001..
Concrete Mathematics: A Foundation for Computer Science, Ronald Graham,
Donald Knuth and Oren Patashik, 1989, Addison-Wesley.
Mathematical Structures for Computer Science, Judith L. Gersting, 1993, Computer Science
Press.
Applied Discrete Structures for Computer Science, Doerr and Levasseur, (Chicago:
1985,SRA
Discrete Mathematics by A. Chtewynd and P. Diggle (Modular Mathematics series),
1995, Edward Arnold, London,
Schaums Outline series: Theory and problems of Probability by S. Lipshutz, 1982,
McGraw-Hill Singapore
Discrete Mathematical Structures, B. Kolman and R.C. Busby, 1996, PHI
Discrete Mathematical Structures with Applications to Computers by Tembley &
Manohar, 1995, Mc Graw Hill.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
EE-217 E Digital and Analog Communication
(CSE,IT)
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
EE-204-E DIGITAL ELECTRONICS
L T P CLASS WORK : 50
3 1 0 EXAM : 100
TOTAL : 150
DURATION OF EXAM: 3 HRS
TEXT BOOK :
1. Modern Digital Electronics(Edition III) : R. P. Jain; TMH
REFERENCE BOOKS :
1. Digital Integrated Electronics : Taub & Schilling; MGH
2. Digital Principles and Applications : Malvino & Leach; McGraw Hill.
3. Digital Design : Morris Mano; PHI.
NOTE : Eight questions are to be set in all by the examiner taking at least one question from
each unit. Students will be required to attempt five questions in all.
HUM-201-E ECONOMICS
(COMMON FOR ALL BRANCHES)
L T P Class Work : 50 Marks
3 1 - Theory : 100 Marks
Total : 150 Marks
Duration of Exam. : 3 Hrs.
COURSE OBJECTIVE : The purpose of this course is to :
1. Acquaint the student in the basic economic concepts and their operational significance
and
2 .Stimulate him to think systematically and objectively about contemporary economic
problems.
UNIT-I
Definition of Economics - various definitions, Nature of Economic problem,
Production possibility curve Economic laws and their nature. Relation between Science,
Engineering, Technology and Economics.
UNIT-II
Concepts and measurement of utility, Law of Diminishing Marginal Utility, Law of
equi-marginal utility - its practical application and importance.
UNIT-III
Meaning of Demand, Individual and Market demand schedule, Law of demand,
shape of demand curve, Elasticity of demand, measurement of elasticity of demand,
factors effecting elasticity of demand, practical importance & applications of the concept
of elasticity of demand.
UNIT-IV
Meaning of production and factors of production; Law of variable proportions,
Returns to scale, Internal and External economics and diseconomies of scale.
Various concepts of cost - Fixed cost, variable cost, average cost, marginal
cost, money cost, real cost opportunity cost. Shape of average cost, marginal cost,
total cost etc. in short run and long run.
UNIT-V
Meaning of Market, Types of Market - Perfect Competition, Monopoly, Oligoply,
Monoplistic Competition (Main features of these markets)
Supply and Law of Supply, Role of Demand & Supply in Price Determinition and
effect of changes in demand and supply on prices.
UNIT-VI
Nature and characteristics of Indian economy (brief and elementary introduction),
Privatization - meaning, merits and demerits. Globalisation of Indian economy - merits and
demerits. Elementary Concepts of VAT, WTO, GATT & TRIPS agreement.
Books Recommended :
TEXT BOOKS :
REFERENCE BOOKS :
NOTE: Eight questions are to be set atleast one question from each unit and the students
will have to attempt five questions in all.
IT-201 E PC Lab.
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
PC Hardware :
1. To check and measure various supply voltages of PC.
2. To make comparative study of motherboards.
3. To observe and study various cables, connections and parts used in computer
communication.
4. To study various cards used in a system viz. display card, LAN card etc.
5. To remove, study and replace floppy disk drive.
6. To remove, study and replace hard disk.
7. To remove, study and replace CD ROM drive.
8. To study monitor, its circuitry and various presents and some elementary fault
detection.
9. To study printer assembly and elementary fault detection of DMP and laser
printers.
10. To observe various cables and connectors used in networking.
11. To study parts of keyboard and mouse.
12. To assemble a PC.
13. Troubleshooting exercises related to various components of computer like
monitor, drives, memory and printers etc.
Reference Books:
Complete PC upgrade & maintenance guide, Mark Mines, BPB publ.
PC Hardware: The complete reference, Craig Zacker & John Rouske, TMH
Upgrading and Repairing PCs, Scott Mueller, 1999, PHI,
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
2. Using iteration & recursion concepts write programs for finding the element in the
array
using Binary Search Method
4. Using iteration & recursion concepts write the programs for Quick Sort Technique
6. Write a program for swapping of two numbers using call by value and call by
reference strategies.
8. Write a program to create a linked list & perform operations such as insert, delete,
update, reverse in the link list
9. Write the program for implementation of a file and performing operations such as
insert,
delete, update a record in the file.
11. Write a program to simulate the various searching & sorting algorithms and compare
their timings for a list of 1000 elements.
13. Write a program which simulates the various tree traversal algorithms.
L T P CLASS WORK : 25
0 0 2 EXAM : 25
TOTAL : 50
DURATION OF EXAM: 3 HRS
LIST OF EXPERIMENTS:
1. Study of TTL gates AND, OR, NOT, NAND, NOR, EX-OR, EX-NOR.
2. Design & realize a given function using K-maps and verify its performance.
5. To verify the truth tables of S-R, J-K, T & D type flip flops.
8. To design and verify the operation of synchronous UP/DOWN decade counter using J K
flip-flops & drive a
seven-segment display using the same.
9. To design and verify the operation of asynchronous UP/DOWN decade counter using J
K flip-flops & drive a
seven-segment display using the same.
10. To design & realize a sequence generator for a given sequence using J-K flip-flops.
11. Study of CMOS NAND & NOR gates and interfacing between TTL and CMOS gates.
1. Design a 4-bit shift-register and verify its operation . Verify the operation of a ring
counter and a Johnson
counter.
NOTE : At least ten experiments are to be performed, atleast seven experiments should be
performed from above list. Remaining three experiments may either be performed from the
above list or designed & set by the concerned institution as per the scope of the syllabus.
CSE-202 E Database Management Systems
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-3: File Organisation: Sequential Files, index sequential files, direct files, Hashing, B-
trees Index files.
Unit-4: Relational Model, Relational Algebra & various operations, Relational and Tuple
calculus.
Unit-5: Introduction to Query Languages :QLB , QBE, Structured query language with
special reference of (SQL of ORACLE), integrity constraints, functional dependencies &
NORMALISATION (up to 4th Normal forms), BCNF (Boyce code normal forms)
Unit-6: Introduction to Distributed Data processing, parallel Databases, data mining & data
warehousing, network model & hierarchical model, Introduction to Concurrency control and
Recovery systems.
Text Books:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-204 E Programming Languages
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2: Structured data objects : Structured data objects & data types , specification &
implementation of structured data types, Declaration & type checking of data structure
,vector & arrays, records Character strings, variable size data structures , Union, pointer &
programmer defined data objects, sets, files.
Unit-3 : Subprograms and Programmer Defined Data Types: Evolution of data type
concept ,abstraction, encapsulation & information hiding , Subprograms ,type definitions,
abstract data types.
Unit 4: Sequence Control: Implicit & explicit sequence control ,sequence control within
expressions, sequence control within statement, Subprogram sequence control: simple call
return ,recursive subprograms, Exception & exception handlers, co routines, sequence
control .
Unit-5: Data Control: Names & referencing environment, static & dynamic scope, block
structure, Local data & local referencing environment, Shared data: dynamic & static scope.
Parameter & parameter transmission schemes.
Unit-6: Storage Management: Major run time elements requiring storage ,programmer and
system controlled storage management & phases , Static storage management , Stack
based storage management, Heap storage management ,variable & fixed size elements.
Text Book:
Programming languages Design & implementation by T.W. .Pratt, 1996, Prentice Hall
Pub.
Programming Languages Principles and Paradigms by Allen Tucker & Robert
Noonan, 2002, TMH,
Reference Books:
Fundamentals of Programming languages by Ellis Horowitz, 1984, Galgotia
publications (Springer Verlag),
Programming languages concepts by C. Ghezzi, 1989, Wiley Publications.,
Programming Languages Principles and Pradigms Allen Tucker , Robert Noonan 2002,
T.M.H.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-206 E Theory of Automata Computation
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Finite Automata and Regular Expressions: Finite State Systems, Basic Definitions
Non-Deterministic finite automata (NDFA), Deterministic finite automata (DFA), Equivalence
of DFA and NDFA Finite automata with E-moves, Regular Expressions, Equivalence of finite
automata and Regular Expressions, Regular expression conversion and vice versa.
Unit-3: Properties of Regular Sets: The Pumping Lemma for Regular Sets, Applications of
the pumping lemma, Closure properties of regular sets, Myhill-Nerode Theorem and
minimization of finite Automata, Minimization Algorithm.
Unit-4: Grammars: Definition, Context free and Context sensitive grammar, Ambiguity
regular grammar, Reduced forms, Removal of useless Symbols and unit production,
Chomsky Normal Form (CNF), Griebach Normal Form (GNF).
Text Book:
Introduction to automata theory, language & computations- Hopcroaft & O.D.Ullman,
R Mothwani, 2001, AW
Reference Books:
Theory of Computer Sc.(Automata, Languages and computation):K.L.P.Mishra &
N.Chandrasekaran, 2000, PHI.
Introduction to formal Languages & Automata-Peter Linz, 2001, Narosa Publ..
Fundamentals of the Theory of Computation- Principles and Practice by
RamondGreenlaw and H. James Hoover, 1998, Harcourt India Pvt. Ltd..
Elements of theory of Computation by H.R. Lewis & C.H. Papaditriou, 1998, PHI.
Introduction to languages and the Theory of Computation by John C. Martin 2003, T.M.H.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-202 E Object Oriented Programming Using C++
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit 1: Introduction to C++, C++ Standard Library, Basics of a Typical C++ Environment,
Pre-processors Directives, Illustrative Simple C++ Programs. Header Files and
Namespaces, library files.
Unit-2: Object Oriented Concepts : Introduction to Objects and Object Oriented Programming,
Encapsulation (Information Hiding), Access Modifiers: Controlling access to a class, method, or
variable (public, protected, private, package), Other Modifiers, Polymorphism: Overloading,,
Inheritance, Overriding Methods, Abstract Classes, Reusability, Class s Behaviors.
Unit 3: Classes and Data Abstraction: Introduction, Structure Definitions, Accessing Members
of Structures, Class Scope and Accessing Class Members, Separating Interface from
Implementation, Controlling Access Function And Utility Functions, Initializing Class Objects:
Constructors, Using Default Arguments With Constructors, Using Destructors, Classes :
Const(Constant) Object And Const Member Functions, Object as Member of Classes, Friend
Function and Friend Classes, Using This Pointer, Dynamic Memory Allocation with New and
Delete, Static Class Members, Container Classes And Integrators, Proxy Classes, Function
overloading.
Unit-4: Operator Overloading: Introduction, Fundamentals of Operator Overloading,
Restrictions On Operators Overloading, Operator Functions as Class Members vs. as Friend
Functions, Overloading, <<, >> Overloading Unary Operators, Overloading Binary Operators.
Unit-5: Inheritance: Introduction, Inheritance: Base Classes And Derived Classes, Protected
Members, Casting Base- Class Pointers to Derived- Class Pointers, Using Member Functions,
Overriding Base Class Members in a Derived Class, Public, Protected and Private Inheritance,
Using Constructors and Destructors in derived Classes, Implicit Derived Class Object To Base-
Class Object Conversion, Composition Vs. Inheritance.
Unit 6: Virtual Functions and Polymorphism: Introduction to Virtual Functions, Abstract Base
Classes And Concrete Classes, Polymorphism, New Classes And Dynamic Binding, Virtual
Destructors, Polymorphism, Dynamic Binding.
Unit-7: Files and I/O Streams: Files and Streams, Creating a Sequential Access File, Reading
Data From A Sequential Access File, Updating Sequential Access Files, Random Access Files,
Creating A Random Access File, Writing Data Randomly To a Random Access File, Reading
Data Sequentially from a Random Access File. Stream Input/Output Classes and Objects, Stream
Output, Stream Input, Unformatted I/O (with read and write), Stream Manipulators, Stream
Format States, Stream Error States.
Unit-8: Templates & Exception Handling: Function Templates, Overloading Template
Functions, Class Template, Class Templates and Non-Type Parameters, Templates and
Inheritance, Templates and Friends, Templates and Static Members.
Introduction, Basics of C++ Exception Handling: Try Throw, Catch, Throwing an Exception,
Catching an Exception, Rethrowing an Exception, Exception specifications, Processing
Unexpected Exceptions, Stack Unwinding, Constructors, Destructors and Exception Handling,
Exceptions and Inheritance.
Text Books:
C++ How to Program by H M Deitel and P J Deitel, 1998, Prentice Hall
Object Oriented Programming in Turbo C++ by Robert Lafore ,1994, The WAITE
Group Press.
Programming with C++ By D Ravichandran, 2003, T.M.H
Reference books:
Object oriented Programming with C++ by E Balagurusamy, 2001, Tata McGraw-Hill
Computing Concepts with C++ Essentials by Horstmann, 2003, John Wiley,
The Complete Reference in C++ By Herbert Schildt, 2002, TMH.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-208 E Internet Fundamentals
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2 : The Internet: Introduction to networks and internet, history, Working of Internet,
Internet Congestion, internet culture, business culture on internet. Collaborative computing
& the internet. Modes of Connecting to Internet, Internet Service Providers(ISPs), Internet
address, standard address, domain name, DNS, IP.v6.Modems and time continuum,
communications software; internet tools.
Unit-3 : World Wide Web : Introduction, Miscellaneous Web Browser details, searching the
www: Directories search engines and meta search engines, search fundamentals, search
strategies, working of the search engines, Telnet and FTP.
Introduction to Browser, Coast-to-coast surfing, hypertext markup language, Web page
installation, Web page setup, Basics of HTML & formatting and hyperlink creation.
Using FrontPage Express, Plug-ins.
Unit-4: Languages: Basic and advanced HTML, java script language, Client and Server
Side Programming in java script. Forms and data in java script, XML basics.
Unit-5 : Servers : Introduction to Web Servers: PWS, IIS, Apache; Microsoft Personal Web
Server. Accessing & using these servers.
Text Book:
Fundamentals of the Internet and the World Wide Web, Raymond Greenlaw and
Ellen Hepp 2001, TMH
Internet & World Wide Programming, Deitel,Deitel & Nieto, 2000, Pearson Education
Reference Books:
Complete idiots guide to java script,. Aron Weiss, QUE, 1997
Network firewalls, Kironjeet syan -New Rider Pub.
www.secinf.com
www.hackers.com
Alfred Glkossbrenner-Internet 101 Computing MGH, 1996
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE- 210 E Computer Architecture & Organization
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Basic Principles: Boolean algebra and Logic gates, Combinational logic
blocks(Adders, Multiplexers, Encoders, de-coder), Sequential logic blocks(Latches, Flip-
Flops, Registers, Counters)
Unit-2: General System Architecture: Store program control concept, Flynn s
classification of computers (SISD, MISD, MIMD); Multilevel viewpoint of a machine: digital
logic, micro architecture, ISA, operating systems, high level language; structured
organization; CPU, caches, main memory, secondary memory units & I/O; Performance
metrics; MIPS, MFLOPS.
Unit-3: Instruction Set Architecture: Instruction set based classification of processors
(RISC, CISC, and their comparison); addressing modes: register, immediate, direct, indirect,
indexed; Operations in the instruction set; Arithmetic and Logical, Data Transfer, Control
Flow; Instruction set formats (fixed, variable, hybrid); Language of the machine: 8086 ;
simulation using MSAM.
Unit-4: Basic non pipelined CPU Architecture: CPU Architecture types (accumulator,
register, stack, memory/ register) detailed data path of a typical register based CPU, Fetch-
Decode-Execute cycle (typically 3 to 5 stage); microinstruction sequencing, implementation
of control unit, Enhancing performance with pipelining.
Unit-5: Memory Hierarchy & I/O Techniques: The need for a memory hierarchy
(Locality of reference principle, Memory hierarchy in practice: Cache, main memory and
secondary memory, Memory parameters: access/ cycle time, cost per bit); Main memory
(Semiconductor RAM & ROM organization, memory expansion, Static & dynamic memory
types); Cache memory (Associative & direct mapped cache organizations.
Unit-6: Introduction to Parallelism: Goals of parallelism (Exploitation of concurrency,
throughput enhancement); Amdahl s law; Instruction level parallelism (pipelining, super
scaling basic features); Processor level parallelism (Multiprocessor systems overview).
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
I. Create a database and write the programs to carry out the following operation :
Usage of S/w:
Q1. Raising a number n to a power p is the same as multiplying n by itself p times. Write a
function called power ( ) that takes a double value for n and an int value for p, and returns
the result as double value. Use a default argument of 2 for p, so that if this argument is
omitted, the number will be squared. Write a main ( ) function that gets values from the user
to test this function.
Q2. A point on the two dimensional plane can be represented by two numbers: an X coordinate
and a Y coordinate. For example, (4,5) represents a point 4 units to the right of the origin
along the X axis and 5 units up the Y axis. The sum of two points can be defined as a new
point whose X coordinate is the sum of the X coordinates of the points and whose Y
coordinate is the sum of their Y coordinates.
Write a program that uses a structure called point to model a point. Define three points, and
have the user input values to two of them. Than set the third point equal to the sum of the
other two, and display the value of the new point. Interaction with the program might look
like this:
Enter coordinates for P1: 3 4
Enter coordinates for P2: 5 7
Coordinates of P1 + P2 are : 8, 11
Q 3. Create the equivalent of a four function calculator. The program should request the user to
enter a number, an operator, and another number. It should then carry out the specified
arithmetical operation: adding, subtracting, multiplying, or dividing the two numbers. (It
should use a switch statement to select the operation). Finally it should display the result.
When it finishes the calculation, the program should ask if the user wants to do another
calculation. The response can be Y or N . Some sample interaction with the program might
look like this.
Enter your area code, exchange, and number: 415 555 1212
My number is (212) 767-8900
Your number is (415) 555-1212
Q 5. Create two classes DM and DB which store the value of distances. DM stores distances in
metres and centimeters and DB in feet and inches. Write a program that can read values for
the class objects and add one object of DM with another object of DB.
Use a friend function to carry out the addition operation. The object that stores the results
maybe a DM object or DB object, depending on the units in which the results are required.
The display should be in the format of feet and inches or metres and cenitmetres depending
on the object on display.
Q 6. Create a class rational which represents a numerical value by two double values-
NUMERATOR & DENOMINATOR. Include the following public member Functions:
constructor with no arguments (default).
constructor with two arguments.
void reduce( ) that reduces the rational number by eliminating the highest
common factor between the numerator and denominator.
Overload + operator to add two rational number.
Overload >> operator to enable input through cin.
Overload << operator to enable output through cout.
Write a main ( ) to test all the functions in the class.
Q9. A hospital wants to create a database regarding its indoor patients. The information to store
include
a) Name of the patient
b) Date of admission
c) Disease
d) Date of discharge
Create a structure to store the date (year, month and date as its members). Create a base
class to
store the above information. The member function should include functions to enter
information
and display a list of all the patients in the database. Create a derived class to store the age
of the
patients. List the information about all the to store the age of the patients. List the
information
about all the pediatric patients (less than twelve years in age).
Q 10. Make a class Employee with a name and salary. Make a class Manager inherit from
Employee. Add an instance variable, named department, of type string. Supply a
method to toString that prints the manager s name, department and salary. Make a
class Executive inherit from Manager. Supply a method to String that prints the string
Executive followed by the information stored in the Manager superclass object. Supply a
test program that tests these classes and methods.
Q11. Imagine a tollbooth with a class called toll Booth. The two data items are a type unsigned int
to hold the total number of cars, and a type double to hold the total amount of money
collected. A constructor initializes both these to 0. A member function called payingCar ( )
increments the car total and adds 0.50 to the cash total. Another function, called nopayCar (
), increments the car total but adds nothing to the cash total. Finally, a member function
called displays the two totals.
Include a program to test this class. This program should allow the user to push one key to
count a paying car, and another to count a nonpaying car. Pushing the ESC kay should
cause the program to print out the total cars and total cash and then exit.
Q12. Write a function called reversit ( ) that reverses a string (an array of char). Use a for loop
that swaps the first and last characters, then the second and next to last characters and so
on. The string should be passed to reversit ( ) as an argument.
Write a program to exercise reversit ( ). The program should get a string from the user, call
reversit ( ), and print out the result. Use an input method that allows embedded blanks. Test
the program with Napoleon s famous phrase, Able was I ere I saw Elba) .
Q13. Create some objects of the string class, and put them in a Deque-some at the head of the
Deque and some at the tail. Display the contents of the Deque using the forEach ( )
function and a user written display function. Then search the Deque for a particular string,
using the first That ( ) function and display any strings that match. Finally remove all the
items from the Deque using the getLeft ( ) function and display each item. Notice the order
in which the items are displayed: Using getLeft ( ), those inserted on the left (head) of the
Deque are removed in last in first out order while those put on the right side are removed in
first in first out order. The opposite would be true if getRight ( ) were used.
Q 14. Create a base class called shape. Use this class to store two double type values that could
be used to compute the area of figures. Derive two specific classes called triangle and
rectangle from the base shape. Add to the base class, a member function get_data ( ) to
initialize base class data members and another member function display_area ( ) to compute
and display thearea of figures. Make display_area ( ) as a virtual function and redefine this
function in the derived classes to suit their requirements. Using these three classes, design
a program that will accept dimensions of a triangle or a rectangle interactively and display
the area. Remember the two values given as input will be treated as lengths of two sides in
the case of rectangles and as base and height in the case of triangles and used as follows:
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
Exercises involving:
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit 3: Memory Management: Logical & Physical Address Space, swapping, contiguous
memory allocation, non-contiguous memory allocation paging and segmentation techniques,
segmentation with paging; virtual memory management - Demand Paging & Page-
Replacement Algorithms; Demand Segmentation.
Unit 4: File System: Different types of files and their access methods, directory structures,
various allocation methods, disk scheduling and management and its associated algorithms,
Introduction to distributed file system.
Unit-6: I/O Systems: I/O Hardware, Application I/O Interface, Kernel, Transforming I/O
requests, Performance Issues.
Text Books:
Operating System Concepts by Silberchatz et al, 5th edition, 1998, Addison-Wesley.
Modern Operating Systems by A. Tanenbaum, 1992, Prentice-Hall.
Operating Systems Internals and Design Principles by William Stallings,4th edition,
2001, Prentice-Hall
Reference Books:
Operating System By Peterson , 1985, AW.
Operating System By Milankovic, 1990, TMH.
Operating System Incorporating With Unix & Windows By Colin Ritche, 1974, TMH.
Operating Systems by Mandrik & Donovan, TMH
Operating Systems By Deitel, 1990, AWL.
Operating Systems Advanced Concepts By Mukesh Singhal , N.G. Shivaratri,
2003, T.M.H
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
EE-309-E MICROPROCESSORS AND INTERFACING
L T P CLASS WORK : 50
3 1 0 EXAM : 100
TOTAL : 150
DURATION OF EXAM: 3 HRS
PART A
PART B
UNIT 5. DMA :
Introduction to DMA process, 8237 DMA controller,
TEXT BOOKS :
1. Microprocessor Architecture, Programming & Applications with 8085 : Ramesh S
Gaonkar; Wiley Eastern Ltd.
2. The Intel Microprocessors 8086- Pentium processor : Brey; PHI
REFERENCE BOOKS:
1. Microprocessors and interfacing : Hall; TMH
2. The 8088 & 8086 Microprocessors-Programming, interfacing,Hardware & Applications
:Triebel & Singh; PHI
3. Microcomputer systems: the 8086/8088 Family: architecture, Programming & Design :
Yu-Chang Liu & Glenn
A Gibson; PHI.
4. Advanced Microprocessors and Interfacing : Badri Ram; TMH
NOTE: 8 questions are to be set selecting FIVE questions from PART A and THREE
questions from PART- B .Students have to attempt any five questions.
CSE -303 E Computer Graphics
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2: Two/Three Dimensional Viewing: The 2-D viewing pipeline, windows, viewports,
window to view port mapping; Clipping: point, clipping line (algorithms):- 4 bit code algorithm,
Sutherland-cohen algorithm, parametric line clipping algorithm (Cyrus Beck).
Unit-4: Hidden surface removal: Introduction to hidden surface removal. The Z- buffer
algorithm, scanline algorithm, area sub-division algorithm.
Unit-6: Illumination, shading, image manipulation: Illumination models, shading models for
polygons, shadows, transparency. What is an image? Filtering, image processing,
geometric transformation of images.
Text Books:
Computer Graphics Principles and Practices second edition by James D. Foley,
Andeies van Dam, Stevan K. Feiner and Johb F. Hughes, 2000, Addision Wesley.
Computer Graphics by Donald Hearn and M.Pauline Baker, 2nd Edition, 1999, PHI
Reference Books:
Procedural Elements for Computer Graphics David F. Rogers, 2001, T.M.H
Second Edition
Fundamentals of 3Dimensional Computer Graphics by Alan Watt, 1999, Addision
Wesley.
Computer Graphics: Secrets and Solutions by Corrign John, BPB
Graphics, GUI, Games & Multimedia Projects in C by Pilania & Mahendra, Standard
Publ.
Computer Graphics Secrets and solutions by Corrign John, 1994, BPV
Introduction to Computer Graphics By N. Krishanmurthy T.M.H 2002
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE -305 E Analysis and Design of Algorithms
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Brief Review of Graphs, Sets and disjoint sets, union, sorting and searching
algorithms and
their analysis in terms of space and time complexity.
Unit-2: Divide and Conquer: General method, binary search, merge sort, qick sort,
selection sort, Strassen s matrix multiplication algorithms and analysis of algorithms for
these problems.
Unit-3: Greedy Method: General method, knapsack problem, job sequencing with dead
lines, minimum spanning trees, single souce paths and analysis of these problems.
Unit-4: Dynamic Programming: General method, optimal binary search trees, O/I
knapsack, the traveling salesperson problem.
Unit-5: Back Tracking: General method, 8 queen s problem, graph colouring, Hamiltonian
cycles, analysis of these problems.
Unit-6: Branch and Bound: Method, O/I knapsack and traveling salesperson problem,
efficiency considerations. Techniques for algebraic problems, some lower bounds on
parallel computations.
Unit-7: NP Hard and NP Complete Problems: Basic concepts, Cook s theorem, NP hard
graph and NP scheduling problems some simplified NP hard problems.
Text Books:
Fundamental of Computer algorithms, Ellis Horowitz and Sartaj Sahni, 1978,
Galgotia Publ.,
Introduction To Algorithms, Thomas H Cormen, Charles E Leiserson And Ronald L
Rivest: 1990, TMH
Reference Books:
The Design and Analysis of Computer Algorithm, Aho A.V. Hopcroft J.E., 1974,
Addison Wesley.
Algorithms-The Construction, Proof and Analysis of Programs, Berlion, P.Bizard, P.,
1986.
Johan Wiley & Sons,
Writing Efficient Programs, Bentley, J.L., PHI
Introduction to Design and Analysis of Algorithm, Goodman, S.E. & Hedetnieni, 1997,
MGH.
Introduction to Computers Science- An algorithms approach , Jean Paul Trembley,
Richard B.Bunt, 2002, T.M.H.
Fundamentals of Algorithms: The Art of Computer Programming Voll, Knuth, D.E.:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE- 307 E Web Development
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Introduction to the Internet, The world wide web: The idea of hypertext and
hyper media; How the web works-HTTP, HTML and URLs; How the browser works-
MIME types, plugins and helper applications; The standards-HTML, XML, XHTML and
the W3C.
Unit-2: Separating style from structure with style sheets: Internal style specifications
within HTML, External linked style specification using CSS, page and site design
considerations.
Client side programming: Introduction to the JavaScript syntax, the JavaScript object
model, Event handling, Output in JavaScript, Forms handling, miscellaneous topics such
as cookies, hidden fields, and images; Applications.
Unit-4: Other dynamic content technologies: introduction to ASP & JSP, Delivering
multimedia over web pages, The VRML idea, The Java phenomenon-applets and
servelets, issues and web development.
Unit-5: Introduction to Microsoft .NET Technology and its comparison with the
competing Technologies.
Text books:
Beginning XHTML by Frank Boumpery, Cassandra Greer, Dave Raggett, Jenny
Raggett, Sebastian Schnitzenbaumer & ted Wugofski, 2000, WROX press (Indian
Shroff Publ. SPD) 1st edition
HTML & XHTML: The Definitive Guide by Chuck Musciano, Bill Kennedy, 2000, 4th
Edi.
Reference books:
XHTML Black Book by Steven Holzner, 2000
CGI Programming on the World Wide Web. O Reilly Associates.
Web Technologies By Achyut S Godbole , Atul Kahate, 2003, T.M.H
Scott Guelich, Shishir Gundararam, Gunther Birzniek; CGI Programing with Perl 2/e
O Reilly.
Doug Tidwell, James Snell, Pavel Kulchenko; Programming Web services, O Reilly.
Intranets by James D.Cimino, 1997, Jaico Publ.
Internet and Web Technologies Raj Kamal, 2002, T.M.H
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-204 E Multimedia Technologies
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2: Image Compression & Standards: Making still images; editing and capturing
images; scanning images; computer color models; color palettes; vector drawing; 3D
drawing and rendering; JPEG-objectives and architecture; JPEG-DCT encoding and
quantization, JPEG statistical coding, JPEG predictive lossless coding; JPEG performance;
overview of other image file formats as GIF, TIFF, BMP, PNG etc.
Unit-3: Audio & Video: Digital representation of sound; time domain sampled
representation; method of encoding the analog signals; subband coding; fourier method;
transmission of digital sound; digital audio signal processing; stereophonic & quadraphonic
signal processing; editing sampled sound; MPEG Audio; audio compression &
decompression; brief survey of speech recognition and generation; audio synthesis; musical
instrument digital interface; digital video and image compression; MPEG motion video
compression standard; DVI technology; time base media representation and delivery.
Text Books:
An introduction, Villamil & Molina, Multimedia Mc Milan, 1997
multimedia: Sound & Video, Lozano, 1997, PHI, (Que)
Reference Books:
Multimedia: Production, planning and delivery, Villamil & Molina,Que, 1997
Multimedia on the PC, Sinclair,BPB
Multimedia: Making it work, Tay Vaughan, fifth edition, 1994, TMH.
Multimedia in Action by James E Shuman, 1997, Wadsworth Publ.,
Multimedia in Practice by Jeff coate Judith, 1995,PHI.
Multimedia Systems by Koegel, AWL
Multimedia Making it Work by Vaughar, etl.
Multimedia Systems by John .F. Koegel, 2001, Buford.
Multimedia Communications by Halsall & Fred, 2001,AW.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-309 E Computer Graphics Lab.
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
Java programs using classes & objects and various control constructs such as loops etc , and
data structures such as arrays , structures and functions.
Java programs for creating Applets for display of Images ,Texts and Animation
Programs related to interfaces & packages
Input output & Random files programs in java
Java programs using Event driven concept
Programs related to Network Programming
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
LIST OF EXPERIMENTS:
1. Write a program to justify a text entered by the user on both the left and right hand side.
For example, the test An architect may have a graphics program to draw an entire
building but be interested in only ground floor , can be justified in 30 columns as shown
below. An architect may have a Graphics programs draw an Entric building but be
interested in only ground floor.
2. Study the notes of a piano and stimulate them using the key board and store them in a
file.
3. Write a program to read a paragraph and store it to a file name suggested by the author.
4. Devise a routine to produce the animation effect of a square transforming to a triangle
and then to a circle.
5. Write a program to show a bitmap image on your computer screen.
6. Create a web page for a clothing company which contains all the details of that company
and at-least five links to other web pages.
7. Write a program by which we can split mpeg video into smaller pieces for the purpose
of sending it over the web or by small capacity floppy diskettes and then joining them at
the destination.
8. Write a program to simulate the game of pool table.
9. Write a program to simulate the game Mine Sweeper.
10. Write a program to play wave or midi format sound files.
L T P CLASS WORK : 25
0 0 2 EXAM : 25
TOTAL : 50
DURATION OF EXAM: 3 HRS
LIST OF EXPERIMENTS:
4. Write a program using 8085 for multiplication of two 8- bit numbers by repeated addition
method. Check for minimum number of additions and test for typical data.
5. Write a program using 8085 for multiplication of two 8- bit numbers by bit rotation method
and verify.
6. Write a program using 8085 for division of two 8- bit numbers by repeated subtraction
method and test for typical data.
7. Write a program using 8085 for dividing two 8- bit numbers by bit rotation method and
test for typical data.
9. Write a program using 8086 for division of a defined double word (stored in a data
segment) by another double Word division and verify.
10. Write a program using 8086 for finding the square root of a given number and verify.
11. Write a program using 8086 for copying 12 bytes of data from source to destination and
verify.
13. Write a program using 8086 for arranging an array of numbers in descending order and
verify.
14. Write a program using 8086 for arranging an array of numbers in ascending order and
verify.
15. Write a program for finding square of a number using look-up table and verify. .
16. Write a program to interface a two digit number using seven-segment LEDs. Use
8085/8086 microprocessor and 8255 PPI.
17. Write a program to control the operation of stepper motor using 8085/8086
microprocessor and 8255 PPI.
NOTE: At least ten experiments have to be performed in the semester out of which seven
experiments should be performed from above list. Remaining three experiments may either
be performed from the above list or designed & set by the concerned institution as per the
scope of the syllabus of EE-309-C.
CSE-302 E Principles of Software Engineering
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Introduction: The process, software products, emergence of software engineering,
evolving role of software, software life cycle models, Software Characteristics, Applications,
Software crisis.
Unit-2 : Software project management:Project management concepts, software process and
project metrics Project planning, project size estimation metrics, project estimation
Techniques, empirical estimation techniques, COCOMO- A Heuristic estimation techniques,
staffing level estimation, team structures, staffing, risk analysis and management, project
scheduling and tracking.
Unit-3 : Requirements Analysis and specification requirements engineering, system
modeling and simulation Analysis principles modeling, partitioning Software, prototyping: ,
Prototyping methods and tools; Specification principles, Representation, the software
requirements specification and reviews Analysis Modeling: Data Modeling, Functional modeling
and information flow: Data flow diagrams, Behavioral Modeling; The mechanics of structured
analysis: Creating entity/ relationship diagram, data flow model, control flow model, the control
and process specification; The data dictionary; Other classical analysis methods.
Unit-4: System Design: Design concepts and principles: the design process: Design and
software quality, design principles; Design concepts: Abstraction, refinement, modularity,
software architecture, control hierarchy, structural partitioning, data structure, software
procedure, information hiding; Effective modular design: Functional independence,
Cohesion, Coupling; Design Heuristics for effective modularity; The design model; Design
documentation.
Architectural Design: Software architecture, Data Design: Data modeling, data structures,
databases and the data warehouse, Analyzing alternative Architectural Designs
,architectural complexity; Mapping requirements into a software architecture; Transform flow,
Transaction flow; Transform mapping: Refining the architectural design.
Unit-5 : Testing and maintenance: Software Testing Techniques, software testing
fundamentals: objectives, principles, testability; Test case design, white box testing, basis
path testing: Control structure testing: Black box testing, testing for specialized environments
,architectures and applications. Software Testing Strategies: Verification and validation, Unit
testing, Integration testing,; Validation testing, alpha and beta testing; System testing:
Recovery testing, security testing, stress testing, performance testing; The art of debugging,
the debugging process debugging approaches. Software re-engineering , reverse
engineering ,restructuring, forward engineering.
Unit-6 : Software Reliability and Quality Assurance :Quality concepts, Software quality
assurance , SQA activities; Software reviews: cost impact of software defects, defect
amplification and removal; formal technical reviews: The review meeting, review reporting
and record keeping, review guidelines; Formal approaches to SQA; Statistical software
quality assurance; software reliability: Measures of reliability and availability ,The ISO 9000
Quality standards: The ISO approach to quality assurance systems, The ISO 9001 standard,
Software Configuration Management.
Unit-7: Computer Aided software Engineering: CASE, building blocks, integrated case
environments and architecture, repository.
Text Book:
Software Engineering A Practitioner s Approach, Roger S. Pressman, 1996, MGH.
Reference Books:
Fundamentals of software Engineering, Rajib Mall, PHI
Software Engineering by Ian sommerville, Pearson Edu, 5th edition, 1999, AW,
Software Engineering David Gustafson, 2002, T.M.H
Software Engineering Fundamentals Oxford University, Ali Behforooz and Frederick J.
Hudson 1995
JW&S,
An Integrated Approach to software engineering by Pankaj jalote , 1991 Narosa,
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-304 E Intelligent Systems
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-4: Planning, planning in situational calculus, representation for planning, partial order
planning algorithm, learning from examples, discovery as learning, I earning by analogy,
explanation based learning, neural nets, genetic algorithms.
Unit-5: Principles of Natural language processing, rule based systems architecture, Expert
systems, knowledge acquisition concepts, AI application to robotics, and current trends in
intelligent systems.
Text Book:
Artificial Intelligence: A Modern Approach,. Russell & Norvig. 1995, Prentice Hall.
Reference Books:
Artificial Intelligence, Elain Rich and Kevin Knight, 1991, TMH.
Artificial Intelligence-A modern approach, Staurt Russel and peter norvig, 1998, PHI.
Artificial intelligence, Patrick Henry Winston:, 1992, Addition Wesley 3rd Ed.,
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-305 E Computer Networks
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit 4: Wide Area Networks: Introduction of WANs, Routing, Congestion Control, WAN
Technologies, Distributed Queue Dual Bus (DQDB), Synchronous Digital Hierarchy (SDH)/
Synchronous Optical Network (SONET), Asynchronous Transfer Mode (ATM), Frame
Relay.,Wireless Links.
Text Book:
Computer Networks (3rd edition), Tanenbaum Andrew S., International edition, 1996.
Reference Books:
Data Communications, Computer Networks and Open Systems (4th edition), Halsall
Fred,
2000, Addison Wesley, Low Price Edition.
Business Data Communications, Fitzgerald Jerry,.
Computer Networks A System Approach, Larry L. Peterson & Bruce S. Davie, 2nd
Edition
Computer Networking ED Tittel , 2002, T.M.H.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-303 E Systems Programming &System Administration
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Evolution of Components Systems Programming, Assemblers, Loaders, Linkers,
Macros, Compilers. software tools, Text editors, Interpreters and program generators, Debug
Monitors, Programming environment.
Unit-2: Compiler: Brief overview of compilation process, Incremental compiler, Assembler:
Problem statement, single phase and two phase assembler, symbol table; Loader schemes,
compile and go Loader, general loader schemes, absolute loader, Subroutine linkage,
Reallocating loader, Direct linkage Loader, Binders, Linking loader, overlays.
Unit-3: Macro language and macro-processor, macro instructions, features of macro
facility, macro instruction arguments, conditional macro expansion, macro calls with macro
instruction defining macros.
Unit-4: Theoretical Concept of Unix Operating System: Basic features of operating
system;
File structure: CPU scheduling; Memory management: swapping, demand paging; file
system: block
and fragments, inodes, directory structure; User to user communication.
Unit-5: Getting Started with Unix: User names and groups, logging in; Format of Unix
commands; Changing your password; Characters with special meaning; Unix
documentation; Files
and directories; Current directory, looking at the directory contents, absolute and relative
pathnames,
some Unix directories and files; Looking at the file contents; File permissions; basic
operation on
files; changing permission modes; Standard files, standard output; Standard input, standard
error;
filters and pipelines; Processes; finding out about processes; Stopping background process;
Unix
editor vi.
Unit-6: Test Manipulation: Inspecting files; File statistics; Searching for patterns;
Comparing
files; Operating on files; Printing files; Rearranging files; Sorting files; Splitting files;
Translating
characters; AWK utility.
Unit-7: Shell Programming: Programming in the Borne and C-Shell; Wild cards; Simple
shell
programs; Shell variables; Shell programming constructs; interactive shell scripts; Advanced
features.
Unit-8: System Administration: Definition of system administration; Booting the system;
Maintaining user accounts; File systems and special files; Backups and restoration; Role and
functions of a system manager.
Overview of the linux. operating system
Text Books:
Systems Programming by Donovan, TMH.
The unix programming environment by Brain Kernighen & Rob Pike, 1984, PHI &
Rob Pike.
Design of the Unix operating system by Maurich Bach, 1986, PHI.
Introduction to UNIX and LINUX by John Muster, 2003, TMH.
Reference Book:
Advanced Unix programmer s Guide by Stephen Prato, BPB
Unix- Concept and applications by Sumitabha Das, 2002, T.M..H
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
EE-402-E WIRELESS COMMUNICATION
L T P CLASS WORK
: 50
3 1 0 EXAM : 100
TOTAL : 150
DURATION OF EXAM :
3 HRS
TEXT BOOKS:
1. Wireless Communications: Theodore S. Rappaport; Pearsons.
2. Mobile Cellular Telecommunication: W.C.Y.Lee; McGraw Hill
REFERENCE BOOK:
1. Mobile Communications: Jochen Schiller; Pearson
NOTE: Eight questions are to be set -one question from each unit. Students have to attempt
any five question.
EE-310-E DIGITAL SYSTEM DESIGN
L T P CLASS WORK : 50
3 1 0 EXAM : 100
TOTAL : 150
DURATION OF EXAM: 3 HRS
UNIT 1. INTRODUCTION :
Introduction to Computer-aided design tools for digital systems. Hardware description
languages; introduction to VHDL, data objects, classes and data types, Operators,
Overloading, logical operators.Types of delays Entity and Architecture declaration.
Introduction to behavioural, dataflow and structural models.
REFERENCE BOOKS:
1. IEEE Standard VHDL Language Reference Manual (1993).
2. Digital Design and Modelling with VHDL and Synthesis : KC Chang; IEEE Computer
Society Press.
3. "A VHDL Primmer : Bhasker; Prentice Hall 1995.
4. Digital System Design using VHDL : Charles. H.Roth ; PWS (1998).
5. "VHDL-Analysis & Modelling of Digital Systems : Navabi Z; McGraw Hill.
6. VHDL-IV Edition :Perry; TMH (2002)
7. Introduction to Digital Systems : Ercegovac. Lang & Moreno; John Wiley (1999).
8. Fundamentals of Digital Logic with VHDL Design : Brown and Vranesic; TMH (2000)
9. Modern Digital Electronics- III Edition: R.P Jain; TMH (2003).
NOTE : Eight questions are to be set - at least one question from each unit. Students
will be required to attempt five questions in all.
CSE-306 E Intelligent System Lab.
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
1. Study of PROLOG.
Write the following programs using PROLOG.
L T P Class Work: 25
- - 2 Exam: 25
Total: 50
Duration of Exam: 3 Hrs.
Study of LINUX Operating System (Linux kernel, shell, basic commands pipe & filter
commands).
AWK programming.
L T P CLASS WORK : 25
0 0 2 EXAM : 25
TOTAL : 50
DURATION OF EXAM: 3 HRS
LIST OF EXPERIMENTS:
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit 1: Architecture And Machines: Some definition and terms, interpretation and
microprogramming. The instruction set, Basic data types, Instructions, Addressing and
Memory. Virtual to real mapping. Basic Instruction Timing.
Unit 2: Time, Area And Instruction Sets: Time, cost-area, technology state of the Art,
The Economics of a processor project: A study, Instruction sets, Professor Evaluation Matrix
Unit-3: Cache Memory Notion: Basic Notion, Cache Organization, Cache Data, adjusting
the data for cache organization, write policies, strategies for line replacement at miss time,
Cache Environment, other types of Cache. Split I and D-Caches, on chip caches, Two level
Caches, write assembly Cache, Cache references per instruction, technology dependent
Cache considerations, virtual to real translation, overlapping the Tcycle in V-R Translation,
studies. Design summary.
Unit 4: Memory System Design: The physical memory, models of simple processor
memory interaction, processor memory modeling using queuing theory, open, closed and
mixed-queue models, waiting time, performance, and buffer size, review and selection of
queueing models, processors with cache.
Text Book:
Advance computer architecture by Hwang & Briggs, 1993, TMH.
Reference Books:
Pipelined and Parallel processor design by Michael J. Fiynn 1995, Narosa.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-403 E Software Project Management
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Text Book:
Software Project Management (2nd Edition), by Bob Hughes and Mike Cotterell,
1999, TMH
Reference Books:
Software Engineering A Practitioner s approach, Roger S. Pressman (5th edi),
2001, MGH
Software Project Management, Walker Royce, 1998, Addison Wesley.
Project Management 2/c. Maylor
Managing Global software Projects, Ramesh, 2001, TMH.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-405 E Compiler Design
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit 2: Lexical Analysis: Role of lexical analyzer, design of lexical analyzer, regular
expressions , Specification and recognition of tokens, input buffering, A language specifying
lexical analyzer. Finite automata, conversion from regular expression to finite automata, and
vice versa, minimizing number of states of DFA, Implementation of lexical analyzer.
Unit 3: Syntax Analysis: Role of parsers, context free grammars, definition of parsing.
Unit 4: Parsing Technique: Shift- reduce parsing, operator precedence parsing, top down
par sing, predictive parsing.
Unit 7: Symbol Table & Error Detection And Recovery: Symbol tables, its contents and
data structure for symbol tables; trees, arrays, linked lists, hash tables. Errors, lexical phase
error, syntactic phase error, semantic error.
Unit 8: Code Optimization & Code Generation: Code generation, forms of objects code,
machine dependent code, optimization, register allocation for temporary and user defined
variables.
Text Books:
Compilers Principle, Techniques & Tools - Alfread V. AHO, Ravi Sethi & J.D. Ullman;
- 1998Addison Wesley.
Compiler Design by O.G. Kakde, 1995, Laxmi Publ.
Reference Books:
Theory and practice of compiler writing, Tremblay & Sorenson, 1985, Mc. Graw Hill.
System software by Dhamdae, 1986, MGH.
Principles of compiler Design, Narosa Publication
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-407 E COMPILER DESIGN LAB
L T P Class Work: 50
- - 3 Exam: 50
Total: 100
Duration of Exam: 3 Hrs.
8. Write a program to check whether a grammar is left Recursion and remove left
Recursion.
12. To show various operations i.e. red, write and modify in a text file.
L T P Class Work: 50
- - 3 Exam: 50
Total: 100
Duration of Exam: 3 Hrs.
1) Study Windows API s. Find out their relationship with MFC classes. Appreciate
how they are helpful in finding complexities of windows programming.
2) Get familiar with essential classes in a typical (Document- view architecture)
VC++ Program and their relationship with each other.
3) Create an SDI application in VC++ that adds a popup menu to your application
which uses File drop down menu attached with the menu bar as the pop-up
menu. The pop-up menu should be displayed on the right click of the mouse.
4) Create an SDI application in VC++ using which the user can draw atmost 20
rectangles in the client area. All the rectangles that are drawn should remain
visible on the screen even if the window is refreshed. Rectangle should be drawn
on the second click of the left mouse button out of the two consecutive clicks. If
the user tries to draw more than 20 rectangles, a message should get displayed
in the client area that No more rectangles can be drawn
5) Create an application in VC++ that shows how menu items can be grayed,
disabled and appended at run time.
6) Write a program in VC++ to implement serialization of inbuilt and user defined
objects.
7) Write a program in VC++ to create archive class object from CFile class that
reads and stores a simple structure (record).
8) Make an Active X control in VC++ derived from a standard control.
9) Write a program in VB to implement a simple calculator.
10) Create a simple database in MS Access Database /Oracle and a simple database
application in VB that shows database connectivity through DAO and ADO.
11) Write a simple program that displays an appropriate message when the illegal
operation is performed using error handling technique in VB.
12) Write a program in VB to create a notepad.
13) Create a DLL in VB.
Bright students may do the following exercises:
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-4: Distributed file systems: Distributed file system Design, Distributed file system
Implementation, Trends in Distributed file systems.
Distributed Shared Memory: What is shared memory, Consistency models, Page based
distributed shared memory, shared variables distributed shared memory.
Text Book:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT 402 E Security of Information Systems
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Basic Encryption and Decryption: Terminology and Background: Encryption,
Decryption and Cryptosystems, Plain Text and Cipher Text, Encryption Algorithms,
Cryptanalysis.
Introduction to Ciphers: Monoalphabetic Substitutions such as the Caesar Cipher,
Cryptanalysis of Monoalphabetic Ciphers, Polyalphabetic Ciphers such as Vigenere
Tableaux, Cryptanalysis of Polyalphabetic Ciphers, Perfect Substitution Cipher such as the
Vernam Cipher, Stream and Block Ciphers, Characteristics of Good Ciphers: Shannon
Characteristics, Confusion and Diffusion, Information Theoretic Tests, Unicity Distance,
Unit-2: Secure Encryption Systems: Hard Problems: Complexity: NP-Complete
Problems, Characteristics of NP-Complete Problems, The Meaning of NP-Completeness,
NP-Completeness and Cryptography.
Properties of Arithmetic Operations: Inverses, Primes, Greatest Common Divisor,
Euclidean Algorithm, Modular Arithmetic, Properties of Modular Arithmetic, Computing the
inverse, Fermat's Theorem, Algorithm for Computing Inverses, Random number generation
Public Key (Asymmetric key) Encryption Systems: Concept and Characteristics of Public
key Encryption System, Introduction to Merkle-Hellman Knapsacks , Rivest-Shamir-Adelman
(RSA) Encryption in Detail, Introduction to Digital Signature Algorithms , The Digital
Signature Standard (DSA).
Hash Algorithms: Hash Concept , Description of Hash Algorithms , Message Digest
Algorithms such as MD4 and MD5 , Secure Hash Algorithms such as SHA1 and SHA2.
Secure Secret Key (Symmetric ) Systems: The Data Encryption Standard
(DES),Analyzing and Strengthening of DES, Key Escrow and Clipper, Introduction to
Advance Encryption Standard (AES)
Unit 3: Applied Cryptography, Protocols and Practice: Key Management
Protocols:Solving Key Distribution Problem, Diffie-Hellman Algorithm, Key Exchange with
Public Key Cryptography.
Public Key Infrastructure (PKI): Concept of Digital Certificate, Certificate Authorities and
it's roles, X509 Structure of Digital Certificate, Types of Public Key Infrastructures.
Legal Issues: Copyrights, Patents, Trade Secrets, Computer Crime, Cryptography and the
Law.
Unit 4: Operating System, Database and Program Security: Operating Systems
Security:Security Policies, Models of Security, Security Features of Ordinary Operating
System, Security Features of Trusted Operating System.
Database Security: Security Requirements of Databases, Reliability and Integrity,
Protection of Sensitive Data, Inference Problem: Direct and Indirect Attacks
Program Security: Kinds of Malicious Code, How Viruses Attach and Gain Control, Homes
for Viruses, Virus Signatures, Preventing Virus Infection, Trapdoors, Convert Channels,
Control Against Program Threats, Java mobile codes.
Unit-5: Network Security: Network Security Issues such as Impersonation, Message
Confidentiality, Message Integrity, Code Integrity, Denial of Service, Secure Communication
Mechanisms such as IPSec, PKI based Authentication and Kerberos Authentication,
Biometrics Authentication Mechanisms, Access Control Mechanisms, Firewalls
Web Security: Solving Privacy Problems, Solving Authentication Problems, Secure Socket
Layer (SSL) Protocol, Secure Electronic Transaction (SET) Protocol , Safe Guarding Web
Servers.
Secure Electronic Mail: Privacy Enhanced Email (PEM), Pretty Good Privacy (PGP), Public
Key Cryptography Standards-PKCS#7, Secure/Multipurpose Internet Mail Extensions
(S/MIME)
Text Books:
"Security in Computing (Second Edition)", Charles P. Pfleeger, 1996, Prentic-Hall
International, Inc.,
"Applied Cryptography Protocols, Algorithms, and Source Code in C (Second edition)", Bruce
Schneier, 1995, John Reference Books:
"Security Technologies for the World Wide Web", Rolf Oppliger, Artech House, Inc.
"Digital Certificates Applied Internet Security", Jalal Feghhi, Jalli Feghhi and Peter Williams,
Addison Wesley Longman,
"The World Wide Web Security FAQ", Lincoln D. Stein, World Wide Web Consortium,
[Online] Available at http://www.w3.org/Security/Faq/www-security-faq.html
Cryptographic Message Syntax Standard, Public-Key Cryptography Standards, RSA
Laboratories, [Online] Available at http://www.rsasecurity.com/rsalabs/pkcs/pkcs-
7/index.html
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT 407 Advanced JAVA Lab.
L T P Class Work: 50
- - 3 Exam: 50
Total: 100
Duration of exam: 3 hrs.
JDBC
Servlets
Beans
RMI
JSP
ELECTIVES-I
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Review of OSI layers, circuit types & services, topologies, networking hardware,
common protocols & interfaces in physical, data, network & transport layers.
Unit-2: Switching technologies, multiplexing, circuit switching, packet switching X.25, frame
relax, SMDs ATM, B-ISDN, traffic matrix, traffic pattern calculations, performance issues of
packet networks, delay, availability and reliability
Unit-3: Comparisons: circuits Vs. packets vs frame vs cell Technologies & services,
protocols & interface comparisons, switching comparisons, SMDs Vs. B-ISDN, FDDE Vs
SMDS
Unit-4: Network Design for Access: Campus network design, leased line and radio
modems, DDR & ISDN Access Network design, X.25 remote access network design, Frame-
relay interfaces & traffic shaping VSAT & Wlan network design. Scaling access networks
OS: protocols, performance analysis.
Unit-6: Data Network Management Systems: Managing IP, ICMP, TCP, UDP, X.25
reporting Ethernet traffic, managing bridges & routers. Microsoft & HP, NMS Tools, Case
Studies: selected from design, architecture & topology areas of internetworks. Introduction to
storage area networks and network attached storage.
Text Book:
Reference Books:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-419 E Neural Networks
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-3: Single layer Perception Classifier: Classification model, Features & Decision
regions; training & classification using discrete perceptron, algorithm, single layer continuous
perceptron networks for linearlyseperable classifications.
Unit-5: Single layer feed back Networks: Basic Concepts, Hopfield networks, Training &
Examples.
Text Books:
Introduction to artificial Neural systems by Jacek M. Zurada, 1994, Jaico Publ.
House.
Reference Books:
Neural Networks :A Comprehensive formulation , Simon Haykin, 1998, AW
Neural Networks , Kosko, 1992, PHI.
Neural Network Fundamentals N.K. Bose , P. Liang, 2002, T.M.H
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-465 E Network Technology
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Overview of Internet: Address and domain Management, SNMP, Transport Layer
issues,
TCP/IP, FTP, WWW undergoing technology, E mail talent, FTP, Gateway, Dial-up,
SLIP/PPP
Dedicated lines, Internet searching tools, gopher, Archie, Veronica, WWW, Lynx, Mosaic,
WAIS,
Usenet.
Unit-2: Security issues, CGI, PERL, HTML, VRML, JAVA, VB script and other internet
development tools, internet networking TCP/IP protocols . ) Network Security and
Management.
Unit-3: Application Layer Services and protocols (RPC, NFC, SMTP, FTP, TELENET),
Review of LAN, Principles of IBASE5 (Strain), Transmitter and receiver of IBASE5
(Starian), Node, LAN Manager, Software of IBASE5 Node, 10BASE5 Ethernet and
10BASE2 (Cheaper net), Twisted pair Ethernet, Serial Communication, Connecting LANs
and WANS.
Text Book:
Computer Networks by Tanenbaum, 2003, PHI.
Computer Networks by Black, 1995, PHI.
Reference Books:
Data communication & Networking by Furouzan, 2000, TMH.
Data and Network communications by Miller (Delmer)
Communication Networks: Fundamentals Concepts & Key Architectures by Alberto
Leon, TMH
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-421 E Advanced Database Management Systems
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Data Models: EER model and relationship to the OO model, Object Oriented data
model and ODMG standard, Other data models - NIAM, GOOD, ORM.
Unit-2: Client Server Computing: Client Server Concepts, 2-Tier and 3-Tier Client Server
Systems, Client/Server Architecture and the Internet, Client /Database Server Models,
Technology Components of Client Server Systems, Application Development in Client
Server Systems.
Text Book:
Fundamentals of Database Systems (3 edition), Elmasri R. and Navathe S.B., 2000,
Addison Wesley, Low Priced Edition.
Reference Book:
Database System Concepts by A. Silbershatz, H.F. Korth and S. Sudarshan, 3rd
edition, 1997, McGraw-Hill, International Edition.
Note: Eight questions will be set in all by the examiners taking at least two
questions from each unit. Students will be required to attempt five questions
in all.
CSE-423 E Object Oriented Software Engineering
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Review of object oriented systems: Design objects, class hierarchy, inheritance,
polymorphism, object relationships and associations, aggregations and object containment,
object persistence, meta classes, object oriented systems development life cycle, Software
development process object oriented systems development: a use case driven approach.
Unit-2: Methodology for object oriented design: Object modeling technique as software
engineering methodology, Rumbaugh methodology, Jacobson Methodology, Booch
Methodology, Patterns, Frameworks, the unified approach, unified modeling language
(UML).
Unit-3: Object Oriented Analysis: Analysis process, use case driven object oriented
analysis, use-case model, object classification, theory, different approaches for identifying
classes, classes, responsibilities and collaborators, identifying object relationships, attributes
and methods, super sub class relationships, A- part of relationships aggregation, class
responsibilities, object responsibilities.
Unit-4: Object oriented design process, corollaries, design axioms, design patterns, object
oriented design philosophy, UML object constraint language, designing classes: The
process, class visibility, refining attributes, designing methods ad protocols, packages and
managing classes, designing interface objects, view layer interface design, Macro and Micro
level interface design process
Text Book:
Object Oriented software Engineering, Ivar Jacobson, 1995, Addison Wesley.
Reference Books:
Object Oriented systems development, Ali Bahrami, 1999, MGH.
Object Oriented Modeling and Design, Rumbaugh et.al.,1997, PHI.
Object Oriented analysis and Design, Grady Booch, 1995, Addison Wesley
Object Oriented Software Engineering by Subhash Mehta, Suresh K. Basandra,
Galgotia Publ.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
EE-407-E DIGITAL SIGNAL PROCESSING
L T P CLASS WORK : 50
3 1 0 EXAM : 100
TOTAL : 150
DURATION OF EXAM: 3 HRS
UNIT4. Z-TRANSFORM :
Introduction, properties of the region of convergence, properties of the Z-transform, inversion
of the Z-transform, applications of Z-transform.
TEXT BOOKS :
1. Digital Signal Processing : Proakis and Manolakis; PHI
2. Digital Signal Processing: Salivahanan, Vallavaraj and Gnanapriya;TMH
REFERENCE BOOKS:
1. Digital Signal Processing: Alon V. Oppenhelm;PHI
2. Digital Signal processing(II-Edition): Mitra, TMH
NOTE: Eight questions are to be set - at least one from each unit. Students have to attempt
five questions.
HUM-451-E LANGUAGE SKILLS FOR ENGINEERS
SEMESTER VII (ELECTIVE)
The real challenge before the students starts when they cross the threshold of the college
after completing their degree. They, all of a sudden, find themselves competing for job/
P.G. Degrees, through various entrance tests and interviews. Verbal ability forms a major
portion of these tests. Without sound language skills and its semantic-syntactic know-how,
the students with engineering background find themselves almost under- prepared for such
tests. With this difficulty of students in mind, this course is proposed to make them
technically proficient in handling the language skills required in competitive exams. The
course would expose students to almost all variety of items, the common run of such tests
as CAT, GMAT etc. And in the context of LPG, this cutting edge competence becomes
imperative, and no professional education can afford to overlook this aspect.
COURSE CONTENT:
UNIT I
Remedial English: Parts of speech; Gerunds, participles and infinitives; Clauses; Sentence-
constructions (unity; avoidance of choppy and rambling sentences, logic and consistency,
conciseness, sequencing of ideas); Sentence errors - agreement between verb and subject,
pronoun and antecedents, sequence of tenses, problems involving modifiers (dangling and
misplaced modifiers); Shifts in point of view - consistency of number and person, tense,
mood, voice and subject; Parallelism; Omissions and mixed constructions.
UNIT II
UNIT III
UNIT IV
UNIT V
SUGGESTED READING:
1. Working with Words by R.Gairns and S.Redman, Cambridge University Press,
London.
2. Meanings into Words Upper Intermediate Students Book, Doff/jones, Foundation
Books (Cambridge university Press), Delhi.
3. A Practical English Grammar by A.J. Thomson and A.V. Martinet, OUP, Delhi.
4. Examine your English by Margaret M. Maison, Orient Longman, New Delhi.
5. A Practical Guide to Colloquial Idiom by W.J. Ball, Longman.
SCHEME OF EXAMINATION:
(A) THEORETICAL:
The pattern of the exam would be more or less like the pattern of the competitive exams.
(i.e., OBJECTIVE TYPE) like CAT G-MAT etc., as far as the units I, II, III and IV are
concerned.
The first section of the question paper will have 110 objective type questions with no choice
at all. These 110(60+40+10) questions will cover all the first three units (I, II, III) of the
syllabus and would carry 30,20 and 10 marks respectively. The questions may be in the
form of multiple choices, fill-in-the-blank, supply the right word/choice, choose the right
alternative, do as directed etc.
Unit-IV: 20 Marks
The question from this unit will test comprehension competence (in the form of various
elements mentioned in the unit) of the text given.
There will be an oral test carrying 20 marks. The presentation part of the section i.e. Unit-V
will be covered in this test. Hence, there is no need to include this unit in theory exam.
Three hours for a group of 15 students are required for this test. Test can be in the form of
any of the activities mentioned in the Unit-V.
Unit-I :
Permutations and combinations, Recurrence relations,
Generating functions, decision trees.
Unit-II :
Graphs, incidence and degree, isomorphism, subgraphs, walks,
paths and circuits, connected graphs, Disconnected graphs and
component Euler's graph, operations on graphs, Hamiltonian paths
and circuits, Travelling salesman problem.
Unit-III :
Trees, properties of trees, Pendant vertices in tree, Rooted
and binary trees, Spanning trees, Fundamental circuits, Spanning
trees in a weighted graph.
Unit-IV :
Cut-sets, properties of cut-sets, Fundamental circuits and
cut-sets, connectivity and separability, Network flows, 1-
isomorphism and 2-isomerphism.
Unit-V :
Planer graphs, Kuratowski's two graphs, different
representation of a planer graph, Detection of planarity, vector
space of graph.
Unit-VI :
Matrix representation of graphs, incidence matrix, submatrix
of incidence matrix, Fundamental circuit matrix, cut-set matrix
and relationship between all three above.
Unit-VII :
Colouring, chromatic number, chromatic polynomials, four
color problem, Five color theorem.
Unit-VIII :
Directed graphs and their types, Binary relation, Directed
paths and connectedness, Euler's digraph.
Books Recommended :
Note : Examiner will set eight questions, taking one from each
unit. Students will be required to attempt any five
questions.
HUM-455-E ENTREPRENEURSHIP
VIITH SEMESTER (ELECTIVE)
L T P Class Work : 50 Marks
3 1 - Theory : 100 Marks
Total : 150 Marks
Duration of Exam. : 3 Hrs.
UNIT-I : Promotion of Entrepreneurship
Importance and need : Commercial Banks and term lending in India; Banks and
under-writing of capital issues; Brief description about the role of other financial agencies viz;
Industrial Finance Corporation of India. State Financial Corporation, Industrial Development
Bank of India; Unit Trust of India.
UNIT-V : Problems Faced by Small Enterprises
Recommended Books :
1. Entrepreneurship of Small Scale Industries Deshpande Manohar D. (Asian
Publishers, New
Delhi)
2. Environment and Entrepreneur Tandon B.C. (Asian Publishers, New Delhi).
3. The Industrial Economy of India Kuchhal S.C. (Chaitanya, Allahabad).
4. Emerging Trends in Entrepreneurship Development Theories & Practices Singh
P.Narendra
(International Founder, New Delhi)
5. Entrepreneur, Banker & Small Scale Industries Bhattacharya Hrisnikes.
6. Entrepreneurship & Growth of Enterprise in Industrial Estates Rao Gangadhara N.
NOTE: Eight questions are to be set atleast one question from each unit and the students
will have to attempt five questions in all.
ELECTIVES-2
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Data warehousing Definition, usage and trends. DBMS vs data warehouse, Data
marts, Metadata, Multidimensional data mode, Data cubes, Schemas for Multidimensional
Database: stars, snowflakes and fact constellations.
Unit-2: Data warehouse process & architecture, OLTP vs OLAP, ROLAP vs MOLAP, types
of OLAP, servers, 3-Tier data warehouse architecture, distributed and virtual data
warehouses, data warehouse manager.
Unit-3: Data warehouse implementation, computation of data cubes, modelling OLAP data,
OLAP queries manager, data warehouse back end tools, complex aggregation at multiple
granularities, tuning and testing of data warehouse.
Unit-4: Data mining definition & task, KDD versus data mining, data mining techniques,
tools and applications.
Unit-5: Data mining query languages, data specification, specifying knowledge, hierarchy
specification, pattern presentation & visualisation specification, data mining languages and
standardisation of data mining.
Unit-6: Data mining techniques: Association rules, Clustering techniques, Decision tree
knowledge discovery through Neural Networks & Genetic Algorithm, Rough Sets, Support
Victor Machines and Fuzzy techniques.
Unit-7: Mining complex data objects, Spatial databases, Multimedia databases, Time series
and Sequence data; mining Text Databases and mining Word Wide Web.
Text Books:
Data Warehousing In the Real World; Sam Anahory & Dennis Murray; 1997, Pearson
Data Mining- Concepts & Techniques; Jiawei Han & Micheline Kamber- 2001,
Morgan Kaufmann.
Data Mining Techniques; Arun Pujar; 2001, University Press; Hyderbad.
Reference Books:
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-467 E Computer Software Testing
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Fundamentals and Testing types: First, second and later cycles of testing.
Objectives and limits of testing. Overview of S/W development stages, Planning and Design
stages and testing during these stages. Glass box code, Regression and Black box testing,
Software errors, Categories of software error.
Unit-2: Reporting and analyzing bugs: Problem reports, Content and Characteristics of
Problem Report, analysis and Tactics for analyzing a reproducible bug. Making a bug
reproducible
Unit-3: Problem Tracking System: Objective of Problem Tracking System, tasks of the
system, Problem tracking overview, users of the tracking system, mechanics of the database
Unit-4: Test Case Design: Characteristics of a good test, equivalence classes and
boundary values, visible state transitions, Race conditions and other time dependencies,
load testing. Error guessing, Function equivalence testing, Regression Testing, General
issues in configuration testing, printer testing
Unit-5: Localization and User Manuals testing: Translated text expands, Character sets,
Keyboards, Text filters, Loading, saving, importing, and exporting high and low ASCII,
Operating system Language, Hot keys, Error message identifiers, Hyphenation rules,
Spelling rules, Sorting Rules, Uppercase and Lowercase conversion, Printers, Sizes of
paper, CPU s and video, Rodents, Data formats and setup options, Rulers and
measurements, Culture-bound Graphics and output, European product compatibility,
Memory availability, automated testing, Testing User Manuals, Effective documentation,
documentation tester s objective, How testing documentation contributes to software
reliability
Unit-6: Testing Tools and Test Planning: Fundamental tools, Automated acceptance and
regression tests, standards, Translucent box testing Overall objective of the test plan:
product or tool? Detailed objective , type of test, strategy for developing components of test
planning documents, components of test planning documents, documenting test materials
Unit-7: S/W Development tradeoffs and models, Quality-related costs, The development
time line, Product design, alpha, Pre-beta, Beta, User Interface freeze, Pre-final, Final
integrity testing, Project post-mortems, Legal consequences of defective software, Managing
and role of a testing group, independent test agencies
Text Book:
Testing Computer Software, by Cem Kaner, Jack Falk,Hung Quoc Nguyen,
1999, Pub: Wiley, (Second Edition).
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-469 E Introduction to E-commerce & ERP
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Part-A
Unit-1: Introduction and Concepts: Networks and commercial transactions Internet and
other novelties; networks and electronic transactions today, Model for commercial
transactions; Internet environment internet advantage, worlds wide web and other internet
sales venues; Online commerce solutions.
Unit-2: Electronic Payment Methods: Updating traditional transactions; Secure online
transaction models; Online commercial environments; digital currencies and payment
systems; Offline secure processing; private data networks. Security protocols.
Unit-3: Electronic Commerce Providers: On-line Commerce options: Company profiles.
Electronic Payment Systems: Digital payment systems; First virtual internet payment system;
cyber cash model. On-line Commerce Environments: Servers and commercial
environments; Ecommerce servers.
Unit-4: Digital Currencies: Operational process of Digicash, Ecash Trail; Using Ecash;
Smart cards; Electronic Data Interchange: basics, EDI versus Internet and EDI over
Internet. Strategies, Techniques and Tools, Shopping techniques and online selling
techniques.
Part- B
Unit-5: ERP- An Enterprise Perspective: Production Finance, Personnel disciplines and
their relationship, Transiting environment, MIS Integration for disciplines,
Information/Workflow, Network Structure, Client Server Integrator System, Virtual Enterprise.
Unit-6: ERP Resource Management Perspective: Functional and Process of Resource.
Management, Introduction to basic Modules of ERP System: HRD, Personnel Management,
Training and Development, Skill Inventory, Material Planning and Control, Inventory,
Forecasting, Manufacturing, Production Planning, Production Scheduling, Production
Control, Sales and Distribution, Finance, Resource Management in global scenario.
Unit-7: ERP - Information System perspective: Introduction to OLAP (Online Analysis
and Processing), TP, OAS, KBS, MRP, BPR,. SCM, REP, CRM, Information Communication
Technology.
Unit-8: ERP-Key Managerial issues: Concept Selling, IT Infrastructure, Implication, of
ERP Systems on Business Organization, Critical success factors in ERP System, ERP
Culture Implementation Issues, Resistance to change, ERP Selection issues, Return on
Investment, Pre and Post Implementation Issues.
Text Book:
Frontiers of electronics Commerce Ravi lalakota, Andrew Whinston ,1996,
Addision Wesley,
Enterprise Resource Planning-Concepts and Practice, V.K. Garg and N.K. Venkita Krishna,
1998, PHI.
Reference Books:
The SAP/3 Handbook, John Antonio, Fernandz, TMH.
The E-Business Revolution Denial amor Addision Wesley
From Edi to E-Commerce: A Business Initiative Sokol TMH
E Commerce Greenstein and Feinman TMH
E Commerce Excel, Diwan, Sharma
Asset International Net Commerce TMH
E Commerce: The Cutting Edge of Business Bajan And Nag TMH
E-Commerces- Jaffrey F. Rayport , Bernard J. Jaworski, 2002, T.M.H
Electronic Commerce Security , Risk management and Control , Greenstein, Feinman,
2002, T.M.H
Note: Eight questions will be set in all by the examiners taking at least one question from
each unit. Students will be required to attempt five questions in all but at least two from each
Part A & Part B.
CSE-425 E Natural Language Processing
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-3: Computation linguistics: recognition and parsing of natural language structures: ATN
& RTN,General techniques of parsing: CKY, Earley & Tomitas algorithm.
Unit-5: Application of NLP: intelligent work processors: Machine translation, user interfaces,
Man-Machine interfaces, natural language querying, tutoring and authoring systems, speech
recognition, commercial use of NLP.
Text Book:
Natural Language Understanding James Allen ,Benjamin-1995, cummings Pub.
Comp. Ltd.,
Reference Books:
Language as a cognitive process , Terry Winograd 1983, AW
Natural Language processing in prolog G. Gazder, 1989, Addison Wesley.
Introduction of Formal Language Theory, Mdlj Arbib & Kfaury, 1988, Springer
Verlog
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-471 E Management Information System
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-3: Conceptual system design: Define the problems, set systems objective, establish
system constraints, determine information needs determine information sources, develop
alternative conceptual design and select one document the system concept, prepare the
conceptual design report.
Unit-4: Detailed system design: Inform and involve the organization, aim of detailed
design, project management of MIS detailed design , identify dominant and trade of criteria,
define the sub systems, sketch the detailed operating sub systems and information flow,
determine the degree of automation of each operation, inform and involve the organization
again, inputs outputs and processing, early system testing, software, hardware and tools
propose an organization to operate the system, document the detailed design revisit the
manager user.
Text Books:
Management Information System by W. S. Jawadekar, 2002, Tata McGraw Hill.
Information System for Modern Management (3rd edition)- Robert G. Murdick, Loel E.
Ross & James R. Claggett. PHI
Reference books:
Management Information System; O Brian; TMH
Management Information System by Davis Olson Mac Graw Hill
Management Information System by Stasllings,(Maxwell Mc Millman Publishers)
Information System; a Management Perspective; Alter Addison Wesley
Introduction to Information System; McGraw Hill
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT- 453 E Systems & Network Administration
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
UNIT-1 : Introduction to Systems and Network Administration: The Scope of Systems and
Network Administration, The Goals of Systems and Network Administration, System
Components and their Management: Operating Systems: Windows and Unix
Variants, File Systems and Standards (UFS, NFS, NTFS), Processes and Job Control,
Privileged, User and Group Accounts, Logs and Audits, Systems Performance Tuning:
UNIT-3 : Host and Network Security :Security Planning, Categories of Security: C1, C2,
C3, C4, Password Security, Access Control and Monitoring: Wrappers, Firewalls: Filtering
Rules, Detection and Prevention of Denial of Service (DOS) Attacks, Automatic
Identification of Configuration Loop Holes, Security Information Resources: CERT, Installing
and Upgrading System Software, Use of Scripting tools: Shell Scripting, Perl/Python
Scripting, Use of Make Option
UNIT-4 : Security Planning, Categories of Security: C1, C2, C3, C4, password security,
Access Control and Monitoring.
BOOKS RECOMMENDED
Principles of Network and System Administration , Mark Burgess, 2000, John Wiley
and Sons Ltd,
TCP/IP Network Administration (3rd Edition), Craig Hunt, O Reilly and Associates
Inc., 2002.
Windows 2000 Administration , George Splading, 2000, McGraw-Hill.
Linux Network Administrator s Guide , Olaf Kirch and Terry Dawson, (2nd Edition),
O Reilly and Associates Inc., 2000, (Shroff Publishers and Distributors,
Culcutta),
Software Requirements : Microsoft Windows 2000, Linux, Perl/Python
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
HUM-453-E ORAL COMMUNICATION COMPETENCE
SEMESTER VII (ELECTIVE)
Oral communication forms the major chunk of social and professional interaction. It is not
only the what but the how of knowledge communication that assumes utmost importance
once the professional students enter the job market. S/he has to be well-versed with the
nuances and complexities, not only of every day oral interaction but also with the situation
based oral competence. This course is designed with this need of the professional students
in mind. It is also helpful to those students who appear for TOEFL and IELTS.
COURSE CONTENT:
Unit I
UNIT II
Unit III
Unit IV
Reading Skills: Basic concepts; Reading for various purposes; Reading print and
visual texts (Advertisements, Documentaries, Fiction/non-fiction, Movies).
UNIT V
Body language and Paralanguage: Gestures, postures, facial expressions, tone, pitch,
rhythm etc.
UNIT VI:
Oral Skills for Specific Situations: Interviews, Meetings and Group Discussion.
SUGGESTED READING:
There will be five questions of 20 marks each covering all the units except unit V. The
students are required to attempt any three questions. The questions may be set on the
theory part of the elements from the units or students may be given some mock situations to
be worked on. For the unit on Reading Skills, they may be given a manageable short text to
be reviewed, summarised or to be analysed.
There will be an oral test to evaluate the spoken skills of the students. Besides evaluating
clarity, fluency and spontaneity of the language, this test will look for how well the
components of body language and para-language are integrated with the linguistic means.
The students may be evaluated through presentation/mock-meeting or Group Discussion.
Also they can be asked to face interviews in mock Situations. The time duration for this
exam for every batch of 15 students will be of 3 hrs.
A panel of examiners appointed by the University will evaluate the oral competence of the
students.
MATH-455-E LINEAR ALGEBRA
(ELECTIVE FOR CSE,IT)
Unit-I & II :
Unit-III & IV :
Unit-V :
Unit-VI :
Unit-VII :
Unit-VIII :
Books Recommended :
Note : Examiner will set eight questions, taking one from each
unit. Students will be required to attempt any five
questions.
CH-451E ENVIRONMENTAL SCIENCE & ENGINEERING
(Elective for EE,EL,ME,CSE & IT)
L T P Sesstional 50 marks
4 - - Theory 100 marks
Total 150 marks
Air pollution :
Classification of air pollutants
Particulates: Physical characteristics, mode of formation, settling
properties, Control measures
Hydrocarbons: Nature, sources, control
Carbon Monoxide: Source, harmful effects on human health, control
measures.
Oxides of Sulphur and Nitrogen : Sources, effects on human health and plants,
control measures.
Solid Waste: Types, sources and properties of solid waste, solid waste
management Generation, Collection and techniques for ultimate disposal,
Elementary discussion on resource and energy recovery.
BOOKS SUGGESTED:
Note: Eight questions will be set and students will be required to attempt five questions in
all.
ELECTIVE-3
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Introduction: Codes and Ciphers Some Classifical systems Stiatistical theory of
cipher systems-Complexity theory of crypto systems Stream ciphers, Block ciphers.
Unit-2: Stream Ciphers: Rotor based system shift register based systems Design
considerations for stream ciphers Cryptanalsysis of stream ciphers Combined eneryption
and encoding. Block Ciphers DES and variant, modes of use of DES.
Public key systems Knacksack systems RSK Diffle Hellman Exchange
Authentication and Digital signatures, Elliptic curve based systems.
Unit-3: System Identification and clustering: Cryptology of speech signals narrow band
and wide band systems Analogue & Digital Systems of speech encryption.
Text Books:
Cryprotography and Network Security: Principal & Practices, 2nd Edition by Upper
Saddle River, PHI
Network Management Principles & Practices by Subramanian, Mani (AWL)
SNMP, Stalling, Willian (AWL)
Reference Books:
SNMP: A Guide to Network Management (MGH)
Telecom Network Management by H.H. Wang (MGH)
Network Management by U. Dlack (MGH)
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-412 E Object Oriented Systems Development
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
UML User Guide , Grady Booch, James Rumbaugh, Ivar Jacobson, 2000, Addison
Wesley.
Visual Modeling with Rational Rose 2000 and UMLBy Terry Quatrani Foreword by
Grady Booch, 2000
Reference Books:
UML Reference Guide , James Rumbaugh, Ivar Jacobson, Grady Booch, 2000, Addison
Wesley.
The Objectory Software Development Process , Ivar Jacobson, Grady Booch,
James Rumbaugh, 1999, Addison Wesley.
UML Distiled by Maxtin Fowler with Kendall Scott,2000 ,Second Edition
Sams Teach Yourself UML In 24 Hours By Joseph Schmuller ,2000
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-466 E Embedded Systems Design
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Real time operating system overview, exposure to Windows CE, QNX, Micro
kernels and c/OS of introduction to process models. Interrupt routines in an RTOs
environment, encapsulating semaphores and queues, hard real-time scheduling
considerations, saving memory space.
Unit-2: 16 & 32 bit microprocessor and micro-controller and DSP hardware with reference
to Embedded system.
Unit-3: Embedded software development tools and compilers host and target machines,
linker/ locators for embedded software, cross compilers, cross assemblers and tool chairs,
gce compiler, basic concept of device drivers, serial communication interface device driver.
Unit-5: Communication protocols with special reference to embedded system. TCP/IP, VDP
wireless protocols, IRDA, Blue tooth IEEE 8.8.11.
Text Books:
Reference Books:
TCP/IP Lean: Web servers for embedded systems by Jeramy Bentham, 2002
Real time programming: A guide to 32 bit embedded development, Rick Grehan,
1999, AW.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-468 E Logic & Functional Programming
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Procedural and non-procedural lang., prolog vs LISP, Applications of LISP &
PROLOG in designing expert system.
Unit-3: Input and Output, built-in predicates, Operation on Data Structures, Advanced Tree
Representation.
Unit-4: Prolog in Artificial Intelligence: writing programs for search techniques, Constraint
logic programming, Knowledge representation and expert system, Expert System Shell.
Text Book:
Prolog Programming for Artificial Intelligence by Ivan Bratko, 2001, Pearson Edu.
Reference Books:
Symbolic Computing with Lisp & PROLOG - by Mueller, JW, 1998
Programming in turbo PROLOG by Lee Teft - PHI.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-414E Digital Image Processing
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2: Image Enhancement in the Spatial Domain & Frequency domain: Background,
Basic gray
level transformation, Histogram processing, Basics of spatial filtering, Smoothing and
Sharpening
Spatial filters, Introduction to Fourier Transform and the Frequency Domain, Discrete
Fourier
Transform. Smoothing and Sharpening Frequency-Domain filters.
Unit-4: Color Image Processing: Color Fundamentals, Color models, Basis of full color
image
processing, Color transformations.
Text Book:
Digital Image Processing by Rafael C.Gonzalez & Richard E. Woods 2002,
Pearson Education
Reference Book:
Digital Image Processing by A.K. Jain, 1995,-PHI
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
IT-302 E Network Programming
L T P Class Work: 50
3 1 - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-2: Socket introduction, elementary TCP sockets, TCP client sever, I/O functions,
select& poll functions, socket options elementary UDP sockets, elementary node and
address conversions, echo service (TCP and UDP).
Unit-3: Algorithm and issues in server software design :iterative connectionless servers,
(UDP), Iterative, connection oriented servers (TCP), single process, concurrent servers
multiprotocol servers (TCP,UDP), multi service servers (TCP,UDP).
Unit-4: Remote procedure call concept (RCP) :RPC models, analogy between RPC of client
and server, remote programs and procedures, their multiple versions and mutual exclusion
communication semantics, RPC retransmits, dynamic port mapping ,authentication.
Unit-5: Network file system concept of data link access, debugging techniques ,Routing
sockets, broadcasting to mobile network.
Text Books:
Unix Network programming Vol -2nd edition, W.Richard Stevens
Internet working with TCP/IP Vol-1, Doubles e-commer.
Internetworking TCP/IP Vol III Doubles E comer, David L.Stevens
Reference Book:
Internetworking with TCP/IP, Vol II
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
HUM-452-E BUSINESS COMMUNICATION
SEMESTER VIII (ELECTIVE)
The course proposes to help students develop business and technical communication
competence. It focuses on writing skills and strategies for specific purposes. The
inevitability of introducing this course to Engineering students is embodied in that it has
comparatively a high concentration of certain complex writing techniques and procedures.
COURSE CONTENT:
Unit-I
Unit-II
Business Reports and Proposals: Importance, Function, Pattern and formats of Reports,
Typical Business Reports, Report Organisation and Presentation, and Formal Reports;
Proposal Formats, Writing problem-Solving Proposals, Executive Summary Proposals and
project Proposals.
Unit-III
Unit-IV
SUGGESTED READING:
2. Business Correspondence and Report Writing by R.C. Sharma & Krishna Mohan,
Tata Macgraw Hill Publication, New Delhi.
4. Effective Letters in Business by Robert by C. Shruter, Tata Macgraw Hill, New Delhi.
5. English Business Letters by F.W. Wing & D. Anncree, Orient Longman.
8. General and Business English by Sweet Stephen, Sir Issac Pitman & Sons Ltd.,
London.
SCHEME OF EXAMINATION:
There will be six questions in all, covering all the units. All questions will be compulsory and
will have enough internal choice.
Unit-I: 30 Marks
There will be two questions from this unit. One question will cover the theoretical aspect of
business letter writing and will carry 10 marks. The other question will be on writing the letter
in a proper format on a subject given and will be of 20 marks. There will be enough choice
taking care of the justice to be given to both the aspects of the letter writing.
Unit-II: 35 Marks
There will be two questions from this unit. One question will cover the theoretical aspect of
report/proposal writing and will carry 15 marks. The other question will be on preparing the
report/proposal on a topic/subject given and will be of 20 marks. There will be enough choice
taking care of the justice to be given to both the aspects of the report writing.
Unit-III: 15 Marks
There will be a question on theoretical aspects of the various items of this unit or students
can be asked to draft a specimen of any of these from the material given in the exam. The
question can be split into parts.
Unit-IV: 20 Marks
There will be one question having two parts. One part will be on theory and will be of 5marks
and the other will require the drafting an advertisement copy of a product or service or a
public announcement and will carry 15 marks.
PHY-452-E LASER TECHNOLOGY
(Elective for EE,EL,CSE,IT,IC)
RECOMMENDED BOOKS:
Unit-I
Unit-II
Unit-III
Product-concepts and types. Product life cycle, New Product development and its
process. Branding, packaging and trademark decisions.
Unit-IV
Unit-V
Unit-VI
Text Books :
Reference Books :
L T P Sessional : 50 Marks
3 1 - Exam. : 100 Marks
Total : 150 Marks
Duration of exam: 3 Hours
Part-A
Part-B
TEXT BOOKS :
1. Applied Numerical Analysis : Curtis F. Gerald and Patrick
G. Wheatley-Pearson, Education Ltd.
2. Numerical Method : E. Balagurusamy T.M.H.
REFERENCE BOOKS :
1. Numerical Methods for Scientific and Engg. Computations :
M.K. Jain, S.R.K. Iyenger and R.K. Jain-Wiley Eastern Ltd.
2. Introductory Methods of Numerical Analysis S.S. Sastry,
P.H.I.
3. Numerical Methods in Engg. & Science : B.S. Grewal.
Note: Examiner will set eight questions, taking four from Part-A and four
from Part-B. Students will be required to attempt five questions
taking atleast two from each part.
ELECTIVES-4
UNIT-II
UNIT-III
UNIT-IV
UNIT-V
BOOKS RECOMMENDED :
TEXT BOOKS :
REFERENCE BOOKS :
1. Principles & Practices of Management L.M. Prasad (Sultan Chand & Sons)
2. Management Harold, Koontz and Cyrilo Donell (Mc.Graw Hill).
3. Marketing Management S.A. Sherlikar (Himalaya Publishing House, Bombay).
4. Financial Management - I.M. Pandey (Vikas Publishing House, New Delhi)
5. Management - James A.F. Stoner & R.Edward Freeman, PHI.
NOTE: Eight questions are to be set atleast one question from each unit and the students
will have to attempt five questions in all.
IT-470 E Web Engineering
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Information Architecture: The role of the Information Architect, Collaboration and
Communication, Organizing Information, Organizational Challenges, Organizing Web sites
and Intranets, Creating Cohesive Organization Systems Designing Navigation Systems,
Types of Navigation systems, Integrated Navigation Elements, Remote Navigation
Elements, Designing Elegant Navigation Systems, Searching Systems, Searching your Web
Site, Designing the Search Interface, Indexing the Right Stuff, To search or Not To Search,
Grouping Content, Conceptual Design, High-Level Architecture Blueprints, Architectural
Page Mockups, Design Sketches.
Unit-2: Dynamic HTML and Web Designing: HTML Basic Concepts, Good Web Design,
Process of Web Publishing, Phases of Web Site development, Structure of HTML
documents, HTML Elements-Core attributes, Language attributes, Core Events, Block Level
Events, Text Level Events, Linking Basics, Linking in HTML, Images and Anchors, Anchor
Attributes, Image maps, Semantic Linking Meta Information, Image Preliminaries, Image
Download Issues, Image as Buttons, Introduction to Layout: Backgrounds, Colors and Text,
Fonts, Layout with Tables. Advanced Layout: Frames and Layers, HTML and other media
types. Audio Support in Browsers, Video Support, Other binary Formats. Style Sheets,
Positioning with Style sheets. Basic Interactivity and HTML: FORMS, Form Control, New
and emerging Form elements.
Unit-3: Java Server Pages and Active Server Pages: Basics, Integrating Script, JSP/ASP
Objects and Components, configuring and troubleshooting,: Request and response objects,
Retrieving the contents of a an HTML form, Retrieving a Query String, Cookies, Creating
and Reading Cookies. Using application Objects and Events.
Text Books:
HTML The complete Reference, TMH
CGI Programming with Perl 2/e, Scott Guelich, Shishir Gundavaram, Gunther
Birzniek; O Reilly
Doug Tidwell, James Snell, Pavel Kulchenko; Programming Web Services with
SOAP, O Reilly
Pardi, XML in Action, Web Technology, PHI
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
MATH-402-E OPERATIONS RESEARCH
(Compulsory for Chemical Engg. Elective for CSE,IT,EE,EL)
Unit-I :
The origin of OR, Phases of an O.R. study, Impact of OR,
Formulation of Linear-programming model, Graphical solution.
Converting the linear programming problem to standard form, Simplex
method.
Unit-II :
Big-M method, Two-Phase method, Degeneracy, Alternate
optima, unbounded and infeasible solution.
Unit-III :
Definition of the dual problem, primal-dual relationship,
Dual Simplex method, Postoptimal and sensitivity analysis.
Unit-IV & V :
Assignment problem and its mathematical formulation,
solution of assignment problem (Hyngarian method), Transportation
problem and its mathematical formulation, Initial basic feasible
solution of transportation problem by North-West corner rule,
Lowest-Cost Entry method and Vogel's Approximation method,
Optimal solution of transportation problem.
Unit-VI :
Network models, Minimal spanning tree algorithm, Shortest-
route problem (Floyd's Algorithm and Dijkstras algoritham),
Maximal flow problem, Introduction to CPM & PERT.
Unit-VII :
Introduction to Dynamic Programming, General inventory Model, Static
Economic Order Quantity (EOQ) Models.
Unit-VIII :
Elements of a Queuing model, Pure Birth & Death model,
Generalized Poisson Queuing model, Specialized Poisson Queues.
Books Recommended :
Note : Examiner will set eight questions, taking one from each
unit. Students will be required to attempt any five
questions.
HUM-454-E INDIAN ENGLISH WRITING
SEMESTER VIII (ELECTIVE)
COURSE CONTENT:
TEXTS BOOKS:
SCHEME OF EXAMINATION:
The students will be required to attempt five questions in all. All questions
will carry equal marks. Question no 1 will be compulsory. It will have four
reference to context type questions covering all the texts. Here students
first hand reading of the texts will be tested.
Besides the first, there will be eight more questions (covering all the four texts) out of which
the students will be required to attempt any four, choosing at least one question from each
text. The questions will be so framed as to evaluate the knowledge of the text for various
social, political, cultural and human issues from readers point of view. No question will be
based on literary theory.
IT-472 E Introduction to VLSI Design
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Crystal Growth: MGS, EGS, Czochralspi crystal Puller, Silicon shaping, Wafer
Preparation. Epitaxy: Vapour Phase Epitaxy, Epitaxial Layer evaluation Molcullar Beam
Epitaxy.
Unit-3: Reactive Plasma Etching: Plasma Properties, Feature Size control and anisotropic
etching, Plasma etching techniques and equipment. Di-electric and Poly-Silicon Film
Deposition: Deposition Processes for Poly-Si, SiO2, SiO3N4; Plasma assisted Depositions.
Text Books:
VLSI Technology, S.M. Sze , 1998, MGH
VLSI Fabrication Principles, S.K. Ghandhi
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE-416 E Social and Professional Issues in IT
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit-1: Legal Issues: Introduction to legal concepts, Basic outline of Criminal and Civil
Laws, Concepts relating to laws of Contract and Commercial Law, Substantive Legal Issues,
Intellectual property Issues, Cyber crime, Data protection principles and implications of the
European Union Data Protection Directive, Confidentiality and privacy, Intellectual property
rights, Copyright and Industrial Property, Patents, Trade Marks and laws relating to designs,
Software Protection and piracy, Dealing with Copyright, Originality, Exception to Copyright
infringement, Employees and freelance programs, devices to overcome protection Software
Licensing , Methods of licensing, Copyright and electronic publishing , Copyright problems
posed by electronic publishing.
Unit-2: Multimedia, licensing and related issues: Protection of Databases, Trade marks and
passing off, Internet related issues, Contract issues and Law, Basic understanding of the
Types of Agreements in large computerization projects Implementation Agreements,
License Agreements, Maintenance agreements etc., Enforcement issues, dispute resolution,
arbitration, legislative action,
Reference Books:
(Eds), The Responsible Software Engineer: Selected Readings in IT
Professionalism, Myers C., Hall T. and Pitt D., 1997, Springer
* BCS code of conduct: http://www.bcs.org/docs/01100/1194/pdf/codeofc.pdf
BCS Code of Practice: http://www1.bcs.org/docs/01100/1194/Cop.htm
ACS code of Ethics
http://203.58.197.209/acs/events_admin/static/national/pospaper/acs131.htm
Note: Eight questions will be set in all by the examiners taking at least two question
from each unit. Students will be required to attempt five questions in all.
CSE 418 Human Computer Interaction
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam:
3 Hrs.
Unit 1: Introductions & overview of HCI.:
Unit 7: The design process making use of task and user data for system design.
Use cases, scenarios, Structuring the information, Information architecture, User and
process flows, Wireframes, Mockups, comps, Other methods of conveying structure
and function
Text books:
Hackos, J.T. & Redish, J.C. (1998). User and task analysis for interface design.
John New York: Wiley & Sons.
Norman, D. (1988). The design of everyday things. New York: Basic Books.
Reference Books:
Designing the User Interface: Strategy for Effective Human Computer
Interaction, 3rd edition, Bel Shneiderman, Perason Edu. Publ. 2000
Human Computer Interaction Dix, A et al. Prentice Hall 1993
Graphical User Interface Design and Evaluation Redmond-Pyle, D. & Moore,
A. Prentice Hall 1995
The Art of Human-Computer Interface Design Laurel, B Addison-Wesley
1990
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
CSE 420 E Fuzzy Logic
L T P Class Work: 50
4 - - Exam: 100
Total: 150
Duration of Exam: 3 Hrs.
Unit - 1 Classical and Fuzzy Sets: Overview of Classical Sets, Membership Function, a-cuts,
Properties of a-cuts, Decomposition, Theorems, Extension Principle,
Unit - 4 Fuzzy Relations: Crisp & Fuzzy Relations, Projections & Cylindric Extensions, Binary
Fuzzy Relations, Binary Relations on single set, Equivalence, Compatibility & Ordering
Relations, Morphisms, Fuzzy Relation Equations.
Unit 5 Possibility Theory: Fuzzy Measures, Evidence & Possibility Theory, Possibility
versus Probability Theory.
Unit 6 Fuzzy Logic: Classical Logic, Multivalued Logics, Fuzzy Propositions, Fuzzy
Qualifiers, Linguistic Hedges.
Fuzzy Sets, Uncertainty & Information by G.J.Klir & T.A. Folyger, PHI, 1988.
Fuzzy sets & Fuzzy logic by G.J.Klir & B.Yuan, PHI, 1995.
Note: Eight questions will be set in all by the examiners taking at least one question
from each unit. Students will be required to attempt five questions in all.
This document was created with Win2PDF available at http://www.daneprairie.com.
The unregistered version of Win2PDF is for evaluation or non-commercial use only.