Friday, September 23, 2011

Monday, September 5, 2011

GATE-2012 SYLLABUS

Electronics and Communication Engineering - EC

ENGINEERING MATHEMATICS

Linear Algebra: Matrix Algebra, Systems of linear equations, Eigen values and eigen vectors.

Calculus: Mean value theorems, Theorems of integral calculus, Evaluation of definite and improper integrals, Partial Derivatives, Maxima and minima, Multiple integrals, Fourier series. Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Greens theorems.

Differential equations: First order equation (linear and nonlinear), Higher order linear differential equations with constant coefficients, Method of variation of parameters, Cauchys and Eulers equations, Initial and boundary value problems, Partial Differential Equations and variable separable method.

Complex variables: Analytic functions, Cauchys integral theorem and integral formula, Taylors and Laurent series, Residue theorem, solution integrals.

Probability and Statistics: Sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Discrete and continuous distributions, Poisson, Normal and Binomial distribution, Correlation and regression analysis.

Numerical Methods: Solutions of non-linear algebraic equations, single and multi-step methods for differential equations.

Transform Theory: Fourier transform, Laplace transform, Z-transform.

ELECTRONICS AND COMMUNICATION ENGINEERING

Networks: Network graphs: matrices associated with graphs; incidence, fundamental cut set and fundamental circuit matrices. Solution methods: nodal and mesh analysis. Network theorems: superposition, Thevenin and Nortons maximum power transfer, Wye-Delta transformation. Steady state sinusoidal analysis using phasors. Linear constant coefficient differential equations; time domain analysis of simple RLC circuits, Solution of network equations using Laplace transform: frequency domain analysis of RLC circuits. 2-port network parameters: driving point and transfer functions. State equations for networks.

Electronic Devices: Energy bands in silicon, intrinsic and extrinsic silicon. Carrier transport in silicon: diffusion current, drift current, mobility, and resistivity. Generation and recombination of carriers. p-n junction diode, Zener diode, tunnel diode, BJT, JFET, MOS capacitor, MOSFET, LED, p-I-n and avalanche photo diode, Basics of LASERs. Device technology: integrated circuits fabrication process, oxidation, diffusion, ion implantation, photolithography, n-tub, p-tub and twin-tub CMOS process.

Analog Circuits: Small Signal Equivalent circuits of diodes, BJTs, MOSFETs and analog CMOS. Simple diode circuits, clipping, clamping, rectifier. Biasing and bias stability of transistor and FET amplifiers. Amplifiers: single-and multi-stage, differential and operational, feedback, and power. Frequency response of amplifiers. Simple op-amp circuits. Filters. Sinusoidal oscillators; criterion for oscillation; single-transistor and op-amp configurations. Function generators and wave-shaping circuits, 555 Timers. Power supplies.

Digital circuits: Boolean algebra, minimization of Boolean functions; logic gates; digital IC families (DTL, TTL, ECL, MOS, CMOS). Combinatorial circuits: arithmetic circuits, code converters, multiplexers, decoders, PROMs and PLAs. Sequential circuits: latches and flip-flops, counters and shift-registers. Sample and hold circuits, ADCs, DACs. Semiconductor memories. Microprocessor(8085): architecture, programming, memory and I/O interfacing.

Signals and Systems: Definitions and properties of Laplace transform, continuous-time and discrete-time Fourier series, continuous-time and discrete-time Fourier Transform, DFT and FFT, z-transform. Sampling theorem. Linear Time-Invariant (LTI) Systems: definitions and properties; causality, stability, impulse response, convolution, poles and zeros, parallel and cascade structure, frequency response, group delay, phase delay. Signal transmission through LTI systems.

Control Systems: Basic control system components; block diagrammatic description, reduction of block diagrams. Open loop and closed loop (feedback) systems and stability analysis of these systems. Signal flow graphs and their use in determining transfer functions of systems; transient and steady state analysis of LTI control systems and frequency response. Tools and techniques for LTI control system analysis: root loci, Routh-Hurwitz criterion, Bode and Nyquist plots. Control system compensators: elements of lead and lag compensation, elements of Proportional-Integral-Derivative (PID) control. State variable representation and solution of state equation of LTI control systems.

Communications: Random signals and noise: probability, random variables, probability density function, autocorrelation, power spectral density. Analog communication systems: amplitude and angle modulation and demodulation systems, spectral analysis of these operations, superheterodyne receivers; elements of hardware, realizations of analog communication systems; signal-to-noise ratio (SNR) calculations for amplitude modulation (AM) and frequency modulation (FM) for low noise conditions. Fundamentals of information theory and channel capacity theorem. Digital communication systems: pulse code modulation (PCM), differential pulse code modulation (DPCM), digital modulation schemes: amplitude, phase and frequency shift keying schemes (ASK, PSK, FSK), matched filter receivers, bandwidth consideration and probability of error calculations for these schemes. Basics of TDMA, FDMA and CDMA and GSM.

Electromagnetics: Elements of vector calculus: divergence and curl; Gauss and Stokes theorems, Maxwells equations: differential and integral forms. Wave equation, Poynting vector. Plane waves: propagation through various media; reflection and refraction; phase and group velocity; skin depth. Transmission lines: characteristic impedance; impedance transformation; Smith chart; impedance matching; S parameters, pulse excitation. Waveguides: modes in rectangular waveguides; boundary conditions; cut-off frequencies; dispersion relations. Basics of propagation in dielectric waveguide and optical fibers. Basics of Antennas: Dipole antennas; radiation pattern; antenna gain.



Computer Science & Information Technology - CS

ENGINEERING MATHEMATICS

Mathematical Logic: Propositional Logic; First Order Logic.

Probability: Conditional Probability; Mean, Median, Mode and Standard Deviation; Random Variables; Distributions; uniform, normal, exponential, Poisson, Binomial.

Set Theory & Algebra: Sets; Relations; Functions; Groups; Partial Orders; Lattice; Boolean Algebra.

Combinatorics: Permutations; Combinations; Counting; Summation; generating functions; recurrence relations; asymptotics.

Graph Theory: Connectivity; spanning trees; Cut vertices & edges; covering; matching; independent sets; Colouring; Planarity; Isomorphism.

Linear Algebra: Algebra of matrices, determinants, systems of linear equations, Eigen values and Eigen vectors.

Numerical Methods: LU decomposition for systems of linear equations; numerical solutions of non-linear algebraic equations by Secant, Bisection and Newton-Raphson Methods; Numerical integration by trapezoidal and Simpsons rules.

Calculus: Limit, Continuity & differentiability, Mean value Theorems, Theorems of integral calculus, evaluation of definite & improper integrals, Partial derivatives, Total derivatives, maxima & minima.

COMPUTER SCIENCE AND INFORMATION TECHNOLOGY

Digital Logic: Logic functions, Minimization, Design and synthesis of combinational and sequential circuits; Number representation and computer arithmetic (fixed and floating point).

Computer Organization and Architecture: Machine instructions and addressing modes, ALU and data-path, CPU control design, Memory interface, I/O interface (Interrupt and DMA mode), Instruction pipelining, Cache and main memory, Secondary storage.

Programming and Data Structures: Programming in C; Functions, Recursion, Parameter passing, Scope, Binding; Abstract data types, Arrays, Stacks, Queues, Linked Lists, Trees, Binary search trees, Binary heaps.

Algorithms: Analysis, Asymptotic notation, Notions of space and time complexity, Worst and average case analysis; Design: Greedy approach, Dynamic programming, Divide-and-conquer; Tree and graph traversals, Connected components, Spanning trees, Shortest paths; Hashing, Sorting, Searching. Asymptotic analysis (best, worst, average cases) of time and space, upper and lower bounds, Basic concepts of complexity classes - P, NP, NP-hard, NP-complete.

Theory of Computation: Regular languages and finite automata, Context free languages and Push-down automata, Recursively enumerable sets and Turing machines, Undecidability.

Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Runtime environments, Intermediate and target code generation, Basics of code optimization.

Operating System: Processes, Threads, Inter-process communication, Concurrency, Synchronization, Deadlock, CPU scheduling, Memory management and virtual memory, File systems, I/O systems, Protection and security.

Databases: ER-model, Relational model (relational algebra, tuple calculus), Database design (integrity constraints, normal forms), Query languages (SQL), File structures (sequential files, indexing, B and B+ trees), Transactions and concurrency control.

Information Systems and Software Engineering: information gathering, requirement and feasibility analysis, data flow diagrams, process specifications, input/output design, process life cycle, planning and managing the project, design, coding, testing, implementation, maintenance.

Computer Networks: ISO/OSI stack, LAN technologies (Ethernet, Token ring), Flow and error control techniques, Routing algorithms, Congestion control, TCP/UDP and sockets, IP(v4), Application layer protocols (icmp, dns, smtp, pop, ftp, http); Basic concepts of hubs, switches, gateways, and routers. Network security basic concepts of public key and private key cryptography, digital signature, firewalls.

Web technologies: HTML, XML, basic concepts of client-server computing.



Electrical Engineering - EE

ENGINEERING MATHEMATICS

Linear Algebra: Matrix Algebra, Systems of linear equations, Eigen values and eigen vectors.

Calculus: Mean value theorems, Theorems of integral calculus, Evaluation of definite and improper integrals, Partial Derivatives, Maxima and minima, Multiple integrals, Fourier series. Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Greens theorems.

Differential equations: First order equation (linear and nonlinear), Higher order linear differential equations with constant coefficients, Method of variation of parameters, Cauchys and Eulers equations, Initial and boundary value problems, Partial Differential Equations and variable separable method.

Complex variables: Analytic functions, Cauchys integral theorem and integral formula, Taylors and Laurent series, Residue theorem, solution integrals.

Probability and Statistics: Sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Discrete and continuous distributions, Poisson, Normal and Binomial distribution, Correlation and regression analysis.

Numerical Methods: Solutions of non-linear algebraic equations, single and multi-step methods for differential equations.

Transform Theory: Fourier transform, Laplace transform, Z-transform.

ELECTRICAL ENGINEERING

Electric Circuits and Fields: Network graph, KCL, KVL, node and mesh analysis, transient response of dc and ac networks; sinusoidal steady-state analysis, resonance, basic filter concepts; ideal current and voltage sources, Thevenins, Nortons and Superposition and Maximum Power Transfer theorems, two-port networks, three phase circuits; Gauss Theorem, electric field and potential due to point, line, plane and spherical charge distributions; Amperes and Biot-Savarts laws; inductance; dielectrics; capacitance.

Signals and Systems: Representation of continuous and discrete-time signals; shifting and scaling operations; linear, time-invariant and causal systems; Fourier series representation of continuous periodic signals; sampling theorem; Fourier, Laplace and Z transforms.

Electrical Machines: Single phase transformer - equivalent circuit, phasor diagram, tests, regulation and efficiency; three phase transformers - connections, parallel operation; auto-transformer; energy conversion principles; DC machines - types, windings, generator characteristics, armature reaction and commutation, starting and speed control of motors; three phase induction motors - principles, types, performance characteristics, starting and speed control; single phase induction motors; synchronous machines - performance, regulation and parallel operation of generators, motor starting, characteristics and applications; servo and stepper motors.

Power Systems: Basic power generation concepts; transmission line models and performance; cable performance, insulation; corona and radio interference; distribution systems; per-unit quantities; bus impedance and admittance matrices; load flow; voltage control; power factor correction; economic operation; symmetrical components; fault analysis; principles of over-current, differential and distance protection; solid state relays and digital protection; circuit breakers; system stability concepts, swing curves and equal area criterion; HVDC transmission and FACTS concepts.

Control Systems: Principles of feedback; transfer function; block diagrams; steady-state errors; Routh and Niquist techniques; Bode plots; root loci; lag, lead and lead-lag compensation; state space model; state transition matrix, controllability and observability.

Electrical and Electronic Measurements: Bridges and potentiometers; PMMC, moving iron, dynamometer and induction type instruments; measurement of voltage, current, power, energy and power factor; instrument transformers; digital voltmeters and multimeters; phase, time and frequency measurement; Q-meters; oscilloscopes; potentiometric recorders; error analysis.

Analog and Digital Electronics: Characteristics of diodes, BJT, FET; amplifiers - biasing, equivalent circuit and frequency response; oscillators and feedback amplifiers; operational amplifiers - characteristics and applications; simple active filters; VCOs and timers; combinational and sequential logic circuits; multiplexer; Schmitt trigger; multi-vibrators; sample and hold circuits; A/D and D/A converters; 8-bit microprocessor basics, architecture, programming and interfacing.

Power Electronics and Drives: Semiconductor power diodes, transistors, thyristors, triacs, GTOs, MOSFETs and IGBTs - static characteristics and principles of operation; triggering circuits; phase control rectifiers; bridge converters - fully controlled and half controlled; principles of choppers and inverters; basis concepts of adjustable speed dc and ac drives.



Mechanical Engineering - ME

ENGINEERING MATHEMATICS

Linear Algebra: Matrix algebra, Systems of linear equations, Eigen values and eigen vectors.

Calculus: Functions of single variable, Limit, continuity and differentiability, Mean value theorems, Evaluation of definite and improper integrals, Partial derivatives, Total derivative, Maxima and minima, Gradient, Divergence and Curl, Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Greens theorems.

Differential equations: First order equations (linear and nonlinear), Higher order linear differential equations with constant coefficients, Cauchys and Eulers equations, Initial and boundary value problems, Laplace transforms, Solutions of one dimensional heat and wave equations and Laplace equation.

Complex variables: Analytic functions, Cauchys integral theorem, Taylor and Laurent series.

Probability and Statistics: Definitions of probability and sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Poisson, Normal and Binomial distributions.

Numerical Methods:Numerical solutions of linear and non-linear algebraic equations Integration by trapezoidal and Simpsons rule, single and multi-step methods for differential equations.

APPLIED MECHANICS AND DESIGN

Engineering Mechanics: Free body diagrams and equilibrium; trusses and frames; virtual work; kinematics and dynamics of particles and of rigid bodies in plane motion, including impulse and momentum (linear and angular) and energy formulations; impact.

Strength of Materials: Stress and strain, stress-strain relationship and elastic constants, Mohrs circle for plane stress and plane strain, thin cylinders; shear force and bending moment diagrams; bending and shear stresses; deflection of beams; torsion of circular shafts; Eulers theory of columns; strain energy methods; thermal stresses.

Theory of Machines: Displacement, velocity and acceleration analysis of plane mechanisms; dynamic analysis of slider-crank mechanism; gear trains; flywheels.

Vibrations: Free and forced vibration of single degree of freedom systems; effect of damping; vibration isolation; resonance, critical speeds of shafts.

Design: Design for static and dynamic loading; failure theories; fatigue strength and the S-N diagram; principles of the design of machine elements such as bolted, riveted and welded joints, shafts, spur gears, rolling and sliding contact bearings, brakes and clutches.

FLUID MECHANICS AND THERMAL SCIENCES

Fluid Mechanics: Fluid properties; fluid statics, manometry, buoyancy; control-volume analysis of mass, momentum and energy; fluid acceleration; differential equations of continuity and momentum; Bernoullis equation; viscous flow of incompressible fluids; boundary layer; elementary turbulent flow; flow through pipes, head losses in pipes, bends etc.

Heat-Transfer: Modes of heat transfer; one dimensional heat conduction, resistance concept, electrical analogy, unsteady heat conduction, fins; dimensionless parameters in free and forced convective heat transfer, various correlations for heat transfer in flow over flat plates and through pipes; thermal boundary layer; effect of turbulence; radiative heat transfer, black and grey surfaces, shape factors, network analysis; heat exchanger performance, LMTD and NTU methods.

Thermodynamics: Zeroth, First and Second laws of thermodynamics; thermodynamic system and processes; Carnot cycle. irreversibility and availability; behaviour of ideal and real gases, properties of pure substances, calculation of work and heat in ideal processes; analysis of thermodynamic cycles related to energy conversion.

Applications: Power Engineering: Steam Tables, Rankine, Brayton cycles with regeneration and reheat. I.C. Engines: air-standard Otto, Diesel cycles. Refrigeration and air-conditioning: Vapour refrigeration cycle, heat pumps, gas refrigeration, Reverse Brayton cycle; moist air: psychrometric chart, basic psychrometric processes. Turbomachinery: Pelton-wheel, Francis and Kaplan turbines impulse and reaction principles, velocity diagrams.

MANUFACTURING AND INDUSTRIAL ENGINEERING

Engineering Materials: Structure and properties of engineering materials, heat treatment, stress-strain diagrams for engineering materials.

Metal Casting: Design of patterns, moulds and cores; solidification and cooling; riser and gating design, design considerations.

Forming: Plastic deformation and yield criteria; fundamentals of hot and cold working processes; load estimation for bulk (forging, rolling, extrusion, drawing) and sheet (shearing, deep drawing, bending) metal forming processes; principles of powder metallurgy.

Joining: Physics of welding, brazing and soldering; adhesive bonding; design considerations in welding.

Machining and Machine Tool Operations: Mechanics of machining, single and multi-point cutting tools, tool geometry and materials, tool life and wear; economics of machining; principles of non-traditional machining processes; principles of work holding, principles of design of jigs and fixtures.

Metrology and Inspection: Limits, fits and tolerances; linear and angular measurements; comparators; gauge design; interferometry; form and finish measurement; alignment and testing methods; tolerance analysis in manufacturing and assembly.

Computer Integrated Manufacturing: Basic concepts of CAD/CAM and their integration tools.

Production Planning and Control: Forecasting models, aggregate production planning, scheduling, materials requirement planning.

Inventory Control: Deterministic and probabilistic models; safety stock inventory control systems.

Operations Research: Linear programming, simplex and duplex method, transportation, assignment, network flow models, simple queuing models, PERT and CPM.



Instrumentation Engineering - IN

ENGINEERING MATHEMATICS

Linear Algebra: Matrix Algebra, Systems of linear equations, Eigen values and eigen vectors.

Calculus: Mean value theorems, Theorems of integral calculus, Evaluation of definite and improper integrals, Partial Derivatives, Maxima and minima, Multiple integrals, Fourier series. Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Greens theorems.

Differential equations: First order equation (linear and nonlinear), Higher order linear differential equations with constant coefficients, Method of variation of parameters, Cauchys and Eulers equations, Initial and boundary value problems, Partial Differential Equations and variable separable method.

Complex variables: Analytic functions, Cauchys integral theorem and integral formula, Taylors and Laurent series, Residue theorem, solution integrals.

Probability and Statistics: Sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Discrete and continuous distributions, Poisson, Normal and Binomial distribution, Correlation and regression analysis.

Numerical Methods: Solutions of non-linear algebraic equations, single and multi-step methods for differential equations.

Transform Theory: Fourier transform, Laplace transform, Z-transform.

INSTRUMENTATION ENGINEERING

Basics of Circuits and Measurement Systems: Kirchoffs laws, mesh and nodal Analysis. Circuit theorems. One-port and two-port Network Functions. Static and dynamic characteristics of Measurement Systems. Error and uncertainty analysis. Statistical analysis of data and curve fitting.

Transducers, Mechanical Measurement and Industrial Instrumentation: Resistive, Capacitive, Inductive and piezoelectric transducers and their signal conditioning. Measurement of displacement, velocity and acceleration (translational and rotational), force, torque, vibration and shock. Measurement of pressure, flow, temperature and liquid level. Measurement of pH, conductivity, viscosity and humidity.

Analog Electronics: Characteristics of diode, BJT, JFET and MOSFET. Diode circuits. Transistors at low and high frequencies, Amplifiers, single and multi-stage. Feedback amplifiers. Operational amplifiers, characteristics and circuit configurations. Instrumentation amplifier. Precision rectifier. V-to-I and I-to-V converter. Op-Amp based active filters. Oscillators and signal generators.

Digital Electronics: Combinational logic circuits, minimization of Boolean functions. IC families, TTL, MOS and CMOS. Arithmetic circuits. Comparators, Schmitt trigger, timers and mono-stable multi-vibrator. Sequential circuits, flip-flops, counters, shift registers. Multiplexer, S/H circuit. Analog-to-Digital and Digital-to-Analog converters. Basics of number system. Microprocessor applications, memory and input-output interfacing. Microcontrollers.

Signals, Systems and Communications: Periodic and aperiodic signals. Impulse response, transfer function and frequency response of first- and second order systems. Convolution, correlation and characteristics of linear time invariant systems. Discrete time system, impulse and frequency response. Pulse transfer function. IIR and FIR filters. Amplitude and frequency modulation and demodulation. Sampling theorem, pulse code modulation. Frequency and time division multiplexing. Amplitude shift keying, frequency shift keying and pulse shift keying for digital modulation.

Electrical and Electronic Measurements: Bridges and potentiometers, measurement of R,L and C. Measurements of voltage, current, power, power factor and energy. A.C & D.C current probes. Extension of instrument ranges. Q-meter and waveform analyzer. Digital voltmeter and multi-meter. Time, phase and frequency measurements. Cathode ray oscilloscope. Serial and parallel communication. Shielding and grounding.

Control Systems and Process Control: Feedback principles. Signal flow graphs. Transient Response, steady-state-errors. Routh and Nyquist criteria. Bode plot, root loci. Time delay systems. Phase and gain margin. State space representation of systems. Mechanical, hydraulic and pneumatic system components. Synchro pair, servo and step motors. On-off, cascade, P, P-I, P-I-D, feed forward and derivative controller, Fuzzy controllers.

Analytical, Optical and Biomedical Instrumentation: Mass spectrometry. UV, visible and IR spectrometry. X-ray and nuclear radiation measurements. Optical sources and detectors, LED, laser, Photo-diode, photo-resistor and their characteristics. Interferometers, applications in metrology. Basics of fiber optics. Biomedical instruments, EEG, ECG and EMG. Clinical measurements. Ultrasonic transducers and Ultrasonography. Principles of Computer Assisted Tomography.



Civil Engineering - CE

ENGINEERING MATHEMATICS

Linear Algebra: Matrix algebra, Systems of linear equations, Eigen values and eigenvectors.

Calculus: Functions of single variable, Limit, continuity and differentiability, Mean value theorems, Evaluation of definite and improper integrals, Partial derivatives, Total derivative, Maxima and minima, Gradient, Divergence and Curl, Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Greens theorems.

Differential equations: First order equations (linear and nonlinear), Higher order linear differential equations with constant coefficients, Cauchys and Eulers equations, Initial and boundary value problems, Laplace transforms, Solutions of one dimensional heat and wave equations and Laplace equation.

Complex variables: Analytic functions, Cauchys integral theorem, Taylor and Laurent series.

Probability and Statistics: Definitions of probability and sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Poisson, Normal and Binomial distributions.

Numerical Methods: Numerical solutions of linear and non-linear algebraic equations Integration by trapezoidal and Simpsons rule, single and multi-step methods for differential equations.

STRUCTURAL ENGINEERING

Mechanics: Bending moment and shear force in statically determinate beams. Simple stress and strain relationship: Stress and strain in two dimensions, principal stresses, stress transformation, Mohrs circle. Simple bending theory, flexural and shear stresses, unsymmetrical bending, shear centre. Thin walled pressure vessels, uniform torsion, buckling of column, combined and direct bending stresses.

Structural Analysis: Analysis of statically determinate trusses, arches, beams, cables and frames, displacements in statically determinate structures and analysis of statically indeterminate structures by force/ energy methods, analysis by displacement methods (slope deflection and moment distribution methods), influence lines for determinate and indeterminate structures. Basic concepts of matrix methods of structural analysis.

Concrete Structures: Concrete Technology- properties of concrete, basics of mix design. Concrete design- basic working stress and limit state design concepts, analysis of ultimate load capacity and design of members subjected to flexure, shear, compression and torsion by limit state methods. Basic elements of prestressed concrete, analysis of beam sections at transfer and service loads.

Steel Structures: Analysis and design of tension and compression members, beams and beam- columns, column bases. Connections- simple and eccentric, beamcolumn connections, plate girders and trusses. Plastic analysis of beams and frames.

GEOTECHNICAL ENGINEERING

Soil Mechanics: Origin of soils, soil classification, three - phase system, fundamental definitions, relationship and interrelationships, permeability and seepage, effective stress principle, consolidation, compaction, shear strength.

Foundation Engineering: Sub-surface investigations- scope, drilling bore holes, sampling, penetration tests, plate load test. Earth pressure theories, effect of water table, layered soils. Stability of slopes- infinite slopes, finite slopes. Foundation types- foundation design requirements. Shallow foundations- bearing capacity, effect of shape, water table and other factors, stress distribution, settlement analysis in sands and clays. Deep foundation pile types, dynamic and static formulae, load capacity of piles in sands and clays, negative skin friction.

WATER RESOURCES ENGINEERING

Fluid Mechanics and Hydraulics: Properties of fluids, principle of conservation of mass, momentum, energy and corresponding equations, potential flow, applications of momentum and Bernoullis equation, laminar and turbulent flow, flow in pipes, pipe networks. Concept of boundary layer and its growth. Uniform flow, critical flow and gradually varied flow in channels, specific energy concept, hydraulic jump. Forces on immersed bodies, flow measurements in channels, tanks and pipes. Dimensional analysis and hydraulic modeling. Kinematics of flow, velocity triangles and specific speed of pumps and turbines.

Hydrology: Hydrologic cycle, rainfall, evaporation, infiltration, stage discharge relationships, unit hydrographs, flood estimation, reservoir capacity, reservoir and channel routing. Well hydraulics.

Irrigation: Duty, delta, estimation of evapo-transpiration. Crop water requirements. Design of: lined and unlined canals, waterways, head works, gravity dams and spillways. Design of weirs on permeable foundation. Types of irrigation system, irrigation methods. Water logging and drainage, sodic soils.

ENVIRONMENTAL ENGINEERING

Water requirements: Quality standards, basic unit processes and operations for water treatment. Drinking water standards, water requirements, basic unit operations and unit processes for surface water treatment, distribution of water. Sewage and sewerage treatment, quantity and characteristics of wastewater. Primary, secondary and tertiary treatment of wastewater, sludge disposal, effluent discharge standards. Domestic wastewater treatment, quantity of characteristics of domestic wastewater, primary and secondary treatment Unit operations and unit processes of domestic wastewater, sludge disposal.

Air Pollution: Types of pollutants, their sources and impacts, air pollution meteorology, air pollution control, air quality standards and limits.

Municipal Solid Wastes: Characteristics, generation, collection and transportation of solid wastes, engineered systems for solid waste management (reuse/ recycle, energy recovery, treatment and disposal).

Noise Pollution: Impacts of noise, permissible limits of noise pollution, measurement of noise and control of noise pollution.

TRANSPORTATION ENGINEERING

Highway Planning: Geometric design of highways, testing and specifications of paving materials, design of flexible and rigid pavements.

Traffic Engineering: Traffic characteristics, theory of traffic flow, intersection design, traffic signs and signal design, highway capacity.

SURVEYING

Importance of surveying, principles and classifications, mapping concepts, coordinate system, map projections, measurements of distance and directions, leveling, theodolite traversing, plane table surveying, errors and adjustments, curves.



Pharmaceutical Sciences - PY

Natural Products: Pharmacognosy & Phytochemistry Chemistry, tests, isolation, characterization and estimation of phytopharmaceuticals belonging to the group of Alkaloids, Glycosides, Terpenoids, Steroids, Bioflavanoids, Purines, Guggul lipids. Pharmacognosy of crude drugs that contain the above constituents. Standardization of raw materials and herbal products. WHO guidelines. Quantitative microscopy including modern techniques used for evaluation. Biotechnological principles and techniques for plant development, Tissue culture.

Pharmacology: General pharmacological principles including Toxicology. Drug interaction. Pharmacology of drugs acting on Central nervous system, Cardiovascular system, Autonomic nervous system, Gastro intestinal system and Respiratory system. Pharmacology of Autocoids, Hormones, Hormone antagonists, chemotherapeutic agents including anticancer drugs. Bioassays, Immuno Pharmacology. Drugs acting on the blood & blood forming organs. Drugs acting on the renal system.

Medicinal Chemistry: Structure, nomenclature, classification, synthesis, SAR and metabolism of the following category of drugs, which are official in Indian Pharmacopoeia and British Pharmacopoeia. Introduction to drug design. Stereochemistry of drug molecules. Hypnotics and Sedatives, Analgesics, NSAIDS, Neuroleptics, Antidepressants, Anxiolytics, Anticonvulsants, Antihistaminics, Local Anaesthetics, Cardio Vascular drugs Antianginal agents Vasodilators, Adrenergic & Cholinergic drugs, Cardiotonic agents, Diuretics, Antijypertensive drugs, Hypoglycemic agents, Antilipedmic agents, Coagulants, Anticoagulants, Antiplatelet agents. Chemotherapeutic agents Antibiotics, Antibacterials, Sulphadrugs. Antiproliozoal drugs, Antiviral, Antitubercular, Antimalarial, Anticancer, Antiamoebic drugs. Diagnostic agents. Preparation and storage and uses of official Radiopharmaceuticals, Vitamins and Hormones. Eicosonoids and their application.

Pharmaceutics : Development, manufacturing standards Q.C. limits, labeling, as per the pharmacopoeal requirements. Storage of different dosage forms and new drug delivery systems. Biopharmaceutics and Pharmacokinetics and their importance in formulation. Formulation and preparation of cosmetics lipstick, shampoo, creams, nail preparations and dentifrices. Pharmaceutical calculations.

Pharmaceutical Jurisprudence: Drugs and cosmetics Act and rules with respect to manufacture, sales and storage. Pharmacy Act. Pharmaceutical ethics.

Pharmaceutical Analysis: Principles, instrumentation and applications of the following: Absorption spectroscopy (UV, visible & IR). Fluorimetry, Flame photometry, Potentiometry. Conductometry and Plarography. Pharmacopoeial assays. Principles of NMR, ESR, Mass spectroscopy. X-ray diffraction analysis and different chromatographic methods.

Biochemistry: Biochemical role of hormones, Vitamins, Enzymes, Nucleic acids, Bioenergetics. General principles of immunology. Immunological. Metabolism of carbohydrate, lipids, proteins. Methods to determine, kidney & liver function. Lipid profiles.

Microbiology : Principles and methods of microbiological assays of the Pharmacopoeia. Methods of preparation of official sera and vaccines. Serological and diagnostics tests. Applications of microorganisms in Bio Conversions and in Pharmaceutical industry.

Clinical Pharmacy : Therapeutic Drug Monitoring Dosage regimen in Pregnancy and Lactation, Pediatrics and Geriatrics. Renal and hepatic impairment. Drug Drug interactions and Drug food interactions, Adverse Drug reactions. Medication History, interview and Patient counseling.

Wednesday, June 29, 2011

TOP 50 ENGINEERING COLLEGES IN ANDHRA PRADESH


*5 Star Rated Engineering Colleges:*


1. JNTU, Hyderabad
2. OU College of Engineering Hyderabad
3. AU College of Engineering, Visakhapatnam
4. JNTU, Kakinada, East Godavari
5. CBIT, Hyderabad
6. SVU College of Engineering, Tirupati
7. JNTU, Ananthapur
8. Vasavi College of Engineeing, Rangareddy

*4 Star Rated Engineering Colleges:*

9. Sri Nidhi Institute of Science and Technology, Ghatkesar, Rangareddy
10. Gayatri Vidyaparshit College of Engineerig, Madhuravada, Visakhapatnam
11. MVSR Engineering College, Nadhargul, Visakhapatnam
12. VNR Vignan Jyothi Institute of Engineering and Technology, Rangareddy
13. RVR and JC College of Engineering, Chodavaram, Guntur
14. Gokaraju Rangaraju Institute Engineering & Technology, Miyapur,
Rangareddy
15. Sri Vidyanikethan Engineering College, Tirupati
16. VR Siddartha Engineering College, Vijayawada
17. Saagi Ramakrishna Raju Engineeing College (SRKR), Bhimavaram, West
Godavari
18. Mahathma Gandhi Institute of Technology, Gandipet, Rangareddy
19. Anil Neerukonda Institute of Technology & Science, Bhimili,
Visakhapatnam
20. G.Naryanamma Institute of Technology & Science, Rayadurga, Hyderabad
21. G.Pullareddy Engineering College, Kurnool
22. Kakatiya Institute of Technology & Science, Hasanparti, Warangal
23. CVR College of Engineering, Ibraheempatnam, Rangareddy

*3 Star Rated Engineering Colleges*

24. JB Institute of Engineering and Technology, Mayunabad, Rangareddy
25. Bapatla College of Engineering, Bapatla, Guntur
26. GMR Instute of Technology, Srikakulam
27. Rajiv Gandhi Memorial Colloge of Engineering and Technology, Kurnool
28. Padmasri Dr. BV. Raju Instute of Technology, Narsapur, Medak
29. Prasad V Potluri Sidharth Institute of Technology, Vijayavada
30. Lakireddy Balreddy College of Engineering, Krishna
31. MVGR College of Engineering, Vizainagaram
32. Godavari Institute of Engineering and Technology, Rajahmundry
33. CR Reddy College of Engineering, Eluru
34. Vignan?s institute of Information Technology, Visakhapatnam
35. Bhojireddy Engineering College for Women, Hyderabad
36. Gudlavalleru Engineering College, Krishna
37. Vidyajyothi Institute of Technology (VJIT), Moinabad, Ragareddy
38. Pydah College of Engineering & Technology, Visakhapatnam
39. Pragati Enginering College, Peddapuram, East Godavari

*2 Star Rated Engineering Colleges:*

40. Institute of Aeronautical Engineering, Dundigal, Hyderabad
41. Narayana Engineerning college, Nellore
42. Raghu Engineering College, Bhimili, Visakhapatnam
43. KSRM College of Engineering, Kadapa
44. CVSR College of Engineering, Rangareddy
45. Annamacharya Institute of Technology & Science, Kadapa
46. NBKR Institute of Science & Technology, Nellore
47. Madanapalli Institute of Technology & Science, Chittoor
48. St, Martin?s Engineering College, Medchal, Rangareddy
49. Mahaveer Institute of Science & Technology, Bandlaguda, Hyderabad
50. Sri Vishnu Engineering College for Womwn, Bhimavaram, West Godavari.

Sunday, June 5, 2011

Engineering Text Books ( Ebooks) - All Years All Branches

This Books are collected from Various Websites and i kepp all of them at one Spot here to Share With You, If any link goes Wrong Please inform us through comment-box (situated below of this Post) and We will correct it as soon as possible

Suggestion: Press "Ctrl+F" to Search Book in this Page
Click on the Subject to Download
Mathematics - I
Mathematical Methods
Applied Physics
C Tutor Book
Network Analysis
Electronic Devices and Circuits
AdvancedEngineeringMathematics
IntegratedElectronics
IntroductiontoSolidStatePhysics
LetUsC-YashwantKanetkar
Probability Theory and Stochastic Processes
Signals and Systems
Electrical Technology
Electronic Circuit Analysis--- integrated elcetronics
ElectricMachines
EngineeringElectromagnetics
Magnetics 6thEdition Solutions Manual
DigitallogicDesign
Laboratory C ++ Data Structures
Digital Design
Descrete Mathematics
Probability Theory
Data Structures and Algorithms
Tata Mcgraw-hill Managerial economics
Pulse and Digital Circuits> ( READ FROM GOOGLE BOOKS)
Control Systems
Object Oriented Programming --- java 2
Switching Theory and Logic Design
EM Waves and Transmission Lines
Analog Communications --- digital and analog communication

Control_Systems_Engineering
OperationalAmplifiers-AnalogIntegratedCircuits
Digilar design PrinciplesandPractices
ElectricMachines
Mcgraw-Hill_-_Fundamentals_Of_Managerial_Economics
PowerSystemsbyMehta
SolutionControl_Systems_Engineering
Software Engineering
Principles of Programming Languages
Environmental Studies
Computer Organization
Data Base Management Systems

Managerial Economics and Financial Analysis
Computer Organization
Linear IC Application
Digital IC Applications-
Antennas and Wave Propagation
Digital Communications
INTRODUCTIONTOPOWERELECTRONICS
Formal Languages and Automata Theory
Computer Graphics
Microprocessors and Interfacing
Data Communication Systems
Design and Analysis of Algorithms

Management Science
Telecommunication Switching Systems
Digital Signal Processing
VLSI Design -- principles of cmos
Microwave Engineering
Digital_Signal_Processing_progs
High_Voltage_Engineering
Microcontroler
Microprocessorandmicrocontrolle
EmbeddedSystemsUsingAssemblyand
Principles_of_cmos_vlsi_design
Operating Systems
Compiler Design
Computer Networks
Information Security
Artificial Intelligence and Neural Networks
Object Oriented Analysis and Design

Computer Networks
Electronic Measurements & Instrumentation
Television Engineering
Operating Systems
Satellite Communications
Data Base Management Systems
NeutralNetworksFuzzySystems
Embedded Systems
Mobile Computing
Software Project Management
Artifical inteligence
Advanced Computer Architecture

Bio-Medical Instrumentation
DSP Processors and Architectures
Discrete-TimeControlSystems
FundamentalsOfDatabaseSystems-ElmasriNavathe
Programmable Logic Controller
Human computer interface

Thursday, March 24, 2011

FULL GRE MATERIAL

HIE Frds .. are u preparing for GRE then this post is very useful to u


TRY THIS LINKS

 

GRE Complete Material


http://rapidshare.com/files/141140953/Rea_Gre_Tests.rar

http://rapidshare.com/files/141140365/Pwrprep.rar

http://rapidshare.com/files/140893044/bigbook.zip

http://rapidshare.com/files/140894025/ARCO.rar

http://rapidshare.com/files/141141384/Pwrprep2.rar
http://rapidshare.com/files/141142627/cambridge.rar
http://rapidshare.com/files/141144108/gre_materials.rar
Barrons_CD.rar

http://rapidshare.com/files/141148721/Barrons_CD.rar
Kaplan_CD.rar

http://rapidshare.com/files/141158781/Kaplan_CD.rar
Word_Command.rar

http://rapidshare.com/files/141160465/Word_Command.rar

NOVA

http://rapidshare.com/files/146339399/Nova.rar

Thursday, February 3, 2011

GATE Syllabus

Posted: 31 Jan 2011 09:34 AM PST



GATE Syllabus for Aerospace Engineering
ENGINEERING MATHEMATICS
Linear Algebra: Matrix algebra, systems of linear equations, eigen values and eigen vectors.
Calculus: Functions of single variable, limit, continuity and differentiability, mean value theorems, evaluation of definite and improper integrals, partial derivatives, total derivative, maxima and minima, gradient, divergence and curl, vector identities, directional derivatives, line, surface and volume integrals. Theorems of Stokes, Gauss and Green.
Differential Calculus: First order linear and nonlinear equations, higher order linear ODEs with constant coefficients, Cauchy and Euler equations, initial and boundary value problems, Laplace transforms. Partial differential equations and separation of variables methods.
Numerical methods: Numerical solution of linear and nonlinear algebraic equations, integration by trapezoidal and Simpson rule, single and multi-step methods for differential equations.
FLIGHT MECHANICS
Atmosphere: Properties, standard atmosphere. Classification of aircraft. Airplane (fixed wing aircraft) configuration and various parts.
Airplane performance: Pressure altitude; equivalent, calibrated, indicated air speeds; Primary flight instruments: Altimeter, ASI, VSI, Turn-bank indicator. Drag polar; take off and landing; steady climb & descent,-absolute and service ceiling; cruise, cruise climb, endurance or loiter; load factor, turning flight, V-n diagram; Winds: head, tail & cross winds.
Static stability: Angle of attack, sideslip; roll, pitch & yaw controls; longitudinal stick fixed & free stability, horizontal tail position and size; directional stability, vertical tail position and size; dihedral stability. Wing dihedral, sweep & position; hinge moments, stick forces.
Dynamic stability: Euler angles; Equations of motion; aerodynamic forces and moments, stability & control derivatives; decoupling of longitudinal and lat-directional dynamics; longitudinal modes; lateral-directional modes.

SPACE DYNAMICS
Central force motion, determination of trajectory and orbital period in simple cases. Orbit transfer, in-plane and out-of-plane. Elements of rocket motor performance.

AERODYNAMICS
Basic Fluid Mechanics: Incompressible irrotational flow, Helmholtz and Kelvin theorem, singularities and superposition, viscous flows, boundary layer on a flat plate.
Airfoils and wings: Classification of airfoils, aerodynamic characteristics, high lift devices, Kutta Joukowski theorem; lift generation; thin airfoil theory; wing theory; induced drag; qualitative treatment of low aspect ratio wings.
Viscous Flows: Flow separation, introduction to turbulence, transition, structure of a turbulent boundary layer.
Compressible Flows: Dynamics & Thermodynamics of I-D flow, isentropic flow, normal shock, oblique shock, Prandtl-Meyer flow, flow in nozzles and diffusers, inviscid flow in a c-d nozzle, flow in diffusers. subsonic and supersonic airfoils, compressibility effects on lift and drag, critical and drag divergence Mach number, wave drag.
Wind Tunnel Testing: Measurement and visualisation techniques.

STRUCTURES
Stress and Strain: Equations of equilibrium, constitutive law, strain-displacement relationship, compatibility equations, plane stress and strain, Airy's stress function.
Flight Vehicle Structures: Characteristics of aircraft structures and materials, torsion, bending and flexural shear. Flexural shear flow in thin-walled sections. Buckling. Failure theories. Loads on aircraft.
Structural Dynamics: Free and forced vibration of discrete systems. Damping and resonance. Dynamics of continuous systems.

PROPULSION
Thermodynamics of Aircraft Gas Turbine engines, thrust and thrust augmentation.
Turbomachinery: Axial compressors and turbines, centrifugal pumps and compressors.
Aerothermodynamics of non rotating propulsion components: Intakes, combustor and nozzle. Thermodynamics of ramjets and scramjets. Elements of rocket propulsion.

Posted: 31 Jan 2011 09:32 AM PST



GATE Syllabus for Civil Engineering - CE
ENGINEERING MATHEMATICS
Linear Algebra: Matrix algebra, Systems of linear equations, Eigen values and eigenvectors.
Calculus: Functions of single variable, Limit, continuity and differentiability, Mean value theorems, Evaluation of definite and improper integrals, Partial derivatives, Total derivative, Maxima and minima, Gradient, Divergence and Curl, Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Green's theorems.

Differential equations: First order equations (linear and nonlinear), Higher order linear differential equations with constant coefficients, Cauchy's and Euler's equations, Initial and boundary value problems, Laplace transforms, Solutions of one dimensional heat and wave equations and Laplace equation.
Complex variables: Analytic functions, Cauchy's integral theorem, Taylor and Laurent series.
Probability and Statistics: Definitions of probability and sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Poisson, Normal and Binomial distributions.
Numerical Methods: Numerical solutions of linear and non-linear algebraic equations Integration by trapezoidal and Simpson's rule, single and multi-step methods for differential equations.
STRUCTURAL ENGINEERING
Mechanics: Bending moment and shear force in statically determinate beams. Simple stress and strain relationship: Stress and strain in two dimensions, principal stresses, stress transformation, Mohr's circle. Simple bending theory, flexural and shear stresses, unsymmetrical bending, shear centre. Thin walled pressure vessels, uniform torsion, buckling of column, combined and direct bending stresses.
Structural Analysis: Analysis of statically determinate trusses, arches, beams, cables and frames, displacements in statically determinate structures and analysis of statically indeterminate structures by force/ energy methods, analysis by displacement methods (slope deflection and moment distribution methods), influence lines for determinate and indeterminate structures. Basic concepts of matrix methods of structural analysis.
Concrete Structures: Concrete Technology- properties of concrete, basics of mix design. Concrete design- basic working stress and limit state design concepts, analysis of ultimate load capacity and design of members subjected to flexure, shear, compression and torsion by limit state methods. Basic elements of prestressed concrete, analysis of beam sections at transfer and service loads.
Steel Structures: Analysis and design of tension and compression members, beams and beam- columns, column bases. Connections- simple and eccentric, beams column connections, plate girders and trusses. Plastic analysis of beams and frames.
GEOTECHNICAL ENGINEERING
Soil Mechanics:Origin of soils, soil classification, three-phase system, fundamental definitions, relationship and interrelationships, permeability & seepage, effective stress principle, consolidation, compaction, shear strength.
Foundation Engineering: Sub-surface investigations- scope, drilling bore holes, sampling, penetration tests, plate load test. Earth pressure theories, effect of water table, layered soils. Stability of slopes-infinite slopes, finite slopes. Foundation types-foundation design requirements. Shallow foundations-bearing capacity, effect of shape, water table and other factors, stress distribution, settlement analysis in sands & clays. Deep foundations - pile types, dynamic & static formulae, load capacity of piles in sands & clays, negative skin friction.
WATER RESOURCES ENGINEERING
Fluid Mechanics and Hydraulics: Properties of fluids, principle of conservation of mass, momentum, energy and corresponding equations, potential flow, applications of momentum and Bernoulli's equation, laminar and turbulent flow, flow in pipes, pipe networks. Concept of boundary layer and its growth. Uniform flow, critical flow and gradually varied flow in channels, specific energy concept, hydraulic jump. Forces on immersed bodies, flow measurements in channels, tanks and pipes. Dimensional analysis and hydraulic modeling. Kinematics of flow, velocity triangles and specific speed of pumps and turbines.
Hydrology: Hydrologic cycle, rainfall, evaporation, infiltration, stage discharge relationships, unit hydrographs, flood estimation, reservoir capacity, reservoir and channel routing. Well hydraulics.
Irrigation: Duty, delta, estimation of evapo-transpiration. Crop water requirements. Design of: lined and unlined canals, waterways, head works, gravity dams and spillways. Design of weirs on permeable foundation. Types of irrigation system, irrigation methods. Water logging and drainage, sodic soils.
ENVIRONMENTAL ENGINEERING
Water requirements: Quality standards, basic unit processes and operations for water treatment. Drinking water standards, water requirements, basic unit operations and unit processes for surface water treatment, distribution of water. Sewage and sewerage treatment, quantity and characteristics of wastewater. Primary, secondary and tertiary treatment of wastewater, sludge disposal, effluent discharge standards. Domestic wastewater treatment, quantity of characteristics of domestic wastewater, primary and secondary treatment Unit operations and unit processes of domestic wastewater, sludge disposal.
Air Pollution: Types of pollutants, their sources and impacts, air pollution meteorology, air pollution control, air quality standards and limits.
Municipal Solid Wastes: Characteristics, generation, collection and transportation of solid wastes, engineered systems for solid waste management (reuse/ recycle, energy recovery, treatment and disposal).
Noise Pollution: Impacts of noise, permissible limits of noise pollution, measurement of noise and control of noise pollution.
TRANSPORTATION ENGINEERING
Highway Planning: Geometric design of highways, testing and specifications of paving materials, design of flexible and rigid pavements.
Traffic Engineering: Traffic characteristics, theory of traffic flow, intersection design, traffic signs and signal design, highway capacity.
SURVEYING
Importance of surveying, principles and classifications, mapping concepts, coordinate system, map projections, measurements of distance and directions, leveling, theodolite traversing, plane table surveying, errors and adjustments, curves.

Posted: 31 Jan 2011 09:31 AM PST



GATE Syllabus for Computer Science & Information Technology - CS
ENGINEERING MATHEMATICS
Mathematical Logic: Propositional Logic; First Order Logic.
Probability: Conditional Probability; Mean, Median, Mode and Standard Deviation; Random Variables; Distributions; uniform, normal, exponential, Poisson, Binomial.
Set Theory & Algebra: Sets; Relations; Functions; Groups; Partial Orders; Lattice; Boolean Algebra.
Combinatorics: Permutations; Combinations; Counting; Summation; generating functions; recurrence relations; asymptotics.
Graph Theory: Connectivity; spanning trees; Cut vertices & edges; covering; matching; independent sets; Colouring; Planarity; Isomorphism.
Linear Algebra: Algebra of matrices, determinants, systems of linear equations, Eigen values and Eigen vectors.
Numerical Methods: LU decomposition for systems of linear equations; numerical solutions of non-linear algebraic equations by Secant, Bisection and Newton-Raphson Methods; Numerical integration by trapezoidal and Simpson's rules.
Calculus: Limit, Continuity & differentiability, Mean value Theorems, Theorems of integral calculus, evaluation of definite & improper integrals, Partial derivatives, Total derivatives, maxima & minima.

COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
Digital Logic: Logic functions, Minimization, Design and synthesis of combinational and sequential circuits; Number representation and computer arithmetic (fixed and floating point).
Computer Organization and Architecture: Machine instructions and addressing modes, ALU and data-path, CPU control design, Memory interface, I/O interface (Interrupt and DMA mode), Instruction pipelining, Cache and main memory, Secondary storage.
Programming and Data Structures: Programming in C; Functions, Recursion, Parameter passing, Scope, Binding; Abstract data types, Arrays, Stacks, Queues, Linked Lists, Trees, Binary search trees, Binary heaps.
Algorithms: Analysis, Asymptotic notation, Notions of space and time complexity, Worst and average case analysis; Design: Greedy approach, Dynamic programming, Divide-and-conquer; Tree and graph traversals, Connected components, Spanning trees, Shortest paths; Hashing, Sorting, Searching. Asymptotic analysis (best, worst, average cases) of time and space, upper and lower bounds, Basic concepts of complexity classes - P, NP, NP-hard, NP-complete.
Theory of Computation: Regular languages and finite automata, Context free languages and Push-down automata, Recursively enumerable sets and Turing machines, Undecidability.
Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Runtime environments, Intermediate and target code generation, Basics of code optimization.
Operating System: Processes, Threads, Inter-process communication, Concurrency, Synchronization, Deadlock, CPU scheduling, Memory management and virtual memory, File systems, I/O systems, Protection and security.
Databases: ER-model, Relational model (relational algebra, tuple calculus), Database design (integrity constraints, normal forms), Query languages (SQL), File structures (sequential files, indexing, B and B+ trees), Transactions and concurrency control.
Information Systems and Software Engineering: information gathering, requirement and feasibility analysis, data flow diagrams, process specifications, input/output design, process life cycle, planning and managing the project, design, coding, testing, implementation, maintenance.
Computer Networks: ISO/OSI stack, LAN technologies (Ethernet, Token ring), Flow and error control techniques, Routing algorithms, Congestion control, TCP/UDP and sockets, IP(v4), Application layer protocols (icmp, dns, smtp, pop, ftp, http); Basic concepts of hubs, switches, gateways, and routers. Network security - basic concepts of public key and private key cryptography, digital signature, firewalls.
Web technologies: HTML, XML, basic concepts of client-server computing.

Posted: 31 Jan 2011 09:30 AM PST



GATE Syllabus for Electronics and Communication Engineering - EC
ENGINEERING MATHEMATICS
Linear Algebra: Matrix Algebra, Systems of linear equations, Eigen values and eigen vectors.
Calculus: Mean value theorems, Theorems of integral calculus, Evaluation of definite and improper integrals, Partial Derivatives, Maxima and minima, Multiple integrals, Fourier series. Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Green's theorems.

Differential equations: First order equation (linear and nonlinear), Higher order linear differential equations with constant coefficients, Method of variation of parameters, Cauchy's and Euler's equations, Initial and boundary value problems, Partial Differential Equations and variable separable method.
Complex variables: Analytic functions, Cauchy's integral theorem and integral formula, Taylor's and Laurent' series, Residue theorem, solution integrals.
Probability and Statistics: Sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Discrete and continuous distributions, Poisson, Normal and Binomial distribution, Correlation and regression analysis.
Numerical Methods: Solutions of non-linear algebraic equations, single and multi-step methods for differential equations.
Transform Theory: Fourier transform, Laplace transform, Z-transform.
ELECTRONICS AND COMMUNICATION ENGINEERING
Networks: Network graphs: matrices associated with graphs; incidence, fundamental cut set and fundamental circuit matrices. Solution methods: nodal and mesh analysis. Network theorems: superposition, Thevenin and Norton's maximum power transfer, Wye-Delta transformation. Steady state sinusoidal analysis using phasors. Linear constant coefficient differential equations; time domain analysis of simple RLC circuits, Solution of network equations using Laplace transform: frequency domain analysis of RLC circuits. 2-port network parameters: driving point and transfer functions. State equations for networks.
Electronic Devices: Energy bands in silicon, intrinsic and extrinsic silicon. Carrier transport in silicon: diffusion current, drift current, mobility, and resistivity. Generation and recombination of carriers. p-n junction diode, Zener diode, tunnel diode, BJT, JFET, MOS capacitor, MOSFET, LED, p-I-n and avalanche photo diode, Basics of LASERs. Device technology: integrated circuits fabrication process, oxidation, diffusion, ion implantation, photolithography, n-tub, p-tub and twin-tub CMOS process.
Analog Circuits: Small Signal Equivalent circuits of diodes, BJTs, MOSFETs and analog CMOS. Simple diode circuits, clipping, clamping, rectifier. Biasing and bias stability of transistor and FET amplifiers. Amplifiers: single-and multi-stage, differential and operational, feedback, and power. Frequency response of amplifiers. Simple op-amp circuits. Filters. Sinusoidal oscillators; criterion for oscillation; single-transistor and op-amp configurations. Function generators and wave-shaping circuits, 555 Timers. Power supplies.
Digital circuits: Boolean algebra, minimization of Boolean functions; logic gates; digital IC families (DTL, TTL, ECL, MOS, CMOS). Combinatorial circuits: arithmetic circuits, code converters, multiplexers, decoders, PROMs and PLAs. Sequential circuits: latches and flip-flops, counters and shift-registers. Sample and hold circuits, ADCs, DACs. Semiconductor memories. Microprocessor(8085): architecture, programming, memory and I/O interfacing.
Signals and Systems: Definitions and properties of Laplace transform, continuous-time and discrete-time Fourier series, continuous-time and discrete-time Fourier Transform, DFT and FFT, z-transform. Sampling theorem. Linear Time-Invariant (LTI) Systems: definitions and properties; causality, stability, impulse response, convolution, poles and zeros, parallel and cascade structure, frequency response, group delay, phase delay. Signal transmission through LTI systems.
Control Systems: Basic control system components; block diagrammatic description, reduction of block diagrams. Open loop and closed loop (feedback) systems and stability analysis of these systems. Signal flow graphs and their use in determining transfer functions of systems; transient and steady state analysis of LTI control systems and frequency response. Tools and techniques for LTI control system analysis: root loci, Routh-Hurwitz criterion, Bode and Nyquist plots. Control system compensators: elements of lead and lag compensation, elements of Proportional-Integral-Derivative (PID) control. State variable representation and solution of state equation of LTI control systems.
Communications: Random signals and noise: probability, random variables, probability density function, autocorrelation, power spectral density. Analog communication systems: amplitude and angle modulation and demodulation systems, spectral analysis of these operations, superheterodyne receivers; elements of hardware, realizations of analog communication systems; signal-to-noise ratio (SNR) calculations for amplitude modulation (AM) and frequency modulation (FM) for low noise conditions. Fundamentals of information theory and channel capacity theorem. Digital communication systems: pulse code modulation (PCM), differential pulse code modulation (DPCM), digital modulation schemes: amplitude, phase and frequency shift keying schemes (ASK, PSK, FSK), matched filter receivers, bandwidth consideration and probability of error calculations for these schemes. Basics of TDMA, FDMA and CDMA and GSM.
Electromagnetics: Elements of vector calculus: divergence and curl; Gauss and Stokes theorems, Maxwell's equations: differential and integral forms. Wave equation, Poynting vector. Plane waves: propagation through various media; reflection and refraction; phase and group velocity; skin depth. Transmission lines: characteristic impedance; impedance transformation; Smith chart; impedance matching; S parameters, pulse excitation. Waveguides: modes in rectangular waveguides; boundary conditions; cut-off frequencies; dispersion relations. Basics of propagation in dielectric waveguide and optical fibers. Basics of Antennas: Dipole antennas; radiation pattern; antenna gain.

Posted: 31 Jan 2011 09:36 AM PST


ENGINEERING MATHEMATICS

Linear Algebra: Matrix Algebra, Systems of linear equations, Eigen values and eigen vectors.
Calculus: Mean value theorems, Theorems of integral calculus, Evaluation of definite and improper integrals, Partial Derivatives, Maxima and minima, Multiple integrals, Fourier series. Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Green's theorems.


Differential equations: First order equation (linear and nonlinear), Higher order linear differential equations with constant coefficients, Method of variation of parameters, Cauchy's and Euler's equations, Initial and boundary value problems, Partial Differential Equations and variable separable method.
Complex variables: Analytic functions, Cauchy's integral theorem and integral formula, Taylor's and Laurent series, Residue theorem, solution integrals.
Probability and Statistics: Sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Discrete and continuous distributions, Poisson, Normal and Binomial distribution, Correlation and regression analysis.
Numerical Methods: Solutions of non-linear algebraic equations, single and multi-step methods for differential equations.
Transform Theory: Fourier transform, Laplace transform, Z-transform.
ELECTRICAL ENGINEERING

Electric Circuits and Fields: Network graph, KCL, KVL, node and mesh analysis, transient response of dc and ac networks; sinusoidal steady-state analysis, resonance, basic filter concepts; ideal current and voltage sources, Thevenin's, Norton's and Superposition and Maximum Power Transfer theorems, two-port networks, three phase circuits; Gauss Theorem, electric field and potential due to point, line, plane and spherical charge distributions; Ampere's and Biot-Savart's laws; inductance; dielectrics; capacitance.
Signals and Systems: Representation of continuous and discrete-time signals; shifting and scaling operations; linear, time-invariant and causal systems; Fourier series representation of continuous periodic signals; sampling theorem; Fourier, Laplace and Z transforms.
Electrical Machines: Single phase transformer - equivalent circuit, phasor diagram, tests, regulation and efficiency; three phase transformers - connections, parallel operation; auto-transformer; energy conversion principles; DC machines - types, windings, generator characteristics, armature reaction and commutation, starting and speed control of motors; three phase induction motors - principles, types, performance characteristics, starting and speed control; single phase induction motors; synchronous machines - performance, regulation and parallel operation of generators, motor starting, characteristics and applications; servo and stepper motors.
Power Systems: Basic power generation concepts; transmission line models and performance; cable performance, insulation; corona and radio interference; distribution systems; per-unit quantities; bus impedance and admittance matrices; load flow; voltage control; power factor correction; economic operation; symmetrical components; fault analysis; principles of over-current, differential and distance protection; solid state relays and digital protection; circuit breakers; system stability concepts, swing curves and equal area criterion; HVDC transmission and FACTS concepts.
Control Systems: Principles of feedback; transfer function; block diagrams; steady-state errors; Routh and Niquist techniques; Bode plots; root loci; lag, lead and lead-lag compensation; state space model; state transition matrix, controllability and observability.
Electrical and Electronic Measurements: Bridges and potentiometers; PMMC, moving iron, dynamometer and induction type instruments; measurement of voltage, current, power, energy and power factor; instrument transformers; digital voltmeters and multimeters; phase, time and frequency measurement; Q-meters; oscilloscopes; potentiometric recorders; error analysis.
Analog and Digital Electronics: Characteristics of diodes, BJT, FET; amplifiers - biasing, equivalent circuit and frequency response; oscillators and feedback amplifiers; operational amplifiers - characteristics and applications; simple active filters; VCOs and timers; combinational and sequential logic circuits; multiplexer; Schmitt trigger; multi-vibrators; sample and hold circuits; A/D and D/A converters; 8-bit microprocessor basics, architecture, programming and interfacing.
Power Electronics and Drives: Semiconductor power diodes, transistors, thyristors, triacs, GTOs, MOSFETs and IGBTs - static characteristics and principles of operation; triggering circuits; phase control rectifiers; bridge converters - fully controlled and half controlled; principles of choppers and inverters; basis concepts of adjustable speed dc and ac drives.
Posted: 31 Jan 2011 09:37 AM PST



GATE Syllabus for Mechnical Engineering - ME 

ENGINEERING MATHEMATICS
Linear Algebra: Matrix algebra, Systems of linear equations, Eigen values and eigen vectors.
Calculus: Functions of single variable, Limit, continuity and differentiability, Mean value theorems, Evaluation of definite and improper integrals, Partial derivatives, Total derivative, Maxima and minima, Gradient, Divergence and Curl, Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Green's theorems.

Differential equations: First order equations (linear and nonlinear), Higher order linear differential equations with constant coefficients, Cauchy's and Euler's equations, Initial and boundary value problems, Laplace transforms, Solutions of one dimensional heat and wave equations and Laplace equation.
Complex variables: Analytic functions, Cauchy's integral theorem, Taylor and Laurent series.
Probability and Statistics: Definitions of probability and sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Poisson, Normal and Binomial distributions.
Numerical Methods: Numerical solutions of linear and non-linear algebraic equations Integration by trapezoidal and Simpson's rule, single and multi-step methods for differential equations.
APPLIED MECHANICS AND DESIGN
Engineering Mechanics: Free body diagrams and equilibrium; trusses and frames; virtual work; kinematics and dynamics of particles and of rigid bodies in plane motion, including impulse and momentum (linear and angular) and energy formulations; impact.
Strength of Materials: Stress and strain, stress-strain relationship and elastic constants, Mohr's circle for plane stress and plane strain, thin cylinders; shear force and bending moment diagrams; bending and shear stresses; deflection of beams; torsion of circular shafts; Euler?s theory of columns; strain energy methods; thermal stresses.
Theory of Machines: Displacement, velocity and acceleration analysis of plane mechanisms; dynamic analysis of slider-crank mechanism; gear trains; flywheels.
Vibrations: Free and forced vibration of single degree of freedom systems; effect of damping; vibration isolation; resonance, critical speeds of shafts.
Design: Design for static and dynamic loading; failure theories; fatigue strength and the S-N diagram; principles of the design of machine elements such as bolted, riveted and welded joints, shafts, spur gears, rolling and sliding contact bearings, brakes and clutches.
FLUID MECHANICS AND THERMAL SCIENCES
Fluid Mechanics: Fluid properties; fluid statics, manometry, buoyancy; control-volume analysis of mass, momentum and energy; fluid acceleration; differential equations of continuity and momentum; Bernoulli's equation; viscous flow of incompressible fluids; boundary layer; elementary turbulent flow; flow through pipes, head losses in pipes, bends etc.
Heat-Transfer: Modes of heat transfer; one dimensional heat conduction, resistance concept, electrical analogy, unsteady heat conduction, fins; dimensionless parameters in free and forced convective heat transfer, various correlations for heat transfer in flow over flat plates and through pipes; thermal boundary layer; effect of turbulence; radiative heat transfer, black and grey surfaces, shape factors, network analysis; heat exchanger performance, LMTD and NTU methods.
Thermodynamics: Zeroth, First and Second laws of thermodynamics; thermodynamic system and processes; Carnot cycle. irreversibility and availability; behaviour of ideal and real gases, properties of pure substances, calculation of work and heat in ideal processes; analysis of thermodynamic cycles related to energy conversion.
Applications: Power Engineering: Steam Tables, Rankine, Brayton cycles with regeneration and reheat. I.C. Engines: air-standard Otto, Diesel cycles. Refrigeration and air-conditioning: Vapour refrigeration cycle, heat pumps, gas refrigeration, Reverse Brayton cycle; moist air: psychrometric chart, basic psychrometric processes. Turbomachinery: Pelton-wheel, Francis and Kaplan turbines - impulse and reaction principles, velocity diagrams.
MANUFACTURING AND INDUSTRIAL ENGINEERING
Engineering Materials: Structure and properties of engineering materials, heat treatment, stress-strain diagrams for engineering materials.
Metal Casting: Design of patterns, moulds and cores; solidification and cooling; riser and gating design, design considerations.
Forming: Plastic deformation and yield criteria; fundamentals of hot and cold working processes; load estimation for bulk (forging, rolling, extrusion, drawing) and sheet (shearing, deep drawing, bending) metal forming processes; principles of powder metallurgy.
>Joining: Physics of welding, brazing and soldering; adhesive bonding; design considerations in welding.
Machining and Machine Tool Operations: Mechanics of machining, single and multi-point cutting tools, tool geometry and materials, tool life and wear; economics of machining; principles of non-traditional machining processes; principles of work holding, principles of design of jigs and fixtures
Metrology and Inspection: Limits, fits and tolerances; linear and angular measurements; comparators; gauge design; interferometry; form and finish measurement; alignment and testing methods; tolerance analysis in manufacturing and assembly.
Computer Integrated Manufacturing: Basic concepts of CAD/CAM and their integration tools.
Production Planning and Control: Forecasting models, aggregate production planning, scheduling, materials requirement planning.
Inventory Control: Deterministic and probabilistic models; safety stock inventory control systems.
Operations Research: Linear programming, simplex and duplex method, transportation, assignment, network flow models, simple queuing models, PERT and CPM.

Posted: 31 Jan 2011 09:37 AM PST



GATE Syllabus for Metallurgical Engineering - MT

METALLURGICAL ENGINEERING

Thermodynamics and Rate Processes: Laws of thermodynamics, activity, equilibrium constant, applications to metallurgical systems, solutions, phase equilibria, Ellingham and phase stability diagrams, thermodynamics of surfaces, interfaces and defects, adsorption and segregation; basic kinetic laws, order of reactions, rate constants and rate limiting steps; principles of electro chemistry- single electrode potential, electro-chemical cells and polarizations, aqueous corrosion and protection of metals, oxidation and high temperature corrosion -- characterization and control; heat transfer - conduction, convection and heat transfer coefficient relations, radiation, mass transfer -diffusion and Fick's laws, mass transfer coefficients; momentum transfer - concepts of viscosity, shell balances, Bernoulli's equation, friction factors.
Extractive Metallurgy: Minerals of economic importance, comminution techniques, size classification, Flotation, gravity and other methods of mineral processing; agglomeration, pyro- hydro- and electro-metallurgical processes; material and energy balances; principles and processes for the extraction of non-ferrous metals - aluminium, copper, zinc, lead, magnesium, nickel, titanium and other rare metals; iron and steel making - principles, role structure and properties of slags, metallurgical coke, blast furnace, direct reduction processes, primary and secondary steel making, ladle metallurgy operations including deoxidation, desulphurization, sulphide shape control, inert gas rinsing and vacuum reactors; secondary refining processes including AOD, VAD, VOD, VAR and ESR; ingot and continuous casting; stainless steel making, furnaces and refractories.
Physical Metallurgy: Crystal structure and bonding characteristics of metals, alloys, ceramics and polymers, structure of surfaces and interfaces, nano-crystalline and amorphous structures; solid solutions; solidification; phase transformation and binary phase diagrams; principles of heat treatment of steels, cast iron and aluminum alloys; surface treatments; recovery, recrystallization and grain growth; industrially important ferrous and non-ferrous alloys; elements of X-ray and electron diffraction; principles of scanning and transmission electron microscopy; industrial ceramics, polymers and composites; electronic basis of thermal, optical, electrical and magnetic properties of materials; electronic and opto-electronic materials.
Mechanical Metallurgy: Elasticity, yield criteria and plasticity; defects in crystals; elements of dislocation theory - types of dislocations, slip and twinning, source and multiplication of dislocations, stress fields around dislocations, partial dislocations, dislocation interactions and reactions; strengthening mechanisms; tensile, fatigue and creep behaviour; super-plasticity; fracture - Griffith theory, basic concepts of linear elastic and elasto-plastic fracture mechanics, ductile to brittle transition, fracture toughness; failure analysis; mechanical testing -- tension, compression, torsion, hardness, impact, creep, fatigue, fracture toughness and formability.
Manufacturing Processes: Metal casting - patterns and moulds including mould design involving feeding, gating and risering, melting, casting practices in sand casting, permanent mould casting, investment casting and shell moulding, casting defects and repair; hot, warm and cold working of metals, Metal forming - fundamentals of metal forming processes of rolling, forging, extrusion, wire drawing and sheet metal forming, defects in forming; Metal joining - soldering, brazing and welding, common welding processes of shielded metal arc welding, gas metal arc welding, gas tungsten arc welding and submerged arc welding; welding metallurgy, problems associated with welding of steels and aluminium alloys, defects in welded joints; powder metallurgy; NDT using dye-penetrant, ultrasonic, radiography, eddy current, acoustic emission and magnetic particle methods.
Calculus: Limit, continuity and differentiability; Partial Derivatives; Maxima and minima; Sequences and series; Test for convergence; Fourier series.
Vector Calculus: Gradient; Divergence and Curl; Line; surface and volume integrals; Stokes, Gauss and Green’s theorems.
Diferential Equations: Linear and non-linear first order ODEs; Higher order linear ODEs with constant coefficients; Cauchy’s and Euler’s equations; Laplace transforms; PDEs – Laplace, heat and wave equations.
Probability and Statistics: Mean, median, mode and standard deviation; Random variables; Poisson, normal and binomial distributions; Correlation and regression analysis.
Numerical Methods: Solutions of linear and non-linear algebraic equations; integration of trapezoidal and Simpson’s rule; single and multi-step methods for differential equations.

Posted: 31 Jan 2011 09:37 AM PST



GATE Syllabus for Mining Engineering - MN

ENGINEERING MATHEMATICS
Linear Algebra: Matrices and Determinants, Systems of linear equations, Eigen values and Eigen vectors.
Calculus: Limit, continuity and differentiability; Partial Derivatives; Maxima and minima; Sequences and series; Test for convergence; Fourier series.
Vector Calculus: Gradient; Divergence and Curl; Line; surface and volume integrals; Stokes, Gauss and Green's theorems.



Diferential Equations: Linear and non-linear first order ODEs; Higher order linear ODEs with constant coefficients; Cauchy's and Euler?s equations; Laplace transforms; PDEs - Laplace, heat and wave equations.
Probability and Statistics: Mean, median, mode and standard deviation; Random variables; Poisson, normal and binomial distributions; Correlation and regression analysis.
Numerical Methods: Solutions of linear and non-linear algebraic equations; integration of trapezoidal and Simpson's rule; single and multi-step methods for differential equations.

MINING ENGINEERING
Mechanics: Equivalent force systems; Equations of equilibrium; Two dimensional frames and trusses; Free body diagrams; Friction forces; Particle kinematics and dynamics.
Mine Development, Geomechanics and Ground Control:Methods of access to deposits; Underground drivages; Drilling methods and machines; Explosives, blasting devices and practices.
Geo-technical properties of rocks; Rock mass classification; Ground control, instrumentation and stress measurement techniques; Theories of rock failure; Ground vibrations; Stress distribution around mine openings; Subsidence; Design of supports in roadways and workings; Rock bursts and coal bumps; Slope stability.
Mining Methods and Machinery: Surface mining: layout, development, loading, transportation and mechanization, continuous surface mining systems; Underground coal mining: bord and pillar systems, room and pillar mining, longwall mining, thick seam mining methods; Underground metal mining : open, supported and caved stoping methods, stope mechanization, ore handling systems, mine filling.
Generation and transmission of mechanical, hydraulic and pneumatic power; Materials handling: haulages, conveyors, face and development machinery, hoisting systems, pumps.
Ventilation, Underground Hazards and Surface Environment: Underground atmosphere; Heat load sources and thermal environment, air cooling; Mechanics of air flow, distribution, natural and mechanical ventilation; Mine fans and their usage; Auxiliary ventilation; Ventilation planning.
Subsurface hazards from fires, explosions, gases, dust and inundation; Rescue apparatus and practices; Safety in mines, accident analysis, noise, mine lighting, occupational health and risk.
Air, water and soil pollution : causes, dispersion, quality standards, reclamation and control.
Surveying, Mine Planning and Systems Engineering:Fundamentals of engineering surveying; Levels and leveling, theodolite, tacheometry, triangulation, contouring, errors and adjustments, correlation; Underground surveying; Curves;
Photogrammetry; Field astronomy; EDM, total station and GPS fundamentals.
Principles of planning: Sampling methods and practices, reserve estimation techniques, basics of geostatistics and quality control, optimization of facility location, cash flow concepts and mine valuation, open pit design; GIS fundamentals.
Work-study; Concepts of reliability, reliability of series and parallel systems.
Linear programming, transportation and assignment problems, queueing, network analysis, basics of simulation.
Posted: 31 Jan 2011 09:37 AM PST



GATE Syllabus for Physics - PH
Mathematical Physics: Linear vector space; matrices; vector calculus; linear differential equations; elements of complex analysis; Laplace transforms, Fourier analysis, elementary ideas about tensors.
Classical Mechanics: Conservation laws; central forces, Kepler problem and planetary motion; collisions and scattering in laboratory and centre of mass frames; mechanics of system of particles; rigid body dynamics; moment of inertia tensor; noninertial frames and pseudo forces; variational principle; Lagrange's and Hamilton's formalisms; equation of motion, cyclic coordinates, Poisson bracket; periodic motion, small oscillations, normal modes; special theory of relativity - Lorentz transformations, relativistic kinematics, mass-energy equivalence.


Electromagnetic Theory: Solution of electrostatic and magnetostatic problems including boundary value problems; dielectrics and conductors; Biot-Savart's and Ampere's laws; Faraday's law; Maxwell's equations; scalar and vector potentials; Coulomb and Lorentz gauges; Electromagnetic waves and their reflection, refraction, interference, diffraction and polarization. Poynting vector, Poynting theorem, energy and momentum of electromagnetic waves; radiation from a moving charge.
Quantum Mechanics: Physical basis of quantum mechanics; uncertainty principle; Schrodinger equation; one, two and three dimensional potential problems; particle in a box, harmonic oscillator, hydrogen atom; linear vectors and operators in Hilbert space; angular momentum and spin; addition of angular momenta; time independent perturbation theory; elementary scattering theory.
Thermodynamics and Statistical Physics: Laws of thermodynamics; macrostates and microstates; phase space; probability ensembles; partition function, free energy, calculation of thermodynamic quantities; classical and quantum statistics; degenerate Fermi gas; black body radiation and Planck's distribution law; Bose-Einstein condensation; first and second order phase transitions, critical point.
Atomic and Molecular Physics: Spectra of one- and many-electron atoms; LS and jj coupling; hyperfine structure; Zeeman and Stark effects; electric dipole transitions and selection rules; X-ray spectra; rotational and vibrational spectra of diatomic molecules; electronic transition in diatomic molecules, Franck-Condon principle; Raman effect; NMR and ESR; lasers.
Solid State Physics: Elements of crystallography; diffraction methods for structure determination; bonding in solids; elastic properties of solids; defects in crystals; lattice vibrations and thermal properties of solids; free electron theory; band theory of solids; metals, semiconductors and insulators; transport properties; optical, dielectric and magnetic properties of solids; elements of superconductivity.
Nuclear and Particle Physics: Nuclear radii and charge distributions, nuclear binding energy, Electric and magnetic moments; nuclear models, liquid drop model - semi-empirical mass formula, Fermi gas model of nucleus, nuclear shell model; nuclear force and two nucleon problem; Alpha decay, Beta-decay, electromagnetic transitions in nuclei; Rutherford scattering, nuclear reactions, conservation laws; fission and fusion; particle accelerators and detectors; elementary particles, photons, baryons, mesons and leptons; quark model.
Electronics: Network analysis; semiconductor devices; Bipolar Junction Transistors, Field Effect Transistors, amplifier and oscillator circuits; operational amplifier, negative feedback circuits , active filters and oscillators; rectifier circuits, regulated power supplies; basic digital logic circuits, sequential circuits, flip-flops, counters, registers, A/D and D/A conversion.
Posted: 31 Jan 2011 09:00 AM PST


GATE Syllabus for Production And Industrial Engineering - PI

ENGINEERING MATHEMATICS

Linear Algebra: Matrix algebra, Systems of linear equations, Eigen values and eigen vectors.
Calculus: Functions of single variable, Limit, continuity and differentiability, Mean value theorems, Evaluation of definite and improper integrals, Partial derivatives, Total derivative, Maxima and minima, Gradient, Divergence and Curl, Vector identities, Directional derivatives, Line, Surface and Volume integrals, Stokes, Gauss and Green's theorems.

Differential equations: First order equations (linear and nonlinear), Higher order linear differential equations with constant coefficients, Cauchy's and Euler's equations, Initial and boundary value problems, Laplace transforms, Solutions of one dimensional heat and wave equations and Laplace equation.

Complex variables: Analytic functions, Cauchy's integral theorem, Taylor and Laurent series.

Probability and Statistics: Definitions of probability and sampling theorems, Conditional probability, Mean, median, mode and standard deviation, Random variables, Poisson, Normal and Binomial distributions.

Numerical Methods: Numerical solutions of linear and non-linear algebraic equations Integration by trapezoidal and Simpson's rule, single and multi-step methods for differential equations.

GENERAL ENGINEERING

Engineering Materials: Structure and properties of engineering materials and their applications; effect of strain, strain rate and temperature on mechanical properties of metals and alloys; heat treatment of metals and alloys, its influence on mechanical properties.
Applied Mechanics: Engineering mechanics - equivalent force systems, free body concepts, equations of equilibrium; strength of materials - stress, strain and their relationship, Mohr's circle, deflection of beams, bending and shear stress, Euler's theory of columns.

Theory of Machines and Design: Analysis of planar mechanisms, cams and followers; governers and fly wheels; design of elements - failure theories; design of bolted, riveted and welded joints; design of shafts, keys, spur gears, belt drives, brakes and clutches.

Thermal Engineering: Fluid mechanics - fluid statics, Bernoulli's equation, flow through pipes, equations of continuity and momentum; thermodynamics - zeroth, first and second law of thermodynamics, thermodynamic system and processes, calculation of work and heat for systems and control volumes; air standard cycles; basics of internal combustion engines and steam turbines; heat transfer - fundamentals of conduction, convection and radiation, heat exchangers.

PRODUCTION ENGINEERING

Metal Casting: Casting processes - types and applications; patterns - types and materials; allowances; moulds and cores - materials, making, and testing; casting techniques of cast iron, steels and nonferrous metals and alloys; solidification; design of casting, gating and risering; casting inspection, defects and remedies.
Metal Forming: Stress-strain relations in elastic and plastic deformation; concept of flow stress, deformation mechanisms; hot and cold working - forging, rolling, extrusion, wire and tube drawing; sheet metal working processes such as blanking, piercing, bending, deep drawing, coining and embossing; analysis of rolling, forging, extrusion and wire /rod drawing; metal working defects.

Metal Joining Processes: Welding processes - manual metal arc, MIG, TIG, plasma arc, submerged arc, electroslag, thermit, resistance, forge, friction, and explosive welding;other joining processes - soldering, brazing, braze welding; inspection of welded joints, defects and remedies; introduction to advanced welding processes - ultrasonic, electron beam, laser beam; thermal cutting.

Machining and Machine Tool Operations: Basic machine tools; machining processes-turning, drilling, boring, milling, shaping, planing, gear cutting, thread production, broaching, grinding, lapping, honing, super finishing; mechanics of machining - geometry of cutting tools, chip formation, cutting forces and power requirements, Merchant's analysis; selection of machining parameters; tool materials, tool wear and tool life, economics of machining, thermal aspects of machining, cutting fluids, machinability; principles and applications of nontraditional machining processes - USM, AJM, WJM, EDM and Wire cut EDM, LBM, EBM, PAM, CHM, ECM.

Tool Engineering: Jigs and fixtures - principles, applications, and design; press tools - configuration, design of die and punch; principles of forging die design.

Metrology and Inspection: Limits, fits, and tolerances, interchangeability, selective assembly; linear and angular measurements by mechanical and optical methods, comparators; design of limit gauges; interferometry; measurement of straightness, flatness, roundness, squareness and symmetry; surface finish measurement; inspection of screw threads and gears; alignment testing of machine tools.

Powder Metallurgy: Production of metal powders, compaction and sintering.

Polymers and Composites: Introduction to polymers and composites; plastic processing - injection, compression and blow molding, extrusion, calendaring and thermoforming; molding of composites.

Manufacturing Analysis: Sources of errors in manufacturing; process capability; tolerance analysis in manufacturing and assembly; process planning; parameter selection and comparison of production alternatives; time and cost analysis; manufacturing technologies - strategies and selection.

Computer Integrated Manufacturing: Basic concepts of CAD, CAM, CAPP, cellular manufacturing, NC, CNC, DNC, Robotics, FMS, and CIM.

INDUSTRIAL ENGINEERING

Product Design and Development: Principles of good product design, tolerance design; quality and cost considerations; product life cycle; standardization, simplification, diversification, value engineering and analysis, concurrent engineering.

Engineering Economy and Costing: Elementary cost accounting and methods of depreciation; break-even analysis, techniques for evaluation of capital investments, financial statements.

Work System Design: Taylor's scientific management, Gilbreths's contributions; productivity - concepts and measurements; method study, micro-motion study, principles of motion economy; work measurement - stop watch time study, work sampling, standard data, PMTS; ergonomics; job evaluation, merit rating, incentive schemes, and wage administration; business process reengineering.

Facility Design: Facility location factors and evaluation of alternate locations; types of plant layout and their evaluation; computer aided layout design techniques; assembly line balancing; materials handling systems.

Production Planning and Inventory Control: Forecasting techniques - causal and time series models, moving average, exponential smoothing, trend and seasonality; aggregate production planning; master production scheduling; MRP and MRP-II; order control and flow control; routing, scheduling and priority dispatching; push and pull production systems, concept of JIT manufacturing system; logistics, distribution, and supply chain management; Inventory - functions, costs, classifications, deterministic and probabilistic inventory models, quantity discount; perpetual and periodic inventory control systems.

Operation Research: Linear programming - problem formulation, simplex method, duality and sensitivity analysis; transportation and assignment models; network flow models, constrained optimization and Lagrange multipliers; simple queuing models; dynamic programming; simulation - manufacturing applications; PERT and CPM, time-cost trade-off, resource leveling.

Quality Management: Quality - concept and costs, quality circles, quality assurance; statistical quality control, acceptance sampling, zero defects, six sigma; total quality management; ISO 9000; design of experiments - Taguchi method.

Reliability and Maintenance: Reliability, availability and maintainability; distribution of failure and repair times; determination of MTBF and MTTR, reliability models; system reliability determination; preventive maintenance and replacement, total productive maintenance - concept and applications.

Management Information System: Value of information; information storage and retrieval system - database and data structures; knowledge based systems.

Intellectual Property System: Definition of intellectual property, importance of IPR; TRIPS and its implications, patent, copyright, industrial design and trademark.
Posted: 31 Jan 2011 08:52 AM PST



GATE Syllabus for Pharmaceutical Science - PY
Natural Products: Pharmacognosy & Phytochemistry - Chemistry, tests, isolation, characterization and estimation of phytopharmaceuticals belonging to the group of Alkaloids, Glycosides, Terpenoids, Steroids, Bioflavanoids, Purines, Guggul lipids. Pharmacognosy of crude drugs that contain the above constituents. Standardization of raw materials and herbal products. WHO guidelines. Quantitative microscopy including modern techniques used for evaluation. Biotechnological principles and techniques for plant development, Tissue culture.


Pharmacology: General pharmacological principles including Toxicology. Drug interaction. Pharmacology of drugs acting on Central nervous system, Cardiovascular system, Autonomic nervous system, Gastro intestinal system and Respiratory system. Pharmacology of Autocoids, Hormones, Hormone antagonists, chemotherapeutic agents including anticancer drugs. Bioassays, Immuno Pharmacology. Drugs acting on the blood & blood forming organs. Drugs acting on the renal system.
Medicinal Chemistry: Structure, nomenclature, classification, synthesis, SAR and metabolism of the following category of drugs, which are official in Indian Pharmacopoeia and British Pharmacopoeia. Introduction to drug design. Ster
...

[Message clipped]  View entire message