Top Banner
U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD, SEMESTER -V (Effective from the session : 2006-07) * Chosen anyone from the followings (Computer Graphics, Compiler Design, and Design & Analysis of Algorithms) SNO COURSE CODE SUBJECTS PERIODS EVAULATION SCHEME SUBJECT TOTAL SESSIONAL EXAM THEORY L T P CT TA TOTAL 1 TCS- 501 Computer Graphics 3 1 0 30 20 50 100 150 2 TCS-502 Compiler Design 3 1 0 30 20 50 100 150 3 TCS-503 Design & Analysis of Algorithms 3 1 0 30 20 50 100 150 4 TCS-504 Principle of Programming Languages 3 1 0 30 20 50 100 150 5 THU 501 Industrial Economics & Principles of Management 3 1 0 30 20 50 100 150 PRACTICALS & PROJECTS 7 TCS-551 Computer Graphics Lab 0 0 2 - 25 25 25 50 8 TCS-552 Compiler Design Lab 0 0 2 - 25 25 25 50 9 TCS-553 Design & Analysis of Algorithms Lab 0 0 2 - 25 25 25 50 10 TCS-554 Mini Project Lab* 0 0 2 - 25 25 25 50 11 GP 501 General Prof. - - - - 50 50 50 TOTAL 1000
50

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Mar 10, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME

B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD, SEMESTER -V

(Effective from the session : 2006-07) * Chosen anyone from the followings (Computer Graphics, Compiler Design, and Design

& Analysis of Algorithms)

SNO COURSE CODE

SUBJECTS PERIODS EVAULATION SCHEME SUBJECT TOTAL

SESSIONAL EXAM THEORY L T P CT TA TOTAL 1 TCS- 501 Computer

Graphics 3 1 0 30 20 50 100 150

2 TCS-502 Compiler Design

3 1 0 30 20 50 100 150

3 TCS-503 Design & Analysis of Algorithms

3 1 0 30 20 50 100 150

4 TCS-504 Principle of Programming Languages

3 1 0 30 20 50 100 150

5 THU 501 Industrial Economics & Principles of Management

3 1 0 30 20 50 100 150

PRACTICALS & PROJECTS

7 TCS-551

Computer Graphics Lab

0 0 2 - 25 25 25 50

8 TCS-552 Compiler Design Lab

0 0 2 - 25 25 25 50

9 TCS-553 Design & Analysis of Algorithms Lab

0 0 2 - 25 25 25 50

10 TCS-554 Mini Project Lab*

0 0 2 - 25 25 25 50

11 GP 501 General Prof. - - - - 50 50 50 TOTAL 1000

Page 2: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME

B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD, SEMESTER -VI

(Effective from the session : 2006-07)

* Chosen anyone from the followings (Operating Systems, Computer Networks and Artificial Intelligence)

SNO COURSE CODE

SUBJECTS PERIODS EVAULATION SCHEME SUBJECT TOTAL

SESSIONAL EXAM THEORY L T P CT TA TOTAL 1 TCS-601 Operating

Systems 3 1 0 30 20 50 100 150

2 TCS-602 Computer Networks

3 1 0 30 20 50 100 150

3 TCS-603 Artificial Intelligence

3 1 0 30 20 50 100 150

4 TMA-011 TMA-012 TMA-013

Elective -1 (Graph Theory,/ Probability & Stochastic Process)/ Principles of Operation Research.

3 1 0 30 20 50 100 150

5 THU 602 Organizational Behavior

3 1 0 30 20 50 100 150

PRACTICALS & PROJECTS

7 TCS-651

Operating Systems Lab

0 0 2 - 25 25 25 50

8 TCS-652 Computer Networks Lab

0 0 2 - 25 25 25 50

9 TCS-653 Artificial Intelligence Lab

0 0 2 - 25 25 25 50

10 TCS-654 Mini Project Lab*

0 0 2 - 25 25 25 50

11 GP-601 General Prof. - - - - 50 50 50 TOTAL 1000

Page 3: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

COMPUTER GRAPHICS (TCS-501)

Unit-I Line generation: Points lines, Planes, Pixels and Frame buffers, vector and character generation. Graphics Primitives: Display devices, Primitive devices, Display File Structure, Display control text.

Unit-II Polygon: Polygon Representation, Entering polygons, Filling polygons. Segments: Segments table, creating deleting and renaming segments, visibility, image transformations.

Unit-III Transformations: Matrices transformation, transformation routines, displays procedure. Windowing and Clipping: Viewing transformation and clipping, generalize clipping, multiple windowing.

Unit-IV Three Dimension: 3-D geometry primitives, transformations, projection clipping. Interaction: Hardware input devices handling algorithms, Event handling echoing, Interactive techniques.

Unit-V Hidden Line and Surface: Back face removal algorithms, hidden line methods. Rendering and Illumination: Introduction to curve generation, Bezier, Hermite and B-spline algorithms and their comparisons.

References :

1. Rogers, "Procedural Elements of Computer Graphics", McGraw Hill 2. Asthana, Sinha, "Computer Graphics", Addison Wesley Newman and Sproul,

"Principle of Interactive Computer Graphics", McGraw Hill 3. Steven Harrington, "Computer Graphics", A Programming Approach, 2nd Edition 4. Rogar and Adams, "Mathematical Elements of Computer Graphics", McGraw

Hill.

COMPILER DESIGN (TCS-502)

Unit-I Introduction to Compiler, Phases and passes, Bootstrapping, Finite state machines and regular expressions and their applications to lexical analysis, Implementation of lexical analyzers, lexical-analyzer generator, LEX-compiler, Formal grammars and their application to syntax analysis, BNF notation, ambiguity, YACC. The syntactic specification of programming languages: Context free grammars, derivation and parse trees, capabilities of CFG.

Unit-II Basic Parsing Techniques: Parsers, Shift reduce parsing, operator precedence parsing,

Page 4: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

top down parsing, predictive parsers Automatic Construction of efficient Parsers: LR parsers, the canonical Collection of LR(0) items, constructing SLR parsing tables, constructing Canonical LR parsing tables, Constructing LALR parsing tables, using ambiguous grammars, an automatic parser generator, implementation of LR parsing tables, constructing LALR sets of items.

Unit-III Syntax-directed Translation: Syntax-directed Translation schemes, Implementation of Syntax-directed Translators, Intermediate code, postfix notation, Parse trees & syntax trees, three address code, quadruple & triples, translation of assignment statements, Boolean expressions, statements that alter the flow of control, postfix translation, translation with a top down parser. More about translation: Array references in arithmetic expressions, procedures call, declarations, case statements.

Unit-IV Symbol Tables: Data structure for symbols tables, representing scope information. Run-Time Administration: Implementation of simple stack allocation scheme, storage allocation in block structured language. Error Detection & Recovery: Lexical Phase errors, syntactic phase errors semantic errors.

Unit-V Introduction to code optimization: Loop optimization, the DAG representation of basic blocks, value numbers and algebraic laws, Global Data-Flow analysis.

References: Aho, Sethi & Ullman, "Compiler Design", Addision Wesley. DESIGN & ANALYSIS OF ALGORITHMS (TCS-503)

Unit -I Introduction: Algorithms, analysis of algorithms, Growth of Functions, Master's Theorem, Designing of Algorithms. Sorting and order Statistics: Heap sort, Quick sort, Sorting in Linear time, Medians and Order Statistics.

Unit -II Advanced Data Structure: Red-Black Trees, Augmenting Data Structure. B-Trees, Binomial Heaps, Fibonacci Heaps, Data Stricture for Disjoint Sets.

Unit -III Advanced Design and Analysis Techniques: Dynamic Programming, Greedy Algorithms, Amortized Analysis, Back Tracking.

Unit -IV Graph Algorithms: Elementary Graphs Algorithms, Minimum Spanning Trees, Single-source Shortest Paths, All-Pairs Shortest Paths, Maximum Flow, Traveling Salesman Problem.

Page 5: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Unit -V Selected Topics: Randomized Algorithms, String Matching, NP Completeness, Approximation Algorithms.

References:

1. Coreman, Rivest, Lisserson, : “Algorithm", PHI. 2. Basse, "Computer Algorithms: Introduction to Design & Analysis", Addision

Wesley. 3. Horowitz & Sahani, "Fundamental of Computer Algorithm", Galgotia.

PRINCIPLES OF PROGRAMMING LANGUAGES (TCS-504)

Unit -I Introduction: Characteristics of programming Languages, Factors influencing the evolution of programming language, developments in programming methodologies, desirable features and design issues. Programming language processors: Structure and operations of translators, software simulated computer, syntax, semantics, structure, virtual computers, binding and binding time.

Unit -II Elementary and Structured Data Types: Data object variables, constants, data types, elementary data types, declaration, assignment and initialization, enumeration, characters, strings. Structured data type and objects: Specification of data structured types, vectors and arrays, records, variable size data structure, pointers and programmer constructed data structure, Sets files. Sub Program and programmer defined data types: Evolution of data types, abstractions, encapsulations, information hiding, sub programmes, abstract data types.

Unit -III Sequence Control; Implicit and Explicit sequence control, sequence control with within expression and statements, recursive sub programmes, exception handling, co routines, Scheduled sub programmes, concurrent execution. Data control referencing environments, static and dynamic scope, local data local data referencing environment, shared data: Explicit common environment dynamic scope parameter passing mechanism.

Unit -IV Storage Management: Major run time requirements, storage management phases, static storage management, stack based, heap based storage management. Syntax and translation: General syntactic criteria, syntactic element of a language, stages in translation, formal syntax and semantics.

Unit -V Operating and Programming Environment: Batch Processing Environments, Embedded system requirements, Theoretical models, Introduction to Functional Programming, Lambda calculus, Data flow language and Object Oriented language, Comparison in various general and special purpose programming languages e.g. Fortran, C, Pascal, Lisp, etc.

Page 6: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

References:

1. Terrance W Pratt, "Programming Languages: Design and Implementation" PHI

2. Sebesta, "Concept of Programming Language", Addison Wesley 3. E Horowitz, "Programming Languages", 2nd Edition, Addison Wesley 4. "Fundamentals of Programming Languages", Galgotia.

INDUSTRIAL ECONOMICS AND PRINCIPLES OF MANAGEMENT (THU 501)

Industrial Economics: Unit –1.Introduction: Nature and significance of Economics. Meaning of Science,

Engineering and Technology and their relationship with economic development.

Unit –2. Basic Concept: The concept of demand and supply. Elasticity of Demand and Supply. Indifference Curve Analysis, Price Effect, Income Effect and Substitution Effect.

Unit –3. Money and Banking: Functions of Money, Value of Money, Inflation and measures to control it. Brief idea of functions of banking system, viz., Commercial and central banking, Business fluctuations.

Management: Unit –4. Introduction: Definition, Nature and Significance of Management,. Evaluation

of Management thought, Contributions of Max Weber, Taylor and Fayol. Unit –5. Human Behaviour: Factors of Individual Behaviour, Perception, Learning and

Personality Development, Interpersonal Relationship and Group Behaviour. References: 1. Dewett, K.K. / Modern Economic Theory/S.Chand & Co. 2. Luthers Fred/ Organizational Behaviour. 3. Prasad L.M./ Principles of Management. 4. A.W. Stonier & D.C. Horgne / A TextBook of Economic Theory/ Oxford Publishing House Pvt. Ltd.

OPERATING SYSTEMS (TCS-601)

Unit -I Introduction: [02] Operating System and Function, Evolution of Operating System, Batch, Interactive, Time Sharing and Real Time System, System Protection. Operating System Structure: [04] , ' System Components, System Structure, Operating System Services.

Unit - II Concurrent Processes: [06] Process Concept, Principle of Concurrency, Producer / Consumer Problem, Critical Section, Problem, Semaphores, Classical Problems in

Page 7: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Concurrency, Inter Processes Communication, Process Generation, Process Scheduling.

Unit - III CPU Scheduling: [05] Scheduling Concept, Performance Criteria Scheduling Algorithm, Evolution, Multiprocessor Scheduling. Deadlock: [05] System Model, Deadlock Characterization, Prevention, Avoidance and Detection, Recovery From Deadlock Combined Approach.

Unit - IV Memory Management: [06] Basic Machine, Resident Monitor, Multiprogramming with Fixed Partition, Multiprogramming With Variable Partition, Multiple Base Register, Paging, Segmentation, Paged Segmentation, Virtual' Memory Concept, Demand Paging, Performance, Paged Replaced Algorithm, Allocation of Frames, Thrashing, Cache Memory Organization, Impact on Performance.

Unit - V I/O Management & Disk Scheduling: [04] I/O Devices and The Organization of I/O Function, I/O Buffering, Disk I/O, Operating System Design Issues. File System: [04] File Concept, File Organization and Access Mechanism, File Directories, File Sharing, Implementation Issues.

Suggested Books and References: 1. Milenekovie, "Operating System Concept", McGraw Hill. 2. Petersons, "Operating Systems", Addision Wesley. 3. Dietal, "An Introduction to Operating System", Addision Wesley. 4. Tannenbaum, "Operating System Design and Implementation", PHI. 5. Gary Nutt, "Operating System, A Modern Perspective", Addision Wesley. 6. Stalling, Willium, "Operating System", Maxwell Macmillan 7. Silveschatza, Peterson J, "Operating System Concepts", Willey. 8. Crowley, "Operating System", TMH.

COMPUTER NETWORKS (TCS-602)

Unit -I Introduction Concepts: Goals and Applications of Networks, Network structure and architecture, The OSI reference model, services, Network Topology Design - Delay Analysis, Back Bone Design, Local Access Network Design. Physical Layer Transmission Media, Switching methods, ISDN, Terminal Handling.

Unit-II Medium Access sub layer: Medium Access sub layer - Channel Allocations, LAN protocols - ALOHA protocols - Overview of IEEE standards - FDDI. Data Link Layer - Elementary Data Link Protocols, Sliding Window protocols, Error Handling.

Unit - III Network Layer: Network Layer - Point - to Pont Networks, routing, Congestion control Internetworking -TCP / IP - IP packet, IP address, IPv6. '

Page 8: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Unit - IV Transport Layer: Transport Layer - Design issues, connection management, session Layer-Design issues, remote procedure call. Presentation Layer-Design issues, Data compression techniques, cryptography - TCP - Window Management.

Unit-V Application Layer: Application Layer: File Transfer, Access and Management, Electronic mail, Virtual Terminals, Other application, Example Networks - Internet and Public Networks.

References:

1. Forouzen, "Data Communication and Networking", TMH 2. A.S. Tanenbaum, “Computer Networks”, 3rd Edition, Prentice Hall India, 1997. 3. S. Keshav, “An Engineering Approach on Computer Networking”, Addison Wesley,

1997 4. W. Stallings, “Data and Computer Communication”, Macmillan Press, 1989.

ARTIFICIAL INTELLIGENCE (TCS- 603)

UNIT -I

Introduction Introduction to Artificial Intelligence, Simulation of sophisticated & Intelligent Behavior in different area problem 3OIving in games, natural language, automated reasoning, visual perception, heuristic algorithm versus solution guaranteed algorithms.

UNIT - II Understanding Natural Languages. Parsing techniques, context free and transformational grammars, transition nets, augmented transition nets, Fillmore's grammars, Shanks Conceptual Dependency, grammar free analyzers, sentence generation, and translation.

UNIT III Knowledge Representation First order predicate calculus, Horn Clauses, Introduction to PROLOG, Semantic Nets, Partitioned Nets, Minskey frames, Case Grammar Theory, Production Rules Knowledge Base, The Interface System, Forward & Backward Deduction.

UNIT - IV Expert System Existing Systems (DENDRAL, MYCIN) domain exploration Meta Knowledge, Expertise Transfer, Self Explaining System

Page 9: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

UNIT - V Pattern Recognition Introduction to Pattern Recognition, Structured Description, Symbolic Description, Machine perception, Line Finding, Interception Semantic & Model, Object Identification, Speech Recognition. Programming Language Introduction to programming Language, LISP, PROLOG

References:

1. Charnick “Introduction to A.I.”, Addision Wesley 2. Rich & Knight, “Artificial Intelligence” 3. Winston, “LISP”, Addision Wesley 4. Marcellous, “Expert System Programming”, PHI 5. Elamie, “Artificial Intelligence”, Academic Press 6. Lioyed, “Foundation of Logic Processing”, Springer Verlag

GRAPH THEORY (TMA011) Unit -I Graphs, Sub graphs, some basic properties, various example of graphs & their sub graphs, walks, path & circuits, connected graphs, disconnected graphs and component, euler graphs, various operation on graphs, Hamiltonian paths and circuits, the traveling sales man problem. Unit- II Trees and fundamental circuits, distance diameters, radius and pendent vertices, rooted and binary trees, on counting trees, spanning trees, fundamental circuits, finding all spanning trees of a graph and a weighted graph, algorithms of primes, Kruskal and dijkstra Algorithms. Unit -III Cuts sets and cut vertices, some properties, all cut sets in a graph, fundamental circuits and cut sets , connectivity and separability, network flows, planer graphs, combinatorial and geometric dual, Kuratowski to graphs detection of planarity, geometric dual , some more criterion of planarity, thickness and crossings. Unit -IV Vector space of a graph and vectors, basis vector, cut set vector, circuit vector, circuit and cut set verses subspaces, orthogonal vectors and subspaces, incidence matrix of graph, sub matrices of A(G), circuit matrix, cut set matrix, path matrix and relationships among Af, Bf, and Cf, fundamental circuit matrix and rank of B, adjacency matrices, rank- nullity theorem . Unit -V

Page 10: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Coloring and covering and partitioning of a graph, chromatic number, chromatic partitioning, chromatic polynomials, matching, covering, four color problem, Directed graphs, some type of directed graphs, Directed paths, and connectedness, Euler digraphs, trees with directed edges, fundamental circuits in digraph, matrices A, B and C of digraphs adjacency matrix of a digraph,, enumeration, types of enumeration, counting of labeled and unlabeled trees, polya’s theorem, graph enumeration with polya’s theorem. Graph theoretic algorithm must be provided wherever required to solve the problems . References:- 1. Deo, N: Graph theory, PHI 2. Harary, F: Graph Theory, Narosa 3. Bondy and Murthy: Graph theory and application. Addison Wesley.

PROBABILITY & STOCHASTIC PROCESS (TMA012)

Unit-I Introduction: Probability models, Algebra of events, probability axioms, conditional probability, Baye’s rules, Bernoulli traits. Discrete Random Variables: Discrete random variables, probability mass functions, discrete distribution functions-Bernoulli, Binomial, geometric, Poisson, hyper geometric & uniform distributions, probability generating function. Unit-II Continuous Random variable: Exponential distribution, memory less property, application to reliability, hypo exponential, Erlang, Gamma, hyper exponential & Normal distributions ,order statistics, distribution of sums. Unit III Expectation: Expectation, variance, moments of important distribution, Expectation of functions of more than one random variable, Application to the computation of MTTF of series system parallel system, standby redundancy, TMR & NMR system. Unit IV Stochastic process: classification of stochastic process, Markov process, Bernoulli process, Poisson process , renewal processes. Discrete Parameter Markov Chains: Computation of n-step transition probability, state classification & limiting distribution of times between state changes irreducible finite chains with aperiodic states, discrete parameter birth-death processes, Analysis of program execution time, M|G|1 , Queue, pollackek-khinchin formula. Unit-V Continuous parameter Markov chains Birth & death process, M|M|1 Queue, M|M|m Queue, cyclic Queuing model of a multiprogramming system, Machine repairman model, computation of response time in a terminal oriented system. Queuing system with finite populations. Networks of queues: Introductory concept of open & closed queuing networks.

Page 11: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

References: • P.K.S Trivedi,-Probability and Statistics with reliability,

Queuing and computer science applications, PHI, New Delhi • Hisashi Kobayashi: Modeling and Analysis-An Introduction to system

performance Evalution Methodology,” Addison Wesley • W.feller-An introduction to probability theory & its application (vol1.)(John

Wiley & sons, NY.) • U.N.Bhat-Elements of applied stochastic processes, John Wiley & sons, NY.

PRINCIPLES OF OPERATION RESEARCH (TMA013) Unit-I Linear programming problems: Linear programming problems (LPP)- Formulation of a LPP-graphical method-Simplex method- Revised simplex method-two phase method-Dual simplex method-Primal-Dual Problem (Emphasis should be on algorithms and problems). Unit-II Transportation and Assignment problem: Principles of duality-Interpretation sensitivity analysis-degeneracy-Integer (Linear) programming, branch and bound method computational procedure application of IP,0-1 linear programming problem, Knapsack problem, facility location problem assignment problems, mathematical formulation, fundamental theorem, Hungarian method for solving an assignment problem , variation of an assignment problem, Application(Emphasis should be more on problem than theory). Unit-III CPM and PERT: CPM and PERT- network diagram-Events and activities- project planning-reducing critical events and activities-critical path calculations-Examples- Resources and man power leveling. Sequencing problems-travelling salesman problems –machine-scheduling problem (Job-shop).

Unit-IV Replacement problems and Inventory models: Replacement problems-capital equipment-Discounting costs-Replacement in anticipation of failure-Group replacement –stochastic nature underlying the failure phenomenon. Inventory models-various costs-Deterministic inventory models-Economic lot sizes –Price breaks –Finite storage. Unit-V Inventory Model Application and Dynamic programming: Single period inventory model with shortest cost-stochastic models-Application of inventory models. Dynamic programming formulation- Investment problem-general allocation problem –storage coach problem-production scheduling.

References: 1. H.A. TAHA, “Operation research- An Introduction”, Macmillan1976.

Page 12: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

2. Hillier and Liebarman: “Introduction to operation research” , (1990) Mc Graw Hill, Company.

3. Ecker and Kuperfersch mid: “Introduction to Operation research” (1988), John Wiley & Sons.

4. B.E. Gillet, “introduction to Operation Research-A Computer oriented Algorithmic Approach”, McGraw Hill 1989

5. K.Swarup, P. K. Gupta & A. Manmohan, “Operation Research”, S.chand 1978.

ORGANIZATIONAL BEHAVIOR (THU-602)

Introduction to organizations and individuals: What is an organization, components of organization, nature and variety of organizations (in terms of objectives, structure etc.), models of analyzing organizational phenomena, organizational and business variables, organizations in the Indian context, institutions and structures, basic roles in an organization, etc. perceptions, attitudes, motives (achievement, power and affiliation), commitment, values, creativity, and other personality factors, profile of a manager and a entrepreneur.

Interpersonal and group processes: Interpersonal trust, understanding the other person from his/her point of view, interpersonal communication, listening, feedback, counseling, transactional analysis, self-fulfilling prophecy, etc., leadership, motivating people, working as a member of a team, team functioning, team decision-making, team conflict resolution, team problem solving.

Organizational structure and integrating interpersonal and group dynamics elements of structure, functions of structures, determinants of structures, dysfunctionalities of structures, structure - technology?environment-people relationships, principles underlying design of organizations, organizational politics, issues of power and authority, organizational communications, organizational change, integrating cases (s). Case method and lectures should be supplemented with a variety of other methodologies such as feedback on questionnaires and tests, role plays, and behavior simulation exercise.

References : 1. Jit S Chandan "Organizational Behavior", Vikas 2. M.N. Mishra :Organization Behavior", Vikas 3. Arnold, John, Robertson, Ivan 1. and Cooper, Cary, I.," Work

Psychology:understanding human behavior in the workplace", Macmillan India Ltd., Delhi. 1996.

4. Dwivedi, RS., Human relations and organizational behavior: a global perspective, Macmillan India Ltd., Delhi, .1995.

5. Hersey and Blanchard (6th ed.). "Management of organizational behavior L utilising human resources", Prentice Hall of India Pv1. Ltd., New Delhi, 1996.

6. Robbins (4th ed.), "Essentials of organizational behavior", Prentice Hall of India Pv1. Ltd., New Delhi, 1995.

7. Luthans Fred., "Organizational Behavior", McGraw Hill, 1998.

Page 13: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME

B. TECH. INFORMATION TECHNOLOGY YEAR THIRD, SEMESTER -V

(Effective from the session : 2006-07)

SNO COURSE CODE

SUBJECTS PERIODS EVAULATION SCHEME SUBJECT TOTAL

SESSIONAL EXAM TOTAL THEORY L T P CT TA TOTAL 1 TIT-501 E-Commerce 3 1 0 30 20 50 100 150 2 TIT-502 Information

Systems 2 1 0 30 20 50 100 150

3 TIT-503 Introduction to Web Technology

3 1 0 30 20 50 100 150

4 TCS-503 Design & Analysis of Algorithms

3 1 0 30 20 50 100 150

5 THU-501 Industrial Economics & Principle of Management

2 1 0 30 20 50 100 150

PRACTICALS 6 TIT-551 E-Commerce

Lab 0 0 2 - 25 25 25 50

7 TIT-552 Information Systems Lab

0 0 2 - 25 25 25 50

8 TIT-553 Web Technology Lab

0 0 2 - 25 25 25 50

9 TCS-553 Design & Analysis of Algorithms Lab

0 0 2 - 25 25 25 50

10 GP-501 General Prof. - - - - 50 50 50

Page 14: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

U.P.TECTHICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME

B. TECH. INFORMATION TECHNOLOGY YEAR THIRD, SEMESTER -VI

(Effective from the session : 2006-07) * Chosen anyone from the followings ( Operating Systems, Computer Networks, Software Project Management and ERP Systems )

SNO COURSE CODE

SUBJECTS PERIODS EVAULATION SCHEME SUBJECT TOTAL

SESSIONAL EXAM THEORY L T P CT TA TOTAL 1 TCS -601 Operating

Systems 3 1 0 30 20 50 100 150

2 TCS -602 Computer Networks

3 1 0 30 20 50 100 150

3 TIT-601 Software Project Management

3 1 0 30 20 50 100 150

4 TIT-602 ERP Systems 3 1 0 30 20 50 100 150 5 THU-602 Organizational

Behavior 3 1 0 30 20 50 100 150

PRACTICALS & PROJECTS

7 TCS-651 Operating Systems Lab

0 0 2 - 25 25 25 50

8 TCS-652 Computer Networks Lab

0 0 2 - 25 25 25 50

9 TIT-651 Software Project Management Lab

0 0 2 - 25 25 25 50

10 TIT-652 Mini Project Lab*

0 0 2 - 25 25 25 50

11 GP-601 General Prof. - - - - 50 50 50 TOTAL 1000

Page 15: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

E-COMMERCE (TIT-501) UNIT I Introduction

What is E-Commerce, Forces behind E-Commerce Industry Framework, Brief history of E-

Commerce, Inter Organizational E-Commerce Intra Organizational E-Commerce, and Consumer

to Business Electronic Commerce, Architectural framework

Network Infrastructure for E-Commerce

Network Infrastructure for E-Commerce, Market forces behind I Way, Component of I way Access

Equipment, Global Information Distribution Network, Broad band Telecommunication.

UNIT-II Mobile Commerce

Introduction to Mobile Commerce, Mobile Computing Application, Wireless Application Protocols,

WAP Technology, Mobile Information Devices, Web Security

Introduction to Web security, Firewalls & Transaction Security, Client Server Network, Emerging

Client Server Security Threats, firewalls & Network Security.

UNIT-III Encryption

World Wide Web & Security, Encryption, Transaction security, Secret Key Encryption, Public Key

Encryption, Virtual Private Network (VPM), Implementation Management Issues.

UNIT - IV

Electronic Payments

Overview of Electronics payments, Digital Token based Electronics payment System, Smart

Cards, Credit Card I Debit Card based EPS, Emerging financial Instruments, Home Banking,

Online Banking.

UNIT-V

Net Commerce

EDA, EDI Application in Business, Legal requirement in E -Commerce, Introduction to supply

Chain Management, CRM, issues in Customer Relationship Management.

References: 1. Greenstein and Feinman, “E-Commerce”, TMH

2. Ravi Kalakota, Andrew Whinston, “Frontiers of Electronic Commerce”, Addision Wesley

3. Denieal Amor, “ The E-Business Revolution”, Addision Wesley

4. Diwan, Sharma, “E-Commerce” Excel

5. Bajaj & Nag, “E-Commerce: The Cutting Edge of Business”, TMH

Page 16: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

INFORMATION SYSTEMS (TIT-502) Unit-I Foundation of Information Systems: Introduction to information system in business, fundamentals

of information systems, solving business problems with information system, concept of balanced

MIS, effectiveness & efficiency criteria.

Unit-II System Analysis Design function, CASE Tools, Project Feasibility, Information Requirement &

Decision Analysis, Preparing System Proposal, Input / Output design, Procedures & control

design, System development, Testing & Quality assurance.

Unit-III Implementation, Operation, Evaluation and Maintenance, Structured System Methodologies,

Automated systems development, Hardware / Software selection, Systems function

management. Business application of Information Technology: Internet & Electronic commerce,

internet, extranet & enterprise solutions, information system for business operations, information

system for managerial decision support, information system for strategic advantage.

Unit-IV

Managing Information Technology: Enterprise and global management, security & ethical

challenges planning & implementing changes.

Unit-V

Advanced Concepts In Information Systems: Enterprise resource planning, Supply Chain

Management, C.R.M., Procurement Management.

References : 1. 0 Brian, "Introduction to Information System", McGraw Hill 2. 0 Brain, "Management Information System", TMH 3. Ashok Kumar Sharma, "Analysis Design & Implementation of Information Systems: A

Transition to Objects", 4. Vikas, Alter, "Information System: A management perspectives Addison Wesley 5. Arore & Bhatia, "Information System for Managers", Excel Bansal. "Information

System Analysis and Design", New Age Murdick, "Information System for Modem

Management", PHI.

Page 17: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

INTRODUCTION TO WEB TECHNOLOGY (TIT-503)

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

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

Page 18: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

DESIGN & ANALYSIS OF ALGORITHMS (TCS-503)

Unit -I Introduction: Algorithms, analysis of algorithms, Growth of Functions, Master's Theorem,

Designing of Algorithms. Sorting and order Statistics: Heap sort, Quick sort, Sorting in Linear

time, Medians and Order Statistics.

Unit -II Advanced Data Structure: Red-Black Trees, Augmenting Data Structure. B-Trees, Binomial

Heaps, Fibonacci Heaps, Data Stricture for Disjoint Sets.

Unit -III Advanced Design and Analysis Techniques: Dynamic Programming, Greedy Algorithms,

Amortized Analysis, Back Tracking.

Unit -IV

Graph Algorithms: Elementary Graphs Algorithms, Minimum Spanning Trees, Single-source

Shortest Paths, All-Pairs Shortest Paths, Maximum Flow, Traveling Salesman Problem.

Unit -V

Selected Topics: Randomized Algorithms, String Matching, NP Completeness, Approximation

Algorithms.

References: 1. Coreman, Rivest, Lisserson, : “Algorithms", PHI.

2. Basse, "Computer Algorithms: Introduction to Design & Analysis", Addision Wesley.

3. Horowitz & Sahani, "Fundamental of Computer Algorithm", Galgotia.

INDUSTRIAL ECONOMICS AND

PRINCIPLES OF MANAGEMENT (THU 501)

Industrial Economics: Unit –1.Introduction: Nature and significance of Economics. Meaning of Science, Engineering

and Technology and their relationship with economic development.

Unit –2. Basic Concept: The concept of demand and supply. Elasticity of Demand and Supply.

Indifference Curve Analysis, Price Effect, Income Effect and Substitution Effect.

Unit –3. Money and Banking: Functions of Money, Value of Money, Inflation and measures to

control it. Brief idea of functions of banking system, viz., Commercial and central banking,

Business fluctuations.

Management: Unit –4. Introduction: Definition, Nature and Significance of Management,. Evaluation of

Management thought, Contributions of Max Weber, Taylor and Fayol.

Unit –5. Human Behaviour: Factors of Individual Behaviour, Perception, Learning and

Personality Development, Interpersonal Relationship and Group Behaviour.

References:

Page 19: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

1. Dewett, K.K. / Modern Economic Theory/S.Chand & Co.

2. Luthers Fred/ Organizational Behaviour.

3. Prasad L.M./ Principles of Management.

4. A.W. Stonier & D.C. Horgne / A TextBook of Economic Theory/ Oxford Publishing House Pvt.

Ltd.

OPERATING SYSTEMS (TCS-601)

Unit -I Introduction: [02] Operating System and Function, Evolution of Operating System, Batch,

Interactive, Time Sharing and Real Time System, System Protection. Operating System

Structure: [04] , ' System Components, System Structure, Operating System Services.

Unit - II Concurrent Processes: [06] Process Concept, Principle of Concurrency, Producer / Consumer

Problem, Critical Section, Problem, Semaphores, Classical Problems in Concurrency, Inter

Processes Communication, Process Generation, Process Scheduling.

Unit - III CPU Scheduling: [05] Scheduling Concept, Performance Criteria Scheduling Algorithm,

Evolution, Multiprocessor Scheduling. Deadlock: [05] System Model, Deadlock Characterization,

Prevention, Avoidance and Detection, Recovery from Deadlock, Combined Approach.

Unit - IV

Memory Management: [06] Basic Machine, Resident Monitor, Multiprogramming with Fixed

Partition, Multiprogramming With Variable Partition, Multiple Base Register, Paging,

Segmentation, Paged Segmentation, Virtual Memory Concept, Demand Paging, Performance,

Paged Replaced Algorithm, Allocation of Frames, Thrashing, Cache Memory Organization,

Impact on Performance.

Unit - V

I/O Management & Disk Scheduling: [04] I/O Devices and The Organization of I/O Function, I/O

Buffering, Disk I/O, Operating System Design Issues. File System: [04] File Concept, File

Organization and Access Mechanism, File Directories, File Sharing, Implementation Issues.

Suggested Books And References: 1. Milenekovie, "Operating System Concept", McGraw Hill.

2. Petersons, "Operating Systems", Addision Wesley.

3. Dietal, "An Introduction to Operating System", Addision Wesley.

4. Tannenbaum, "Operating System Design and Implementation", PHI.

5. Gary Nutt, "Operating System, A Modern Perspective", Addision Wesley.

6. W. Stalling, "Operating System", Maxwell Macmillan

7. Silveschatza, Peterson J, "Operating System Concepts", Willey.

8. Crowley, "Operating System", TMH.

Page 20: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

COMPUTER NETWORKS (TCS-602) Unit -I Introduction Concepts: Goals and Applications of Networks, Network structure and architecture,

The OSI reference model, services, Network Topology Design - Delay Analysis, Back Bone

Design, Local Access Network Design, Physical Layer Transmission Media, Switching methods,

ISDN, Terminal Handling.

Unit-II Medium Access sub layer: Medium Access sub layer - Channel Allocations, LAN protocols -

ALOHA protocols - Overview of IEEE standards - FDDI. Data Link Layer - Elementary Data Link

Protocols, Sliding Window protocols, Error Handling.

Unit - III Network Layer: Network Layer - Point - to Pont Networks, routing, Congestion control

Internetworking -TCP / IP, IP packet, IP address, IPv6.

Unit - IV

Transport Layer: Transport Layer - Design issues, connection management, session Layer-

Design issues, remote procedure call. Presentation Layer-Design issues, Data compression

techniques, cryptography - TCP - Window Management.

Unit-V

Application Layer: Application Layer: File Transfer, Access and Management, Electronic mail,

Virtual Terminals, Other application. Example Networks - Internet and Public Networks.

References : 1. Forouzen, "Data Communication and Networking", TMH

2. A.S. Tanenbaum, Computer Networks, 3rd Edition, Prentice Hall India, 1997.

3. S. Keshav, An Engineering Approach on computer Networking, Addison Wesley, 1997

4. W. Stallings, Data and Computer Communication, Macmillan Press, 1989. 3. 4.

SOFTWARE PROJECT MANAGEMENT (TIT-601) UNIT -I: Overview of Software Project Planning

Software Project, Categorization of software Project, Introduction to Stepwise Project Planning,

Project Scope, Infrastructure, Resource Allocation etc, Project Plan Execution.

UNIT – II : Project Evaluation

Strategy assessment, Technical Assessment, Cost Benefit Analysis, Cash flow forecasting, Risk

Evaluation, Selection of Technologies, Rapid application Development, Prototyping Example.

Unit III: Software Effort Estimation & Activity Play Over & under estimation problem, basis for software

Page 21: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

estimation, Estimation by analogy, COCOMO, Parameter Model function, point analysis, Project

schedule, Planning Model, Project Time management, Activity duration estimation.

Unit IV

Risk management, Identification, Analysis and abatement of risk, Nature of resources, critical,

county cost, schedule, Monetary & control, Cost Monitoring, Priority by monetary, Managing

Control , Contract Management, Human Resource Management.

Unit V

Software quality Assurance, Software quality in project planning, Software quality definition, ISO

9126 standards, Product quality management, SEICMM model

ERP SYSTEM (TIT-602) UNIT: I ERP Overview, Benefit, Business Process Reengineering, Data ware Housing, Data Mining, LAP,

Supply chain Management.

UNIT -II ERP -A Manufacturing Perspective, ERP Module, ERP Market, ERP implementation life cycle,

Options of various paradigms, Identification of suitable platforms, Role of SDLC/SSAD,

Object oriented architecture.

UNIT:- III ERP Implementation, Hidden costs, Vendors, Consultant Employees, Human Resource

UNIT :IV

ERP & E-Commerce, Future Directives- in ERP, ERP and Internet, Critical Factors guiding

selection and evaluation, Strategies for successful implementation, Impediments and initiatives to

achieve success, Critical success and failure factors, Integrating ERP into organizational culture.

UNIT-V

Using ERP tool: either SAP or ORACLE format to case study.

ORGANIZATIONAL BEHAVIOR (THU-602) Introduction to organizations and individuals: What is an organization, components of organization, nature and variety of organizations (in

terms of objectives, structure etc.), models of analyzing organizational phenomena,

organizational and business variables, organizations in the Indian context, institutions and

structures, basic roles in an organization, etc. perceptions, attitudes, motives (achievement,

power and affiliation), commitment, values, creativity, and other personality factors, profile of a

manager and a entrepreneur.

Page 22: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Interpersonal and group processes: Interpersonal trust, understanding the other person from his/her point of view, interpersonal

communication, listening, feedback, counseling, transactional analysis, self-fulfilling prophecy,

etc., leadership, motivating people, working as a member of a team, team functioning, team

decision-making, team conflict resolution, team problem solving.

Organizational structure and integrating interpersonal and group dynamics elements of structure,

functions of structures, determinants of structures, dysfunctionalities of structures, structure -

technology?environment-people relationships, principles underlying design of organizations,

organizational politics, issues of power and authority, organizational communications,

organizational change, integrating cases (s). Case method and lectures should be supplemented

with a variety of other methodologies such as feedback on questionnaires and tests, role plays,

and behavior simulation exercise.

References :

1. Jit S Chandan "Organizational Behavior", Vikas

2. M.N. Mishra :Organization Behavior", Vikas

3. Arnold, John, Robertson, Ivan 1. and Cooper, Cary, I.," Work Psychology

:understanding human behavior in the workplace", Macmillan India Ltd., Delhi. 1996. 4.

Dwivedi, RS., Human relations and organizational behavior: a global perspective,

Macmillan India Ltd., Delhi, .1995.

5. Hersey and Blanchard (6th ed.). "Management of organizational behavior L utilising

human resources", Prentice Hall of India Pv1. Ltd., New Delhi, 1996.

6. Robbins (4th ed.), "Essentials of organizational behavior", Prentice

Hall of India Pv1. Ltd., New Delhi, 1995.

7. Luthans Fred., "Organizational Behavior", McGraw Hill, 1998.

Page 23: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

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

YEAR III, SEMESTER-V B. Tech. (1)Electronics and Communication Engineering (2) Electronics and

(3) Electronics & Telecommunication Engineering

Evaluation Scheme PERIODS SESSIONAL

EXAM. S.

No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject

Total

THEORY 1. TEC-

501 Principles of Communication 3 1 0 30 20 50 100 150

2. TEC-502

Analog Integrated Circuits 3 1 0 30 20 50 100 150

3. TEC-503

Microprocessors and applications

3 1 0 30 20 50 100 150

4. TEC-504

Automatic Control System 3 1 0 30 20 50 100 150

5. TEC-505

Antenna & Wave Propagation 3 1 0 30 20 50 100 150

PRACTICAL/TRAINING/PROJECT 6. TEC-

551 Communication Lab - I 0 0 2 - 20 20 30 50

7. TEC 552

Analog Integrated Circuits Lab 0 0 2 - 20 20 30 508. TEC-

553Microprocessors Lab 0 0 2 - 20 20 30 50

TEC-554

Control System Lab 0 0 2 - 20 20 30 508. GP 501 General Proficiency - - - - - 50 - 50 Total 15 5 8 - - - - 1000

YEAR III, SEMESTER-VI

Evaluation Scheme

PERIODS SESSIONAL EXAM.

S. No.

Course Code

SUBJECT

L T P CT TA Total

ESE

Subject

Total

THEORY 1. TAS-601 Industrial Management 3 1 0 30 20 50 100 1502. TEC-601 Digital Communication 3 1 0 30 20 50 100 1503. TEC-602 Digital Signal Processing 3 1 0 30 20 50 100 1504. TEC-603 VLSI Technology and

Design 3 1 0 30 20 50 100 150

5. TEC-604 Microwave and Radar Engg.

3 1 0 30 20 50 100 150

PRACTICAL/TRAINING/PROJECT 6. TEC-651 Communication Lab - II 0 0 2 - 20 20 30 507. TEC-652 Digital Signal Processing

LAB0 0 2 - 20 20 30 50

8. TEC-653 Electronics CAD Lab 0 0 2 - 20 20 30 50 TEC-654 Microwave Lab 0 0 2 - 20 20 30 509. GP-601 General Proficiency - - - - - 50 - 50 Total 15 5 8 - - - - 1000

Note- 4 to 6 Weeks Industrial Interaction after VI semester exam to be evaluated in VII semester

Page 24: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

YEAR III, SEMESTER-V

Syllabus B. Tech. (1)Electronics and Communication Engineering (2) Electronics and

(3) Electronics & Telecommunication Engineering Principles of Communication (TEC-501)

Unit Topic Text Book/ Chapter

Lectures

1 Introduction: Communication Process, Source of Information, Communication channels, base-band and pass-band signals, representation of signal and systems, the modulation process, primary communication resources, analog versus digital communications.

2/1 06

2 Amplitude modulation: Frequency division and time division multiplexing, suppressed carrier systems, single side band transmission, amplitude modulation with carrier power, effect of frequency and phase errors in synchronous detection, comparison of various AM systems, vestigial side band transmission.

1/3 07

3 Angle Modulation: Narrow and wide band FM, multiple frequency and square wave modulation, linear and non-linear modulation, phase modulation, Demodulation of FM signals, noise reduction.

1/4 06

Pulse Modulation: Pulse amplitude modulation, other forms of pulse modulation, band width required for transmission PAM signals, Comparison of frequency division and time division multiplexed systems

1/5 06

4 Noise: Different types of noise, noise calculations, equivalent noise band width, noise figures, effective noise temperature, noise figure in cascaded stages.

1/6 06

5 Performance of Communication Systems : Noise calculation in communication systems, noise in Amplitude Modulated, Angle modulated and Pulse Modulated systems, comparison of coded and un-coded systems

1/7 06

Introduction to Information Transmission:Measure of information, channel capacity, transmission of continuous signals, exchange of band width for signal to noise ratio, Efficiency of PCM systems

1/8 05

Text Book: 1. B. P. Lathi, “Communication Systems”, BS Publications”, Hyderabad, 2004.

Reference Book: 1. Simon Haykin, “Communication Systems”, John Wiley & Sons, 1999, Third Edition. 2. Taub and schilling, “Principles of Communication Systems” TMH

Analog Integrated Circuits (TEC-502) Unit Topic Text

Book/ Chapte

r

Lecturers

1 IC OP-AMP applications: OP-AMP Fundamentals (brief review of differential amplifier, current mirror, active load, level shifter, output stage; ac and dc characteristics) Basic building blocks using OP-AMPS. Inverting/Non-inverting VCVS, Integrators, Differentiators, CCVS and VCCS, Instrumentation Amplifiers.

1/ 2, 6 & 7

08

Page 25: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

2 Waveform Generator:

Square wave generators: 555Timer, Crystal controlled Oscillator Ramp Generator: Triangle generator, Sawtooth generator Sine wave generator: Requirement for sinusoidal oscillations, Wien-bridge and twin-T oscillators. Function Generators: Multi op-amp function generators, IC function generators Digitally controlled frequency synthesizer: PLL Fundamentals, PLL synthesizer, Totally digital synthesizer.

2/ 6 08

3 Active Filters: Introduction to filtering: Frequency response, Characteristics and terminology, Active versus passive filters Low pass filter: First order low pass active filter, second order active filter model, second order low pass filter characteristics, Sallen-Key unity gain filter, Sallen-Key equal component filter, Higher order filters. High pass active filter. Band pass filter: single op-amp band pass filter, multistage band pass filter State variable filter

2/7

08

4 Non-linear Circuits: Logarithmic Amplifiers, Log/Antilog Modules, Precision Rectifier, Peak Detector, Sample and Hold Circuits. OP-AMP as Comparator, Schmitt Trigger, Square and Triangular Wave Generator, Monostable Multivibrator. IC Analog Multiplier applications OTA

2/8 08

5 Voltage Regulators: OP-AMP Regulators, IC Regulators, Fixed Voltage Regulators (78/79, XX), SMPS.

2/3 08

Text Book: 1. Sedra and Smith, Microelectronic Circuits”, Oxford University press, 5th Edition, 2005. 2. J. Michael Jacob, Applications and design with Analog Integrated Circuits”, PHI, 2nd

Edition, 2004. Reference Book :

1. B.P. singh and Rekha Singh, Electronic Devices an Integrated Circuits; Pearson Education, 1st Edition 2006.

Microprocessors and Applications (TEC- 503) Unit Topic Text

Book/ Chapter

Lectures

1 Introduction to Microprocessors: Evolution of Microprocessors, History of computers, Timing and control, memory devices: semiconductor memory organization, Category of memory, 8-bit Microprocessor (8085): Architecture, Instruction set, Addressing modes, Assembly Language Programming.

1/2 1/3 14 1/6

8

2 16-bit Microprocessors (8086/8088): Architecture, Physical address, segmentation, memory organization, Bus cycle, Addressing modes, difference between 8086 and 8088, Introduction to 80186 and 80286, Assembly Language Programming of 8086/8088.

2//2

10

3 Data Transfer Schemes: Introduction, Types of transmission, 8257 (DMA), 8255 (PPI), Serial Data transfer (USART 8251), Keyboard-display controller (8279), Programmable Priority Controller (8259)

1/8, 1/8 1/11,1/10, 1/12

8

4 Programmable Interval Timer/ Counter (8253/8254): Introduction, modes, Interfacing of 8253, applications. ADC and DAC:

1/9 1/13

8

Page 26: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Introduction, DAC memthodes, ADC converters, Types of ADC, ADC IC (0808/0809, DAC and ADC Interfacing and Applications.

5 Advanced Microprocessors: Introduction to 32-bit and 64-bit

microprocessors, PowerPC, Microcontroller (8051): Introduction, Architecture, Instruction set.

2/3, 2/4 2/5, 2/7

8

Text Books 1. R. Singh and B. P. Singh : Microprocessor Interfacing and Application, New Age

International Publishers, 2nd Edition. 2. B.P. Singh and R. Singh : Advanced Microprocessor and Microcontrollers, New Age

International Publishers, 2nd Edition. Reference Books

1. D. V. Hall : Microprocessors Interfacing, TMH (2nd Edition). 2. R. S. Gaunkar: Microprocessor Architecture, Programming and Applications with

8085/8080, Penram Publication 3. Y.C. Liu and G.A. Gibson : Microcomputer Systems: The 8086/8088 Family

Architecture Programming and Design, PHI 2nd Edition,

Automatic Control System (TEC- 504) Unit Topic Text Book/

Chapter Lectures

1 Introduction to open loop and closed loop control systems, feedback characteristics of control systems, Mathematical Representation of physical systems Electrical, Mechanical, Hydraulic, Thermal systems, Block diagram algebra and signal flow graphs, Mason’s gain formula.

1/1, 1/2 8

2 Time Domain Analysis: Standard Test Signals, Time response of First, Second and Higher order systems, Performance Indices. Error Analysis: Static and Dynamic Error Coefficients, Effect of adding poles and zeroes to the system, response of P, PI, and PID controllers.

1/5 10

3 Concept of Stability: Concept of stability, Asymptotic and conditional stability, Routh Hurcoitz Criterion, Root Locus technique (Concept and construction) Frequency Response Analysis: Correlation between time and frequency response, polar and inverse polar plots, Nyquist stability criterion, Bode plots, All pass and minimum phase systems, M and N circle.

1/6, 1/7, 1/8

9

4 Design through compensation techniques: Realization of lag, lead and lag-lead compensators, Design of closed loop control system using root locus and Bode plot Compensation

1/10 7

5 Stable Variable Analysis: Introduction, State space representation, State modes of linear systems, State equations, transfer matrices, diagonalization solution of state equations, controllability and observability, effect of pole zero cancellation in transfer function. Advances in Control Systems: Basic Introduction to Neural Networks and Fuzzy logic control.

1/12, 1/14 9

Text Books:

1. I J Nagrath & M Gopal, Control System Engineering; New Age International publishers. Reference Books:

Page 27: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

1. B C Kuo, Automatic Control Systems; PHI 2. Norman S Nise, Control System Engineering;John Wiley & Sons, Singapore 3. Dr D Ganesh Rao, Control System; Sanguine Technical Publisher, Bangalore 4. K Ogata, Modern Control Engineering; PHI.

Antenna and Wave Propagation (TEC-505) Unit Topic Text Book/

Chapter Lectures

1. Antenna Principles: Potential Functions & Electromagnetic Field, Current Elements, Radiation from Monopole & Half Wave Dipole, power radiated by current element, radiation resistance.

1/10 4

Network Theorems Directional Properties of Dipole Antenna.

1/11 1

Antenna Gain, Effective Area, Antenna Terminal Impedance, Practical Antennas and Methods of Excitation, Antenna Temperature and Signal to Noise Ratio.

1/11 4

2. Antennas Arrays: Two Element Array, Horizontal Patterns in Broadcast Arrays, Linear Arrays, Multiplication of patterns, effect of the earth on vertical patterns, Binomial array.

1/11 6

3. Wave Propagation: Modes of Propagation, Plane Earth Reflection, Space wave and Surface Wave, Refelection and refraction waves by the Ionosphere Tropospheric Wave.

1/16 3

Ionosphere Wave Propagation in the Ionosphere, Virtual Height, MUF Critical frequency, Skip Distance, Duct Propagation, Space wave

1/17 4

4. Practical antennas: VLF and LF transmitting antennas, effect of antenna height, Field of short dipole, electric field of small loop antenna, Directivity of circular loop antenna with uniform current, Yagi-Uda array: Square corner yagi-uda hybride, circular polarization Rhombic Antenna: Weight and Leg length Parabolic Reflectors: Properties, Comparison with corner reflectors Horn Antenna: Length and Aperture. Introduction to Turstile Antenna Effect of ground on antenna performance. Broadband Antenna: Frequency independent concept, RUMSEY’s Principle, Frequency independent planar log spiral antenna, Frequency independent conical spiral Antenna.

2/4 2/11 2/11 2/12 2/13 2/16 2/16 2/15

11

5. Antenna Measurements: Radiation Pattern measurement, Distance requirement for uniform phase, uniform field amplitude requirement, Introduction to phase measurement; Gain Measurement: Comparison method, Near field method, Introduction to current distribution measurement, Measurement of antenna efficiency, measurement of Noise figure and noise temperature of an antenna polarization measurement.

2/18

9

Text Books: 1. Jordan Edwards C. and Balmain Keith G./ “Electromagnetic Waves and Radiating

Systems”/ Prentice Hall (India) 2. Kraus, John D. & Mashefka, Ronald J. / “Antennas: For All Applications” / Tata McGraw

Hill, 3rd Ed.

Page 28: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Reference Books:

1. Prasad, K.D./ “Antennas and Wave Propagation”/ Khanna Publications 2. Collin, R. / “Antennas and Radiowave Propagation” / Tata McGraw-Hill 3. Hayt Jr. William H./ “Engineering Electromagnetics “/ Tata McGraw-Hill 4. Das, Annaparna & Das, Sisir K. / “Microwave Engineering”/ Tata McGraw Hill. 5. Roy, Sitesh Kumar & Mitra, Monojit / “Microwave Semiconductor Devices” / Prentice Hall

(India).

Communication Lab-I (TEC-551)

1. To study Amplitude modulation using a transistor and determine depth of modulation. 2. To study envelope detector for demodulation of AM signal and observe diagonal peak

clipping effect. 3. To study frequency modulation using reactance modulator. 4. Study of frequency modulation using varactor modulator. 5. Narrow band FM generator using Armstrong method. 6. Study of Foster- Seely discriminator. 7. Generation of DSB-SC signal using balanced modulator. 8. Generation of single side band signal. 9. Study of phase lock loop and detection of FM signal using PLL. 10. Measurement of noise figure using a noise generator. 11. Study of superheterodyne AM receiver and measurement of sensitivity, selectivity & fidelity. 12. Study and demonstration of active filter (low pass, high pass, and band pass type) .

Analog Integrated Circuits Lab (TEC-552)

1. Measurement of Op-amp Parameters. (Open Loop Gain, Input offset Voltage, CMRR, Slew rate)

2. Determination of Frequency response of Op-Amp. 3. Precision Rectifier 4. Instrumentation Amplifier. 5. Open Loop operation of Op-amp -Comparators - Schmitt Trigger. 6. Astable & Monostable Operation Using 555. 7. IC Voltage Regulator. 8. Voltage Controlled Oscillator. 9. Phase Locked Loop. 10. Frequency Multiplier 11. A/D Converters & D/A Converters. 12. Second Order Active Filter- High Pass & Low Pass Realization

Microprocessor Lab (TEC- 553)

8085/8086 Based Experiments 1. Signed Multiplication using Booth's Algorithm. 2. Recursive routine for finding Factorial N. 3. Look up table method for finding the ASCII of an alphanumeric code. 4. Interfacing with 8255 in I/O mode/BSR mode. 5. Interfacing with 8253. 6. Verification of Interrupts. 7. Interfacing with ADC/DAC.

Page 29: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

8. Mini Project on some interfacing applications. 9. Serial communication between two kits through RS-232C using 8251. Note : In addition, Institutes may include two more experiments based on the expertise

Control System Lab (TEC-554)

1. To use D.C. potentiometers as an error detectors. 2. To verify characteristics of (a) self excited magnetic amplifiers, (b) Self excited magnetic

amplifier with (i) Positive feedback (ii) Negative feedback. 3. To draw characteristics of (a) Series connected (b) Parallel connected magnetic amplifier. 4. To draw characteristics of synchro torque transmitters. Also draw the characteristics error

detector using of two synchros. 5. To study speed control of universal motor using SCR and stroboscope 6. Speed control of AC motor using TRAIC.

YEAR III, SEMESTER-VI Industrial Management (TAS-601)

Unit Topic Text Book/ Chapter

Lectures

1 What is Operations Research? OR-research model, solving the OR model, Queuing and simulation models, Art of modeling, Phases of OR study.

1/1 Except 1.5, 1.7

2

2 Introduction to Linear Programming: Two variable L-P model, Graphical LP solution, Analysis of selected LP models.

1/2.1, 2.2, 2.5

3

3 The Simplex Method: LP solution space, Graphical to algebraic solution, The simplex method, Artificial starting solution, Special cases in simplex method applications.

1/3 5

4 Transportation Model and its Variants: Definition of transportation model, Non-traditional transportation models, Transportation algorithms, Assignment model

1/5 Except 5.5

5

5 Network Models: Network definitions, Minimal spanning tree algorithm, CPM and PERT.

1/6.1, 6.2, 6.6

5

6 Game Theory: Optimal solution of two persons zero sum games, Solution of mixed strategy games.

1/ 14.4 3

7 Queuing Systems: Why study queues? Elements of queuing model, Pure birth and death model, Generalized Poisson queuing model, Single server models.

1/17.1, 17.2, 17.4, 17.6.2

3

8 Introduction to Patents and Intellectual Propriety Right Notes Supplied by UPTU

3

9 Introduction to Engineering Management: Engineering and Management Historical Development of Engineering Management

1/1 1/2

4

10 Functions of Technology Management Planning and Forecasting Decision Making Organizing

2/3 2/4 2/5

10

Page 30: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Motivating and Leading Technical People Controlling

2/7 2/8

11 Management Projects Project Planning and Acquisition Project Organization, Leadership, and Control

2/14 2/15

4

Text Books: 1. Hamdy H Taha, Operations Research – An Introduction; 7e, Pearson Education/

PHI – 2002. 2. Babcock & Morse, Managing Engineering and Technology; Pearson Education,

2004 Reference Books:

1. Hillier & Hillier, Introduction to Management Science; TMH Ed 05 2. Dr R Srinivasan, Engineering Management and Operations Research Sanguine

Technical Publisher; Bangalore Ed 06 3. J Srinath, PERT/CPM. 4. S D Sharma, Operations Research; KedarnathRamnath Publication, Meerut 2004 Ed.

Digital Communication (TEC-601) Unit Topic Text Book/

Chapter Lectures

1. Elements of Digital Communication and Information Theory Model of a Digital Communication, System, Probability Theory and Random Variables, Logarithmic Measure of Information, Entropy and Information Rate, Conditional Entropy and Redundancy, Source Coding, Fixed and Variable Length Code Words, Source Coding Theorem, Prefix Doing and Kraft Inequality, Shannon-Fanno and Huffman Coding.

1/9 1/9

5 4

2 Digital Base band Transmission PCM Coding, DM, DPCM, ADCM, Data Transfer Rate, Line Coding and Its Properties, NRZ & RZ Types, Signalling Format For Unipolar, Polar, Bipolar(AMI) & Manchester Coding and Their Power Spectra (No Derivation) Matched Filter Reciver, Derivation of Its Impulse Response and Peak Pulse Signal to Noise Ratio. Correlation Detector Decision Threshold and Error Probability For Binary, Unipolar(ON-OFF) Signalling, ISI, Nyquist Criterion For Zero ISI & Raised Cosine Spectrum.

1/4 1/5 1/4

4 4

3 & 4

Digital Modulation Techniques Gram-Schmidt Orthogonalization Procedure, Types of Digital Modulation, Wave forms for Amplitude, Frequency and Phase Shift Keying, Method of Generation and Detection of Coherent & Non-Coherent Binary ASK, FSK & PSK Differential Phase Shift Keying, Quadrature Modulation Techniques QPSK, Probability of Error and Comparison of Various Digital Modulation Techniques. Digital Multiplexing Fundamentals of Time Division Multiplexing, Electronic Commutator, Bit, Byte Interleaving T1 Carrier System, Synchronization and Signaling of T1, TDM, PCM Hierarchy, T1 to T4 PCM TDM System (DS1 to DS4 Signals)

1/6 1/3

11 3

5 Error Control Coding

Page 31: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Error Free Communication Over a Noise Channel, Hamming code, Relation Between Minimum Distance and Minimum Distance Error Correcting Capability, Linear Block Codes, Encoding and Syndrome Decoding, Cyclic Codes, Encoder and Decoder For Cyclic Codes, Convolution Codes, Tree diagram state diagram and Trellis Diagram, Viterbi and Sequential Decoding, Comparison of Performance.

1/10 9

Text Book: 1. Haykin, Simon / “Communication Systems” / John Wiley / 4th Ed. References Books: 1. Singh, R.P. & Sapre, S.D. / “Communication Systems: Analog & Digital” / Tata McGraw-

Hill. 2. Lathi, B.P / “Modern Digital & Analog Communication Systems” / Oxford University Press /. 3. Simon Haykin / “Digital Communication” / John Wiley. 4. Taub & Schilling / “Principles of Communication Systems” / Tata McGraw-Hill / 5. A.B. Carlson / “Communication Systems” / Tata McGraw-Hill. 6. Prokis J.J / “Digital Communications” / McGraw Hill / 7. Charkrabarti, P. / “Analog Communication Systems” / Dhanpat Rai & Co. 8. Schaum’s Outlines / “Analog & Digital Communication” / Tata McGraw-Hill. 9. Kennedy, George & Davis, Bernard / “Electronic communication systems” / Tata McGraw-

Hill /

Digital Signal Processing (TEC-602) Unit Topic Text

Book/ Chapter

Lectures

1. Discrete Fourier Transform: Frequency Domain Sampling: The Discrete Fourier Transform Frequency-Domain Sampling and Reconstruction of Discrete-Time Signals. The Discrete Fourier Transform (DFT). The DFT as a linear Transformation. Relationship of the DFT to Other Transforms. Properties of the DFT. Periodicity, Linearity, and Symmetry Properties. Multiplication of two DFTs and Circular Convolution. Additional DFT Properties. Frequency analysis of signals using the DFT.

1/5 10

2. Efficient Computation of DFT Efficient Computation of the DFT: FFT Algorithms, Direct Computation of the DFT. Radix-2 FFT algorithms. Efficient computation of the DFT of two real sequences, computations, Efficient computation of the DFT of a 2N-Point real sequences, Gortezel Algorithm, Chirp Z-transform algorithm.

1/6 10

3. Basic IIR Filter Structures: Direct forms (I & II), cascade and parallel realizations. Signal flow graph, Transposed structure, Basic FIR filter structures-. Direct form structure, frequency sampling structure, Lattice structure, Linear phase FIR structure . FIR structures.

1/7 08

4. Symmetric and Anti-symmetric FIR Filters, Design of Linear-Phase FIR Filters Using Windows, Design of Linear-Phase FIR Filters by the Frequency Sampling Method, Design of FIR, Equiripple filter design Differentiators. Design of Hilbert Transformers.

1/8 08

5. Design of IIR Filters From Analog Filters: IIR Filter Design by Approximation of Derivatives, IIR Filter Design by Impulse Invariance. IIR Filter Design by the Bilinear Transformation. The Matched-z Transformation, Characteristics of Commonly Used Analog Filters. Application of above technique to the design of Butterworth & Chebyshev filters.

1/8 08

Page 32: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Text Books:

1. Proakis, J.G. & Manolakis, D.G., “Digital Signal Processing: Principles Algorithms and Applications”, Prentice Hall (India).

Reference Books: 1. Sanjit K. Mitra, “Digital Signal Processing”, Third Edition, TMH, 2005 2. Oppenheim A.V. & Schafer, Ronald W., “Digital Signal Processing”, Pearson

Education. 3. Rabiner, L.R. and Gold B., “Theory and applications of DSP”, PHI.

4. DeFatta, D.J., Lucas, J.G. & Hodgkiss, W.S., “Digital Signal Processing”, John Wiley & Sons

VLSI Technology and Design (TEC-603) Unit Topic Text Book/

Chapter Lectures

1 1.Era of Integrated Circuit: Introduction to Monolithic Integrated Circuit Technology, Bipolar & MOS IC, Film IC 2. Crystal Growth: Silicon wafer Preparation & characterization, Oxidation: Thermal oxidation, Oxide thickness measurement, Oxidation system.

1

2 6

2. Diffusion of dopants: Diffusion Eqns. Dopant profiles, sheet

resistance, diffusion furnace, liquid and gaseous dopants, Ion Implantation: Ion implantation techniques, dopant profiles, apparatus used, Exitaxy: Eepitaxial growth of Si, apparatus for epitaxy, Photolithography techniques for pattern transfer, Mask making, photo resist & Etching techniques. Film Deposition: Vacuum deposition & Sputtering apparatus, CVD Processes and its applications in IC Lab, Metallization

1

8

3. 1.MOS Transistor: MOS Structure, MOS/IGFET Devices, MOS System under external bias, Structure & operation of MOSFET, Enhancement mode & Depletion mode devices, I-V Characteristics, MOSFET Scaling & Small-Geometry Effects. 2.CMOS Basic Circuits: MOS Inverters, static & dynamic characteristics, NAND, NOR, AOI Circuits, Design Considerations, Layout Design, Micron & Submicron technologies, parasitic effects, Physical limitations, Concepts of SPICE for Circuit simulation.

2

6 4

4. Standard Digital ICs: Combinational and Sequential MOS Logic Circuits, Design of standard Cells for LSI, VLSI Circuits, Computer-Aided Design Technology, Semiconductor Memories: DRAM, SRAM, Flash

3

7

5. Programmable Logic Devices: PLA, PAL, PLD/CPLD, PGA/FPGA, ASIC, VLSI Testing.

3 7

Text Books: 1. S.M. Sze (Ed.) / VLSI Technology / M Hill. 1988. 2. Basic VLSI Design by D.A. Pucknell & Eshraghian (PHI) 3. Modern VLSI Design Systems on Silicon by Wayne Wolf (Pearson Pub.)

References 1. S. Gandhi / VLSI Fabrication Principles / 2nd ED. John Willey 1994. 2. Modern VLSI Design Systems on Silicon by Wayne Wolf (Pearson Pub.) 3. S.A. Campbell / The Science and Engineering of Microelectronic Fabrication /

Oxford Univ. Press 1996

Page 33: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

4. Introduction to Digital Microelectronics Circuits by K. Gopalan (TMH) 5. Microelectronic Circuits International Student Edition by Sedra / Smith (Oxford) 6. Microelectronics by Milman & Grabel (Mc Graw-Hill)

Microwave & Radar Engineering (TEC-604) Unit Topic Text Book/

Chapter Lectures

1. Propagation through waveguides: Rectangular waveguide, solution of wave equation in rectangular co-ordintes, Derivation of field equations for TE & TM modes degenerate and dominant mode, Power Transmission and Power loss, Excitation of waveguides, non existence of TEM mode in waveguides, Introduction to circular Waveguides, Stripline and microstripline.

¼, 1/11 9

2. Microwave cavity resonators:

Rectangular and cylindrical cavities, Quality factor, Excitation of cavities. Microwave components: Waveguide couplings, bends and twists, Transitions, Directional couplers, hybrid couplers, Matched load, Attenuators and phase shifters, E-plane, H-plane and Hybrid Tees, Hybrid ring, Waveguide discontinuities, Windows, Irises and Tuning screws, Detectors, wave meters; Isolators and Circulators, tunable detector, slotted line carriage, VSWR meter. Scattering Matrix.

¼ 2/6

2 8

3. Microwave Measurements: Measurement of frequency, Wave length, VSWR, Impedance, Attenuation, Low and high power. Radiation pattern.

3/10 6

4. Limitation, of conventional active devices at Microwave frequency.

1/9 1

5. Microwave Tubes : Klystron, Reflex Klystron, Magnetron, TWT, BWO: Their schematic, Principle of operation, performance characteristics and application.

1/10 6

6. Microwave Semiconductor Devices: PIN diode, Tunnel diode, LSA diode, varactor diode, Gunn Devices, IMPATT and TRAPATT, their Principal of operation, characteristics and applications.

1/5, 1/7, 1/8

8

7. Principles of Radar: Radar Block diagram operation, Radar Range equation, Radar Frequencies, Pulse and C.W. Radar, Introduction to Doppler and M.T. Radar, Applications.

1/1, 1/2, 1/3

6

8. Radar Transmitters & Devices: Block diagram of radar receiver for C.W. and pulse radar, front end amplifier, Receiver noise figure, Duplexers Radar antennas, Radar Displays, Introduction to Radar clutter.

1/10, 1/11, 1/7

8

Text Book: 1. Liao, S.Y. / Microwave Devices & Circuits; PHI 3rd Ed. 2. M.I. Skolnik, Introduction to Radar Engineering; THM Reference: 1. Collin, R.E. Foundations for Microwave Engineering; TMH 2nd Ed. 2. Rizzi, Microwave Engineering: Passive Circuits; PHI. 3. A Das and S.K. Das, Microwave Engineering; TMH.

Page 34: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Communication Lab-II (TEC-651)

1. Study of Sample and hold circuit using Op-amp- ST2101 2. Study of PAM generation and detector and observe characteristics of both single and dual

polarity pulse amplitude modulation. 3. Study of pulse width modulation and demodulation. 4. Study of pulse position modulation demodulation. 5. Study of delta modulation and demodulation and observe effect of slope overload DCL-07. 6. Study of pulse data coding techniques for NRZ formats. 7. Data decoding techniques for NRZ formats. ST2106-7. 8. Study of amplitude shift keying modulator and demodulator. 9. Study of frequency shift keying modulator and demodulator. 10. Study of phase shift keying modulator and demodulator ST-467 11. Study of single bit error detection and correction using Hamming code. ST-2103. 12. Study of Pulse code modulation and demodulation.

Digital Signal Processing Lab (TEC-652)

1. Sampling & Waveform Generation. 2. Quantization 3. PCM Encoding 4. Delta Modulation 5. Digital Modulation Schemes (ASK, PSK, FSK) 6. Error Correcting Codes 7. DFT Computation. 8. Fast Fourier Transform. 9. FIR Filter implementation. 10. IIR Filter implementation. 11. DSP Processor Implementation 12. Computational Experiments with Digital Filters

Electronics CAD Lab (TEC-653)

1. Design, Simulation and Analysis of following circuits using Circuit simulator: a. Pushpull Amplifier. b. Differantial Amplifier c. NMOS and CMOS inverter d. Two input NAND Gate e. Two input NOR Gate

2. Layout Design of NMOS and CMOS Inverter using Layout Generator 3. Layout Design of Two Input NAND Gate 4. Simulation of Full Adder using HDL 5. Chip Design using VHDL (Mini Project).

Page 35: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Microwave Engineering Lab (TEC-654) 1. Measurement of guide wavelength and frequency of the signal in a rectangular waveguide. 2. Measurement of VSWR using slotted line. 3. Study of mode characteristics of reflex Klystron and determination of mode number, transit

time & electronic tuning sensitivity. 4. Study of characteristics of Gunn oscillator. 5. Study of Gunn diode as modulated source (PIN modulation) and determination of modulation

depth. 6. Measurement of coupling coefficient and directivity of a directional coupler. 7. Study of insulation & coupling coefficient of a magic T. 8. Measurement of attenuation using substitution method and plot of attenuation versus

frequency characteristics. 9. Study of waveguide horn and its radiation pattern and determination of the beam width. 10. Study of a ferrite circulator and measurement of isolation, insertion loss, cross coupling and

input VSWR. 11. Measurement of microwave power using power meter

Page 36: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

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

YEAR III, SEMESTER-V B. Tech. (1)Electronics and Communication Engineering (2) Electronics and

(3) Electronics & Telecommunication Engineering Evaluation Scheme

PERIODS SESSIONAL EXAM.

S. No.

Course Code

SUBJECT

L T P CT TA Total

ESE

Subject Total

THEORY 1. TEC-501 Principles of Communication 3 1 0 30 20 50 100 150 2. TEC-502 Analog Integrated Circuits 3 1 0 30 20 50 100 150 3. TEC-503 Microprocessors and applications 3 1 0 30 20 50 100 150 4. TEC-504 Automatic Control System 3 1 0 30 20 50 100 150 5. TEC-505 Antenna & Wave Propagation 3 1 0 30 20 50 100 150 PRACTICAL/TRAINING/PROJECT 6. TEC-551 Communication Lab - I 0 0 2 - 20 20 30 50 7. TEC 552 Analog Integrated Circuits Lab 0 0 2 - 20 20 30 50 8. TEC-553 Microprocessors Lab 0 0 2 - 20 20 30 50 TEC-554 Control System Lab 0 0 2 - 20 20 30 50 8. GP 501 General Proficiency - - - - - 50 - 50 Total 15 5 8 - - - - 1000

YEAR III, SEMESTER-VI

Evaluation Scheme

PERIODS SESSIONAL EXAM.

S. No. Course Code SUBJECT

L T P CT TA Total

ESE

Subject Total

THEORY 1. TAS-601 Industrial Management 3 1 0 30 20 50 100 150 2. TEC-601 Digital Communication 3 1 0 30 20 50 100 150 3. TEC-602 Digital Signal Processing 3 1 0 30 20 50 100 150 4. TEC-603 VLSI Technology and Design 3 1 0 30 20 50 100 150 5. TEC-604 Microwave and Radar Engg. 3 1 0 30 20 50 100 150 PRACTICAL/TRAINING/PROJECT 6. TEC-651 Communication Lab - II 0 0 2 - 20 20 30 50 7. TEC-652 Digital Signal Processing LAB 0 0 2 - 20 20 30 50 8. TEC-653 Electronics CAD Lab 0 0 2 - 20 20 30 50 TEC-654 Microwave Lab 0 0 2 - 20 20 30 50 9. GP-601 General Proficiency - - - - - 50 - 50 Total 15 5 8 - - - - 1000

Note- 4 to 6 Weeks Industrial Interaction after VI semester exam to be evaluated in VII semester

Page 37: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

YEAR III, SEMESTER-V

Syllabus B. Tech. (1)Electronics and Communication Engineering (2) Electronics and (3) Electronics & Telecommunication Engineering

Principles of Communication (TEC-501) Unit Topic Text Book/

Chapter Lectures

1 Introduction: Communication Process, Source of Information, Communication channels, base-band and pass-band signals, representation of signal and systems, the modulation process, primary communication resources, analog versus digital communications.

2/1 06

2 Amplitude modulation: Frequency division and time division multiplexing, suppressed carrier systems, single side band transmission, amplitude modulation with carrier power, effect of frequency and phase errors in synchronous detection, comparison of various AM systems, vestigial side band transmission.

1/3 07

3 Angle Modulation: Narrow and wide band FM, multiple frequency and square wave modulation, linear and non-linear modulation, phase modulation, Demodulation of FM signals, noise reduction.

1/4 06

Pulse Modulation: Pulse amplitude modulation, other forms of pulse modulation, band width required for transmission PAM signals, Comparison of frequency division and time division multiplexed systems

1/5 06

4 Noise: Different types of noise, noise calculations, equivalent noise band width, noise figures, effective noise temperature, noise figure in cascaded stages.

1/6 06

5 Performance of Communication Systems : Noise calculation in communication systems, noise in Amplitude Modulated, Angle modulated and Pulse Modulated systems, comparison of coded and un-coded systems

1/7 06

Introduction to Information Transmission:Measure of information, channel capacity, transmission of continuous signals, exchange of band width for signal to noise ratio, Efficiency of PCM systems

1/8 05

Text Book: 1. B. P. Lathi, “Communication Systems”, BS Publications”, Hyderabad, 2004.

Reference Book: 1. Simon Haykin, “Communication Systems”, John Wiley & Sons, 1999, Third Edition.

Taub and schilling, “Principles of Communication Systems” TMH

Page 38: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

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

B. Tech. Mechanical Engineering and Industrial & Production Engineering (Effective from the session – 2006-07)

YEAR III SEMESTER-V

Evaluation Scheme PERIODS SESSIONAL

EXAM. S.

No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject

Total

THEORY 1. THU-

501 Industrial Economics & Principles of Management

3 1 0 30 20 50 100 150

2. TME-502

Machine Design-I 3 1 0 30 20 50 100 150

3. TME-503

Dynamics of Machine 3 1 0 30 20 50 100 150

4. TME-504

Manufacturing Science-II 3 1 0 30 20 50 100 150

5. TME-505

Heat & Mass Transfer 3 1 0 30 20 50 100 150

PRACTICAL/TRAINING/PROJECT 6. TME-

552 Machine Design-I Lab 0 0 2 10 10 20 30 50

7. TME 553

Dynamics of Machine Lab 0 0 2 10 10 20 30 508. TME

554Manufacturing Science-II L b

0 0 3 10 10 20 30 509. TME

555Heat & Mass Transfer Lab 0 0 3 10 10 20 30 50

10. GP 501 General Proficiency - - - - - 50 - 50 Total 15 5 10 - - - - 1000

YEAR III SEMESTER-VI

Evaluation Scheme PERIODS SESSIONAL

EXAM. S.

No. Course Code

SUBJECT

L T P CT TA Total

ESE

Subject

Total

THEORY 1. TME-

601 Operations Research 3 1 0 30 20 50 100 150

2. TME-602

* I. C. Engines 3 1 0 30 20 50 100 150

3. TME-603

Machine Design-II 3 1 0 30 20 50 100 150

4. TME-604

Fluid Machinery 3 1 0 30 20 50 100 150

5. TME-606

*Refrigeration & Air-conditioning

3 1 0 30 20 50 100 150

PRACTICAL/TRAINING/PROJECT 6. TME-

653 Machine Design-II Lab 0 0 2 10 10 20 30 50

7. TME-654

Fluid Machinery Lab 0 0 3 10 10 20 30 508. TME-

656 *Refrigeration & Air-conditioning Lab

0 0 2 10 10 20 30 50

9. TME-657

Seminar 0 0 3 10 10 20 30 50

10. GP-601 General Proficiency - - - - - 50 - 50 Total 15 5 10 - - - - 1000

Page 39: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Note-1. 4 to 6 Weeks Practical Summer Training-2 after VI semester, to be evaluated in VII semester

2. * For Industrial & Production Engineering : I.C.Engine is replaced with TPI-601 Production Planning & Control, Refrigeration & Air-conditioning is replaced by TPI-603 Principles of Machine Tool Design and the Lab is replaced by TPI-653 Machine Tool Design Lab.

THU 501

INDUSTRIAL ECONOMICS AND PRINCIPLES OF MANAGEMENT Industrial Economics: Unit –1.Introduction: Nature and significance of Economics. Meaning of Science, Engineering and Technology and their relationship with economic development. 4 Unit –2. Basic Concept: The concept of demand and supply. Elasticity of Demand and Supply. Indifference Curve Analysis, Price Effect, Income Effect and Substitution Effect. 6 Unit –3. Money and Banking: Functions of Money, Value of Money, Inflation and measures to control it. Brief idea of functions of banking system, viz., Commercial and central banking, Business fluctuations. 8 Management: Unit –4. Introduction: Definition, Nature and Significance of Management,. Evaluation of Management thought, Contributions of Max Weber, Taylor and Fayol. 10 Unit –5. Human Behaviour: Factors of Individual Behaviour, Perception, Learning and Personality Development, Interpersonal Relationship and Group Behaviour. 10 References: 1. Dewett, K.K. / Modern Economic Theory/S.Chand & Co. 2. Luthers Fred/ Organizational Behaviour. 3. Prasad L.M./ Principles of Management. 4. A.W. Stonier & D.C. Horgne / A TextBook of Economic Theory/ Oxford Publishing House Pvt. Ltd.

TME-502 MACHINE DESIGN -I

UNIT-I * Introduction, Definition, Methods, standards in design & selection of preferred size. 3 * Selection of materials for static & fatigue loads, Materials for components subjected to

creep, BIS system of designation of steels, steels, plastics & rubbers. AISI (American Iron & Steel Institution), ASTM rubber testing methods. 4

UNIT-II * Design against static load. Modes of failure, Factor of safety, stress-strain relationship, principal stresses, theories of

failure 4 * Design against fluctuating load stress concentration, stress concentration factors,

Fluctuating/alternting stresses, fatigue failure, endurance limit, design for finite & infinite life, Soderberg & Goodman criteria. 4

UNIT-III * Joints Welded joint, screwed joints, ecentric loading of above joints, design for fatigue loading. 3 * Shaft, keys & coupling. Design against static and fatigue loads, strength & rigidity design, Selection of square & flat

keys & splines, rigid & flexible couplings. 4 UNIT-IV * Mechanical springs Design of Helical and leaf springs, against static & fatigue loading. 4 * Design analysis of Power Screws Form of threads, square threads, trapezoidal threads, stresses in screw, design of screw

jack. 4 UNIT-V

Page 40: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

*Introduction to Product Development & Design Process Definition of Design, Design Process, Need Analysis, Need based developments, Design by

Evolution, Technology based developments, Examples. Case Studies. Brain-storming. 8 Books 1. Design of M/c Elements : Bhandari, TMH 2. Machine design : Sharma & Agarwal, Kataria 3. M/C Design : Maleev & Hartman, 4. Machine Design SI edition by Shigley, Mcgraw Hill 5. Machine Design by Black & Adams, Mcgraw Hill. 6. Design of machine elements by Spotts

TME-503 DYNAMICS OF MACHINES

UNIT-I Force Analysis, Turning Moment & Fly wheel: Static force analysis of linkages, Equivalent offset inertia force, Dynamic analysis of slider crank & Bar mechanism. Piston and Crank effort, Inertia, Torque, Turning moment diagrams, Fluctuation of energy, Flywheel. 4 UNIT-II Balancing of machines: Static and dynamic balancing, Balancing of rotating and reciprocating masses, Primary and secondary forces and couples. 5 UNIT-III Friction: Pivot and collar friction, Friction circle, Single plate, Multiplate and Cone clutches, Michelle & Kingsbury thrust bearing and rolling contact bearing, Belts and pulleys, Flat and V-belts, Design and selection. 7 Brakes and Dynamometers (Mechanical Type): External and internal shoe brakes, Band and Block brakes, Hydraulic brakes, Absorption and Transmission dynamometers. 7 UNIT-IV Governors: Dead weight and spring loaded governors, Sensitivity, Stability, Hunting, Isochronism, Effort and Power, Friction and Insensitivity, Introduction to inertia governors. 6 UNIT - V Gyroscopic Motion: Principles, Gyroscopic acceleration, Gyroscopic couple and Reaction. Effect of gyroscopic couple upon the stability of aeroplanes, ship, two & four wheelers. 4 Mechanical Vibration: Single degree free & forced, Undamped & Damped vibrations, Critical speeds. Books and References 1.Theory of Machine: Thomas Bevan (ELBS/CBS pub. New Delhi) 2.Theory of Machine: S.S.Ratan (TMH) 3. Mechanisms & Dynamics of Machines-Mabie 4. Theory of Machine & Mechanism-Shiglay 5. Theory of Machine- R.K.Bansal (Laxmi publication) 6. Mechanisms and Machine Theory-A.K.Ambekar (Jain Bros) 7. Theory of Machines- W.T.Green 8. Mechanisms and Machine Theory- Rao & Dukhipati(New Age) 9. Theory of Machine & Mechanism- Ghosh & Mallik 10. Theory of MachineS-P.L.Ballaney (Khanna pub.)

Page 41: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

TME-504

MANUFACTURING SCIENCE-II Unit-I A Metal Cutting and Machine Tools Metal Cutting- Mechanics of metal cutting. Geometry of tool and nomenclature .ASA system Orthogonal vs.

oblique cutting. Mechanics of chip formation, types of chips. Shear angle relationship. Merchant’s force circle diagram. Cutting forces, power required. Cutting fluids/lubricants. Tool materials. Tool wear and tool life. Machinability. Brief introduction to machine tool vibration and surface finish. Economics of metal cutting. 8

Unit-II Machine Tools (i) Lathe : Principle, types, operations, Turret/capstan, semi/Automatic, Tool layout. 2 (ii) Shaper, slotter, planer : operations & drives. 1 (iii) Milling : Milling cutters, up & down milling. Dividing head & indexing. Max chip

thickness & power required. 2 (iv) Drilling and boring : Drilling, boring, reaming tools. Geometry of twist drills. 2 Unit-III Grinding & Super finishing

(v) Grinding : Grinding wheels, abrasive, cutting action. Grinding wheel specification. Grinding wheel wear - attritions wear, fracture wear. Dressing and Truing. Max chip thickness and Guest criteria. Surface and Cylindrical grinding. Centerless grinding. 4

(vi) Super finishing : Honing, lapping, polishing. 1 Limits, Fits & Tolerance and Surface-roughness: Introduction to Limits, Fits, Tolerances and IS standards, and surface-roughness. 3 Unit-IV B. Metal Joining (Welding) Survey of welding and allied processes. Gas welding and cutting, process and equipment.

Arc welding : Power sources and consumables. TIG & MIG processes and their parameters. Resistance welding - spot, seam projection etc. Other welding processes such as atomic hydrogen, submerged arc, electroslag, friction welding. Soldering & Brazing . 8

Thermodynamic and Metallurgical aspects in welding and weld,. Shrinkage/residual stress in welds. Distortions & Defects in welds and remedies. Weld decay in HAZ. 3

Unit-V C. Introduction to non conventional Machining and Welding Benefits, application and working principle of EDM, ECM, LBM, EBM, USM. AJM, WJM.

Similarly, non-conventional welding application such as LBW, USW, EBW, Plasma arc welding, Explosive welding. 6

Books 1. Manufacturing science by Ghosh and Mullick 2. Fundamentals of Metal Cutting and Machine tools by Boothroyd 3. Production Technology by R.K. Jain 4. Production Technology - H.M.T. 5. Production Engineering Science by P.C. Pandey 6. Modern Machining Processes by P.C. Pandey & H.S. Shan 7. Manufacturing science by Degarmo 8. Fundamentals of metal cutting & machine tools - Juneja & Shekhon 9. Process & materials of manufacturing - Lind burg. 10. Advanced Machining Process - VK Jain

Page 42: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

TME-505 HEAT & MASS TRANSFER

UNIT-1 Introduction to Heat Transfer: Concepts of the mechanisms of heat flows: conduction, convection and radiation; effect of temperature on thermal conductivity of materials; introduction to combined heat transfer mechanism. 2 Conduction : One-dimensional general differential heat conduction equation in the rectangular, cylindrical and spherical coordinate systems; initial and boundary conditions. 3 Steady State one-dimensional Heat conduction : Composite Systems in rectangular, cylindrical and spherical coordinates with and without energy generation; thermal resistance concept; Analogy between heat and electricity flow; thermal contact resistance; critical thickness of insulation. 3 UNIT-2 Fins of uniform cross-sectional area; errors of measurement of temperature in thermometer wells. 2 Transient Conduction: Transient heat conduction Lumped capacitance method, Time constant unsteady state heat conduction in one dimension only, Heisler charts. 4 UNIT-3 Forced Convection: Basic concepts; hydrodynamic boundary layer; thermal boundary layer, flow over a flat plate; flow across a single cylinder and a sphere; flow inside ducts; empirical heat transfer relations; relation between fluid friction and heat transfer; liquid metal heat transfer. 4 Natural Convection : Physical mechanism of natural convection; buoyant force; empirical heat transfer relations for natural convection over vertical planes and cylinders, horizontal plates and aylinders, and sphere.3 UNIT-4 Thermal Radiation : Basic radiation concepts; radiation properties of surfaces; black body radiation laws; shape factor; black-body radiation exchange; Radiation exchange between diffuse nonblackbodies in an enclosure; radiation shields; solar radiation. 7 UNIT-5 Heat Exchanger : Types of heat exchangers; fouling factors; overall heat transfer coefficient; logarithmic mean temperature difference (LMTD) method; effectiveness-NTU method; compact heat exchangers. Condensation And Boiling : Introduction to condensation phenomena; heat transfer relations for laminar film condensation on vertical surfaces and on a horizontal tube; Boiling modes pool boiling, curve, forced convective boiling. 3 Introduction To Mass Transfer : Introduction; Flick's law of diffusion; steady state equimolar counter diffusion; steady state diffusion though a stagnant gas film. 2 Books 1. Elements of Heat transfer by Bayazitouglu & Ozisik, McGraw-Hill Book Company. 2. Heat Transfer By J.P. Holman, McGraw-Hill International edition. 3. Schaum's outline of Heat Transfer by Pitts & Sisson McGraw-Hill International edition. 4. Principles of Heat Transfer by Frank Kreith, McGraw-Hill Book co. 5. Fundamentals of Momentum, Heat and Mass Transfer by James R.Welty; John Wiley &

Sons (Pvt). Ltd. 6. Heat Transfer, by Vijay Gupta, New Age International (P) Ltd. Publishers 7. Heat Transfer, by Y.V.C. Rao, University Press. 8. Heat Transfer, by R. Yadav, Central Publishing House, Allahabad.

TME 552

MACHINE DESIGN – I – LAB (Say min 8 out of these)

1. Design & drawing of Riveted joints for given operating conditions.

Page 43: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

2. Design of an eccentrically loaded welded, riveted of bolted joint. 3. Design of bolted joint for fluctuating loads. 4. Design & drawing of a cotter joint. 5. Design & drawing of a knuckle joints. 6. Design & drawing of a simple screw jack. 7. Design of shaft for different loading conditions. 8. Design & drawing of rigid coupling( flanged type). 9. Design & drawing of a flexible coupling (pin-bush type) 10. Design & drawing of a leaf spring for an automobile. 11. Design & drawing of a helical spring for a given application 12. Product Development Design problems/exercise

Note - 1. Students may be advised to use design data book for design. 2. Drawing shall be made wherever necessary on small drawing sheets.

TME-553 DYNAMICS OF MACHINES -LAB

Min. 8 out of following (or such) experiments to be done: 1. Study of simple linkers/models/mechanisms. 2. Exp. on Velocity acceleration. 3. Exp. on cam. 4. Exp. on Governor. 5. Exp. on critical speed of shaft (whirling of shaft ) 6. Exp. on Gyroscope 7. Exp. on Balancing (static & dynamic) 8. Exp. on 4-bar mechanism 9. Exp. on Gears (tooth profile, interference etc.) 10. Exp. on Gear trains. 11. Exp. on Brakes 12. Exp. on clutch 13. Exp. on synthesis of planner linkages 14. Exp. on Mechanism 15. Exp. on Vibration (spring) 16. Exp. on Vibration (beam) 17. Exp. on Vibration (Torsional) 18. Exp. on Engine

TME-554 MANUFACTURING SCIENCE -II - LAB say min 8 experiments out of the following

(or such expriment alongwith study of the machines/processes) 1. Shear-angle determination (using formula) with tube cutting (for orthogonal) on lathe

machine. 2. Bolt (thread) making on Lathe machine 3. Tool grinding (to provide tool angles) on tool-grinder machine. 4. Gear cutting on Milling machine. 5. Machining a block on shaper machine. 6. Finishing of a surface on surface-grinding machine. 7. Drilling holes on drilling machine and study of twist-drill. 8. Study of different types of tools and its angles & materials. 9. Experiment on tool wear and tool life. 10. Experiment on jigs/Fixtures and its uses 11. Gas welding experiment 12. Arc welding experiment 13. Resistance welding experiment. 14. Soldering & Brazing experiment 15. Experiment on unconventional machining.

Page 44: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

16. Experiment on unconventional welding. 17. Experiment on TIG/MIG Welding. 18. Macro and Microstructure of welding joints, HAZ.

TME-555 HEAT & MASS TRANSFER - LAB

(min 8 experiment of the following or such experiment) 1. Conduction - Composite wall experiment 2. Conduction - Composite cylinder experiment 3. Convection - Pool Boiling experiment 4. Convection - Experiment on heat transfer from tube-natural convection. 5. Convection - Heat Pipe experiment. 6. Convetion - Heat transfer through fin-natural convection . 7. Convection - Heat transfer through tube/fin-forced convection. 8. Any experiment - Such as on Stefen's Law, on radiation detrmination of emissivity, etc. 9. Any experiment - Such as on solar collector, etc. on radiation 10. Heat exchanger - Parallel flow experiment 11. Heat exchanger - Counter flow experiment 12. Any other suitable exp such as on critical insultation thickness. 13. Conduction - Determination of thermal conductivity of fluids. 14. Conduction - Thermal Contact Resistance Effect.

TME-601 OPERATIONS RESEARCH

Unit-I Linear Programming- Introduction & Scope, Problem formulation, Simplex methods, primal & dual problem sensitivity analysis. 8 Unit-II Transportation & Assignment problems. 4 Dynamic Programming- Multistage decision problems & solution, Principle of optimality. 4 Unit-III Decision theory- Decision under various conditions. 4 Game Theory- Minimax & maximum strategies. Application of linear programming. 4 Unit-IV Stochastic inventory models- Single & multi period models with continuous & discrete demands, Service level & reorder policy 8 Unit-V Simulations- Simulation V/S mathematical modeling, Monte carlo simulation, simulation languages, Example & cases. 4 Queing models- Introduction Model types, M.M. 1 & M/M/S system cost consideration 4 Text Books Operations Research by : Wangner Production Planning of Operation Management : by Buffa. Optimization Techniques by : S.S. Rao. Operations Research by : Taha

Page 45: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

TME 602 I C ENGINES

Unit-1 Introduction to I.C Engines: Engine classification, Air standard cycles, Otto, Diesel, Stirling, Ericsson cycles, Actual cycle analysis, Two and four stroke engines, SI and CI engines, Valve timing diagram, Rotary engines, stratified charge engine. 5 Fules: Fules for SI and CI engine , important qualities of SI engine fuels, Rating of SI engine fuels, Important qualities of CI engine fuels, Dopes, Additives, Gaseous fuels, LPG, CNG, Biogas, Producer gas, Alternative fuels for IC engines. 3 Unit–2 SI Engines: Carburetion, Mixture requirements, Carburetor types Theory of carburetor, MPFI. 3 Combustion in SI engine, Flame speed, Ignition delay, Abnormal combustion and it's control, combustion chamber design for SI engines. 2 Ignition system requirements, Magneto and battery ignition systems, ignition timing and spark plug, Electronic ignition. 2 Unit–3 CI Engine: Fuel injection in CI engines, Requirements, Types of injection systems, Fuel pumps, Fuel injectors, Injection timings. 4 Combustion in CI engines, Ignition delay, Knock and it's control, Combustion chamber design of CI engines. 2 Scavenging in 2 Stroke engines, pollution and it's control. 2 Unit-4 Engine Cooling: Different cooling systems, Radiators and cooling fans. 2 Lubrication: Engine friction, Lubrication principal, Type of lubrication ,Lubrication oils, Crankcase ventilation. 2 Supercharging: Effect of altitude on power output, Types of supercharging. [2] Testing and Performance: Performance parameters, Basic measurements, Blow by measurement, Testing of SI and CI engines. 4 Unit-5 Compressors: Classification, Reciprocating compressors, Single and multi stage, Intercooling, volumetric efficiency. 3 Rotary compressors, Classification, Centrifugal compressor, Elementary theory ,Vector diagram efficiencies, Elementary analysis of axial compressors, Surging and stalling, Roots blower, Waned compressor, Performance analysis. 4 BOOKS: Fundamentals of Internal Combustion Engine by Gill, Smith,Ziurs, Oxford & IBH Publishing COIC Engines, by Rogowsky, international Book Co. A Course in International Combustion Engines, by Mathur & Sharma, Dhanpat Rai & Sons. Reciprocating and Rotary Compressors, by Chlumsky, SNTI Publications Czechoslovakia . I.C Engine Analysis & Practice by E.F Obert. I.C Engine, by Ganeshan, Tata Mc Graw Hill Publishers. I.C Engine, by R. Yadav, Central Publishing House, Allahabad

TPI-601 PRODUCTION PLANNING & CONTROL

Unit-I Introduction: Types and characteristics of production systems Objective and functions of Production, Planning & Control, Place of production, Planning in Engineering, manufactures organisation. 3 Preplanning: Forecasting & Market Analysis. Factory Location & Layout, Equipment policy and replacement. Preplanning production, capacity planning. 5 Unit-II

Page 46: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Production Planning: Aggregate Planning, MPS, Material Resource Planning, Selection of material methods, machines & manpower. Routing, Scheduling and Dispatching and its sheets & charts, Production Line Balancing 8 Unit-III Production and Inventory Control: Progress control through records and charts. Types of inventories, Inventory Classification. Inventory Control under constraints Economic lot (batch) size. Trends in purchasing and store keeping, JIT production MRP II, comparison of Push & Pull systems, ERP, CAPPC. 8 Unit-IV Productivity: Importance, Productivity patterns, productivity measurements & ratios, improvement-maintenance process. 4 Human Factors & Ergonomics: Human abilities, Training & motivation safety programs, workplace design & working conditions. 3 Unit-V System Economics & Operations Economy: System Economics: Life cycle analysis, Capacity planning, Decision support system. 3 Operations Economy: Replacement Planning, Sensitivity Analysis, Capital rationing, Product cost analysis and estimation, Allocation of resources. 5 Books : Elements of Production Planning & Control –Eilon Production Planning & Control – Jain and Agarwal Operations Management – Buffa. Production System – J.L. Riggs.

TME - 603 MACHINE DESIGN -II

UNIT 1 Spur Gears: Conjugate action, involute gears, gear cutting methods, tooth loads, strength of spear gears in bending and in wear. Dynamic loading, Gear materials, design of gears and involute splines. Gear profile corrections, AGMA and Indian standards. 6 Helical Gears: Tooth relationship, tooth proportions. Design of helical gears, crossed helical gears, AGMA and Indian standards. Worm And Bevel Gears: Analysis of loads and stresses, power rating, efficiency. Gear standard and proportions. 4 UNIT II Bearing and Lubrication: Types of ball bearings, roller bearing, needle roller bearing, life of bearing, reliability considerations, Selection of ball, roller, tapered roller and thrust bearings, Lubrication and sealing. Mounting of bearings. 6 Sliding Bearings: Hydrodynamic theory of lubrication, types of bearings, design of bearings using design charts, boundary lubrication, hydrostatic bearings, hydrodynamic thrust bearing. Lubrication and lubricants. 8 UNIT III Engine Parts: Design of engine parts such as connecting rod, crankshaft and cylinder & piston. 10 Note that there are 3 big units instead of usual 5 units References: 1. Mechanical Engineering Design- Joseph E. Shigley Mc Graw Hill Publications. 2. Design of Machine Members- Alex Valance and V1 doughtie, Mc- Graw- Hill Co. 3. Machine Design- D.N.Reshetov, Mir publishers: Moscow. 4. Machine Design- M.F. Spott. Prentice Hall: India 5. Fundamental Of Machine Design(vol:1, 1-5) Porlov, Mir pub. Moscow 6. Machine Elements: Dobrovsky, Mir. Pub.moscow data books 7. Fundamentals of machine design- Richard M.Phelan, Tata Mc-graw Hill pub. 8. Machine Design- Maleev and Hartman, CBS 9. Machine Design- Sharma and Agrawal, Kataria 10. Design of Machine Elements-Bhandari,TMH 11. Machine Design- Black and Adams, Mc Graw Hill

Page 47: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

TME-604 FLUID MACHINERY

Introduction: Classification of Fluid Mechanics, Application of momentum and momentum equation to flow through hydraulic machinery, Euler’s fundamental equation. 5 Impact of jet: Introduction to hydrodynamic thrust of jet on a fixed and moving surface (flat & curve), effect of inclination of jet with the surface. 3 Hydraulic Turbines: Classification of turbines, Impulse turbines, constructional details, velocity triangles, power and efficiency calculations, governing of Pelton wheel. 9 UNIT-II Reaction Turbines: Fransis and Kaplan turbines, constructional details, velocity triangles, power and efficiency calculations, degree of reaction, draft tube, cavitation in turbines, principles of similarity, unit and specific speed, performance characteristics, selection of water turbines. 9 UNIT-III Centrifugal Pumps: Classifications of centrifugal pumps, vector diagram, work done by impellor, efficiencies of centrifugal pumps, specific speed, model testing, cavitation and separation, performance characteristics. 7 UNIT-IV Positive Displacement Pumps: Reciprocating pump theory, slip and coefficient of discharges, indicator diagram, effect and acceleration, work saved by fitting air vessels, comparison of centrifugal and reciprocating pumps, positive rotary pumps, Gear and Vane pumps, performance characteristics. 7 UNIT-V Other Machines: Hydraulic accumulator, Intensifier, Hydraulic press, Lift and Cranes, theory of hydraulic coupling and torque converters, performance characteristics. 5 Water Lifting Devices: Hydraulic ram, Jet pumps, Airlift pumps. 3 BOOKS: Hydraulic Machines by Jagdish Lal, Metropolitan book co. pvt ltd. Hydraulic Machines: Theory & Design, V.P.Vasandhani, Khanna Pub. Applied Hydraulics by Addison Hydraulic Machines by R K Rajput, S.Chand & co Ltd. Hydraulic Machines by D S Kumar

TME 606 REFRIGERATION & AIR CONDITIONING

Unit-1 Refrigeration: Introduction to refrigeration system, Methods of refrigeration, Carnot refrigeration cycle, Unit of refrigeration, Refrigeration effect & C.O.P. Air Refrigeration cycle: Open and closed air refrigeration cycles, Reversed Carnot cycle, Bell Coleman or Reversed Joule air refrigeration cycle, Aircraft refrigeration system, Classification of aircraft refrigeration system. Boot strap refrigeration, Regenerative, Reduced ambient, Dry air rated temperature (DART). 8 Unit-2 Vapour Compression System: Single stage system, Analysis of vapour compression cycle, use of T-S and P-H charts, Effect of change in suction and discharge pressures on C.O.P, Effect of sub cooling of condensate & superheating of refrigerant vapour on C.O.P of the cycle, Actual vapour compression

Page 48: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

refrigeration cycle, Multistage vapour compression system requirement, Removal of flash gas, Intercooling, Different configuration of multistage system, Cascade system. 8 Unit-3 Vapour Absorption system; Working Principal of vapour absorption refrigeration system, Comparison between absorption & compression systems, Elementary idea of refrigerant absorbent mixtures, Temperature– concentration diagram & Enthalpy – concentration diagram , Adiabatic mixing of two streams, Ammonia – Water vapour absorption system, Lithium- Bromide water vapour absorption system, Comparison. 5 Refrigerants: Classification, Nomenclature, Desirable properties of refrigerants, Common refrigerants, Secondary refrigerants and CFC free refrigerants. 3 Unit-4 Air Conditioning: Introduction to air conditioning, Psychometric properties and their definitions, Psychometric chart, Different Psychometric processes, Thermal analysis of human body Effective temperature and comfort chart, Cooling and heating load calculations, Selection of inside & outside design conditions, Heat transfer through walls & roofs, Infiltration & ventilation, Internal hear gain, Sensible heat factor ( SHF ), By pass factor, Grand Sensible heat factor ( GSHF), Apparatus dew point (ADP). 9 Unit-5 Refrigeration Equipment & Application: Elementary knowledge of refrigeration & air conditioning equipments e.g compressors, condensers, evaporators & expansion devices, Air washers, Cooling, towers & humidifying efficiency, Food preservation, cold storage, Refrigerates Freezers, Icc plant, Water coolers, Elementary knowledge of transmission and distribution of air through ducts and fans, Basic difference between comfort and industrial air conditioning. 7 Books: Refrigeration and Air conditioning, by Manohar Prasad, New Age International (P) Ltd.Pub. Refrigeration and Air conditioning by C.P Aurora. Refrigeration and Air conditioning by Arora & Domkundwar. Refrigeration and Air conditioning by stoecker & Jones. Refrigeration and Air conditioning by Roy J. Dossat. Refrigeration and Air conditioning by P.L. Baloney. Thermal Environment Engg. by Kuhen, Ramsey & Thelked.

TPI-603 PRINCIPLES OF MACHINE TOOL DESIGN

Unit-I Introduction: Developments is machine tools, types of machine tools surface, profits and paths produced by machine tools. Features of construction and operations of basic machine tools e.g. lathe, drill, milling shapes and planers, grinding machine etc. General requirement of machine tool design. Machine tool design process. Tool wear, force Analysis. 8 UNIT-II Machine Tools Drives: Classification of machine tool drives, group Vs individual drives, Selection of electric motor, A brief review of the elements of mechanical transmission e.g. gear, belt and chain drives, slider-crank mechanism, cam mechanism, nut & Screw transmission, Devices for intermittent motion, reversing & differential mechanisms. Couplings and clutches Elements of hydraulic transmission system. e.g. pumps, cylinder, directional control valves, pressure valves etc. Fundamentals of Kinematics structure of machine tools. 8 Unit-III Regulation of Speed and Feed rates : Laws of stepped regulation, selection of range ratio, standard progression ratio, selection of best possible structural diagram, speed chart, Design of feed box, Developing gearing diagrams. Stepless regulation of speed and feed in machine tool, speed and feed control. 7 Unit-IV

Page 49: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Design of Machine Tool Structure: Requirements and design criteria for machine tool structures, selection of material Basic design procedure for machine tool structures, design of bed, column and housing, Model technique in design. 5 Design of guideways and power screws: Basic guideway profiles, Designing guideway for stiffness a wear resistance, hydrostatic and antifriction grandways. Design of sliding friction power Screws. Design of spindlier & spindle supports. 3 Layout of bearings, selection of bearings for machine tools 2 Unit-V Dynamics of machine tools: General procedure for assessing the dynamic stability of cutting process, closed loop system, chatter in machine tools. 5 Control Systems : Functions, requirements & types of machine tool controls, controls for speed & feed change. Automatic and manual Controls. Basics of numerical controls. Machine tool testing. 3 Books : Machine Tools Design & Numerical Controls –N.K. Mehta, T.M.H. New Delhi. Design of Machine Tools – S.K. Basu Allied Publishers. Principles of Machine Tools, Bhattacharya A and Sen.G.C. New Central Book Agency.

TME 653 MACHINE DESIGN –II – LAB

(At least 2 experiments/turns (lecture –classes) from each of the four following sections.

Say, 3 turns for A, 3 turns for B and 4 turns for C, total 10.) A.Computer and Language - Lectures should be given by teachers on introduction to computer and languages such as C Input Output statements, control statements, if, for, while, switch statement etc., Function and its uses, Structures. To make student able to write computer program in C. B.WRITING COMPUTER PROGRAM FOR CONVENTIONAL DESIGN- After Section B, student can write computer program for the design done in theory subjects. C.Design Problem as a mini project Student will be given a real life design problem and they have to complete design of it manually using hand-book etc, they can also take help of computer & programming, if needed.

TME-654 FLUID MACHINERY LAB

Say min 8 experiments from following or such experiment) 1. Impact of Jet experiment. 2. Turbine exp. on Pelton wheel. 3. Turbine exp. on Francis turbine. 4. Tubrine exp. on Kaplan turbine. 5. Exp. on Reciprocating pump. 6. Exp. on centrifugal pump. 7. Exp. on Hydraulic Jack/Press 8. Exp. on Hydraulic Brake 9. Exp. on Hydraulic Ram 10. Study through first visit of any pumping station/plant 11. Study through second visit of any pumping station/plant. 12. Any other suitable experiment/test rig such as comparision & performance of different types of pumps and turbines.

TME-656 REFRIGERATION & AIR CONDITIONING LAB

Page 50: U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION … · 2017-05-31 · U.P. TECHNICAL UNIVERSITY, LUCKNOW STUDY EVALUATION SCHEME B. TECH. COMPUTER SCIENCE & ENGINEERING YEAR THIRD,

Say min 8 out of following 1. Experiment on refrigeration test ring and calculation of various proformance parameters. 2. To study different types of expansion devices used in refrigreation system. 3. To study different types of evaporators used in refrigeration systems. 4. To study basic components of air-conditioning system. 5. Experiment on air-conditioning test rig & calculation of various performance parameters. 6. To study air washers 7. Study of window air conditioner. 8. Study & determination of volumetric efficiency of compressor. 9. Visit of a central air conditioning plant. 10. Visit of cold storage.

TPI-653 MACHINE TOOL DESIGN LAB

Say min 8 out of the following

Measurement and analysis of cutting forces in orthogonal turning. Flank wear – time characteristics for single point cutting tools. (i) Checking the level of installation of a lathe in horizontal & vertical planes (ii) Checking the bed ways for straightness and parallelism. Testing the main spindle of a lathe for axial movement and true running. Process capability determination of a center lathe. Flatness checking of a surface plate. A study of devices for intermittent motion used in machine tools e.g. ratchet gear & Geneva Mechanism. A study of Kinematics structure of lathe/milling machine. A study of the drives for reciprocation used in machine tools. Development the speed chart and gearing diagram for a gassed head lathe. A study of the cone pulley drive in center lathe and development of its ray diagram for the speed structure. Efficiency testing of lathe at various parameters-values. Accuracy analysis of finished cylindrical work-pieces produced on a lathe. Cutting (turning) with inclined placed tool (in tool fixture). Turning with two simultaneously cutting tool (one from front on usual tool post and the other tool from back on tool-fixture on carriage)