U.P. TECHNICAL UNIVERSITY LUCKNOW B.Tech.

68
U.P. TECHNICAL UNIVERSITY LUCKNOW Syllabus of Computer Science & Engineering 2 nd Year (III & IV Sem.) [Effective from Session 2009-10] B.Tech. (1)

Transcript of U.P. TECHNICAL UNIVERSITY LUCKNOW B.Tech.

U.P. TECHNICAL UNIVERSITY

LUCKNOW

Syllabus

of

Computer Science & Engineering

2nd Year (III & IV Sem.) [Effective from Session 2009-10]

B.Tech.

(1)

(2)

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY & EVALUATION SCHEME

B. Tech. Computer Science & Engineering [Effective From session 2009-10]

YEAR II, SEMESTER-III

Evaluation Scheme PERIODS SESSIONAL EXAM. S.

No. Course Code

SUBJECT

L T P CT TA Total ESE

Subject Total

Credits

THEORY 1. ECS-301

Digital Logic Design 3 1 0 30 20 50 100 150 4

2 EAS-301 Mathematics-III 3 1 0 30 20 50 100 150 4 3. EHU-301/

EHU-302 Industrial Psychology/ Industrial Sociology

2 0 0 15 10 25 50 75 2

4. ECS-302 Data Structures Using C 3 1 0 30 20 50 100 150 4

5. ECS-303 Discrete Mathematical Structures 3 1 0 30 20 50 100 150 4

6. ECS-304 IT Infrastructure and its Management

3 1 0 30 20 50 100 150 4

7. EHU-111 *Human Values & Professional Ethics

2 2 0 15 10 25 50 75

PRACTICAL/DESIGN/DRAWING 8. ECS-351 Logic Design Lab 0 0 2 10 10 20 30 50 1

9. ECS-352 Data structures Lab 0 0 2 10 10 20 30 50 1

10. ECS-353 Numerical Techniques 0 0 2 5 5 10 15 25 1

11. GP-301 General Proficiency - - - - - 50 - 50 1

*Human values & Professional Ethics will be offered as a compulsory audit course for which passing marks are 40% in theory & 50% in aggregate. Students will be required to audit it with in the period of their study. There will not carry over facility for this course and the failure student will be required to repeat this course (in next-semester).

(3)

U.P. TECHNICAL UNIVERSITY, LUCKNOW

STUDY & EVALUATION SCHEMEB. Tech. Computer Science & Engineering

[Effective from Session 2009-10] YEAR II, SEMESTER-IV

Evaluation Scheme PERIODS

SESSIONAL EXAM. S. No. Course Code

SUBJECT

L T P CT TA Total ESE

Subject Total

Credits

THEORY

1. EHU-402/ EHU-401

Industrial Sociology / Industrial Psychology

2 0 0 15 10 25 50 75 2

2. EOE-041- EOE-048

Science Based Open Elective 3 1 0 30 20 50 100 150 4

3. EEC-406 Introduction to Microprocessor 3 1 0 30 20 50 100 150 4

4. ECS-401 Computer Organization 3 1 0 30 20 50 100 150 4

5. ECS-402 Database Management Systems 3 1 0 30 20 50 100 150 4 6. ECS-403 Theory of Automata & Formal

Languages 2 1 0 15 10 25 50 75 3

7 EHU-111 *Human values & Professional Ethics

2 2 0 15 10 25 50 75

PRACTICAL/TRAINING/PROJECT

8. EEC-456 Microprocessor Lab 0 0 2 10 10 20 30 50 1

9. ECS-452 DBMS Lab 0 0 2 10 10 20 30 50 1 10. ECS-453 Computer Organization Lab 0 0 2 5 5 10 15 25 1

11. GP-401 General Proficiency - - - - - 50 - 50 1

Paper Code Science Based Open-Electives EOE-031/EOE-041 Introduction to Soft Computing (Neural Networks, Fuzzy Logic and

Genetic Algorithm) EOE-032/EOE-042 Nano Sciences EOE-033/EOE-043 Laser System and Applications EOE-034/EOE-044 Space Science EOE-035/EOE-045 Polymer Science & Technology EOE-036/EOE-046 Nuclear Science EOE-037/EOE-047 Materials Science EOE-038/EOE-048 Discrete Mathematics

(4)

ECS-301 : Digital Logic Design

L T P EAS-301: MATHEMATICS –III

3 1 0

Unit – I : Function of Complex variable

Analytic function, C-R equations, Cauchy’s integral theorem, Cauchy’s integral formula for derivatives of analytic function, Taylor’s and Laurent’s series, singularities, Residue theorem, Evaluation of real integrals of the type and 10

Unit – II : Statistical Techniques - I

Moments, Moment generating functions, Skewness, Kurtosis, Curve fitting, Method of least squares, Fitting of straight lines, Polynomials, Exponential curves etc., Correlation, Linear, non –linear and multiple regression analysis, Probability theory. 08

Unit – III : Statistical Techniques - II

Binomial, Poisson and Normal distributions, Sampling theory (small and large), Tests of significations: Chi-square test, t-test, Analysis of variance (one way) , Application to engineering, medicine, agriculture etc.

Time series and forecasting (moving and semi-averages), Statistical quality control methods, Control charts, , R, p, np, and c charts. 08

Unit – IV : Numerical Techniques – I

Zeroes of transcendental and polynomial equation using Bisection method, Regula-falsi method and Newton-Raphson method, Rate of convergence of above methods.

Interpolation: Finite differences, difference tables, Newton’s forward and backward interpolation , Lagrange’s and Newton’s divided difference formula for unequal intervals. 08

Unit – V : Numerical Techniques –II

Solution of system of linear equations, Gauss- Seidal method, Crout method. Numerical differentiation, Numerical integration , Trapezoidal , Simpson’s one third and three-eight rules, Solution of ordinary differential (first order, second order and simultaneous) equations by Euler’s, Picard’s and forth-order Runge- Kutta mehthods. 08

Test Books :-

1. Peter V. O’Neil, Advance Engineering Mathematics Thomson (Cengage) Learning, 2007.

2. Jain, Iyenger & Jain, Numerical Methods for Scientific and Engineering Computation, New Age International, New Delhi , 2003.

3. J.N. Kapur, Mathematical Statistics, S. Chand & company Ltd.,2000 Reference Books :- 1. R.K. Jain & S.R.K. Iyenger, Advance Engineering Mathematics, Narosa Publication

House, 2002. (5)

(6)

2. Chandrika Prasad, Advanced Mathematics for Engineers, Prasad Mudralaya, 1996. 3. E. Kreysig, Advanced Engineering Mathematics, John Wiley & Sons, 2005. 4. B.S. Grewal, Higher Engineering Mathematics, Khanna Publishers, 2005. 5. Devi Prasad, An introduction to Numerical Analysis, Narosa Publication house, New

Delhi 2006.

ECS-302 : DATA STRUCTURES USING - C L T P

3 1 0 Unit - I Introduction: Basic Terminology, Elementary Data Organization, Algorithm, Efficiency of an Algorithm, Time and Space Complexity, Asymptotic notations: Big-Oh, Time-Space trade-off. Abstract Data Types (ADT) Arrays: Definition, Single and Multidimensional Arrays, Representation of Arrays: Row Major Order, and Column Major Order, Application of arrays, Sparse Matrices and their representations. Linked lists: Array Implementation and Dynamic Implementation of Singly Linked Lists, Doubly Linked List, Circularly Linked List, Operations on a Linked List. Insertion, Deletion, Traversal, Polynomial Representation and Addition, Generalized Linked List . Unit – II Stacks: Abstract Data Type, Primitive Stack operations: Push & Pop, Array and Linked Implementation of Stack in C, Application of stack: Prefix and Postfix Expressions, Evaluation of postfix expression, Recursion, Tower of Hanoi Problem, Simulating Recursion, Principles of recursion, Tail recursion, Removal of recursion Queues, Operations on Queue: Create, Add, Delete, Full and Empty, Circular queues, Array and linked implementation of queues in C, Dequeue and Priority Queue. Unit – III Trees: Basic terminology, Binary Trees, Binary Tree Representation: Array Representation and Dynamic Representation, Complete Binary Tree, Algebraic Expressions, Extended Binary Trees, Array and Linked Representation of Binary trees, Tree Traversal algorithms: Inorder, Preorder and Postorder, Threaded Binary trees, Traversing Threaded Binary trees, Huffman algorithm. Unit – IV Graphs: Terminology, Sequential and linked Representations of Graphs: Adjacency Matrices, Adjacency List, Adjacency Multi list, Graph Traversal : Depth First Search and Breadth First Search, Connected Component, Spanning Trees, Minimum Cost Spanning Trees: Prims and Kruskal algorithm. Transistive Closure and Shortest Path algorithm: Warshal Algorithm and Dijikstra Algorithm, Introduction to Activity Networks Unit – V Searching : Sequential search, Binary Search, Comparison and Analysis Internal Sorting: Insertion Sort, Selection, Bubble Sort, Quick Sort, Two Way Merge Sort, Heap Sort, Radix Sort, Practical consideration for Internal Sorting.

(7)

Search Trees: Binary Search Trees(BST), Insertion and Deletion in BST, Complexity of Search Algorithm, AVL trees, Introduction to m-way Search Trees, B Trees & B+ Trees Hashing: Hash Function, Collision Resolution Strategies Storage Management: Garbage Collection and Compaction. Text books and References:

1. Aaron M. Tenenbaum, Yedidyah Langsam and Moshe J. Augenstein “Data Structures Using C and C++” , PHI

2. Horowitz and Sahani, “Fundamentals of Data Structures”, Galgotia Publication 3. Jean Paul Trembley and Paul G. Sorenson, “An Introduction to Data Structures

with applications”, McGraw Hill 4. R. Kruse etal, “Data Structures and Program Design in C”, Pearson Education 5. Lipschutz, “Data Structures” Schaum’s Outline Series, TMH 6. G A V Pai, “Data Structures and Algorithms”, TMH

ECS-303 : DISCRETE MATHEMATICAL STRUCTURES L T P 3 1 0

Unit-I Set Theory: Introduction, Combination of sets, Multisets, Ordered pairs. Proofs of some general identities on sets. Relations: Definition, Operations on relations, Properties of relations, Composite Relations, Equality of relations, Recursive definition of relation, Order of relations. Functions: Definition, Classification of functions, Operations on functions, Recursively defined functions. Growth of Functions. Natural Numbers: Introduction, Mathematical Induction, Variants of Induction, Induction with Nonzero Base cases. Proof Methods, Proof by counter – example, Proof by contradiction. Unit-II Algebraic Structures: Definition, Groups, Subgroups and order, Cyclic Groups, Cosets, Lagrange's theorem, Normal Subgroups, Permutation and Symmetric groups, Group Homomorphisms, Definition and elementary properties of Rings and Fields, Integers Modulo n. Unit-III Partial order sets: Definition, Partial order sets, Combination of partial order sets, Hasse diagram. Lattices: Definition, Properties of lattices – Bounded, Complemented, Modular and Complete lattice. Boolean Algebra: Introduction, Axioms and Theorems of Boolean algebra, Algebraic manipulation of Boolean expressions. Simplification of Boolean Functions, Karnaugh maps, Logic gates, Digital circuits and Boolean algebra. Unit-IV Propositional Logic: Proposition, well formed formula, Truth tables, Tautology, Satisfiability, Contradiction, Algebra of proposition, Theory of Inference.

(8)

Predicate Logic: First order predicate, well formed formula of predicate, quantifiers, Inference theory of predicate logic. Unit-V Trees : Definition, Binary tree, Binary tree traversal, Binary search tree. Graphs: Definition and terminology, Representation of graphs, Multigraphs, Bipartite graphs, Planar graphs, Isomorphism and Homeomorphism of graphs, Euler and Hamiltonian paths, Graph coloring, Recurrence Relation & Generating function: Recursive definition of functions, Recursive algorithms, Method of solving recurrences. Combinatorics: Introduction, Counting Techniques, Pigeonhole Principle, Pólya’s Counting Theory. References:

1. Koshy, Discrete Structures, Elsevier Pub. 2008 2. Kenneth H. Rosen, Discrete Mathematics and Its Applications, 6/e, McGraw-Hill,

2006. 3. B. Kolman, R.C. Busby, and S.C. Ross, Discrete Mathematical Structures, 5/e,

Prentice Hall, 2004. 4. E.R. Scheinerman, Mathematics: A Discrete Introduction, Brooks/Cole, 2000. 5. R.P. Grimaldi, Discrete and Combinatorial Mathematics, 5/e, Addison Wesley,

2004. 6. Jean Paul Trembley, R Manohar, Discrete Mathematical Structures with

Application to Computer Science, McGraw-Hill, Inc. New York, NY, 1975.

ECS-304 : INFORMATION TECHNOLOGY INFRASTRUCTURE AND ITS MANAGEMENT

UNIT I: INTRODUCTION-Information Technology, Computer Hardware, Computer Software, Network and Internet, Computing Resources, IT INFRASTRUCTURE- Design Issues, Requirements, IT System Management Process, Service Management Process, Information System Design, IT Infrastructure Library UNIT II: SERVICE DELIVERY PROCESS- Service Delivery Process, Service Level Management, Financial Management, Service Management, Capacity Management, Availability Management UNIT III: SERVICE SUPPORT PROCESS- Service Support Process, Configuration Management, Incident Management, Problem Management, Change Management, Release Management

(9)

STORAGE MANAGEMENT- Backup & Storage, Archive & Retrieve, Disaster Recovery, Space Management, Database & Application Protection, Bare Machine Recovery, Data Retention UNIT IV: SECURITY MANAGEMENT- Security, Computer and internet Security, Physical Security, Identity Management, Access Management. Intrusion Detection, Security Information Management UNIT V: IT ETHICS- Introduction to Cyber Ethics, Intellectual Property, Privacy and Law, Computer Forensics, Ethics and Internet, Cyber Crimes EMERGING TRENDS in IT- Electronics Commerce, Electronic Data Interchange, Mobile Communication Development, Smart Card, Expert Systems ECS -351 : Logic Design Lab

(10)

ECS-352 : Data Structure Lab

L T P 0 0 2

Write Program in C or C++ for following.

• Array implementation of Stack, Queue, Circular Queue, List.

• Implementation of Stack, Queue, Circular Queue, List using Dynamic memory Allocation.

• Implementation of Tree Structures, Binary Tree, Tree Traversal, Binary Search Tree,

Insertion and Deletion in BST.

• Implementation of Searching and Sorting Algorithms.

• Graph Implementation, BFS, DFS, Min. cost spanning tree, shortest path algorithm.

ECS-353 : Numerical Techniques Lab

L T P

0 0 2

Write Programs in ‘C’ Language:

1. To deduce error envolved in polynomial equation.

2. To Find out the root of the Algebraic and Transcendental equations using

Bisection, Regula-falsi, Newton Raphson and Iterative Methods. Also give the

rate of convergence of roots in tabular form for each of these methods.

3. To implement Newton’s Forward and Backward Interpolation formula.

4. To implement Gauss Forward and Backward, Bessel’s, Sterling’s and Evertt’s

Interpolation formula

5. To implement Newton’s Divided Difference and Langranges Interpolation

formula.

6. To implement Numerical Differentiations.

7. To implement Numerical Integration using Trapezoidal, Simpson 1/3 and

Simpson 3/8 rule.

8. To implement Least Square Method for curve fitting.

9. To draw frequency chart like histogram, frequency curve and pie-chart etc.

10. To estimate regression equation from sampled data and evaluate values of

standard deviation, t-statistics, regression coefficient, value of R2 for atleast two

independent variables.

(11)

EEC-406 : INTRODUCTION TO MICROPROCESSOR

Fourth Semester B.Tech CSE

L T P 3 1 0

Unit-I Introduction: Microprocessor evolution and types, microprocessor architecture and operation of its components, addressing modes, interrupts, data transfer schemes, instruction and data flow, timer and timing diagram. Interfacing devices. Architectural advancement of microprocessor. Typical microprocessor development schemes. Unit-II *-bit Microprocessors: Pin diagram and internal architecture of 8085 microprocessor, registers, ALU, Control & statu, interrupt and machine cycle. Instruction sets. Addressing modes. Instruction formats Instruction Classification: data transfer, arithmetic operations, logical operations, branching operations, machine control and assembler directives. Unit-III 16-bit Microprocessor: Architecture of 8086 microprocessor: register organization, bus interface unit, execution unit, memory addressing, memory segmentation. Operating modes. Instruction sets, instruction format, Types of instructions. Interrupts: hardware and software interrupts. Unit-IV Programming: Assembly language programming based on intel 8085/8086. Instructions, data transfer, arithmetic, logic, branch operations, looping, counting, indexing, programming techniques, counters and time delays, stacks and subroutines, conditional call and return instructions Unit-V Peripheral Interfacing: Peripheral Devices: 8237 DMA Controller, 8255 programmable peripheral interface, 8253/8254programmable timer/counter, 8259 programmable interrupt controller, 8251 USART and RS232C. Books 1. Gaonkar , Ramesh S , “Microprocessor Architecture, Programming and Applications with 8085”, Penram International Publishing. 2. Ray A K , Bhurchandi K M , “Advanced Microprocessors and Peripherals”, TMH 3. Hall D V ,”Microprocessor Interfacing’, TMH 4. Liu and Gibson G A , “ Microcomputer System: The 8086/8088 family’’ ,PHI 5. Aditya P Mathur, “ Introduction to Microprocessor”, TMH 6. Brey, Barry B, “INTEL Microprocessors”, PHI 7. Renu Sigh & B.P.Sigh, “Microprocessor, Interfacing and Applications 8. M Rafiqzzaman, “Microprocessors, Theory and Applications”,

(12)

ECS-401 : COMPUTER ORGANIZATION Fourth Semester B.Tech CSE & IT

L T P

3 1 0

Unit-I Introduction:

Number representation; fixed and floating point number representation, IEEE standard for floating point representation. Error detection and correction codes: Hamming code. Digital computer generation, computer types and classifications, functional units and their interconnections, buses, bus architecture, types of buses and bus arbitration. Register, bus and memory transfer. Unit-II Central Processing Unit: Addition and subtraction of signed numbers, look ahead carry adders. Multiplication: Signed operand multiplication, Booths algorithm and array multiplier. Division and logic operations. Floating point arithmetic operation Processor organization, general register organization, stack organization and addressing modes. Unit-III Control Unit: Instruction types, formats, instruction cycles and subcycles ( fetch and execute etc) , micro-operations, execution of a complete instruction. Hardwire and microprogrammed control: microprogramme sequencing, wide branch addressing, microinstruction with next address field, pre-fetching microinstructions, concept of horizontal and vertical microprogramming. Unit-IV Memory: Basic concept and hierarchy, semiconductor RAM memories, 2D & 2 1/2D memory organization. ROM memories. Cache memories: concept and design issues 9 performance, address mapping and replacement) Auxiliary memories: magnetic disk, magnetic tape and optical disks Virtual memory: concept implementation. Unit-V Input / Output: Peripheral devices, I/O interface, I/O ports, Interrupts: interrupt hardware, types of interrupts and exceptions. Modes of Data Transfer: Programmed I/O, interrupt initiated I/O and Direct Memory Access., I/O channels and processors. Serial Communication: Synchronous & asynchronous communication, standard communication interfaces.

Books 1. Patterson, Computer Organisation and Design, Elsevier Pub. 2009 2. William Stalling, “ Computer Organization”, PHI 3. Vravice,Hamacher & Zaky, “Computer Organization”, TMH 4. Mano,” Computer System Architecture”, PHI 5. John P Hays, “ Computer Organization”, McGraw Hill 6. Tannenbaum,” Structured Computer Organization’, PHI 7. P Pal chaudhry, ‘ Computer Organization & Design’, PHI

(13)

ECS-402 : DATA BASE MANAGEMENT SYSTEM

IVth Semester B. Tech. CSE & IT L T P 3 1 0

Unit-I Introduction: An overview of database management system, database system Vs file system, Database system concept and architecture, data model schema and instances, data independence and database language and interfaces, data definitions language, DML, Overall Database Structure. Data Modeling using the Entity Relationship Model: ER model concepts, notation for ER diagram, mapping constraints, keys, Concepts of Super Key, candidate key, primary key, Generalization, aggregation, reduction of an ER diagrams to tables, extended ER model, relationship of higher degree. Unit-II Relational data Model and Language: Relational data model concepts, integrity constraints, entity integrity, referential integrity, Keys constraints, Domain constraints, relational algebra, relational calculus, tuple and domain calculus. Introduction on SQL: Characteristics of SQL, advantage of SQL. SQl data type and literals. Types of SQL commands. SQL operators and their procedure. Tables, views and indexes. Queries and sub queries. Aggregate functions. Insert, update and delete operations, Joins, Unions, Intersection, Minus, Cursors, Triggers, Procedures in SQL/PL SQL Unit-III Data Base Design & Normalization: Functional dependencies, normal forms, first, second, third normal forms, BCNF, inclusion dependence, loss less join decompositions, normalization using FD, MVD, and JDs, alternative approaches to database design. Unit-IV Transaction Processing Concept: Transaction system, Testing of serializability, serializability of schedules, conflict & view serializable schedule, recoverability, Recovery from transaction failures, log based recovery, checkpoints, deadlock handling.

Distributed Database: distributed data storage, concurrency control, directory system. Unit-V Concurrency Control Techniques: Concurrency control, Locking Techniques for concurrency control, Time stamping protocols for concurrency control, validation based protocol, multiple granularity, Multi version schemes, Recovery with concurrent transaction, case study of Oracle.

Books 1. Date C J, “ An Introduction to Database Systems”, Addision Wesley 2. Korth, Silbertz, Sudarshan,” Database Concepts”, McGraw Hill 3. Elmasri, Navathe, “ Fudamentals of Database Systems”, Addision Wesley 4. O’Neil, Databases, Elsevier Pub. 5. Leon & Leon,”Database Management Systems”, Vikas Publishing House 6. Bipin C. Desai, “ An Introduction to Database Systems”, Gagotia Publications 7. Majumdar & Bhattacharya, “Database Management System”, TMH

(14)

8. Ramkrishnan, Gehrke, “ Database Management System”, McGraw Hill 9. Kroenke, “ Database Processing Fundamentals , Design and Implementation”

Pearson Education. 10. D.Ulman, “ Principles of Database and Knowledge base System”, Computer Science

Press. 11. Maheshwari Jain.’DBMS: Complete Practical Approach”, Firewall Media, New Delhi

ECS-403 : THEORY OF AUTOMATA AND FORMAL LANGUAGES

L T P 3 1 0

Unit – I Introduction; Alphabets, Strings and Languages; Automata and Grammars, Deterministic finite Automata (DFA)-Formal Definition, Simplified notation: State transition graph, Transition table, Language of DFA, Nondeterministic finite Automata (NFA), NFA with epsilon transition, Language of NFA, Equivalence of NFA and DFA, Minimization of Finite Automata, Distinguishing one string from other, Myhill-Nerode Theorem Unit – II Regular expression (RE) , Definition, Operators of regular expression and therr precedence, Algebraic laws for Regular expressions, Kleen’s Theorem, Regular expression to FA, DFA to Regular expression, Arden Theorem, Non Regular Languages, Pumping Lemma for regular Languages. Application of Pumping Lemma, Closure properties of Regular Languages, Decision properties of Regular Languages, FA with output: Moore and Mealy machine, Equivalence of Moore and Mealy Machine, Applications and Limitation of FA. Unit – III Context free grammar (CFG) and Context Freee Languages (CFL): Definition, Examples, Derivation , Derivation trees, Ambiguity in Grammer, Inherent ambiguity, Ambiguous to Unambiguous CFG, Useless symbols, Simplification of CFGs, Normal forms for CFGs: CNF and GNF, Closure properties of CFLs, Decision Properties of CFLs: Emptiness, Finiteness and Memership, Pumping lemma for CFLs, Unit – IV Push Down Automata (PDA): Description and definition, Instantaneous Description, Language of PDA, Acceptance by Final state, Acceptance by empty stack, Deterministic PDA, Equivalence of PDA and CFG, CFG to PDA and PDA to CFG, Two stack PDA Unit – V Turing machines (TM): Basic model, definition and representation, Instantaneous Description, Language acceptance by TM, Variants of Turing Machine, TM as Computer of Integer functions, Universal TM, Church’s Thesis, Recursive and recursively enumerable languages, Halting problem, Introduction to Undecidability, Undecidable problems about TMs. Post correspondence problem (PCP), Modified PCP, Introduction to recursive function theory Text Books and References:

1. Hopcroft, Ullman, “Introduction to Automata Theory, Languages and Computation”, Pearson Education

(15)

2. K.L.P. Mishra and N.Chandrasekaran, “Theory of Computer Science : Automata, Languages and Computation”, PHI

3. Martin J. C., “Introduction to Languages and Theory of Computations”, TMH 4. Papadimitrou, C. and Lewis, C.L., “Elements of the Theory of Computation”, PHI

EEC-456 : MICROPROCESSOR LAB L T P 0 0 2

1. To study 8085 microprocessor System 2. To study 8086 microprocessor System 3. To develop and run a programme to find out largest and smallest number 4. To develop and run a programme for converting temperature from F to C degree 5. To develop and run a programme to compute square root of a given number 6. To develop and run a programme for computing ascending/descending order of a

number. 7. To perform interfacing of RAM chip to 8085/8086 8. To perform interfacing of keyboard controller 9. To perform interfacing of DMA controller 10. To perform interfacing of UART/USART

ECS-452 : DBMS LAB L T P 0 0 2

1. Write the queries for Data Definition and Data Manipulation Language. 2. Write SQL queries using logical operations (=,<,>,etc) 3. Write SQL queries using SQL operators 4. Write SQL query using character, number, date and group functions 5. Write SQL queries for relational algebra 6. Write SQL queries for extracting data from more than one table 7. Write SQL queries for sub queries, nested queries 8. Write programme by the use of PL/SQL 9. Concepts for ROLL BACK, COMMIT & CHECK POINTS 10. Creat VIEWS, CURSORS and TRGGERS & write ASSERTIONS. 11. Creat FORMS and REPORTS Note: 1. The queries to be implemented on DBMS using SQL 2. Students are advised to use Developer 2000/Oracle9i or other latest version for

above experiments.. However student may use Power Builder/SQL SERVER . Mini Projects may also be planned & carried out through out the semester to understand important concepts of database.

(16)

ECS-453 : COMPUTER ORGANIZATION LAB

L T P 0 0 2 1. Bread Board Implementation of Flip-Flops. 2. Experiments with clocked Flip-Flop. 3. Design of Counters. 4. Bread Board implementation of counters & shift registers. 5. Implementation of Arithmetic algorithms. 6. Bread Board implementation of Adder/Subtractor (Half, Full) 7. Bread Board implementation of Binary Adder. 8. Bread Board implementation of Seven Segment Display.

Institute may also develop the experiment based on the infrastructure available with them.

U.P. TECHNICAL UNIVERSITY

LUCKNOW

Syllabus

of

Information Technology

2nd Year (III & IV Sem.) [Effective from Session 2009-10]

B.Tech.

(1)

(2)

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY & EVALUATION SCHEME

B. Tech. Information Technology [Effective From session 2009-10]

YEAR II, SEMESTER-III

Evaluation Scheme PERIODS SESSIONAL EXAM. S.

No. Course Code

SUBJECT

L T P CT TA Total ESE

Subject Total C

redi

ts

THEORY 1. ECS-301

Digital Logic Design 3 1 0 30 20 50 100 150 4

2 EAS-301 Mathematics-III 3 1 0 30 20 50 100 150 4 3. EHU-301/

EHU-302 Industrial Psychology/ Industrial Sociology

2 0 0 15 10 25 50 75 2

4. ECS-302 Data Structures Using C 3 1 0 30 20 50 100 150 4

5. ECS-305 Object Oriented Systems 3 1 0 30 20 50 100 150 4

6. ECS-304 IT Infrastructure and its Management

3 1 0 30 20 50 100 150 4

7. EHU-111 *Human Values & Professional Ethics

2 2 0 15 10 25 50 75

PRACTICAL/DESIGN/DRAWING 8. ECS-351 Logic Design Lab 0 0 2 10 10 20 30 50 1

9. ECS-352 Data structures Lab 0 0 2 10 10 20 30 50 1

10. ECS-353 OOPS Lab 0 0 2 5 5 10 15 25 1

11. GP-301 General Proficiency - - - - - 50 - 50 1

Total 17 5 6 - - - - 1000 26

*Human values & Professional Ethics will be offered as a compulsory audit course for which passing marks are 40% in theory & 50% in aggregate. Students will be required to audit it with in the period of their study. There will not carry over facility for this course and the failure student will be required to repeat this course (in next-semester).

(3)

U.P. TECHNICAL UNIVERSITY, LUCKNOW

STUDY & EVALUATION SCHEMEB. Tech. Information Technology [Effective from Session 2009-10]

YEAR II, SEMESTER-IV

Evaluation Scheme PERIODS SESSIONAL EXAM. S. No. Course

Code SUBJECT

L T P CT TA Total

ESE

Subject Total

Credits

THEORY

1. EHU-402/ EHU-401

Industrial Sociology / Industrial Psychology

2 0 0 15 10 25 50 75 2

2. EOE-041- EOE-048

Science Based Open Elective 3 1 0 30 20 50 100 150 4

3. EIT-401 Web Technology 3 1 0 30 20 50 100 150 4

4. ECS-401 Computer Organization 3 1 0 30 20 50 100 150 4

5. ECS-402 Database Management Systems 3 1 0 30 20 50 100 150 4 6. EIT-402 Software Engineering 3 1 0 30 20 50 100 150 4 7 EHU-111 *Human values & Professional

Ethics 2 2 0 15 10 25 50 75

PRACTICAL/TRAINING/PROJECT 8. EIT-451 Software Engineering Lab 0 0 2 10 10 20 30 50 1

9. ECS-452 DBMS Lab 0 0 2 10 10 20 30 50 1 10. ECS-453 Computer Organization Lab 0 0 2 5 5 10 15 25 1

11. GP-401 General Proficiency - - - - - 50 - 50 1

Total 17 5 6 - - - - 1000 26

Paper Code Science Based Open-Electives EOE-031/EOE-041 Introduction to Soft Computing (Neural Networks, Fuzzy Logic and

Genetic Algorithm) EOE-032/EOE-042 Nano Sciences EOE-033/EOE-043 Laser System and Applications EOE-034/EOE-044 Space Science EOE-035/EOE-045 Polymer Science & Technology EOE-036/EOE-046 Nuclear Science EOE-037/EOE-047 Materials Science EOE-038/EOE-048 Discrete Mathematics** ** Note : CS & IT Students can not take the Open Elective Course EOE 048 : Discrete Mathematics.

ECS-301 : Digital Logic Design

Unit-I Digital system and binary numbers: : Signed binary numbers, binary codes,

cyclic codes, error detecting and correcting codes, hamming codes. Floating point representation Gate-level minimization: The map method up to five variable, don’t care

conditions, POS simplification, NAND and NOR implementation, Quine Mc-Clusky method (Tabular method).

Unit-II Combinational Logic: Combinational circuits, analysis procedure, design

procedure, binary adder-subtractor, decimal adder, binary multiplier, magnitude comparator, decoders, encoders, multiplexers

Unit-III Synchronous Sequential logic: Sequential circuits, storage elements: latches,

flip flops, analysis of clocked sequential circuits, state reduction and assignments, design procedure.

Registers and counters: Shift registers, ripple counter, synchronous counter, other counters.

Unit-IV Memory and programmable logic: RAM, ROM, PLA, PAL. Design at the register transfer level: ASMs, design example, design with

multiplexers. Unit-V Asynchronous sequential logic: Analysis procedure, circuit with latches, design

procedure, reduction of state and flow table, race free state assignment, hazards.

Text Book:M. Morris Mano and M. D. Ciletti, “Digital Design”, 4th Edition, Pearson

Education L T P

EAS-301: MATHEMATICS –III 3 1 0

Unit – I : Function of Complex variable

Analytic function, C-R equations, Cauchy’s integral theorem, Cauchy’s integral formula for derivatives of analytic function, Taylor’s and Laurent’s series, singularities, Residue theorem, Evaluation of real integrals of the type and 10

(4)

Unit – II : Statistical Techniques - I

Moments, Moment generating functions, Skewness, Kurtosis, Curve fitting, Method of least squares, Fitting of straight lines, Polynomials, Exponential curves etc., Correlation, Linear, non –linear and multiple regression analysis, Probability theory. 08

Unit – III : Statistical Techniques - II

Binomial, Poisson and Normal distributions, Sampling theory (small and large), Tests of significations: Chi-square test, t-test, Analysis of variance (one way) , Application to engineering, medicine, agriculture etc.

Time series and forecasting (moving and semi-averages), Statistical quality control methods, Control charts, , R, p, np, and c charts. 08

Unit – IV : Numerical Techniques – I

Zeroes of transcendental and polynomial equation using Bisection method, Regula-falsi method and Newton-Raphson method, Rate of convergence of above methods.

Interpolation: Finite differences, difference tables, Newton’s forward and backward interpolation , Lagrange’s and Newton’s divided difference formula for unequal intervals. 08

Unit – V : Numerical Techniques –II

Solution of system of linear equations, Gauss- Seidal method, Crout method. Numerical differentiation, Numerical integration , Trapezoidal , Simpson’s one third and three-eight rules, Solution of ordinary differential (first order, second order and simultaneous) equations by Euler’s, Picard’s and forth-order Runge- Kutta mehthods. 08

Test Books :-

1. Peter V. O’Neil, Advance Engineering Mathematics Thomson (Cengage) Learning, 2007.

2. Jain, Iyenger & Jain, Numerical Methods for Scientific and Engineering Computation, New Age International, New Delhi , 2003.

3. J.N. Kapur, Mathematical Statistics, S. Chand & company Ltd.,2000 Reference Books :- 1. R.K. Jain & S.R.K. Iyenger, Advance Engineering Mathematics, Narosa Publication

House, 2002. 2. Chandrika Prasad, Advanced Mathematics for Engineers, Prasad Mudralaya, 1996. 3. E. Kreysig, Advanced Engineering Mathematics, John Wiley & Sons, 2005. 4. B.S. Grewal, Higher Engineering Mathematics, Khanna Publishers, 2005. 5. Devi Prasad, An introduction to Numerical Analysis, Narosa Publication house, New

Delhi 2006.

(5)

(6)

ECS-302 : DATA STRUCTURES USING - C L T P

3 1 0 Unit - I Introduction: Basic Terminology, Elementary Data Organization, Algorithm, Efficiency of an Algorithm, Time and Space Complexity, Asymptotic notations: Big-Oh, Time-Space trade-off. Abstract Data Types (ADT) Arrays: Definition, Single and Multidimensional Arrays, Representation of Arrays: Row Major Order, and Column Major Order, Application of arrays, Sparse Matrices and their representations. Linked lists: Array Implementation and Dynamic Implementation of Singly Linked Lists, Doubly Linked List, Circularly Linked List, Operations on a Linked List. Insertion, Deletion, Traversal, Polynomial Representation and Addition, Generalized Linked List . Unit – II Stacks: Abstract Data Type, Primitive Stack operations: Push & Pop, Array and Linked Implementation of Stack in C, Application of stack: Prefix and Postfix Expressions, Evaluation of postfix expression, Recursion, Tower of Hanoi Problem, Simulating Recursion, Principles of recursion, Tail recursion, Removal of recursion Queues, Operations on Queue: Create, Add, Delete, Full and Empty, Circular queues, Array and linked implementation of queues in C, Dequeue and Priority Queue. Unit – III Trees: Basic terminology, Binary Trees, Binary Tree Representation: Array Representation and Dynamic Representation, Complete Binary Tree, Algebraic Expressions, Extended Binary Trees, Array and Linked Representation of Binary trees, Tree Traversal algorithms: Inorder, Preorder and Postorder, Threaded Binary trees, Traversing Threaded Binary trees, Huffman algorithm. Unit – IV Graphs: Terminology, Sequential and linked Representations of Graphs: Adjacency Matrices, Adjacency List, Adjacency Multi list, Graph Traversal : Depth First Search and Breadth First Search, Connected Component, Spanning Trees, Minimum Cost Spanning Trees: Prims and Kruskal algorithm. Transistive Closure and Shortest Path algorithm: Warshal Algorithm and Dijikstra Algorithm, Introduction to Activity Networks Unit – V Searching : Sequential search, Binary Search, Comparison and Analysis Internal Sorting: Insertion Sort, Selection, Bubble Sort, Quick Sort, Two Way Merge Sort, Heap Sort, Radix Sort, Practical consideration for Internal Sorting. Search Trees: Binary Search Trees(BST), Insertion and Deletion in BST, Complexity of Search Algorithm, AVL trees, Introduction to m-way Search Trees, B Trees & B+ Trees Hashing: Hash Function, Collision Resolution Strategies Storage Management: Garbage Collection and Compaction.

(7)

Text books and References: 1. Aaron M. Tenenbaum, Yedidyah Langsam and Moshe J. Augenstein “Data

Structures Using C and C++” , PHI 2. Horowitz and Sahani, “Fundamentals of Data Structures”, Galgotia Publication 3. Jean Paul Trembley and Paul G. Sorenson, “An Introduction to Data Structures

with applications”, McGraw Hill 4. R. Kruse etal, “Data Structures and Program Design in C”, Pearson Education 5. Lipschutz, “Data Structures” Schaum’s Outline Series, TMH 6. G A V Pai, “Data Structures and Algorithms”, TMH

ECS-305 : Object Oriented Systems L T P 3 1 0

Unit – I Object Modeling: Objects and classes, links and association, generalization and inheritance, aggregation, abstract class, multiple inheritance, meta data, candidate keys, constraints. Unit – II Dynamic Modeling: Events and states, operations, nested state diagrams and concurrency, advanced dynamic modeling concepts, a sample dynamic model. Unit – III Functional Modeling: Data flow diagram, specifying operations, constraints, a sample functional model.OMT (object modeling techniques) methodologies, examples and case studies to demonstrate methodologies, comparisons of methodologies, SA/SD, JSD. Unit – IV Java Programming: Introduction, Operator, Data types, Variables, Methods & Classes, Multithread Programming, I/O, Java Applet. Java Library: String Handling, Input/Output exploring Java.io, Networking, Applets classes, Event Handling, Introduction to AWT, Working with window, Graphics, AWT Controls, Layout Manager and Menus, Images, Additional packages. Unit – V Software Development using Java: Java Beans, Java Swing, Java Servlets, Migrating from C++ to java, Application of java, Dynamic Billboard Applet, Image Menu: An image based menu, Lavatron Applets, Scrabblets, JDBC, Brief functioning of upper layer E-mail and their applications.

Text Books: 1. James Rumbaugh etal, “Object Oriented Modeling and Design”, PHI 2. Herbert Schieldt, “The Complete Reference: Java”, TMH. 3. E. Balagurusamy, “Programming in JAVA”, TMH. References:

1. Booch Grady, “Object Oriented Analysis & Design with application 3/e”, Pearson Education, New Delhi. 2. Bjarne Stroustrup, “C++ Programming Language”, Addison Wesley

3. E. Balagurusamy, “Object Oriented Programming with C++”, TMH

(8)

ECS-304 : INFORMATION TECHNOLOGY INFRASTRUCTURE AND ITS MANAGEMENT

UNIT I: INTRODUCTION-Information Technology, Computer Hardware, Computer Software, Network and Internet, Computing Resources, IT INFRASTRUCTURE- Design Issues, Requirements, IT System Management Process, Service Management Process, Information System Design, IT Infrastructure Library UNIT II: SERVICE DELIVERY PROCESS- Service Delivery Process, Service Level Management, Financial Management, Service Management, Capacity Management, Availability Management UNIT III: SERVICE SUPPORT PROCESS- Service Support Process, Configuration Management, Incident Management, Problem Management, Change Management, Release Management STORAGE MANAGEMENT- Backup & Storage, Archive & Retrieve, Disaster Recovery, Space Management, Database & Application Protection, Bare Machine Recovery, Data Retention UNIT IV: SECURITY MANAGEMENT- Security, Computer and internet Security, Physical Security, Identity Management, Access Management. Intrusion Detection, Security Information Management UNIT V: IT ETHICS- Introduction to Cyber Ethics, Intellectual Property, Privacy and Law, Computer Forensics, Ethics and Internet, Cyber Crimes EMERGING TRENDS in IT- Electronics Commerce, Electronic Data Interchange, Mobile Communication Development, Smart Card, Expert Systems ECS -351 : Logic Design Lab Objective: To understand the digital logic and create various systems by using these logics.

1. Introduction to digital electronics lab- nomenclature of digital ICs, specifications, study of the data sheet, concept of Vcc and ground, verification of the truth tables of logic gates using TTL ICs.

2. Implementation of the given Boolean function using logic gates in both SOP and POS forms. 3. Verification of state tables of RS, JK, T and D flip-flops using NAND & NOR gates. 4. Implementation and verification of Decoder/De-multiplexer and Encoder using logic gates. 5. Implementation of 4x1 multiplexer using logic gates. 6. Implementation of 4-bit parallel adder using 7483 IC. 7. Design, and verify the 4-bit synchronous counter. 8. Design, and verify the 4-bit asynchronous counter. 9. Mini Project.

(9)

ECS-352 : Data Structure Lab

L T P 0 0 2

Write Program in C or C++ for following.

• Array implementation of Stack, Queue, Circular Queue, List.

• Implementation of Stack, Queue, Circular Queue, List using Dynamic memory Allocation.

• Implementation of Tree Structures, Binary Tree, Tree Traversal, Binary Search Tree,

Insertion and Deletion in BST.

• Implementation of Searching and Sorting Algorithms.

• Graph Implementation, BFS, DFS, Min. cost spanning tree, shortest path algorithm.

ECS-354 : OOPS Lab

L T P

0 0 2

Experiments based on the course Object Oriented Systems to be done on

C++/JAVA/UML/VISIO etc.

EIT-401 : Web Technology

L T P

3 1 0 UNIT I Introduction and Web Development Strategies History of Web, Protocols governing Web, Creating Websites for individual and Corporate World, Cyber Laws Web Applications, Writing Web Projects, Identification of Objects, Target Users, Web Team, Planning and Process Development. UNIT II HTML, XML and Scripting List, Tables, Images, Forms, Frames, CSS Document type definition, XML schemes, Object Models, Presenting XML, Using XML Processors: DOM and SAX Introduction to Java Script, Object in Java Script, Dynamic HTML with Java Script. UNIT III Java Beans and Web Servers Introduction to Java Beans, Advantage, Properties, BDK, Introduction to EJB, Java Beans API

(10)

Introduction to Servelets, Lifecycle, JSDK, Servlet API, Servlet Packages: HTTP package, Working with Http request and response, Security Issues. UNIT IV JSP Introduction to JSP, JSP processing, JSP Application Design, Tomcat Server, Implicit JSP objects, Conditional Processing, Declaring variables and methods, Error Handling and Debugging, Sharing data between JSP pages- Sharing Session and Application Data. UNIT V Database Connectivity Database Programming using JDBC, Studying Javax.sql.*package, accessing a database from a JSP page, Application-specific Database Action, Developing Java Beans in a JSP page, introduction to Struts framework. REFERENCE:

1. Burdman, “Collaborative Web Development” Addison Wesley. 2. Chris Bates, “Web Programing Building Internet Applications”, 2nd Edition, WILEY, Dreamtech 3. Joel Sklar , “Principal of web Design” Vikash and Thomas Learning 4. Horstmann, “CoreJava”, Addison Wesley. 5. Herbert Schieldt, “The Complete Reference:Java”, TMH. 6. Hans Bergsten, “Java Server Pages”, SPD O’Reilly

ECS-401 : COMPUTER ORGANIZATION Fourth Semester B.Tech CSE & IT

L T P

3 1 0

Unit-I Introduction:

Number representation; fixed and floating point number representation, IEEE standard for floating point representation. Error detection and correction codes: Hamming code. Digital computer generation, computer types and classifications, functional units and their interconnections, buses, bus architecture, types of buses and bus arbitration. Register, bus and memory transfer. Unit-II Central Processing Unit: Addition and subtraction of signed numbers, look ahead carry adders. Multiplication: Signed operand multiplication, Booths algorithm and array multiplier. Division and logic operations. Floating point arithmetic operation Processor organization, general register organization, stack organization and addressing modes. Unit-III Control Unit: Instruction types, formats, instruction cycles and subcycles ( fetch and execute etc) , micro-operations, execution of a complete instruction. Hardwire and microprogrammed control: microprogramme sequencing, wide branch addressing, microinstruction with next address field, pre-fetching microinstructions, concept of horizontal and vertical microprogramming.

(11)

Unit-IV Memory: Basic concept and hierarchy, semiconductor RAM memories, 2D & 2 1/2D memory organization. ROM memories. Cache memories: concept and design issues 9 performance, address mapping and replacement) Auxiliary memories: magnetic disk, magnetic tape and optical disks Virtual memory: concept implementation. Unit-V Input / Output: Peripheral devices, I/O interface, I/O ports, Interrupts: interrupt hardware, types of interrupts and exceptions. Modes of Data Transfer: Programmed I/O, interrupt initiated I/O and Direct Memory Access., I/O channels and processors. Serial Communication: Synchronous & asynchronous communication, standard communication interfaces.

Books 1. Patterson, Computer Organisation and Design, Elsevier Pub. 2009 2. William Stalling, “ Computer Organization”, PHI 3. Vravice,Hamacher & Zaky, “Computer Organization”, TMH 4. Mano,” Computer System Architecture”, PHI 5. John P Hays, “ Computer Organization”, McGraw Hill 6. Tannenbaum,” Structured Computer Organization’, PHI 7. P Pal chaudhry, ‘ Computer Organization & Design’, PHI

ECS-402 : DATA BASE MANAGEMENT SYSTEM IVth Semester B. Tech. CSE & IT

L T P 3 1 0

Unit-I Introduction: An overview of database management system, database system Vs file system, Database system concept and architecture, data model schema and instances, data independence and database language and interfaces, data definitions language, DML, Overall Database Structure. Data Modeling using the Entity Relationship Model: ER model concepts, notation for ER diagram, mapping constraints, keys, Concepts of Super Key, candidate key, primary key, Generalization, aggregation, reduction of an ER diagrams to tables, extended ER model, relationship of higher degree. Unit-II Relational data Model and Language: Relational data model concepts, integrity constraints, entity integrity, referential integrity, Keys constraints, Domain constraints, relational algebra, relational calculus, tuple and domain calculus. Introduction on SQL: Characteristics of SQL, advantage of SQL. SQl data type and literals. Types of SQL commands. SQL operators and their procedure. Tables, views and indexes. Queries and sub queries. Aggregate functions. Insert, update and delete operations, Joins, Unions, Intersection, Minus, Cursors, Triggers, Procedures in SQL/PL SQL

(12)

Unit-III Data Base Design & Normalization: Functional dependencies, normal forms, first, second, third normal forms, BCNF, inclusion dependence, loss less join decompositions, normalization using FD, MVD, and JDs, alternative approaches to database design. Unit-IV Transaction Processing Concept: Transaction system, Testing of serializability, serializability of schedules, conflict & view serializable schedule, recoverability, Recovery from transaction failures, log based recovery, checkpoints, deadlock handling.

Distributed Database: distributed data storage, concurrency control, directory system. Unit-V Concurrency Control Techniques: Concurrency control, Locking Techniques for concurrency control, Time stamping protocols for concurrency control, validation based protocol, multiple granularity, Multi version schemes, Recovery with concurrent transaction, case study of Oracle.

Books 1. Date C J, “ An Introduction to Database Systems”, Addision Wesley 2. Korth, Silbertz, Sudarshan,” Database Concepts”, McGraw Hill 3. Elmasri, Navathe, “ Fudamentals of Database Systems”, Addision Wesley 4. O’Neil, Databases, Elsevier Pub. 5. Leon & Leon,”Database Management Systems”, Vikas Publishing House 6. Bipin C. Desai, “ An Introduction to Database Systems”, Gagotia Publications 7. Majumdar & Bhattacharya, “Database Management System”, TMH 8. Ramkrishnan, Gehrke, “ Database Management System”, McGraw Hill 9. Kroenke, “ Database Processing Fundamentals , Design and Implementation”

Pearson Education. 10. D.Ulman, “ Principles of Database and Knowledge base System”, Computer Science

Press. 11. Maheshwari Jain.’DBMS: Complete Practical Approach”, Firewall Media, New Delhi

EIT-402 : Software Engineering

L T P 3 1 0

Unit-I: Introduction Introduction to Software Engineering, Software Components, Software Characteristics, Software Crisis, Software Engineering Processes, Similarity and Differences from Conventional Engineering Processes, Software Quality Attributes. Software Development Life Cycle (SDLC) Models: Water Fall Model, Prototype Model, Spiral Model, Evolutionary Development Models, Iterative Enhancement Models. Unit-II: Software Requirement Specifications (SRS) Requirement Engineering Process: Elicitation, Analysis, Documentation, Review and Management of User Needs, Feasibility Study, Information Modeling, Data Flow Diagrams, Entity Relationship Diagrams, Decision Tables, SRS Document, IEEE Standards for SRS.

(13)

Software Quality Assurance (SQA): Verification and Validation, SQA Plans, Software Quality Frameworks, ISO 9000 Models, SEI-CMM Model. Unit-III: Software Design Basic Concept of Software Design, Architectural Design, Low Level Design: Modularization, Design Structure Charts, Pseudo Codes, Flow Charts, Coupling and Cohesion Measures, Design Strategies: Function Oriented Design, Object Oriented Design, Top-Down and Bottom-Up Design. Software Measurement and Metrics: Various Size Oriented Measures: Halestead’s Software Science, Function Point (FP) Based Measures, Cyclomatic Complexity Measures: Control Flow Graphs. Unit-IV: Software Testing Testing Objectives, Unit Testing, Integration Testing, Acceptance Testing, Regression Testing, Testing for Functionality and Testing for Performance, Top-Down and Bottom-Up Testing Strategies: Test Drivers and Test Stubs, Structural Testing (White Box Testing), Functional Testing (Black Box Testing), Test Data Suit Preparation, Alpha and Beta Testing of Products. Static Testing Strategies: Formal Technical Reviews (Peer Reviews), Walk Through, Code Inspection, Compliance with Design and Coding Standards. Unit-V: Software Maintenance and Software Project Management Software as an Evolutionary Entity, Need for Maintenance, Categories of Maintenance: Preventive, Corrective and Perfective Maintenance, Cost of Maintenance, Software Re-Engineering, Reverse Engineering. Software Configuration Management Activities, Change Control Process, Software Version Control, An Overview of CASE Tools. Estimation of Various Parameters such as Cost, Efforts, Schedule/Duration, Constructive Cost Models (COCOMO), Resource Allocation Models, Software Risk Analysis and Management. Reference Books:

1. R. S. Pressman, Software Engineering: A Practitioners Approach, McGraw Hill. 2. Rajib Mall, Fundamentals of Software Engineering, PHI Publication. 3. K. K. Aggarwal and Yogesh Singh, Software Engineering, New Age International

Publishers. 4. Carlo Ghezzi, M. Jarayeri, D. Manodrioli, Fundamentals of Software Engineering, PHI

Publication. 5. Ian Sommerville, Software Engineering, Addison Wesley. 6. Pankaj Jalote, Software Engineering, Narosa Publication 7. Pfleeger, Software Engineering, Macmillan Publication. 8. A. Leon and M. Leon, Fundamentals of Software Engineering, Vikas Publication.

EIT-451 : Software Engineering LAB L T P 0 0 2

1. Program for configuration Management. 2. Perform SA/SD for the following software.

• Hotel Automation System • Book Shop Automation Software

(14)

• Word processing Software • Software Component Cataloguing Software.

3. Design and development of test cases for testing. 4. Writing program in Java for Computing Cyclomatic Complexity. 5. Development of Software tool for Halstead Analysis. 6. Perform Cost/Benefit analysis. 7. Illustration of various activities of Software development using MS Project 2000. 8. Lab exercise involving development of various practical applications using software

like VJ++VB, SYBASE, JDK. [Students are to be given a major assignment to be completed using one or more of

these tools, Student’s exposure to any CASE tool is desirable]

9. Case Studies : Payroll System, Banking System, Purchase Order System, Library Management System, Railway Reservation System, Bill Tracking System, College Admission System, State Management System.

ECS-452 : DBMS LAB L T P 0 0 2

1. Write the queries for Data Definition and Data Manipulation Language. 2. Write SQL queries using logical operations (=,<,>,etc) 3. Write SQL queries using SQL operators 4. Write SQL query using character, number, date and group functions 5. Write SQL queries for relational algebra 6. Write SQL queries for extracting data from more than one table 7. Write SQL queries for sub queries, nested queries 8. Write programme by the use of PL/SQL 9. Concepts for ROLL BACK, COMMIT & CHECK POINTS 10. Creat VIEWS, CURSORS and TRGGERS & write ASSERTIONS. 11. Creat FORMS and REPORTS Note: 1. The queries to be implemented on DBMS using SQL 2. Students are advised to use Developer 2000/Oracle9i or other latest version for

above experiments.. However student may use Power Builder/SQL SERVER . Mini Projects may also be planned & carried out through out the semester to understand important concepts of database.

(15)

ECS-453 : COMPUTER ORGANIZATION LAB L T P

0 0 2 1. Bread Board Implementation of Flip-Flops. 2. Experiments with clocked Flip-Flop. 3. Design of Counters. 4. Bread Board implementation of counters & shift registers. 5. Implementation of Arithmetic algorithms. 6. Bread Board implementation of Adder/Subtractor (Half, Full) 7. Bread Board implementation of Binary Adder. 8. Bread Board implementation of Seven Segment Display.

Institute may also develop the experiment based on the infrastructure available with them.

U.P. TECHNICAL UNIVERSITY,

LUCKNOW

Syllabus

Syllabus

2nd Year (III & IV Sem.)

[Effective from session 2009-10]

1. B.Tech. Electronics Engineering 2. B.Tech. Electronics & Communication Engg. 3. B.Tech. Electronics & Tele Communication Engg.

[1]

[2]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2009-10] YEAR 2nd, SEMESTER-III

Evaluation Scheme PERIODS SESSIONAL

EXAM. S. No.

Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total C

redi

t

THEORY SUBJECTS 1. EHU-301/

EHU-302 Industrial Psychology/ Industrial Sociology

2 0 0 15 10 25 50 75 2

2. EAS-301/ EOE-031-EOE-038

Mathematics III/ Science based open Elective**

3 1 0 30 20 50 100 150 4

3. EEC-301 Fundamentals of Electronics Devices

3 1 0 30 20 50 100 150 4

4. EEC-302 Digital Electronics 3 1 0 30 20 50 100 150 4 5. EEC-303 Electromagnetic Field Theory 3 1 0 30 20 50 100 150 4 6. EEC-304 Fundamentals of Network

Analysis & Synthesis 3 1 0 30 20 50 100 150 4

7. EHU-111 *Human Values & Professional Ethics

2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING 8 EEC-351 Electronics Engineering Lab I 0 0 2 -- 20 20 30 50 1

9. EEC-352 Digital Electronics Lab-I 0 0 2 -- 20 20 30 50 1 10. EEC-353 PCB & Electronics Workshop 0 0 2 -- 10 10 15 25 1 11. GP 301 General Proficiency - - - - - 50 - 50 1 Total 17 5 6 165 160 375 625 1000 26

* Human Values & Professional Ethics will be offered as compulsory Audit Course for which passing marks are 40% in theory & 50% in aggregate. Students will be required to audit it within the period of their study. There will not be carry over facility for this course and a failure student will be required to repeat this course.

** Science based open Elective

EOE031/EOE041 Introduction to soft computing (Neural network, Fuzzy logic and Genetic algorithm) EOE032/EOE042 Nano-sciences EOE033/EOE043 Laser systems and applications EOE034/EOE044 Space sciences EOE035/EOE045 Polymer science and technology EOE036/EOE046 Nuclear science EOE037/EOE047 Material science EOE038/EOE048 DISCRETE mathematics

[3]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2009-10]

YEAR 2nd , SEMESTER-IV

Evaluation Scheme PERIODS SESSIONAL

EXAM. S. No.

Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total C

redi

t

THEORY SUBJECTS 1. EHU-402/

EHU-401 Industrial Sociology/Industrial Psychology

2 0 0 15 10 25 50 75 2

2. EOE-041-EOE-048/ EAS-401

Science based open Elective**/ Mathematics III

3 1 0 30 20 50 100 150 4

3. EEC-401 Electronic circuits 3 1 0 30 20 50 100 150 4 4. EEC-402 Computer Architecture &

Organization 3 1 0 30 20 50 100 150 4

5. EEC-403 Electronic Instrumentation and Measurements

3 1 0 30 20 50 100 150 4

6. EEC-404 Signals and Systems 3 1 0 30 20 50 100 150 4 7. EHU-111 *Human Values &

Professional Ethics 2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING 8. EEC-451 Electronics Engineering lab II 0 0 2 -- 20 20 30 50 1 9 EEC-452 Digital Electronics Lab II 0 0 2 -- 20 20 30 50 1 10 EEC-453 Measurement lab 0 0 2 -- 10 10 15 25 1

11. GP 401 General Proficiency - - - - - 50 - 50 1 Total 17 5 6 165 160 375 625 1000 26

**Science based open Elective

EOE031/EOE041 Introduction to soft computing (Neural network, Fuzzy logic and Genetic algorithm) EOE032/EOE042 Nano-sciences EOE033/EOE043 Laser systems and applications EOE034/EOE044 Space sciences EOE035/EOE045 Polymer science and technology EOE036/EOE046 Nuclear science EOE037/EOE047 Material science EOE038/EOE048 DISCRETE mathematics

[4]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2010-11]

YEAR 3rd , SEMESTER-V

Evaluation Scheme

PERIODS SESSIONAL

EXAM. S. No.

Course

Code

SUBJECT

L T P CT TA Total

ESE

Subject

Total Cre

dit

THEORY SUBJECTS

1. EHU-501 Engineering and Managerial

Economics

3 1 0 30 20 50 100 150 3

2. EEE 507 Electrical Machines 3 1 0 15 10 25 50 75 3

3. EEC501 Integrated Circuits 3 1 0 30 20 50 100 150 4

4. EEC502 Principles of Communications 3 1 0 15 10 25 50 75 3

5. EEC503 Control Systems 3 1 0 30 20 50 100 150 4

6. EEC504 Microprocessors 3 1 0 30 20 50 100 150 4

7. EHU-111 *Human Values &

Professional Ethics

2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING

8. EEC551 Integrated Circuits Lab 0 0 2 -- 20 20 30 50 1

9. EEC552 Communication Lab- I 0 0 2 -- 20 20 30 50 1

10. EEC553 Control Systems Lab 0 0 2 -- 20 20 30 50 1

11. EEC554 Microprocessors Lab 0 0 2 -- 20 20 30 50 1

12. GP 501 General Proficiency - - - - - 50 - 50 1

Total 18 6 8 150 180 380 620 1000 26

[5]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2010-11]

YEAR 3rd, SEMESTER-VI

Evaluation Scheme PERIODS SESSIONAL

EXAM. S. No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total C

redi

t

THEORY SUBJECTS

1. EHU-601 Industrial Management 3

0 0 30 20 50 100 150 3

2. Departmental Elective-I 3

1 0 15 10 25 50 75 3

3. Departmental Elective-II 3

1 0 15 10 25 50 75 3

4. EEC 601

Digital Communication 3 1 0 30 20 50 100 150 4

5. EEC602 Digital Signal Processing

3 1 0 30 20 50 100 150 4

6. EEC603 Microwave Engineering

3 1 0 30 20 50 100 150 4

7. EHU-111 *Human Values & Professional Ethics

2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING

8. EEC651 Communication Lab – II 0 0 2 -- 50 50 - 50 1

9. EEC652 DSP Lab 0 0 2 -- 20 20 30 50 1

10. EEC653 Microwave Engg Lab

0 0 2 -- 20 20 30 50 1

11. EEC654 Seminar 0 0 2 -- 20 20 30 50 1

12. GP 601 General Proficiency - - - - - 50 - 50 1

Total 18 5 8 150 210 410 590 1000 26

[6]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2011-12]

YEAR 4th, SEMESTER-VII

Evaluation Scheme PERIODS SESSIONAL

EXAM. S. No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total C

redi

t

THEORY SUBJECTS

1. EOE-071-EOE-074

Open Elective-I** 3 1 0 30 20 50 100 150 4

2. Departmental Elective-III 3 1 0 30 20 50 100 150 4 3. Departmental Elective-IV 3 1 0 30 20 50 100 150 4 4. EEC701 Wireless Communication 3 1 0 30 20 50 100 150 4 5. EEC702 IC Technology 3 1 0 30 20 50 100 150 4 6. EHU-111 *Human Values &

Professional Ethics 2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING

7. EEC751 Project 0 0 2 - 20 20 30 50 1

8. EEC752 CAD of Electronics Lab 0 0 3 - 50 50 - 50 2

9. EEC753 Electronics Circuit Design Lab 0 0 2 - 20 20 30 50 1

10. EEC754 Industrial Training Viva-Voce 0 0 2 - 50 50 - 50 1

11. GP 701 General Proficiency - - - - - 50 - 50 1

Total 15 5 9 150 240 440 560 1000 26

** Open Electives-I EOE-071 Entrepreneurship Development EOE-072 Quality Management EOE-073 Operation Research EOE-074 Introduction to Biotechnology

[7]

U.P. TECHNICAL UNIVERSITY, LUCKNOW Study and Evaluation Scheme

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

[Effective from the session 2011-12]

YEAR 4th, SEMESTER-VIII

Evaluation Scheme PERIODS SESSIONAL

EXAM. S. No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total C

redi

t

THEORY SUBJECTS

1. EOE-081-

EOE-084

Open Elective-II** 3 1 0 30 20 50 100 150 4

2. Departmental Elective-V 3 1 0 30 20 50 100 150 4

3. Departmental Elective-VI 3 1 0 30 20 50 100 150 4

4. EEC801 Electronics Switching 3 1 0 30 20 50 100 150 3

5. EHU-111 *Human Values & Professional Ethics

2 2 0 15 10 25 50 75 -

PRACTICAL/DESIGN/DRAWING

6. EEC-851 Project 0 0 12 - 100 100 250 350 8

7. GP 801 General Proficiency - - - - - 50 - 50 1

Total 12 4 12 120 180 350 650 1000 24

** Open Electives-II

EOE-081 Non Conventional Energy Resources EOE-082 Nonlinear Dynamic system EOE-083 Product Development EOE-084 Automation and Robotics

[8]

B.Tech. Electronics Engineering, B.Tech. Electronics & Communication Engg., B.Tech. Electronics & Tele Communication Engg.

LIST OF ELECTIVES: Elective – I

1. EEC011 Antenna and Wave Propagation 2. EEC012 Advance Semiconductor Devices 3. EEC013 Random Signal Theory 4. ECS016 Data Structure

Elective – II

1. EEC021 Digital System using VHDL 2. EEC022 Radar and Satellite Communication 3. EEC023 Reliability and Quality management

Elective – III

1. EEC031 Optical Fiber communication 2. EEC032 Embedded Systems 3. ECS036 Advance Computer Architecture 4. ECS037 Data Base Management Systems

Elective – IV

1. ECS046 Operating Systems 2. EEC041 Advance DSP 3. EEC042 Digital Image Processing 4. EEC043 Data Communication Networks

Elective – V

1. EEC051 Industrial Electronics 2. EEC052 Optical Network 3. EEC053 Biomedical Signal Processing 4. EEC054 Filter Design

Elective – VI

1. EIC063 Biomedical Instrumentation 2. EEC061 DSP Architecture and Applications 3. EEC062VLSI Design

[9]

Syllabus third semester: THEORY SUBJECTS

EEC-301 Fundamentals of Electronics Devices 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Crystal Properties and charge Carriers in Semiconductors: Elemental and compound semiconductor materials, crystal lattice structure, Bonding forces and energy bands in solids, charge carriers in semiconductors, carrier concentrations, drift of carriers in electric and magnetic fields.

1.1 to 1.2 3.1 to 3.4 8

II Excess Carriers in Semiconductors: Optical absorption, luminescence, carrier life time and photo conductivity, diffusion of carriers.

4.1 to 4.3 and 4.4.1 to 4.4.4 8

III Junction Properties: Equilibrium conditions, biased junctions, steady state conditions, reverse bias break down, transient and AC conditions. Metal semiconductor junctions.

5.2 to 5.5 5.7

10

IV Transistors: Metal-semiconductor-field-effect-transistors (MESFET), Metal-insulator-semiconductor-field-effect-transistors (MISFET), Metal oxide semiconductor field effect transistor (MOSFET): Construction, Operation and characteristics of above devices. Bipolar junction transistors: Fundamentals of BJT operation, amplification with BJTs,

6.3.1 to 6.3.2, 6.4.1 to 6.4.2, 6.5.1 to 6.5.2 7.1 to 7.2

6

V Some special devices: Photodiodes, photo detectors, solar cell, light emitting diodes, semiconductor lasers, light emitting materials. Tunnel Diode: degenerate semiconductors, IMPATT diode; The transferred electron mechanism: The GUNN diode. P-N-P-N diode, semiconductor controlled rectifier (SCR), bilateral devices: DIAC, TRIAC, IGBT.

8.1, 8.2.1, 8.2.3, 8.3, 8.4; 10.1 10.2 10.3.1, 10.3.2 11.1 to 11.3

8

Text Book: B. G. Streetman and S. Banerjee “Solid state electronics devices”, 5th Edition, PHI. Reference Books: Alok Dutta, “Semiconductor Devices and circuits”, Oxford University Press.

[10]

EEC-302 Digital Electronics 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Digital system and binary numbers: : Signed binary numbers, binary codes, cyclic codes, error detecting and correcting codes, hamming codes. Floating point representation Gate-level minimization: The map method up to five variable, don’t care conditions, POS simplification, NAND and NOR implementation, Quine Mc-Clusky method (Tabular method).

1.6, 1.7, 7.4 3.1 to 3.7, 3.10

8

II Combinational Logic: Combinational circuits, analysis procedure, design procedure, binary adder-subtractor, decimal adder, binary multiplier, magnitude comparator, decoders, encoders, multiplexers

4.1 to 4.11 8

III Synchronous Sequential logic: Sequential circuits, storage elements: latches, flip flops, analysis of clocked sequential circuits, state reduction and assignments, design procedure. Registers and counters: Shift registers, ripple counter, synchronous counter, other counters.

5.1 to 5.5, 5.7 to 5.8 6.1 to 6.5

8

IV Memory and programmable logic: RAM, ROM, PLA, PAL. Design at the register transfer level: ASMs, design example, design with multiplexers.

7.1 to 7.3, 7.5 to 7.7 8.4, 8.5, 8.10 8

V Asynchronous sequential logic: Analysis procedure, circuit with latches, design procedure, reduction of state and flow table, race free state assignment, hazards.

9.1 to 9.7 8

Text Book:M. Morris Mano and M. D. Ciletti, “Digital Design”, 4th Edition, Pearson Education Reference Books:

[11]

EEC-303 Electromagnetic Field Theory 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Coordinate systems and transformation: Cartesian coordinates, circular cylindrical coordinates, spherical coordinates Vector calculus: Differential length, area and volume, line surface and volume integrals, del operator, gradient of a scalar, divergence of a vector and divergence theorem, curl of a vector and Stoke’s theorem, Laplacian of a scalar.

2.1 to 2.4 3.1 to 3.8 6

II Electrostatics: Electrostatic fields, Coulombs law and field intensity, Electric field due to charge distribution, Electric flux density, Gausses’s Law – Maxwell’s equation, Electric dipole and flux lines, energy density in electrostatic fields. Electric field in material space: Properties of materials, convection and conduction currents, conductors, polarization in dielectrics, dielectric constants, continuity equation and relaxation time, boundary condition. Electrostatic boundary value problems: Poission’s and Laplace’s equations, general procedures for soling Poission’s or Laplace’s equations, resistance and capacitance, method of images.

to 4.9 5.1 to 5.6, 5.8, 5.9 6.1, 6.2, 6.4 to 6.6

10

III Magnetostatics: Magneto-static fields, Biot-Savart’s Law, Ampere’s circuit law, Maxwell’s equation, application of ampere’s law, magnetic flux density- Maxwell’s equation, Maxwell’s equation for static fields, magnetic scalar and vector potential. Magnetic forces, materials and devices: Forces due to magnetic field, magnetic torque and moment, a magnetic dipole, magnetization in materials, magnetic boundary conditions, inductors and inductances, magnetic energy.

7.1 to 7.7 8.1 to 8.9 8

IV Waves and applications: Maxwell’s equation, Faraday’s Law, transformer and motional electromotive forces, displacement current, Maxwell’s equation in final form. Electromagnetic wave propagation: Wave propagation in lossy dielectrics, plane waves in lossless dielectrics, plane wave in free space, plain waves in good conductors, power and the pointing vector, reflection of a plain wave in a normal incidence.

9.1 to 9.5 10.1, 10.3 to 10.8

8

V Transmission lines: Transmission line parameters, Transmission line equations, input impedance, standing wave ratio and power, The Smith chart, Some applications of transmission lines.

11.1 to 11.6 8

Text Book: M. N. O. Sadiku, “Elements of Electromagnetics”, 4th Ed, Oxford University Press. Reference Books: W. H. Hayt and J. A. Buck, “Electromagnetic field theory”, 7th TMH

[12]

EEC-304 Fundamental of Network Analysis & Synthesis 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Signal analysis, complex frequency, network analysis, network synthesis General characteristics and descriptions of signals, step function and associated wave forms, The unit impulse Introduction to network analysis, network elements, initial and final conditions, step and impulse response, solution of network equations,

1.1 to 1.4 2.1 to 2.3 5.1 to 5.5

10

II Review of Laplace transforms, poles and zeroes, initial and final value theorems, The transform circuit, Thevenin’s and Norton’s theorems, the system function, step and impulse responses, the convolution integral. Amplitude and phase responses. Network functions, relation between port parameters, transfer functions using two port parameters, interconnection of two ports.

7.1 to 7.5 8.1 9.1 to 9.4 8

III Hurwitz polynomials, positive real functions. Properties of real immittance functions, synthesis of LC driving point immittances, properties of RC driving point impedances, synthesis of RC impedances or RL admittances, properties of RL impedances and RC admittances.

10.2,10.3 11.1 to 11.5 8

IV Properties of transfer functions, zeroes of transmission, synthesis of Y21 and Z21 with 1Ω terminations.

12.1 to 12.3 6

V Introduction to active network synthesis Material available on UPTU website 8

Text Book: Franklin F. Kuo, “Network Analysis and synthesis”, 2nd Edition, Wiley India Pvt Ltd. Reference Books: M. E. Van Valkenberg, “Network Analysis”, 2nd Edition, Prentice Hall of India Ltd.

[13]

LABORATORY

EEC- 351 ELECTRONICS ENGINEERING LAB I Objective: To attain expertise in lab equipment handling and understanding the basic devices, their

properties, characteristics in detail. Along with their practical usage in the circuit 1. Study of lab equipments and components: CRO, Multimeter, Function Generator, Power supply-

Active, Passive Components & Bread Board. 2. P-N Junction Diode: Characteristics of PN Junction diode-Static and dynamic resistance measurement

from graph. 3. Applications of PN junction diode: Half & Full wave rectifier- Measurement of Vrms, Vdc, and

ripple factor-use of filter- ripple reduction (RC Filter)-Clipper & Clamper 4. Properties of junctions Zener diode characteristics. Heavy doping alters the reverse characteristics.

Graphical measurement of forward and reverse resistance. 5. Application of Zener diode: Zener diode as voltage regulator. Measurement of percentage regulation

by varying load resistor. 6. Characteristic of BJT: BJT in CB and CE configuration- Graphical measurement of h parameters

from input and output characteristics. Measurement of Av, AI, Ro and Ri of CE amplifier with potential divider biasing.

7. Characteristic of FET: FET in common source configuration. Graphical measurement of its parameters gm, rd & m from input and output characteristics.

8. Characteristic of silicon-controlled rectifier. 9. To plot V-I Characteristics of DIAC . 10. To draw V-I characteristics of TRIAC for different values of Gate Currents.

EEC- 352 DIGITAL ELECTRONICS LAB

Objective: To understand the digital logic and create various systems by using these logics. 1. Introduction to digital electronics lab- nomenclature of digital ICs, specifications, study of the data

sheet, concept of Vcc and ground, verification of the truth tables of logic gates using TTL ICs. 2. Implementation of the given Boolean function using logic gates in both SOP and POS forms. 3. Verification of state tables of RS, JK, T and D flip-flops using NAND & NOR gates. 4. Implementation and verification of Decoder/De-multiplexer and Encoder using logic gates. 5. Implementation of 4x1 multiplexer using logic gates. 6. Implementation of 4-bit parallel adder using 7483 IC. 7. Design, and verify the 4-bit synchronous counter. 8. Design, and verify the 4-bit asynchronous counter. 9. Mini Project.

EEC- 353 ELECTRONIC WORKSHOP & PCB LAB

Objective: To create interest in Hardware Technology. 1. Winding shop: Step down transformer winding of less than 5VA. 2. Soldering shop: Fabrication of DC regulated power supply 3. PCB Lab: (a) Artwork & printing of a simple PCB.

(b) Etching & drilling of PCB. 4. Wiring & fitting shop: Fitting of power supply along with a meter in cabinet. 5. Testing of regulated power supply fabricated.

Fabricate and test the audio amplifier circuit by using above power supply

[14]

Syllabus fourth semester:

THEORY SUBJECTS EEC-401 Electronic circuits 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Operational Amplifier: Inverting and non-inverting configurations, difference amplifier, Effect of finite open loop gain and bandwidth on circuit performance, Large signal operation of op-amp.

2.2 to 2.6 8

II MOSFET: Review of device structure operation and V-I characteristics. Circuits at DC, MOSFET as Amplifier and switch, Biasing in MOS amplifier circuits, small-signal operation and models, single stage MOS amplifier, MOSFET internal capacitances and high frequency model, frequency response of CS amplifier

4.3 to 4.9 and 4.11

8

III BJT: Review of device structure operation and V-I characteristics, BJT circuits at DC, BJT as amplifier and switch, biasing in BJT amplifier circuit, small-signal operation and models, single stage BJT amplifier, BJT internal capacitances and high frequency model, frequency response of CE amplifier.

5.3 to 5.9

8

IV Differential Amplifier: MOS differential pair, small signal operation of the MOS differential pair, BJT differential pair, other non-ideal characteristic of the Differential amplifier (DA), DA with active load.

7.1 to 7.5 9

V Feedback: The general feed back structure, properties of negative feed back, the four basic feed back topologies, the series-shunt feedback amplifier, the series-series feedback amplifier, the shunt-shunt and shunt series feedback amplifier. Oscillators: Basic principles of sinusoidal oscillators, op-amp RC oscillator circuits, LC oscillator.

8.1 to 8.6 13.1 to 13.3

4+3

Text Book: A. S. Sedra and K. C. Smith, “Microelectronic Circuits”, Oxford University Press, 5th Ed. Reference Books:

[15]

EEC402 Computer Architecture and Organization 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Introduction to Design Methodology: System Design - System representation, Design Process, the gate level (revision), the register level components and PLD (revision), register level design The Processor Level: Processor level components, Processor level design.

2.1.1, 2.1.2, 2.1.3, 2.2.1, 2.2.2, 2.2.3 2.3.1, 2.3.2

8

II Processor basics: CPU organization- Fundamentals , Additional features Data Representation – Basic formats, Fixed point numbers, Floating point numbers. Instruction sets – Formats, Types, Programming considerations.

3.1, 3.1.1, 3.1.2, 3.2, 3.2.1, 3.2.2, 3.2.3, 3.3.1, 3.3.2, 3.3.3

8

III Datapath Design: Fixed point arithmetic – Addition and subtraction, Multiplication and Division, Floating point arithmetic, pipelining.

4.1.1, 4.1.2, 4.1.3, 4.2.1, 4.2.2, 4.3.1, 4.3.2

6

IV Control Design: basic concepts – introduction, hardwired control, Micro programmed control –introduction, multiplier control unit, cpu control unit, Pipeline control- instruction pipelines, pipeline performance.

5.1.1, 5.1.2, 5.1.3, 5.2.1, 5.2.2, 5.2.3, 5.3.1, 5.3.2, 5.3.3

8

V Memory organization: Multi level memories, Address translation, Memory allocation, Caches – Main features, Address mapping, structure vs performance, System Organisation: Communication methods- basic concepts, bus control. Introduction to 8085

6.2.1, 6.2.2, 6.2.3, 6.3.1, 6.3.1, 6.3.2, 6.3.3, 7.1.1, 7.1.2 Teachers choice

10

2

Text Book: John P Hayes “Computer Architecture and Organisation” McGraw Hilll 3rd Edition Reference Books: M Morris Mano, “Computer System Architecture” PHI 3rd Edition

[16]

EEC-403 Electronic Instrumentation and Measurements 3 1 0

Unit Topic Chapter/ Section

Proposed number of Lectures

I Unit, dimensions and standards: Scientific notations and metric prefixes. SI electrical units, SI temperature scales, Other unit systems, dimension and standards. Measurement Errors: Gross error, systematic error, absolute error and relative error, accuracy, precision, resolution and significant figures, Measurement error combination, basics of statistical analysis. PMMC instrument, galvanometer, DC ammeter, DC voltmeter, series ohm meter,

1.1 to 1.7 2.1 to 2.5 3.1 to 3.4

8

II Transistor voltmeter circuits, AC electronic voltmeter, current measurement with electronic instruments, multimeter probes Digital voltmeter systems, digital multimeters, digital frequency meter system

4.1, 4.2, 4.4, 4.5, 4.7 6.1 to 6.3 8

III Voltmeter and ammeter methods, Wheatstone bridge, low resistance measurements, low resistance measuring instruments AC bridge theory, capacitance bridges, Inductance bridges, Q meter

7.1, 7.3, 7.4, 7.5 8.2 to 8.4, 8.9

8

IV CRO: CRT, wave form display, time base, dual trace oscilloscope, measurement of voltage, frequency and phase by CRO, Oscilloscope probes, Oscilloscope specifications and performance. Delay time based Oscilloscopes, Sampling Oscilloscope, DSO, DSO applications

9.1, 9.3, 9.4, 9.5, 9.7, 9.9, 9.12 10.1, 10.3, 10.4, 10.5

8

V Instrument calibration: Comparison method, digital multimeters as standard instrument, calibration instrument Recorders: X-Y recorders, plotters

12.1, 12.2, 12.3 13.2, 13.4

8

Text Book: David A. Bell, “Electronic Instrumentation and Measurements”, 2nd Ed., PHI , New Delhi 2008. Reference Books:

1. Oliver and Cage, “Electronic Measurements and Instrumentation”, TMH, 2009. 2. Alan S. Morris, “Measurement and Instrumentation Principles”, Elsevier (Buterworth Heinmann),

2008.

[17]

EEC-404 Signals and Systems 3 1 0

Unit No.

Topics Chapter/ Section

Proposed number of Lectures

I Signals: Definition, types of signals and their representations: continuous-time/discrete-time, periodic/non-periodic, even/odd, energy/power, deterministic/ random, one-dimensional/multi-dimensional; commonly used signals (in continuous-time as well as in discrete-time): unit impulse, unit step, unit ramp (and their inter-relationships), exponential, rectangular pulse, sinusoidal; operations on continuous-time and discrete-time signals (including transformations of independent variables).

1.1 to 1.5 6

II Laplace-Transform (LT) and Z-transform (ZT): (i) One-sided LT of some common signals, important theorems and

properties of LT, inverse LT, solutions of differential equations using LT, Bilateral LT, Regions of convergence (ROC)

(ii) One sided and Bilateral Z-transforms, ZT of some common signals, ROC, Properties and theorems, solution of difference equations using one-sided ZT, s- to z-plane mapping

2.1 to 2.15 3+5

III Fourier Transforms (FT): (i) Definition, conditions of existence of FT, properties, magnitude

and phase spectra, Some important FT theorems, Parseval’s theorem, Inverse FT, relation between LT and FT

(ii) Discrete time Fourier transform (DTFT), inverse DTFT, convergence, properties and theorems, Comparison between continuous time FT and DTFT

4.1 4.11; 5.1 to 5.7

6+4

IV Systems: Classification, linearity, time-invariance and causality, impulse response, characterization of linear time-invariant (LTI) systems, unit sample response, convolution summation, step response of discrete time systems, stability. convolution integral, co-relations, signal energy and energy spectral density, signal power and power spectral density, properties of power spectral density,

7.1 to 7.12; 9.2, 9.6 to 9.8

8

V Time and frequency domain analysis of systems Analysis of first order and second order systems, continuous-time (CT) system analysis using LT, system functions of CT systems, poles and zeros, block diagram representations; discrete-time system functions, block diagram representation, illustration of the concepts of system bandwidth and rise time through the analysis of a first order CT low pass filter

8.1-8.6; 8.8 10

Text Book: P. Ramakrishna Rao, `Signal and Systems’ 2008 Edn., Tata MGH, New Delhi Reference Books:

1. Chi-Tsong Chen, `Signals and Systems’, 3rd Edition, Oxford University Press, 2004 2. V. Oppenheim, A.S. Willsky and S. Hamid Nawab, ‘signals & System’,PEARSON Education, Second

Edition, 2003.

[18]

LABOROTARY

EEC-451 ELECTRONICS ENGINEERING LAB II

Objective -To design and implement the circuits to gain knowledge on performance of the circuit and its

application. 1. Measurement of Operational Amplifier Parameters-Common Mode Gain, Differential Mode Gain,

CMRR, Slew Rate. 2. Applications of Op-amp- Op-amp as summing amplifier, Difference amplifier, Integrator and

differentiator 3. Field Effect Transistors-Single stage Common source FET amplifier –plot of gain in dB Vs

frequency, measurement of, bandwidth, input impedance, maximum signal handling capacity (MSHC) of an amplifier

4. Bipolar Transistors- Design of single stage RC coupled amplifier –design of DC biasing circuit using potential divider arrangement –Plot of frequency Vs gain in dB. Measurement of bandwidth of an amplifier, input impedance and Maximum Signal Handling Capacity of an amplifier.

5. Two stage Amplifier. Plot of frequency Vs gain. Estimation of Q factor, bandwidth of an amplifier 6. Common Collector Configuration-Emitter Follower (using Darlington pair)-Gain and input

impedance measurement of the circuit. 7. Power Amplifiers-Push pull amplifier in class B mode of operation –measurement of gain. 8. Differential Amplifier –Implementation of transistor differential amplifier .Non ideal characteristics

of differential amplifier 9. Oscillators -Sinusoidal Oscillators- (a) Wein bridge oscillator (b) phase shift oscillator 10. Simulation of Amplifier circuits studied in the lab using any available simulation software and

measurement of bandwidth and other parameters with the help of simulation software.

EEC-452 DIGITALLAB II

1. TTL Transfer Characteristics and TTL IC Gates. 2. CMOS Gate Transfer Characteristics. 3. Implementation of a 3-bit SIPO and SISO shift registers using flip-flops. 4. Implementation of a 3-bit PIPO and PISO shift registers using flip-flops. 5. Design of Seven segment display driver for BCD codes. 6. BCD Adders & Subtractors 7. A L U 8. 8085 Assembly Language Programming

EEC-453 MEASUREMENT LAB

1. Study of semiconductor diode voltmeter and its us as DC average responding AC voltmeter . 2. Study of L.C.R. bridge and determination of the value of the given components. 3. Study of distortion factor meter and determination of the % distortion of the given oscillator. 4. Study of the transistor tester and determination of the parameters of the given transistors. 5. Study of the following transducer (i) PT-100 trans (ii) J- type trans. (iii) K-type trans (iv) Presser trans 6. Measurement of phase difference and frequency using CRO (lissajous figure) 7. Measurement of low resistance Kelvin’s double bridge. 8. Radio Receiver Measurements

1

U.P. TECHNICAL UNIVERSITY, LUCKNOW

Syllabus

2nd , 3rd and 4th Year

[Effective from session 2009-10]

1. B. Tech. Mechanical Engineering 2. B. Tech. Production Engineering 3. B. Tech. Industrial & Production Engineering 4. B. Tech. Mechanical & Industrial Engineering

2

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY & EVALUATION SCHEME

B. Tech. Mechanical Engineering / Production Engineering / Industrial & Production Engineering / Mechanical & Industrial Engineering / Manufacturing Technology / Automobile Engineering / Aeronautical Engineering

[Effective Form session 2009-10] YEAR II, SEMESTER-III

Evaluation Scheme PERIODS

SESSIONAL EXAM. S. No.

Course Code

SUBJECT

L T P CT TA Total ESE

Subject Total

Credits

THEORY 1. EHU-301/

EHU-302 Industrial Psychology / Industrial Sociology

2 0 0 15 10 25 50 75 2

2 EAS-301 / EOE-031- EOE 038

Mathematics-III / Science Based Open Elective***

3 1 0 30 20 50 100 150 4

3. ECE-301 Fluid Mechanics** Engineering Core (interdisciplinary)

3 1 0 30 20 50 100 150 4

4. EME301 Materials Science in Engineering

3 1 0 30 20 50 100 150 4

5. EME-302 Strength of Materials 3 1 0 30 20 50 100 150 4

6. EME-303 Thermodynamics 2 1 0 15 10 25 50 75 3

7. EHU-111 *Human Values & Professional Ethics

2 0 0 15 10 25 50 75

PRACTICAL/TRAINING/PROJECT 8. EME-351 Material Science & Testing Lab 0 0 2 10 10 20 30 50 1

9. EME-352 Machine Drawing-I 0 0 3 10 10 20 30 50 1

10. EME-353 Thermodynamics Lab 0 0 2 10 10 20 30 50 1

11. ECE-351 Fluid Mechanics Lab * 0 0 2 10 10 20 30 50 1

12. GP-301 General Proficiency - - - - - 50 - 50 1

Total 16 5 9 - - - - 1000 26

NOTE: Up to IV semesters – common to Mechanical and related branches (such as Production, Industrial, Manufacturing, Automobile, Aeronautical etc.). Paper Code Science Based Open-Electives EOE-031/EOE-041 Introduction to Soft Computing (Neural Networks, Fuzzy Logic and

Genetic Algorithm) EOE-032/EOE-042 Nano Sciences EOE-033/EOE-043 Laser System and Applications EOE-034/EOE-044 Space Science EOE-035/EOE-045 Polymer Science & Technology EOE-036/EOE-046 Nuclear Science EOE-037/EOE-047 Materials Science EOE-038/EOE-048 Discrete Mathematics

**Common to Civil Engg. and Mechanical Engg & related branches (as Engineering Core – Interdisciplinary). *Human values & Professional Ethics will be offered as a compulsory audit course for which passing marks are 40% in theory & 50% in aggregate. Students will be required to audit it with in the period of their study. There will not carry over facility for this course and the failure student will be required to repeat this course (in next-semester). Note : Mechanical Engineering & related branches students cannot take the Open Elective Course

EOE-037/EOE-047: Materials Science.

3

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY & EVALUATION SCHEME

B. Tech. Mechanical Engineering / Production Engineering / Industrial & Production Engineering / Mechanical & Industrial Engineering / Manufacturing Technology / Automobile Engineering / Aeronautical Engineering

[Effective from Session 2009-10] YEAR II, SEMESTER-IV

Evaluation Scheme

PERIODS SESSIONAL EXAM. S. No. Course

Code SUBJECT

L T P CT TA Total

ESE

Subject Total

Credits

THEORY

1. EHU-402/ EHU-401

Industrial Sociology / Industrial Psychology

2 0 0 15 10 25 50 75 2

2. EOE-041- EOE-048/ EAS-401

Science Based Open Elective*** / Mathematics-III

3 1 0 30 20 50 100 150 4

3. EEE-409 Electrical Machines & Automatic Control Engineering Core (interdisciplinary)

3 1 0 30 20 50 100 150 4

4. EME-401 Applied Thermodynamics 3 1 0 30 20 50 100 150 4

5. EME-402 Manufacturing Science-I 3 1 0 30 20 50 100 150 4 6. EME-403 Measurement & Metrology 2 1 0 15 10 25 50 75 3 7 EHU-111 *Human values & Professional

Ethics 2 0 0 15 10 25 50 75

PRACTICAL/TRAINING/PROJECT 8. EME-451 Machine Drawing-II 0 0 3 10 10 20 30 50 1

9. EME-452 Manufacturing Science-I Lab 0 0 3 10 10 20 30 50 1 10. EME-453 Measurement & Metrology Lab 0 0 2 10 10 20 30 50 1

11. EEE-459 Electrical Machines & Automatic Control Lab

0 0 2 10 10 20 30 50 1

12. GP-401 General Proficiency - - - - - 50 - 50 1

Total 16 5 10 - - - - 1000 26

Industrial Training-I of 4 weeks after IV semester or Minor fabrication project involving work for nearly 4 weeks , which will be evaluated in VII semester

NOTE: Practical summer training-I of 4-weeks after IV –semester or Minor fabrication project will be evaluated in VII semester

11

L T P

EAS-301/EAS-401: MATHEMATICS –III 3 1 0

Unit – I : Function of Complex variable

Analytic function, C-R equations, Cauchy’s integral theorem, Cauchy’s integral formula for derivatives of analytic function, Taylor’s and Laurent’s series, singularities, Residue theorem, Evaluation of real integrals of the type and 10

Unit – II : Statistical Techniques - I

Moments, Moment generating functions, Skewness, Kurtosis, Curve fitting, Method of least squares, Fitting of straight lines, Polynomials, Exponential curves etc., Correlation, Linear, non –linear and multiple regression analysis, Probability theory. 08

Unit – III : Statistical Techniques - II

Binomial, Poisson and Normal distributions, Sampling theory (small and large), Tests of significations: Chi-square test, t-test, Analysis of variance (one way) , Application to engineering, medicine, agriculture etc.

Time series and forecasting (moving and semi-averages), Statistical quality control methods, Control charts, , R, p, np, and c charts. 08

Unit – IV : Numerical Techniques – I

Zeroes of transcendental and polynomial equation using Bisection method, Regula-falsi method and Newton-Raphson method, Rate of convergence of above methods.

Interpolation: Finite differences, difference tables, Newton’s forward and backward interpolation , Lagrange’s and Newton’s divided difference formula for unequal intervals. 08

Unit – V : Numerical Techniques –II

Solution of system of linear equations, Gauss- Seidal method, Crout method. Numerical differentiation, Numerical integration , Trapezoidal , Simpson’s one third and three-eight rules, Solution of ordinary differential (first order, second order and simultaneous) equations by Euler’s, Picard’s and forth-order Runge- Kutta mehthods. 08

Test Books :-

1. Peter V. O’Neil, Advance Engineering Mathematics Thomson (Cengage) Learning, 2007. 2. Jain, Iyenger & Jain, Numerical Methods for Scientific and Engineering Computation, New

Age International, New Delhi , 2003. 3. J.N. Kapur, Mathematical Statistics, S. Chand & company Ltd.,2000 Reference Books :- 1. R.K. Jain & S.R.K. Iyenger, Advance Engineering Mathematics, Narosa Publication House,

2002. 2. Chandrika Prasad, Advanced Mathematics for Engineers, Prasad Mudralaya, 1996. 3. E. Kreysig, Advanced Engineering Mathematics, John Wiley & Sons, 2005. 4. B.S. Grewal, Higher Engineering Mathematics, Khanna Publishers, 2005. 5. Devi Prasad, An introduction to Numerical Analysis, Narosa Publication house, New Delhi

2006.

12

6. T. Veerajan & T. Ramchandrandran, Theory & Problems in Numerical Methods, TMH, New Delhi, 2004.

7. S.P.Gupta, Statistical Methods, Sultan and Sons, New Delhi, 2004. 8. Devore, Probability and Statistics, Thomson(Cengage) Learning, 2007. 9. Walpole, Myers, Myers & Ye, Probability and Statistics for Engineers & Scientists, Pearson

Education, 2003.

L T P

ECE-301: FLUID MECHANICS 3 1 0

I Introduction : Fluid and continuum, Physical properties of fluids, Rheology of fluids.

II Kinematics of Fluid flow :

Types of fluid flows: Continuum & free molecular flows. Steady and unsteady, uniform and non-uniform, laminar and turbulent flows, rotational and irrotational flows, compressible and incompressible flows, subsonic, sonic and supersonic flows, sub-critical, critical and supercritical flows, one, two and three dimensional flows, streamlines, continuity equation for 3D and 1D flows, circulation, stream function and velocity potential, source, sink, doublet and half-body.

III Fluid Statics :

Pressure-density-height relationship, manometers, pressure transducers, pressure on plane and curved surfaces, centre of pressure, buoyancy, stability of immersed and floating bodies, fluid masses subjected to linear acceleration and uniform rotation about an axis.

IV Dynamics of Fluid Flow :

Euler’s Equation of motion along a streamline and its integration, Bernoulli’s equation and its applications- Pitot tube, orifice meter, venturi meter and bend meter, Hot-wire anemometer and LDA, notches and weirs, momentum equation and its application to pipe bends.

V Dimensional Analysis and Hydraulic Similitude :

Dimensional analysis, Buckingham’s Pi theorem, important dimensionless numbers and their significance, geometric, kinematics and dynamic similarity, model studies.

VI Laminar and Turbulent Flow :

Equation of motion for laminar flow through pipes, Stokes’ law, transition from laminar to turbulent flow, turbulent flow, types of turbulent flow, isotropic, homogenous turbulence, scale and intensity of turbulence, measurement of turbulence, eddy viscosity, mixing length concept and velocity distribution in turbulent flow over smooth and rough surfaces, resistance to flow, minor losses, pipe in series and parallel, power transmission through a pipe, siphon, water hammer, three reservoir problems and networks.

VII Boundary Layer Analysis :

Boundary layer thickness, boundary layer over a flat plate, laminar boundary layer, application of momentum equation, turbulent boundary layer, laminar sub-layer, separation and its control, Drag and lift, drag on a sphere, a two dimensional cylinder, and an aerofoil, Magnus effect.

13

References : 1. S Narasimhan : First Course in Fluid Mechanics , University Press 2. Som, S.K. & Biswas G. : Introduction of fluid mechanics & Fluid Machines, TMH, 2000,

2nd edition. 3. M M Das : Fluid Mechanics & Turbomachines , Oxford University Press 4. S.K.Agarwal : Fluid Mechanics & Machinery, TMH 5. Garde, R.J., “ Fluid Mechanics through Problems”, New Age International Pvt. Ltd, New

Delhi, 2nd Edition. 6. Hunter Rouse, “Elementary Mechanics of Fluids”, John Wiley & Sons. Omc. 1946 7. I.H.Shames, “Mechanics of Fluids”, McGraw Hill, Int. Student, Education, 1988. 8. Fluid Mechanics by Jagdish Lal 9. Vijay Gupta and S.K.Gupta, “ Fluid Mechanics and its Applications”, Wiley Eastern Ltd,

1984. 10. Modi, P.N., and Seth, S.H., “Hydrualics and Fluid Machines”, Standard Book House,

1989.

EME- 301 : MATERIAL SCIENCE IN ENGINEERING

Unit-I

Introduction : Historical perspective, importance of materials. Brief review of modern & atomic concepts in Physics and Chemistry. Atomic models, Periodic table, Chemical bondings. 4

Crystallography and Imperfections : Concept of unit cell space lattice, Bravais lattices, common crystal structures, Atomic packing factor and density. Miller indices. X-ray crystallography techniques. Imperfections, Defects & Dislocations in solids. 3

Unit-II

Mechanical properties and Testing : Stress strain diagram, Ductile & brittle material, Stress vs strength. Toughness, Hardness, Fracture, Fatigue and Creep. Testings such as Strength testings, Hardness testing, Impact testings, Fatigue testing Creep testing, Non-destructive testing (NDT) 4

Microstructural Exam : Microscope principle and methods. Preparation of samples and Microstructure exam and grain size determination. Comparative study of microstructure of various metals & alloys such as Mild steel, CI, Brass. 2

Phase Diagram and Equilibrium Diagram : Uniary and Binary diagrams, Phase rules. Types of equilibrium diagrams: Solid solution type, eutectic type and combination type. Iron-carbon equilibrium diagram. 4

Unit-III

Ferrous materials : Brief introduction of iron and steel making furnaces. Various types of carbon steels, alloy steels and cast irons, its properties and uses. 3

Heat Treatment : Various types of heat treatment such as Annealing, Normalizing, Quenching, Tempering and Case hardening. Time Temperature Transformation (TTT) diagrams. 2

Non-Ferrous metals and alloys : Non-ferrrous metals such as Cu, Al, Zn, Cr, Ni etc. and its applications. Various type Brass, Bronze, bearing materials, its properties and uses. Aluminum alloys such as Duralumin. Other advanced materials/alloys. 3

L T P 3 1 0

14

Unit-IV

Magnetic properties : Concept of magnetism - Dia, para, ferro Hysteresis. Soft and hard magnetic materials, Magnetic storages. 2

Electric properties : Energy band concept of conductor, insulator and semi-conductor. Intrinsic & extrinsic semi-conductors. P-n junction and transistors. Basic devices and its application. Diffusion of Solid. 3

Super conductivity and its applications. Messier effect. Type I & II superconductors. High Tc superconductors. 2

Unit-V

Ceramics : Structure types and properties and applications of ceramics. Mechanical/Electrical behavior and processing of Ceramics. 2

Plastics : Various types of polymers/plastics and its applications. Mechanical behavior and processing of plastics. Future of plastics. 2

Other materials : Brief description of other material such as optical and thermal materials concrete, Composite Materials and its uses. Brief introduction to Smart-materials & Nano-materials and their potential applications 3

Performance of materials in service: Brief theoretical consideration of Fracture, Fatigue, and Corrosion and its control. 2

References : 1. W.D. Callister, Jr, - Material Science & Engineering Addition-Wesley Publication . 2. K.M.Gupta, Materials Science, Umesh Publication. 3. Van Vlash - Elements of Material Science & Engineering John Wiley & Sons. 4. V. Raghvan - Material Science, Prentice Hall. 5. Narula - Material Science, TMH. 6. Srivastava, Srinivasan - Science of Materials Engineering, NewAge Publication..

EME- 302 STRENGTH OF MATERIALS L T P 3 1 0

UNIT-I

Compound stress and strains: Introduction, state of plane stress, Principal stress and strain, Mohr’s stress circle. 3

3-D Stress, Theory of failure, Castinglion’s Theorem, Impact load: Three-dimensional state of stress & strain, equilibrium equations. Generalized Hook’s Law. Theories of Failure. Castigliano’s Theorem. Impact load & stresses. 5

UNIT –II

Stresses in Beams: Review of pure Bending. Direct and shear stresses in beams due to transverse and axial loads, composite beams. 2

Deflection of Beams: Equation of elastic curve, cantilever and simply supported beams, Macaulay’s method, area moment method, fixed and continuous beams. 4

Torsion: Review of Torsion, combined bending & torsion of solid & hollow shafts. 2

15

UNIT-III

Helical and Leaf Springs: deflection of springs by energy method, helical springs under axial load and under axial twist (respectively for circular and square cross sections) axial load and twisting moment acting simultaneously both for open and closed coiled springs, laminated springs. 4

Columns and Struts: Combined bending and direct stress, middle third and middle quarter rules. Struts with different end conditions. Euler’s theory and experimental results, Ranking Gardon Formulae, Examples of columns in mechanical equipments and machines. 4

UNIT-IV

Thin cylinders & spheres: Hoop and axial stresses and strain. Volumetric strain. 2

Thick cylinders: Radial, axial and circumferential stresses in thick cylinders subjected to internal or external pressures, Compound cylinders. Stresses in rotating shaft and cylinders. Stresses due to interference fits.

UNIT-V

Curved Beams: Bending of beams with large initial curvature, position of neutral axis for rectangular, trapezoidal and circular cross sections, stress in crane hooks, stress in circular rings subjected to tension or compression. 4

Unsymmetrical Bending: Properties of beam cross-section, slope of neutral axis, stress and deflection in unsymmetrical bending, determination of shear center and flexural axis(for symmetry about both axis and about one axis) for I-section and channel-section. 4

Books :

1. Mechanics of Materials by Pytel 2. Strength of Materials by Ryder 3. Strength of Materials by Timoshenko and & Yσungs 4. Mechanics of Materials by Bear Jhonson

EME-303 : THERMODYNAMICS L T P 2 1 0

Unit – I:

Fundamental Concepts and Definitions: Introduction and definition of thermodynamics, Dimensions and units, Microscopic and Macroscopic approaches, Systems, surroundings and universe, Concept of continuum, Control system boundary, control volume and control surface, Properties and state, Thermodynamic properties, Thermodynamic path, process and cycle, Thermodynamic equilibrium, Reversibility and irreversibility, Quasi static process, Energy and its forms, Work and heat, Gas laws, Ideal gas, Real gas, Law of corresponding states, Dalton’s law, Amagat’s law, Property of mixture of gases. 3

Zeroth law of thermodynamics: Zeroth law of thermodynamics, Temperature and its’ measurement, Temperature scales. 1

16

First law of thermodynamics: Thermodynamic definition of work, Thermodynamic processes, Calculation of work in various processes and sign convention, Non-flow work and flow work, Joules’ experiment, First law of thermodynamics, Internal energy and enthalpy, First law of thermodynamics applied to open systems, Steady flow systems and their analysis, Steady flow energy equation, Boilers, Condensers, Turbine, Throttling process, Pumps etc. First law analysis for closed system (non flow processes), Analysis of unsteady processes such as filling and evacuation of vessels with and without heat transfer, Limitations of first law of thermodynamics, PMM-I. 4

Unit – II:

Second law: Devices converting heat to work, Thermal reservoir, Heat engines, Efficiency, Devices converting work to heat, Heat pump, refrigerator, Coefficient of Performance, Reversed heat engine, Kelvin Planck statement of second law of thermodynamics, Clausius statement of second law of thermodynamics, Equivalence of two statements of second law of thermodynamics, Reversible and irreversible processes, Carnot cycle and Carnot engine, Carnot theorem and it’s corollaries, thermodynamic temperature scale, PMM-II. 4

Unit – III

Entropy : Clausius inequality, Concept of Entropy, Entropy change in different thermodynamic processes, Tds equation, Principle of entropy increase, T-S diagram, Statement of the third law of thermodynamics. 4

Availability and Irreversibility: Available and unavailable energy, Availability and Irreversibility, Second law efficiency, Helmholtz & Gibb’s function. 3

Unit – IV

Properties of steam and thermodynamics cycles: Pure substance, Property of steam, Triple point, Critical point, Sub-cooled liquid, Saturation states, Superheated states, Phase transformation process of water, Graphical representation of pressure, volume and temperature, P-T & P-V diagrams, T-S and H-S diagrams, use of property diagram, Steam-Tables & Mollier charts, Dryness factor and it’s measurement, processes involving steam in closed and open systems. Simple Rankine cycle. 5

Introduction to working of IC engines: Compression Ignition engines, Spark Ignition engines, 2 stroke and 4 stroke engines, Performance parameters of IC engine, Heat balance sheet. 2

Books: 1. Engineering Thermodynamics by Jones and Dugans, PHI Learning Pvt. Ltd. 2. Fundamentals of Thermodynamics by Sonntag, Wiley India Pvt. Ltd. 3. Fundamentals of Classical Thermodynamics by Van Wylen, John wiley & sons. 4. Thermodynamics by J.P. Holman, McGraw Hill. 5. Engineering Thermodynamics by P.K.Nag, Tata Mc Graw Hill Pub. 6. Engineering Thermodynamics by Onkar Singh, New Age International Pub.. 7. Thermal Engineering By R.K. Rajput, Laxmi Publication. 8. Engineering Thermodynamics by C.P. Arora.

17

EME- 351 : MATERIALS SCIENCE AND TESTING Labs L T P 0 0 3

(A). Material Science Lab Experiments : (at least 5 of the following)

1. Making a plastic mould for small metallic specimen. 2. Specimen preparation for micro structural examination-cutting, grinding, polishing, etching. 3. Grain Size determination of a given specimen. 4. Comparative study of microstructures of different given specimens (mild steel, gray C.I., brass, copper etc.) 5. Heat treatment experiments such as annealing, normalizing, quenching, case hardening and comparison of hardness before and after. 6. Material identification of, say, 50 common items kept in a box. 7. Faradays law of electrolysis experiment. 8. Study of corrosion and its effects. 9. Study of microstructure of welded component and HAZ. Macro & Micro Examination. 10. Suitable experiment on Magnetic/ Electrical/Electronic materials. + (B). Material Testing Lab Experiments : (at least 5 of the following) 1. Strength testing of a given mild steel specimen on UTM with full details and s-e plot on the machine. 2. Other tests such as shear, bend tests on UTM. 3. Impact testing on impact testing machine like Charpy, Izod or both. 4. Hardness testing of given specimen using Rockwell and Vickers/Brinell testing machines. 5. Spring index testing on spring testing machine. 6. Fatigue testing on fatigue testing machine. 7. Creep testing on creep testing machine. 8. Deflection of beam experiment, comparison of actual measurement of deflection with dial gauge to the calculated one, and or evaluation of young’s modulus of beam. 9. Torsion testing of a rod on torsion testing machine. 10. Study of non-destructive testing methods like magnetic flaw detector, ultrasonic flaw detector, eddy current testing machine, dye penetrant tests. EME – 352: MACHINE DRAWING-I LAB

L T P 0 0 3

Introduction (1 drawing sheet)

Graphics Language, Classification of drawings, Principles of drawing, IS codes for machine drawing, scales, types of lines, section lines, Dimensioning 2

Orthographic Projections (1 drawing sheet)

Principle of first angle and third angle projection, drawing of machine elements in first angle projection, selection of views, sectional views 2

Screwed fasteners (2 drawing sheet)

18

Thread nomenclature, Forms of thread, Thread series, designation, Representation of threads, Bolted joints, Locking arrangement of nuts 2

Keys and Cotters and Pin joint (1 drawing sheet) 2

Types of keys, Cotter joint or Knuckle joint

Shaft Couplings (1 drawing sheet) 2

Introduction, Rigid coupling or Flexible coupling

Riveted joints (1 drawing sheet)

Introduction, rivets and riveting, Types of rivet heads, Types of riveted joints, Boiler joint 1

Assembly Drawing (1 drawing sheet)

Introduction, Engine parts-stuffing box, cross head 1

Free hand sketching*

Introduction, Need for free hand sketching, Free hand sketching of foundation bolts, studs, pulleys, couplings etc.

* students may be asked to submit the free hand sketching assignment at the end of the semester

Books and References:

1. Machine Drawing-KL Narayana, P Kannaiah, KV Reddy-New Age 2. Machine Drawing-PS Gill-SK Kataria & sons 3. Machine Drawing-N. Siddeshswar, P Kannaiah, VVS Shastry, Tata McGraw Hill 4. Engineering drawing Practice for School and Colleges, SP46-1988 (BIS) EME-353 : THERMODYNAMICS LAB

L T P 0 0 2

Experiments : Minimum 10 experiments out of following; 1. Study of Fire Tube boiler 2. Study of Water Tube boiler 3. Study and working of Two stroke petrol Engine 4. Study and working of Four stroke petrol Engine 5. Determination of Indicated H.P. of I.C. Engine by Morse Test 6. Prepare the heat balance for Diesel Engine test rig 7. Prepare the heat balance sheet for Petrol Engine test rig 8. Study and working of two stroke Diesel Engine 9. Study and working of four stroke Diesel Engine. 10. Study of Velocity compounded steam turbine 11. Study of Pressure compounded steam turbine 12. Study of Impulse & Reaction turbine 13. Study of steam Engine model. 14. Study of Gas Turbine Model 15. Any other suitable experiment on thermodynamics

19

ECE-351 : Fluid Mechanics Lab L T P 0 0 2

1. To verify the momentum equation using the experimental set-up on diffusion of

submerged air jet.

2. To determine the coefficient of discharge of an orifice of a given shape. Also to

determine the coefficient of velocity and the coefficient of contraction of the

orifice mouth piece.

3. To calibrate an orifice meter, venturimeter, and bend meter and study the

variation of the co-efficient of discharge with the Reynolds number.

4. To study the transition from laminar to turbulent flow and to determine the lower

critical Reynolds number.

5. To study the velocity distribution in a pipe and also to compute the discharge by

integrating the velocity profile.

6. To study the variation of friction factor, ‘f’ for turbulent flow in commercial pipes.

7. To study the boundary layer velocity profile over a flat plate and to determine the

boundary layer thickness.

EEE – 409 : ELECTRICAL MACHINES & AUTOMATIC CONTROL

L T P 3 1 0

UNIT I:– Single phase Transformer: Efficiency Voltage regulation, O.C.& S.C. Tests. 2 Three Phase Transformer: Three phase transformer connections, 3-phase to 2-phase

or 6-phase connections and their applications. 2 Auto Transformer: Volt- Amp relations, efficiency, advantages & disadvantages, applications. 1 D.C. Motors: Concept of starting, speed control, losses and efficiency. 3 UNIT II: Three phase Induction Motor: Construction, equivalent circuit, torque equation and torque- slip characteristics, speed control. 3 Alternator: Construction, e.m.f. equation, Voltage regulation and its determination by synchronous impedance method. 3 Synchronous Motor: Starting, effect of excitation on line current (V-curves), synchronous condenser. 2 Servo Motor: Two phase a.c. servo motor & its application. 1 UNIT III: Modeling of Mechanical System: linear mechanical elements, force-voltage and force current analogy, electrical analog of simple mechanical systems; concept of transfer function & its determination for simple systems. 4 Control System: Open loop & closed loop controls, servo mechanisms; concept of various types of system. 2 Signals: Unit step, unit ramp, unit impulse and periodic signals with their mathematical representation and characteristics. 1 UNIT IV: Time Response Analysis: Time response of a standard second order system and response specifications, steady state errors and error constants. 2

20

Stability: Concept and types of stability, Routh Hurwitz Criterion and its application for determination of stability, limitations; Polar plot, Nyquist stability Criterion and assessment of stability. 6 UNIT V: Root Locus Techniques: Concept of root locus, construction of root loci. Frequency Response Analysis: Correlation between time and frequency responses of a second order system; Bode plot, gain margin and phase margin and their determination from Bode and Polar plots. 4 Process control: Introduction to P,PI and PID controllers their characteristics, representation and applications. 1 Text Book:

1. I. J. Nagrath & D. P. Kothari, “Electrical machines” Tata McGraw Hill. 2. B.R. Gupta & Vandana Singhal, “Fundamentals of Electrical Machines”, New Age

International. 3. K. Ogata, “Modern Control Engineering” Prentice Hall of India. 4. B.C. Kuo, “Automatic Control systems.” Wiley India Ltd.

Reference Books:

5. Irvin L. Kosow, “Electric Machinery and Transformers” Prentice Hall of India. 6. D. Roy Choudhary, “Modern Control Engineering” Prentice Hall of India. 7. M. Gopal, Control Systems: Principles and Design” Tata McGraw Hill.

EME-401 APPLIED THERMODYNAMICS

L : T : P 3 : 1 : 0

Unit-I

Thermodynamic relations: Mathematical conditions for exact differentials. Maxwell Relations, Clapeyron Equation, Joule-Thompson coefficient and Inversion curve. Coefficient of volume expansion, Adiabatic & Isothermal compressibility. 3

Fuels and Combustion: Combustion analysis, Heating Values, Air requirement, Air/Fuel ratio, Standard heat of Reaction and effect of temperature on standard heat of reaction, heat of formation, Adiabatic flame temperature. 4

Unit-II

Boilers: Steam generators-classifications. Working of fire-tube and water-tube boilers, boiler mountings & accessories, Draught & its calculations, air pre heater, feed water heater, super heater. Boiler efficiency, Equivalent evaporation. Boiler trial and heat balance. 6

Condenser: Classification of condenser, Air leakage, Condenser performance parameters 2

Unit-III

Steam Engines: Rankine and modified Rankine cycles, Working of stream engine, Classification of steam engines, Indicator diagram, Saturation curve, Missing quantity, Heat balance. 3

Steam& Gas Nozzles: Flow through nozzle, Variation of velocity, Area and specific volume, Choked flow, Throat area, Nozzle efficiency, Off design operation of nozzle, Effect of friction on nozzle, Super saturated flow. 4

21

Unit-IV

Vapour Power cycles: Carnot vapour power cycle, Effect of pressure & temperature on Rankine cycle, Reheat cycle, Regenerative cycle, Feed water heaters, Binary vapour cycle, Combined cycles, Cogeneration. 3

Steam Turbines : Classification of steam turbine, Impulse and reaction turbines, Staging, Stage and overall efficiency, Reheat factor, Bleeding, Velocity diagram of simple & compound multistage impulse & reaction turbines & related calculations work done efficiencies of reaction, Impulse reaction Turbines, state point locus, Comparison with steam engines, Losses in steam turbines, Governing of turbines. 4

Unit-V

Gas Turbine:Gas turbine classification Brayton cycle,Principles of gas turbine, Gas turbine cycles with intercooling,reheat and regeneration and their combinations, Stage efficiency, Polytropic efficiency. Deviation of actual cycles from ideal cycles. 4

Jet Propulsion: Introduction to the principles of jet propulsion, Turbojet and turboprop engines & their processes, Principle of rocket propulsion, Introduction to Rocket Engine. 3

Books:

1. Applied thermodynamics by Onkar Singh, New Age International (P) Publishers Ltd. 2. Basic and Applied Thermodynamics by P.K. Nag, Tata Mc Graw Hill Pub. 3. Thermal Engg. By P.L. Ballaney, Khanna Publisher 4. Theory of Stream Turbine by W.J. Kearton 5. Steam & Gas Turbine by R.Yadav, CPH Allahabad 6. Thermal Engg. By R.K. Rajput, Laxmi Publication 7. Gas Turbine, by V. Ganeshan, Tata Mc Graw Hill Publishers. 8. Gas turbine Theory & Practice, by Cohen & Rogers, Addison Weslay Long man

EME- 402 : MANUFACTURING SCIENCE-I

Unit-I

Introduction :

Importance of manufacturing. Economic & technological considerations in manufacturing. Classification of manufacturing processes. Materials & manufacturing processes for common items. 2

Metal Forming Processes :

Elastic & plastic deformation, yield criteria. Hot working vs cold working. 2

Analysis (equilibrium equation method) of Forging process for load estimation with sliding friction sticking friction and mixed condition for slab and disc. Work required for forging, Hand, Power, Drop Forging 5

L T P 3 1 0

22

Unit-II

Metal Forming Processes (continued):

Analysis of Wire/strip drawing and maximum-reduction, Tube drawing, Extrusion and its application. 3 Condition for Rolling force and power in rolling. Rolling mills & rolled-sections. 2 Design, lubrication and defects in metal forming processes. 2

Unit-III

Sheet Metal working :

Presses and their classification, Die & punch assembly and press work methods and processes. Cutting/Punching mechanism, Blanking vs Piercing. Compound vs Progressive die. Flat-face vs Inclined-face punch and Load(capacity) needed. 4

Analysis of forming process like cup/deep drawing. Bending & spring-back. 3

Unit-IV

Unconventional Metal forming processes :

Unconventional metal forming processes such as explosive forming, electro-magnetic, electro-hydraulic forming. 2

Powder Metallurgy :

Powder metallurgy manufacturing process. The need, process, advantage and applications. 2

Jigs & Fixtures :

Locating & Clamping devices & principles. Jigs and Fixtures and its applications. 2

Manufacturing of Plastic components :

Review of plastics, and its past, present & future uses. Injection moulding. Extrusion of plastic section. Welding of plastics. Future of plastic & its applications. Resins & Adhesives. 2

Unit-V

Casting (Foundry)

Basic principle & survey of casting processes. Types of patterns and allowances. Types and properties of moulding sand. Elements of mould and design considerations, Gating, Riser, Runnes, Core. Solidification of casting,. Sand casting, defects & remedies and inspection. Cupola furnace. 7

Die Casting, Centrifugal casting. Investment casting, CO2 casting and Stir casting etc. 3

Books :

1. Manufacturing Science by Ghosh and Mallik 2. Production Engg. Science by P.C. Pandey

23

3. Production Technology by R.K. Jain 4. Manufacturing Technology by P.N. Rao., TMH 5. Materials and Manufacturing by Paul Degarmo. 6. Manufacturing Science by KM Moeed. 7. Manufacturing Engineering & Technology by Kalpakjian, Pearson Pub.

EME -403 : MEASUREMENT AND METROLOGY

Unit-I Mechanical Measurements Introduction: Introduction to measurement and measuring instruments, Generalized measuring system and functional elements, units of measurement, static and dynamic performance characteristics of measurement devices, calibration, concept of error, sources of error, statistical analysis of errors. 4 Sensors and Transducers: Types of sensors, types of transducers and their characteristics. 2 Signal transmission and processing: Devices and systems. 2 Signal Display & Recording Devices 1 Unit-II Time related measurements: Counters, stroboscope, frequency measurement by direct comparison. 1 Measurement of displacement 1 Measurement of pressure: Gravitational, directing acting, elastic and indirect type pressure transducers. Measurement of very low pressures. 1 Strain measurement: Types of strain gauges and their working, strain gauge circuits, temperature compensation. Strain rosettes, calibration. 2 Measurements of force and torque: Different types of load cells, elastic transducers, pneumalic & hydraulic systems. 1 Temperature measurement: Thermometers, bimetallic thermocouples, thermistors and pyrometers. 2 Vibration: Seismic instruments, vibration pick ups and decibel meters, vibrometers accelerometers. 2 Unit-III: Metrology Metrology and Inspection : Standards of linear measurement, line and end standards. Limit fits and tolerances. Interchangeability and standarisation. 2 Linear and angular measurements devices and systems Comparators: Sigma, Johansson’s Microkrator. 2 Limit gauges classification, Taylor’s Principle of Gauge Design. 1 Unit-IV Measurement of geometric forms like straightness, flatness, roundness. 2 Tool makers microscope, profile project autocollimator. 1 Interferometry: principle and use of interferometry, optical flat. 2 Measurement of screw threads and gears. 1 Surface texture: quantitative evaluation of surface roughness and its measurement. 1 Measurement and Inspection: Dimensional inspection – Tolerance, Limit gauging, comparators, Surface roughness, Feature inspection.

L T P 2 1 0

24

Total 33

References 1. Beckwith Thomas G., Mechanical Measurements, Narosa Publishing House, N. Delhi. 2. Doeblein E.O., “Measurement Systems, Application Design”, McGraw Hill, 1990. 3. Kumar D.S., “Mechanical Measurements and Control”, Metropolitan, N. Delhi. 4. Hume K.J., “Engineering Metrology”, MacDonald and Co. 1963 5. Gupta, I.C., “Engineering Metrology”, Dhanpat Rai & Sons, New Delhi, 1994 6. Sirohi, “Mechanical Measurement” New Age Publishers 7. Jain, R.K., “Engineering Metrology” Khanna Publishers 8. Jain, R.K., “Mechanical Measurement” Khanna Publishers

EME – 451 : MACHINE DRAWING-II LAB L T P 0 0 3

Review of Orthographic Projections (1 drawing sheet) Orthographic Projection of solids in First angle of projection, missing lines views, interpretation of views 2 Part and Assembly Drawing (2 drawing sheet) Assembly drawing of eccentric, lathe tail stock, air valve, screw jack, connecting rod, safety valve etc. 2 Specification of Materials (1 drawing sheet) Engineering materials, representation, Code designation of steel, copper, aluminium etc. 1 Limits, Tolerance and Fits (1 drawing sheet) Limit system, Tolerances, Method of placing limit dimensions, Fits-types 2 Surface Roughness (1 drawing sheet) Introduction, nomenclature, machining symbols, indication of surface roughness 1 Production Drawing (1drawing sheet) Types, Examples of simple machine elements like helical gear, bevel gear, crank, connecting rod, belt pulley, piston etc. 2 Computer Aided Drafting (2 drawings) Introduction, input, output devices, introduction to software like AutoCAD, ProE, basic commands and development of 2D and 3D drawings of simple parts 3

Books and References:

1. Machine Drawing - KL Narayana, P Kannaiah, KV Reddy - New Age 2. Machine Drawing - PS Gill - SK Kataria & sons 3. Machine Drawing -N. Siddeshswar, P Kannaiah, VVS Shastry -Tata McGraw Hill 4. Engineering Drawing - RK Dhawan - S. Chand 5. AutoCAD-S. Vshal - Dhanpat Rai 6. Engineering Graphics - BK Goel & PK Goel - SK Kataria 7. Computer Aided Engineering Graphics - Rajashekhar Patil - New Age 8. Engineering Drawing - Dhananjay A Jolhe - Tata McGraw Hill 9. Engineering Drawing - CM Agrawal - Tata McGraw Hill 10. Machine Drawing – Ajeet Singh – The Mc Graw Hill Companies

EME-452 : MANUFACTURING SCIENCE-1 LAB L T P

0 0 3

Experiments : Say minimum 8 experiments out of following (or such experiment).

25

1. Design of pattern for a desired casting (containing hole) 2. Pattern making 3. Making a mould (with core) and casting. 4. Sand testings (at least one such as grain fineness number determination) 5. Injection moulding with plastics 6. Forging hand forging processes 7. Forging - power hammer study & operation 8. Tube bending with the use of sand and on tube bending m/c. 9. Press work experiment such as blanking/piercing, washer, making etc. 10. Wire drawing/extrusion on soft material. 11. Rolling-experiment. 12. Bending & spring back. 13. Powder metallurgy experiment. 14. Jigs & Fixture experiment. 15. Any other suitable experiment on manufacturing science / process / technique. EME 453: MEASUREMENT & METROLOGY LAB L T P 0 0 2 Experiments: Minimum 8 out of following (or such experiments) 1. Study & working of simple measuring instruments- Vernier calipers, micrometer,

tachometer. 2. Measurement of effective diameter of a screw thread using 3 wire method. 3. Measurement of angle using sinebar & slip gauges. Study of limit gauges. 4. Study & angular measurement using level protector 5. Adjustment of spark plug gap using feeler gauges. 6. Study of dial indicator & its constructional details. 7. Use of dial indicator to check a shape run use. 8. Study and understanding of limits, fits & tolerances 9. Study of Pressure & Temperature measuring equipment. 12. Strain gauge measurement. 13. Speed measurement using stroboscope. 14. Flow measurement experiment 15. Vibration/work measuring experiment. 16. Experiment on Dynamometers. EEE – 459 : ELECTRICAL MACHINES & AUTOMATIC CONTROL LAB

L T P 0 0 2

Note: To perform at least 7 experiments of Electrical Machines and 3 experiments of Automatic Control System

A. Electrical Machines 1. To obtain speed-torque characteristics and efficiency of a dc shunt motor by direct loading. 2. To obtain efficiency of a dc shunt machine by no load test. 3. To obtain speed control of dc shunt motor using (a) armature voltage control (b) field

control. 4. To determine polarity and voltage ratio of single phase and three phase transformers. 5. To obtain efficiency and voltage regulation by performing O.C. and S.C. tests on a single

phase transformer at full load and 0.8 p.f. loading. 6. To obtain 3-phase to 2-phase conversion using Scott connection. 7. To perform load test on a 3-phase induction motor and determine (a) speed- torque characteristics (ii) power factor v/s line current characteristics. 8. To study speed control of a 3-phase induction motor using (a) Voltage Control (b) Constant (Voltage/ frequency) control.

9. To perform open circuit and short circuit test on a 3-phase synchronous machine and determine voltage regulation at full load and unity, 0.8 lagging and 0.8 leading power factor using synchronous impedance method. 10. To determine V-curve of a 3-phase synchronous motor at no load, half load and full load. B. Automatic Control System: 1. To determine transient response of a second order system for step input for various Values of constant ‘K’ using linear simulator unit and compare theoretical and practical results. 2. To study P, PI and PID temperature controller for an oven and compare their performance. 3. To determine speed – torque characteristics of an a.c. 2-phase servo motor. 4. To study and calibrate temperature using Resistance Temperature Detector( RTD) 5. To study dc servo position control system within P and PI configurations. 6. To study synchro transmitter and receiver system and determine output V/s input characteristics. 7. To study open loop and closed loop control of a dc separately excited motor.