Wednesday, 25 September 2013

RTU 4th sem Computer Engineering B.Tech. Syllabus Business Entrepreneurship Development

4CS10A Business Entrepreneurship Development 1. Introduction to Entrepreneurship- Concept and need, Entrepreneurship and innovation, Entrepreneurship and economic growth. 2. Entrepreneurial competencies, Leadership, Decision making, Motivation, Risk taking. 3. Business Enterprise Planning- Identification of business opportunity, Idea generation, Demand estimation, Preparation of project report, Feasibility analysis. 4. Intellectual Property rights, Patents, Taxation- Central excise & Sales tax, VAT. 5. Government Policies for Entrepreneurs,...

RTU 4th sem Computer Engineering B.Tech. Syllabus Computer Aided Software Engineering Lab

4CS9A COMPUTER AIDED SOFTWARE ENGINEERING LAB For the instructor: Assign any two projects two a group of exactly two students covering all of the experiments from given experiment list. Each group is required to prepare the following documents for projects assigned to them and develop the software using software engineering methodology. 1. Problem Analysis and Project Planning Thorough study of the problem- identify project scope, infrastructure. 2. Software Requirement Analysis- Describe the individual Phases/modules of the project deliverables. 3....

RTU 4th sem Computer Engineering B.Tech. Syllabus Communication Lab

4CS8A COMMUNICATION LAB 1 Harmonic analysis of a square wave of modulated waveform Observe the amplitude modulated waveform and measures modulation index. Demodulation of the AM signal 2 To modulate a high frequency carrier with sinusoidal signal to obtain FM signal. Demodulation of the FM signal 3 To observe the following in a transmission line demonstrator kit : i. The propagation of pulse in non-reflecting Transmission line. ii. The effect of losses in Transmission line. iii. The resonance characteristics of al half wavelength long x-mission...

RTU 4th sem Computer Engineering B.Tech. Syllabus Microprocessor Lab

4CS7A MICROPROCESSOR LAB 1 Add the contents of memory locations XX00 &XX01 & place the result in memory location XX02. 2 Add the 16 bit numbers stored in memory location & store the result in another memory location. 3 Transfer a block of data from memory location XX00 to another memory location XX00 in forward & reverse order. 4 Write a program to Swap two blocks of data stored in memory. 5 Write a program to find the square of a number. 6 Write a main program & a conversion subroutine to convert Binary to its equivalent BCD. 7...

RTU 4th sem Computer Engineering B.Tech. Syllabus Principles of Programming Languages

4CS6A PRINCIPLES OF PROGRAMMING LANGUAGES Unit I Programming Language: Definition, History, Features. Issues in Language Design: Structure and Operation of computer, Programming Paradigms. Efficiency, Regularity. Issues in Language Translation: Syntax and Semantics. Unit II Specifications and Implementation of Elementary and Structured Data Types. Type equivalence, checking and conversion. Vectors and Arrays, Lists, Structures, Sets, Files. Unit III Sequence control with Expressions, Conditional Statements, Loops, Exception handling. Subprogram...

RTU 4th sem Computer Engineering B.Tech. Syllabus Fundamentals of Communication

4CS5A Fundamentals OF COMMUNICATION Unit I ANALOG MODULATION: Concept of frequency translation. Amplitude Modulation: Description of full AM, DSBSC, SSB and VSB in time and frequency domains, methods of generation & demodulation, frequency division multiplexing (FDM). Angle Modulation: Phase and frequency modulation. Descriptions of FM signal in time and frequency domains, methods of generation & demodulation, preemphasis & de-emphasis, PLL. Unit II PULSE ANALOG MODULATION: Ideal sampling, Sampling theorem, aliasing, interpolation,...

RTU 4th sem Computer Engineering B.Tech. Syllabus Software Engineering

4CS4A SOFTWARE ENGINEERING Unit I System Analysis: Characteristics, Problems in system Development, System Level project Planning, System Development Life cycle (SDLC), computer system engineering & system analysis, modeling the architecture, system specification. Unit II Software & its characteristics: Software Development, Process Model, Prescriptive model, The water fall model, Incremental Process Modes, Evolutionary process model, specialized process model. Unit III Requirement Analysis: Requirement analysis tasks, Analysis...

RTU 4th sem Computer Engineering B.Tech. Syllabus Statistics & Probability Theory

4CS3A STATISTICS & PROBABILITY THEORY Unit I Introduction & Discrete random variables Sample space, events, algebra of events, Bernoulli’s trials, Probability & Baye’s theorem. Random variable & their event space, probability generating function, expectations, moments, computations of mean time to failure, Bernoulli & Poisson processes. Unit II Discrete & continuous distributions Probability distribution & probability densities: Binomial, Poisson, normal rectangular and exponential distribution & their PDF’s,...

RTU 4th sem Computer Engineering B.Tech. Syllabus Discrete Mathematics Structures

4CS2A DISCRETE MATHEMATICAL STRUCTURES Unit I Sets: Definition and types, Set operations, Partition of set, Cardinality (Inclusion- Exclusion & Addition Principles), Recursive definition of set. Functions: Concept, Some Special Functions (Polynomial, Exponential & Logarithmic, Abslute Value, Floor & Ceiling, Mod & Div Functions), Properties of Functions, Cardinality of Infinite Set, Countable & Uncountable Sets, The Pigeonhole & Generalized Pigeonhole Principles, Composition of Functions. Unit II Relations: Boolean...

RTU 4th sem Computer Engineering B.Tech. Syllabus Microprocessor And Interfaces

4CS1A MICROPROCESSOR AND INTERFACES Unit I Introduction to Microprocessors, microcontroller; 8085 Microprocessor Architecture, pin description, Bus concept and organization; concept of multiplexing and demultiplexing of buses; concept of static and dynamic RAM, type of ROM, memory map. Unit II Software architecture registers and signals, Classification of instruction, Instruction set, addressing modes, Assembly Language Programming and Debugging, Programming Technique, instruction Format and timing. Unit III Advance Assembly Language Programming,...

Tuesday, 24 September 2013

RTU 3rd sem Computer Engineering B.Tech. Syllabus Unix Shell Programming

3CS11A UNIX SHELL PROGRAMMING 1 Use of Basic Unix Shell Commands: ls, mkdir, rmdir, cd, cat, banner, touch, file, wc,sort, cut, grep, dd, dfspace, du, ulimit. 2 Commands related to inode, I/O redirection and piping, process control commands,mails. 3 Shell Programming: Shell script exercises based on following(i) Interactive shell scripts (ii) Positional parameters (iii) Arithmetic(iv) if-then-fi, if-then-else-fi, nested if-else (v) Logical operators(vi) else + if equals elif, case structure (vii) while, until, for loops, use of break(viii) Metacharacters...

RTU 3rd sem Computer Engineering B.Tech. Syllabus C++ Programming

3CS10A C++ PROGRAMMING 1 To write a simple program for understanding of C++ program structure without anyCLASS declaration. Program may be based on simple input output, understanding ofkeyword using. 2 Write a C++ program to demonstrate concept of declaration of class with public &private member, constructors, object creation using constructors, access restrictions,defining member functions within and outside a class. Scope resolution operators,accessing an object’s data members and functions through different type of objecthandle name of...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Digital Electronics Lab

3CS9A DIGITAL ELECTRONICS LAB 1 To verify the truth tables of basic logic gates: AND, OR, NOR, NAND, NOR. Alsoto verify the truth table of Ex-OR, Ex-NOR (For 2, 3, & 4 inputs using gates with 2,3, & 4 inputs). 2 To verify the truth table of OR, AND, NOR, Ex-OR, Ex-NOR realized using NAND& NOR gates. 3 To realize an SOP and POS expression. 4 To realize Half adder/ Subtractor & Full Adder/ Subtractor using NAND & NORgates and to verify their truth tables. 5 To realize a 4-bit ripple adder/ Subtractor using basic Half adder/...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Data Structures Lab

3CS8A DATA STRUCTURES LAB 1 Write a simple C program on a 32 bit compiler to understand the concept of arraystorage, size of a word. The program shall be written illustrating the concept of rowmajor and column major storage. Find the address of element and verify it with thetheoretical value. Program may be written for arrays upto 4-dimensions. 2 Simulate a stack, queue, circular queue and dequeue using a one dimensional arrayas storage element. The program should implement the basic addition, deletion andtraversal operations. 3 Represent a...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Electronics Devices Lab

3CS7A ELECTRONIC DEVICES LAB 1 Plot V-I characteristic of P-N junction diode & calculate cut-in voltage, reverseSaturation current and static & dynamic resistances. 2 Plot V-I characteristic of zener diode and study of zener diode as voltage regulator.Observe the effect of load changes and determine load limits of the voltageregulator. 3 Plot frequency response curve for single stage amplifier and to determine gainbandwidth product. 4 Plot drain current - drain voltage and drain current – gate bias characteristics of fieldeffect transistor...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Advanced Engineering Mathematics

3CS6A Advanced Engineering Mathematics Unit I Introduction: Engineering application of optimization, Statement and classificationof optimization problem, single variable and multivariable optimization with andwithout constraints. Unit II Linear Programming: Formulation of Linear Programming problem, GraphicalApproach, General Linear Programming problem, Simplex Method. Duality inLinear Programming and Transportation Problems. Unit III Elements of Number Theory: Divisibility and Euclid Algorithm, Primes and theSieve of Eratosthenes, testing for...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Fundamentals Of Linux Shell Programming

3CS5A FUNDAMENTALS OF LINUX SHELL PROGRAMMING Unit I Introduction: Logging in, changing password (passwd command only), man, xman,info commands to access on line help. Simple commands like ls, cp, mv, grep, head,tail, sort, uniq, diff, echo, date, which, whereis, whatis, who, finger w (option andvariations included).Directory commands, access permissions, changing access permissions for files anddirectories, hard & symbolic links. Environment and path setting. Unit II vi editor: Creating and editing files, features of vi, insertion deletion,...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Object Oriented Programming

3CS4A OBJECT ORIENTED PROGRAMMING Unit I Introduction: Review of structures in C, accessing members of structures usingstructure variables, pointer to structures, passing structures to functions, structures asuser defined data types. Unit II Introduction to programming paradigms- (Process oriented and Object oriented).Concept of object, class, objects as variables of class data type, difference instructures and class in terms of access to members, private and public Basics ofC++: Structure of C++ programs, introduction to defining member functions...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Digital Electronics

3CS3A DIGITAL ELECTRONICS Unit I NUMBER SYSTEMS, BASIC LOGIC GATES & BOOLEAN ALGEBRA: Binary Arithmetic & Radix representation of different numbers. Sign & magnitude representation, Fixed point representation, complement notation, various codes & arithmetic in different codes & their inter conversion. Features of logic algebra, postulates of Boolean algebra. Theorems of Boolean algebra. Boolean function. Derived logic gates: Exclusive-OR, NAND, NOR gates, their block diagrams and truth tables. Logic diagrams from Boolean...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Data Structures & Algorithms

3CS2A DATA STRUCTURES & ALGORITHMS Unit I Definition & characteristics of algorithms, structures. Difficulties in estimatingexact execution time of algorithms. Concept of complexity of program.Asymptotic notations: Big-Oh, theta, Omega- Definitions and examples,Determination of time and space complexity of simple algorithms withoutrecursion. Representing a function in asymptotic notations viz 5n2-6n=(n2)Arrays: Array as storage element, Row major & column major form of arrays,computation of address of elements of n dimensional array. Unit...

RTU 3rd sem Computer Engineering B.Tech. Syllabus Electronic Devices & Circuits

3CS1A ELECTRONIC DEVICES & CIRCUITS Unit 1 Mobility and conductivity, charge densities in a semiconductor, Fermi Diracdistribution, carrier concentrations and fermi levels in semiconductor, Generationand recombination of charges, diffusion and continuity equation, Mass action Law,Hall effect. Junction diodes, Diode as a ckt. element, load line concept, clipping andclamping circuits, Voltage multipliers. Unit 2 Transistor characteristics, Current components, Current gains: alpha and beta.Operating point. Hybrid model, h-parameter equivalent...

RTU 1st Year 2nd Sem B.Tech. Syllabus Communication Techniques Lab

211 COMMUNICATION TECHNIQUES LAB 1. Phonetic Symbols and Transcriptions 2. Word Formation 3. Affixes 4. Listening and speaking Skills. 5. Words often Mis-spelt and Mis- Pronounced 6. One Word for Many. 7. Synonyms and Antonyms. 8. Seminar Presentation. 9. Group Discussion. 10. Job Intervi...

RTU 1st Year 2nd Sem B.Tech. Syllabus Machine Drawing

210 MACHINE DRAWING Introduction to machine drawingDimensioning, locations and placing. Orthographic projections: First & third angle methods Sheet 1: Orthographic Projections (3 Problems)Sheet 2: Sectional Views (3 Problems)Sheet 3: Riveted joints, lap joints, butt joints, chain riveting, zig-zag rivetingSheet 4: Screw fasteners, different threads, Nuts & bolts locking devices, set screws, foundationSheet 5: Bearing, Plumber block Instructions on free hand sketches List of free hand sketches • Different type of lines• Conventional representation...

RTU 1st Year 2nd Sem B.Tech. Syllabus Computer Programming Lab

209 COMPUTER PROGRAMMING LAB 1. Simple OS Commands, vi editor, compiling program, compiler options, linking libraries. 2. Simple input output program, integer, real, character and string. (Formatted & Unformatted),Using Command Line Arguments. 3. Conditional statement (if, if-else-if, switch-case) 4. Looping & iterations (for, while, do-while, continue, break) 5. Using Arrays (one, two and three dimensional) 6. Using Structures and Union. 7. Program using Function (with and without recursion), passing parameters by value &reference. 8....

RTU 1st Year 2nd Sem B.Tech. Syllabus Chemistry & Environmental Engineering Lab

208 CHEMISTRY & ENVIRONMENTAL ENGINEERING LAB 1. To determine the hardness of water by HCL method. 2. To determine the hardness of water by EDTA method. 3. Determination of CO2 in a water sample. 4. Measurement of pH of a given sample by pH-meter. 5. To determine free and residual chlorine in a given water sample. 6. Measurement of dissolves oxygen in water. 7. Measurement of conductivity of a given sample by conductivity meter. 8. Measurement of fluoride in water. 9. Measurement of nitrate in water. 10. Determination of sulphate in water. 11....

RTU 1st Year 2nd Sem B.Tech. Syllabus Engineering Physics Lab-II

207 ENGINEERING PHYSICS LAB-II 1. To determine the height of water tank with the help of a Sextant. 2. To determine the dispersive power of material of a Prism for Violet Red and yellow coloursof Mercury light with the help of a spectrometer. 3. To measure the Numerical Aperture of an Optical Fibre. 4. To determine the ferromagnetic constants retentivity, permeability and susceptibility bytracing B-H curve using C.R.O. 5. To study the Charge & Discharge of a condenser and hence determine time constant (Bothcurrent and voltage graphs are to...

RTU 1st Year 2nd Sem B.Tech. Syllabus Fundamentals of Computer Programming

206 FUNDAMENTAL OF COMPUTER PROGRAMMING UNIT – 1 Programming in C: Structure of C Program, Concept of Preprocessor, Macro Substitution,Intermediate code, Object Code, Executable Code. Compilation Process,Basic Data types, Importance of braces ({ }) in C Program, enumerated data type, Identifiers,Scope of Variable, Storage Class, Constants, Operators & Expressions in C, Type Casting,printf( ) and scanf ( ) with format specifires, reading single character. UNIT – 2 Control Statements, Command Line Arguments, Arrays in C, Pointers, Using pointers...

RTU 1st Year 2nd Sem B.Tech. Syllabus Engineering Mechanics

205 ENGINEERING MECHANICS Unit 1 Statics Of Particles and Rigid Bodies: Fundamental laws of mechanics, Principle oftransmissibility, System of forces, Resultant force, Resolution of force, Moment and Couples,Varignon's Theorem, Resolution of a force into a force and a couple, Free body diagram,Equilibrium, Conditions for equilibrium, Lami's theorem.Virtual work: Principle of Virtual Work, Active forces and active force diagram. Unit 2 Centroid & Moment of Inertia: Location of centroid and center of gravity, Moment of inertia,Parallel axis...

RTU 1st Year 2nd Sem B.Tech. Syllabus Chemistry & Environmental Engineering

204 CHEMISTRY & ENVIRONMENTAL ENGINEERING Unit 1 Water: Common Impurities of water Hardness of water, Determination of hardness by Clark’stest and complexometric (EDTA) method, Numerical based on hardness and EDTA method,Municipal Water Supply: Requisites of potable water, Steps involved in purification of water,Sedimentation, coagulation, Filtration and Sterilization, Break point chlorination. Unit 2 Water Treatment: Softening of water, Lime-Soda, Permutit (Zeolite) and Deionization(Demineralization) methods, Boiler troubles their causes,...

RTU 1st Year 2nd Sem B.Tech. Syllabus Engineering Physics II

203 ENGINEERING PHYSICS-II Unit 1 Quantum Mechanics: Compton effect & quantum nature of light, Derivation of time dependentand time independent Schrödinger’s Wave Equation, Physical interpretation of wave functionand its properties, boundary conditions, Particle in one-dimensional box. Unit 2 Applications of Schrödinger’s Equation, Particle in three-dimensional box and Degeneracy,Barrier penetration and tunnel effect, Tunneling probability, Alpha Decay, Summerfield’s Freeelectron gas model Postulates, Density of energy states, Fermi energy...

RTU 1st Year 2nd Sem B.Tech. Syllabus Engineering Mathematics II

202 ENGINEERING MATHEMATICS-II Unit 1 Coordinate Geometry of Three Dimensions: Equation of a sphere, Intersection of a sphere and aplane, tangent plane, Intersection of two spheres, orthogonality of two spheres, Right circularcone. Right circular cylinder. Unit 2 Matrices: Rank of a matrix, Rank of matrix by reducing to normal forms, Consistency of systemsof linear simultaneous equations and its solution, Eigen values and Eigen vectors, CayleyR.Hamilton theorem (without proof), Diagonalization of matrix. Unit 3 Vector Calculus: Scalar and vector...

RTU 1st Year 2nd Sem B.Tech. Syllabus Communication Techniques

201 COMMUNICATION TECHNIQUES Unit 1 Elements of Communication1. Communication: Meaning, Importance and Process2. Objectives of Communication3. Media and Types of Communication Unit 2 Basics of Communication1. Verbal and Non-Verbal Communication2. Formal and Informal Channels of Communication3. Qualities of Good Communication Unit 3 Skills of Communication1. Barriers to Communication2. Professional Communication3. Interpersonal Communication and methods to improve it Unit 4 Grammar1. Subject-Verb Agreement (Concord)2. Linking Words (Conjunctions)3....

Sunday, 22 September 2013

RTU 1st Year 1st Sem B.Tech. Syllabus Workshop Practice Lab.

110 WORKSHOP PRACTICE Carpentry Shop 1. T – Lap joint2. Bridle joint Foundry Shop 1. Mould of any pattern2. Casting of any simple pattern Welding Shop 1. Gas welding practice by students on mild steel flat2. Lap joint by gas welding3. MMA welding practice by students4. Square butt joint by MMA welding5. Lap joint by MMA welding6. Demonstration of brazing Machine Shop Practice 1. Job on lathe with one step turning and chamfering operations2. Job on shaper for finishing two sides of a job3. Drilling two holes of size 5 and 12 mm diameter on job...

RTU 1st Year 1st Sem B.Tech. Syllabus Practical Geometry Lab

109 PRACTICAL GEOMETRY 1. (a) Lines, Lettering & Dimension (Sketch Book)(b) Scale-representative Fraction, Plan scale, Diagonal Scale, Vernier scales (In sheet)comparative Scale, & scale of chords (Sketch Book) 2. (a) Conic Section:-Construction of Ellipse, Parabola & Hyperbola by different methods (In sheet)(b) Engineering curves:-Construction of cycloid, Epicycloids, Hypocycloid and Involutes (In sheet) Archimedeanand Logarithmic spiral, (Sketch book) 3. (a) Type of Projection, Orthographic Projection: First Angle and third Angle...

RTU 1st Year 1st Sem B.Tech. Syllabus Electrical and Electronics Engineering

108 ELECTRICAL AND ELECTRONICS LAB Electrical lab 1. Assemble house wiring including earthing for 1-phase energy meter, MCB, ceiling fan, tubelight, three pin socket and a lamp operated from two different positions. Basic functionalstudy of components used in house wiring. 2. Prepare the connection of ceiling fan along with the regulator and vary the speed. 3. Prepare the connection of single phase induction motor through 1-Phase Auto-transformerand vary the speed. 4. Prepare the connection of three phase squirrel cage induction motor through...

RTU 1st Year 1st Sem B.Tech. Syllabus Engineering Chemistry Lab

107 ENGINEERING CHEMISTRY LAB 1. Proximate analysis of solid fuel. 2. Experiments based on Bomb Calorimeter. 3. To determine the strength of Ferrous Ammonium sulphate solution with the help of K2Cr2O7solution. 4. To determine the strength of CuSO4 solution with the help of hypo solution. 5. To determine the strength of NaOH and Na2CO3 in a given alkali mixture. 6. Determination of Na/K/Ca by flame photometer in a given sample. 7. Determination of turbidity in a given sample. 8. To determine the flash and fire point of a given lubricating oil. 9....

RTU 1st Year 1st Sem B.Tech. Syllabus Engineering Physics Lab

106 ENGINEERING PHYSICS LAB-I 1. To determine the wave length of monochromatic light with the help of Fresnel’s biprism. 2. To determine the wave length of sodium light by Newton’s Ring. 3. To determine the specific rotation of Glucose (Sugar) solution using a polarimeter. 4. To determine the wave length of prominent lines of mercury by plane diffraction grating withthe help of spectrometer. 5. To convert a Galvanometer in to an ammeter of range 1.5 amp. and calibrate it. 6. To convert a Galvanometer in to a voltmeter of range 1.5 volt and calibrate...

RTU 1st Year 1st Sem B.Tech. Syllabus Basic Electrical & Electronics Engineering

105 BASIC ELECTRICAL & ELECTRONICS ENGINEERING Unit 1 Basic Concepts of Electrical Engineering: Electric Current, Electromotive force, Electric Power,Ohm’s Law, Basic Circuit Components, Faraday’s Law of Electromagnetic Induction, Lenz’sLaw, Kirchhoff’s laws, Network Sources, Resistive Networks, Series-Parallel Circuits, NodeVoltage Method, Mesh Current Method, Superposition, Thevenin’s, Norton’s and MaximumPower Transfer Theorems. Unit 2 Alternating Quantities: Introduction, Generation of AC Voltages, Root Mean Square andAverage Value of...

Saturday, 21 September 2013

RTU 1st Year 1st Sem B.Tech. Syllabus Engineering Chemistry.

104 ENGINEERING CHEMISTRY Unit 1 General Aspects of Fuel: Organic fuels, Origin, classification and general aspects of fossil fuels.Solid fuels, Coal, carbonization of coal, manufacturing of coke by Beehive oven and by productoven method. Liquid fuels, Composition of petroleum, advantages and refining of petroleum.Cracking, reforming, polymerization and isomerization of refinery products. Synthetic petrol,Bergius and Fischer Tropsch process. Knocking, octane number and anti-knocking agents.Gaseous fuels, Advantages, manufacturing, composition...

Friday, 20 September 2013

RTU 1st Year 1st Sem B.Tech. Syllabus Engineering Physics.

103 ENGINEERING PHYSICS-I Unit 1 Interference of light Michelson’s Interferometer: Production of circular & straight line fringes, Determination of wavelength of light, Determination of wavelength separation of two nearby wavelengths. Newton’s rings and measurement of wavelength of light. Optical technology: Elementary idea of anti-reflection coating and interference filters. Unit 2 Polarization of light Plane circular and elliptically polarized light on the basis of electric (light) vector, Malus law. Double Refraction: Qualitative description...

RTU 1st Year 1st Sem B.Tech. Syllabus Engineering Mathematics.

102 ENGINEERING MATHEMATICS-I Unit 1 Differential Calculus:Asymptotes(Cartesian Coordinates Only), Curvature(Cartesian Coordinates Only), Concavity, Convexity and Point of Inflexion (Cartesian Coordinates Only), Curve Tracing (Cartesian and Standard Polar Curves-Cardioids, Lemniscates of Bernoulli, Limacon, Equiangular Spiral). Unit 2 Differential Calculus: Partial Differentiation, Euler’s Theorem on Homogeneous Functions, Approximate Calculations, Maxima & Minima of Two and More Independent Variables, Lagrange’s Method of Multipliers. Unit...

RTU 1st Year 1st Sem B.Tech. Syllabus Communicative English

101 COMMUNICATIVE ENGLISH Unit 1 Grammar 1. Tenses 2. Passive Voice 3. Indirect Speech 4. Conditional Sentences 5. Modal Verbs Unit 2 Composition 1. Dialogue Writing 2. Paragraph and Precis Writing 3. Report, its importance and Report Writing Unit 3 Short Stories 1. The Luncheon: W.S. Maugham 2. How Much Land Does a Man Need?: Leo Tolstoy 3. The Last Leaf: O. Henry Unit 4 Essays 1. On the Rule of the Road: A. G. Gardiner 2. The Gandhian Outlook: S. Radhakrishnan 3. Our Own Civilisation: C.E.M. Joad Unit 5 Poems 1. The Unknown Citizen:...

Blogger Widgets