JNTUK R16 3-2 Artificial Intelligence Material/Notes PDF Download

JNTUK R16 3-2 Artificial Intelligence Material/Notes PDF Download

Students those who are studying JNTUK R16 CSE Branch, Can Download Unit wise R16 3-2 Artificial Intelligence (AI) Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Artificial Intelligence Material/Notes PDF Download

OBJECTIVES:

  • To have a basic proficiency in a traditional AI language including an ability to write simple to intermediate programs and an ability to understand code written in that language.
  • To have an understanding of the basic issues of knowledge representation and blind and heuristic search, as well as an understanding of other topics such as minimax, resolution, etc. that play an important role in AI programs.
  • To have a basic understanding of some of the more advanced topics of AI such as learning, natural language processing, agents and robotics, expert systems, and planning

UNIT-1

Introduction to artificial intelligence: Introduction ,history, intelligent systems, foundations of AI, applications, tic-tac-tie game playing, development of ai languages, current trends in AI

Download UNIT-1 Material PDF | Reference-2

UNIT-2

Problem solving: state-space search and control strategies :Introduction, general problem solving, characteristics of problem, exhaustive searches, heuristic search techniques, iterativedeepening a*, constraint satisfaction

Problem reduction and game playing: Introduction, problem reduction, game playing, alphabeta pruning, two-player perfect information games

Download UNIT-2 Material PDF | Reference-2

UNIT-3

Logic concepts: Introduction, propositional calculus, proportional logic, natural deduction system, axiomatic system, semantic tableau system in proportional logic, resolution refutation in proportional logic, predicate logic

Download UNIT-3 Material PDF | Reference-2

UNIT-4

Knowledge representation: Introduction, approaches to knowledge representation, knowledge representation using semantic network, extended semantic networks for KR, knowledge representation using frames advanced knowledge representation techniques: Introduction, conceptual dependency theory, script structure, cyc theory, case grammars, semantic web

Download UNIT-4 Material PDF | Reference-2

UNIT-5

Expert system and applications: Introduction phases in building expert systems, expert system versus traditional systems, rule-based expert systems blackboard systems truth maintenance systems, application of expert systems, list of shells and tools

Download UNIT-5 Material PDF | Reference-2

UNIT-6

Uncertainty measure: probability theory: Introduction, probability theory, Bayesian belief networks, certainty factor theory, dempster-shafer theory Fuzzy sets and fuzzy logic: Introduction, fuzzy sets, fuzzy set operations, types of membership functions, multi valued logic, fuzzy logic, linguistic variables and hedges, fuzzy propositions, inference rules for fuzzy propositions, fuzzy systems.

Download UNIT-6 Material PDF | Reference-2


TEXT BOOKS:

  1. Artificial Intelligence- Saroj Kaushik, CENGAGE Learning,
  2. Artificial intelligence, A modern Approach , 2nded, Stuart Russel, Peter Norvig, PEA
  3. Artificial Intelligence- Rich, Kevin Knight, Shiv Shankar B Nair, 3rded, TMH
  4. Introduction to Artificial Intelligence, Patterson, PHI

REFERENCE BOOKS:

  1. Atificial intelligence, structures and Strategies for Complex problem solving, -George F Lugar, 5thed, PEA
  2. Introduction to Artificial Intelligence, Ertel, Wolf Gang, Springer
  3. Artificial Intelligence, A new Synthesis, Nils J Nilsson, Elsevier

OUTCOMES:

  • Identify problems that are amenable to solution by AI methods, and which AI methods may be suited to solving a given problem.
  • Formalize a given problem in the language/framework of different AI methods (e.g., as a search problem, as a constraint satisfaction problem, as a planning problem, as a Markov decision process, etc).
  • Implement basic AI algorithms (e.g., standard search algorithms or dynamic programming).
  • Design and carry out an empirical evaluation of different algorithms on problem formalization, and state the conclusions that the evaluation supports.

JNTUK R16 3-2 Design and Analysis of Algorithms Material PDF Download

JNTUK R16 3-2 Design and Analysis of Algorithms Material PDF Download

Students those who are studying JNTUK R16 CSE Branch, Can Download Unit wise R16 3-2 Design and Analysis of Algorithms (DAA) Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Design and Analysis of Algorithms Material PDF Download

OBJECTIVES:

  • Analyze the asymptotic performance of algorithms.
  • Write rigorous correctness proofs for algorithms.
  • Demonstrate a familiarity with major algorithms and data structures.
  • Apply important algorithmic design paradigms and methods of analysis.
  • Synthesize efficient algorithms in common engineering design situations

UNIT-1

Introduction: What is an Algorithm, Algorithm Specification, Pseudocode Conventions Recursive Algorithm, Performance Analysis, Space Complexity, Time Complexity, Amortized Complexity, Amortized Complexity, Asymptotic Notation, Practical Complexities, Performance Measurement.

Download UNIT-1 Material PDF

UNIT-2

Dived and Conquer: General Method, Defective Chessboard, Binary Search, Finding the Maximum and Minimum, Merge Sort, Quick Sort, Performance Measurement, Randomized Sorting Algorithms.

Download UNIT-2 Material PDF

UNIT-3

The Greedy Method: The General Method, Knapsack Problem, Job Sequencing with Deadlines, Minimum-cost Spanning Trees, Prim’s Algorithm, Kruskal’s Algorithms, An Optimal Randomized Algorithm, Optimal Merge Patterns, Single Source Shortest Paths.

Download UNIT-3 Material PDF

UNIT-4

Dynamic Programming: All – Pairs Shortest Paths, Single – Source Shortest paths General Weights, String Edition, 0/1 Knapsack, Reliability Design

Download UNIT-4 Material PDF

UNIT-5

Backtracking: The General Method, The 8-Queens Problem, Sum of Subsets, Graph Coloring , Hamiltonian Cycles.

Download UNIT-5 Material PDF

UNIT-6

Branch and Bound: The Method, Least cost (LC) Search, The 15-Puzzle: an Example, Control Abstraction for LC-Search, Bounding, FIFO Branch-and-Bound, LC Branch and Bound, 0/1 Knapsack Problem, LC Branch-and Bound Solution, FIFO Branch-and-Bound Solution, Traveling Salesperson.

Download UNIT-6 Material PDF


TEXT BOOKS:

  1. Fundamentals of computer algorithms E. Horowitz S. Sahni, University Press
  2. Introduction to AlgorithmsThomas H. Cormen, PHI Learning

REFERENCE BOOKS:

  1. The Design and Analysis of Computer Algorithms, Alfred V. Aho, John E. Hopcroft, Jeffrey D. Ullman
  2. Algorithm Design, Jon Kleinberg, Pearson.

OUTCOMES:

  • Argue the correctness of algorithms using inductive proofs and invariants.
  • Analyze worst-case running times of algorithms using asymptotic analysis.
  • Describe the divide-and-conquer paradigm and explain when an algorithmic design situation calls for it. Recite algorithms that employ this paradigm. Synthesize divide-andconquer algorithms. Derive and solve recurrences describing the performance of divideand-conquer algorithms.
  • Describe the dynamic-programming paradigm and explain when an algorithmic design situation calls for it. Recite algorithms that employ this paradigm. Synthesize dynamicprogramming algorithms, and analyze them.
  • Describe the greedy paradigm and explain when an algorithmic design situation calls for it. Recite algorithms that employ this paradigm. Synthesize greedy algorithms, and analyze them.

JNTUK R16 3-2 Data Warehousing and Mining Material PDF Download

JNTUK R16 3-2 Data Warehousing and Mining Material PDF Download

Students those who are studying JNTUK R16 CSE Branch, Can Download Unit wise R16 3-2 Data Warehousing and Mining (DWDM) Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Data Warehousing and Mining Material PDF Download

OBJECTIVES:

  • Students will be enabled to understand and implement classical models and algorithms in data warehousing and data mining.
  • They will learn how to analyze the data, identify the problems, and choose the relevant models and algorithms to apply.
  • They will further be able to assess the strengths and weaknesses of various methods and algorithms and to analyze their behavior.

UNIT-1

Introduction: Why Data Mining? What Is Data Mining?1.3 What Kinds of Data Can Be Mined?1.4 What Kinds of Patterns Can Be Mined?Which Technologies Are Used?Which Kinds of Applications Are Targeted?Major Issues in Data Mining.Data Objects and Attribute Types,Basic Statistical Descriptions of Data,Data Visualization, Measuring Data Similarity and Dissimilarity

Download UNIT-1 Material PDF | Reference-2 | Ref-3

UNIT-2:

Data Pre-processing: Data Preprocessing: An Overview,Data Cleaning,Data Integration,Data Reduction,Data Transformation and Data Discretization

Download UNIT-2 Material PDF | Reference-2 | Ref-3

UNIT-3

Classification: Basic Concepts, General Approach to solving a classification problem, Decision Tree Induction: Working of Decision Tree, building a decision tree, methods for expressing an attribute test conditions, measures for selecting the best split, Algorithm for decision tree induction.

Download UNIT-3 Material PDF | Reference-2 | Ref-3

UNIT-4:

Classification: Alterative Techniques, Bayes’ Theorem, Naïve Bayesian Classification, Bayesian Belief Networks

Download UNIT-4 Material PDF | Reference-2 | Ref-3

UNIT-5

Association Analysis: Basic Concepts and Algorithms: Problem Defecation, Frequent Item Set generation, Rule generation, compact representation of frequent item sets, FP-Growth Algorithm. (Tan &Vipin)

Download UNIT-5 Material PDF | Reference-2 | Ref-3

UNIT-6

Cluster Analysis: Basic Concepts and Algorithms:Overview: What Is Cluster Analysis? Different Types of Clustering, Different Types of Clusters; K-means: The Basic K-means Algorithm, K-means Additional Issues, Bisecting K-means, Strengths and Weaknesses; Agglomerative Hierarchical Clustering: Basic Agglomerative Hierarchical Clustering Algorithm DBSCAN: Traditional Density Center-Based Approach, DBSCAN Algorithm, Strengths and Weaknesses. (Tan &Vipin)

Download UNIT-6 Material PDF | Reference-2 | Ref-3


TEXT BOOKS:

  1. Introduction to Data Mining: Pang-Ning Tan & Michael Steinbach, Vipin Kumar, Pearson.
  2. Data Mining concepts and Techniques, 3/e, Jiawei Han, Michel Kamber, Elsevier.

REFERENCE BOOKS:

  1. Data Mining Techniques and Applications: An Introduction, Hongbo Du, Cengage Learning.
  2. Data Mining : VikramPudi and P. Radha Krishna, Oxford.
  3. Data Mining and Analysis – Fundamental Concepts and Algorithms; Mohammed J. Zaki, Wagner Meira, Jr, Oxford
  4. Data Warehousing Data Mining & OLAP, Alex Berson, Stephen Smith, TMH.

OUTCOMES:

  • Understand stages in building a Data Warehouse
  • Understand the need and importance of preprocessing techniques
  • Understand the need and importance of Similarity and dissimilarity techniques
  • Analyze and evaluate performance of algorithms for Association Rules.
  • Analyze Classification and Clustering algorithms

JNTUK R16 3-2 Software Testing Methodologies Material PDF Download

JNTUK R16 3-2 Software Testing Methodologies Material PDF Download

Students those who are studying JNTUK R16 CSE Branch, Can Download Unit wise R16 3-2 Software Testing Methodologies (STM) Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Software Testing Methodologies Material PDF Download

OBJECTIVES:

  • Describe the principles and procedures for designing test cases.
  • Provide supports to debugging methods.
  • Acts as the reference for software testing techniques and strategies

UNIT-1

Introduction: Purpose of Testing, Dichotomies, Model for Testing, Consequences of Bugs,Taxonomy of Bugs. Flow graphs and Path testing: Basics Concepts of Path Testing, Predicates, Path Predicates andAchievable Paths, Path Sensitizing, Path Instrumentation, Application of Path Testing.

Download UNIT-1 Material PDF | Reference-2 | Ref-3

UNIT-2:

Transaction Flow Testing: Transaction Flows, Transaction Flow Testing Techniques. Dataflow testing: Basics of Dataflow Testing, Strategies in Dataflow Testing, Application of Dataflow Testing.

Download UNIT-2 Material PDF | Reference-2 | Ref-3

UNIT-3:

Domain Testing: Domains and Paths, Nice & Ugly Domains, Domain testing, Domains andInterfaces Testing, Domain and Interface Testing, Domains and Testability. Paths, Path products and Regular expressions: Path Products & Path Expression, Reduction Procedure, Applications, Regular Expressions & Flow Anomaly Detection.

Download UNIT-3 Material PDF | Reference-2 | Ref-3

UNIT-4:

Syntax Testing: Why, What and How, A Grammar for formats, Test Case Generation, Implementation and Application and Testability Tips. Logic Based Testing: Overview, Decision Tables, Path Expressions, KV Charts, and Specifications.

Download UNIT-4 Material PDF | Reference-2 | Ref-3

UNIT-5:

State, State Graphs and Transition Testing: State Graphs, Good & Bad State Graphs, State Testing, and Testability Tips. III Year – II Semester L T P C 4 0 0 3 Graph Matrices and Application:-Motivational overview, matrix of graph, relations, power of a matrix, node reduction algorithm.

Download UNIT-5 Material PDF | Reference-2 | Ref-3

UNIT-6:

Software Testing Tools: Introduction to Testing, Automated Testing, Concepts of Test Automation, Introduction to list of tools like Win runner, Load Runner, Jmeter, About Win Runner ,Using Win runner, Mapping the GUI, Recording Test, Working with Test, Enhancing Test, Checkpoints, Test Script Language, Putting it all together, Running and Debugging Tests, Analyzing Results, Batch Tests, Rapid Test Script Wizard.

Download UNIT-6 Material PDF | Reference-2 | Ref-3


TEXT BOOKS:

  1. Software testing techniques – Boris Beizer, Dreamtech, second edition.
  2. Software Testing- Yogesh Singh, Camebridge

REFERENCE BOOKS:

  1. The Craft of software testing – Brian Marick, Pearson Education.
  2. Software Testing, 3rd edition, P.C. Jorgensen, Aurbach Publications (Dist.by SPD).
  3. Software Testing, N.Chauhan, Oxford University Press.
  4. Introduction to Software Testing, P.Ammann&J.Offutt, Cambridge Univ.Press.
  5. Effective methods of Software Testing, Perry, John Wiley, 2nd Edition, 1999.
  6. Software Testing Concepts and Tools, P.NageswaraRao, dreamtech Press
  7. Win Runner in simple steps by Hakeem Shittu, 2007Genixpress.
  8. Foundations of Software Testing, D.Graham& Others, Cengage Learning.

OUTCOMES:

  • Understand the basic testing procedures.
  • Able to support in generating test cases and test suites.
  • Able to test the applications manually by applying different testing methods and automation tools.
  • Apply tools to resolve the problems in Real time environment.

JNTUK R16 3-2 Computer Networks Material/Notes PDF Download

JNTUK R16 3-2 Computer Networks Material/Notes PDF Download

Students those who are studying JNTUK R16 CSE Branch, Can Download Unit wise R16 3-2 Computer Networks Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Computer Networks Material/Notes PDF Download

OBJECTIVES:

  • Understand state-of-the-art in network protocols, architectures, and applications.
  • Process of networking research
  • Constraints and thought processes for networking research
  • Problem Formulation—Approach—Analysis—

UNIT-1

Introduction: Network Topologies WAN, LAN, MAN. Reference models- The OSI Reference Model- the TCP/IP Reference Model – A Comparison of the OSI and TCP/IP Reference Models

Download UNIT-1 Material PDF | Reference-2 | Ref-3

UNIT-2:

Physical Layer – Fourier Analysis – Bandwidth Limited Signals – The Maximum Data Rate of a Channel – Guided Transmission Media, Digital Modulation and Multiplexing: Frequency Division Multiplexing, Time Division Multiplexing, Code Division Multiplexing Data Link Layer Design Issues, Error Detection and Correction, Elementary Data Link Protocols, Sliding Window Protocols

Download UNIT-2 Material PDF | Reference-2 | Ref-3

UNIT-3:

The Data Link Layer – Services Provided to the Network Layer – Framing – Error Control – Flow Control, Error Detection and Correction – Error-Correcting Codes – Error Detecting Codes, Elementary Data Link Protocols- A Utopian Simplex Protocol-A Simplex Stop and Wait Protocol for an Error free channel-A Simplex Stop and Wait Protocol for a Noisy Channel, Sliding Window Protocols-A One Bit Sliding Window Protocol-A Protocol Using Go-Back-NA Protocol Using Selective Repeat

Download UNIT-3 Material PDF | Reference-2 | Ref-3

UNIT-4:

The Medium Access Control Sublayer – The Channel Allocation Problem-Static Channel Allocation-Assumptions for Dynamic Channel Allocation, Multiple Access Protocols-AlohaCarrier Sense Multiple Access Protocols-Collision-Free Protocols-Limited Contention ProtocolsWireless LAN Protocols, Ethernet-Classic Ethernet Physical Layer-Classic Ethernet MAC Sublayer Protocol-Ethernet Performance-Fast Ethernet Gigabit Ethernet-10-Gigabit EthernetRetrospective on Ethernet, Wireless Lans-The 802.11 Architecture and Protocol Stack-The 802.11 Physical Layer-The802.11 MAC Sublayer Protocol-The 805.11 Frame Structure-Services

Download UNIT-4 Material PDF | Reference-2 | Ref-3

UNIT-5

Design Issues-The Network Layer Design Issues – Store and Forward Packet Switching-Services Provided to the Transport layer- Implementation of Connectionless Service-Implementation of Connection Oriented Service-Comparison of Virtual Circuit and Datagram Networks, Routing Algorithms-The Optimality principle-Shortest path Algorithm, Congestion Control AlgorithmsApproaches to Congestion Control-Traffic Aware Routing-Admission Control-Traffic Throttling-Load Shedding.

Download UNIT-5 Material PDF | Reference-2 | Ref-3

UNIT-6:

Transport Layer – The Internet Transport Protocols: Udp, the Internet Transport Protocols: Tcp Application Layer –The Domain Name System: The DNS Name Space, Resource Records, Name Servers, Electronic Mail: Architecture and Services, The User Agent, Message Formats, Message Transfer, Final Delivery

Download UNIT-6 Material PDF | Reference-2 | Ref-3


TEXT BOOKS:

  1. Tanenbaum and David J Wetherall, Computer Networks, 5th Edition, Pearson Edu, 2010
  2. Computer Networks: A Top Down Approach, Behrouz A. Forouzan, FirouzMosharraf, McGraw Hill Education

REFERENCE BOOKS:

  1. Larry L. Peterson and Bruce S. Davie, “Computer Networks – A Systems Approach” (5th ed), Morgan Kaufmann/ Elsevier, 2011

OUTCOMES:

  • Understand OSI and TCP/IP models
  • Analyze MAC layer protocols and LAN technologies
  • Design applications using internet protocols
  • Understand routing and congestion control algorithms
  • Understand how internet works

JNTUK R16 3-2 Green Engineering Systems Material PDF Download

JNTUK R16 3-2 Green Engineering Systems Material PDF Download

Students those who are studying JNTUK R16 Mechanical Branch, Can Download Unit wise R16 3-2 Green Engineering Systems Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Green Engineering Systems Material PDF Download

OBJECTIVES:

  • The course aims to highlight the significance of alternative sources of energy, green energy systems and processes and provides the theory and working principles of probable sources of renewable and green energy systems that are environmental friendly.

UNIT-1

INTRODUCTION: SOLAR RADIATION: Role and potential of new and renewable sources, the solar energy option, Environmental impact of solar power, structure of the sun, the solar constant, sun-earth relationships, coordinate systems and coordinates of the sun, extraterrestrial and terrestrial solar radiation, solar radiation on titled surface, instruments for measuring solar radiation and sun shine, solar radiation data, numerical problems. Photo voltaic energy conversion – types of PV cells, I-V characteristics

SOLAR ENERGY COLLECTION: Flat plate and concentrating collectors, classification of concentrating collectors, orientation and thermal analysis, advanced collectors.

Download UNIT-1 Material PDF

UNIT-2

SOLAR ENERGY STORAGE AND APPLICATIONS: Different methods, sensible, latent heat and stratified storage, solar ponds, solar applications- solar heating/cooling technique, solar distillation and drying, solar cookers, central power tower concept and solar chimney.

WIND ENERGY: Sources and potentials, horizontal and vertical axis windmills, performance characteristics, betz criteria, types of winds, wind data measurement.

Download UNIT-2 Material PDF

UNIT-3

BIO-MASS: Principles of bio-conversion, anaerobic/aerobic digestion, types of bio-gas digesters, gas yield, combustion characteristics of bio-gas, utilization for cooking, bio fuels, I.C. engine operation and economic aspects.

GEOTHERMAL ENERGY: Resources, types of wells, methods of harnessing the energy, potential in India.

OCEAN ENERGY: OTEC, Principles of utilization, setting of OTEC plants, thermodynamic cycles. Tidal and wave energy: Potential and conversion techniques, mini-hydel power plants, and their economics.

Download UNIT-3 Material PDF

UNIT-4

ENERGY EFFICIENT SYSTEMS:

(A) ELECTRICAL SYSTEMS: Energy efficient motors, energy efficient lighting and control, selection of luminaire, variable voltage variable frequency drives (adjustable speed drives), controls for HVAC (heating, ventilation and air conditioning), demand site management.

(B) MECHANICAL SYSTEMS: Fuel cells- principle, thermodynamic aspects, selection of fuels & working of various types of fuel cells, Environmental friendly and Energy efficient compressors and pumps.

Download UNIT-4 Material PDF

UNIT-5

ENERGY EFFICIENT PROCESSES: Environmental impact of the current manufacturing practices and systems, benefits of green manufacturing systems, selection of recyclable and environment friendly materials in manufacturing, design and implementation of efficient and sustainable green production systems with examples like environmental friendly machining, vegetable based cutting fluids, alternate casting and joining techniques, zero waste manufacturing.

Download UNIT-5 Material PDF

UNIT-6

GREEN BUILDINGS: Definition, features and benefits. Sustainable site selection and planning of buildings for maximum comfort. Environmental friendly building materials like bamboo, timber, rammed earth, hollow blocks, lime & lime pozzolana cement, agro materials and industrial waste, Ferro cement and Ferro-concrete, alternate roofing systems, paints to reduce heat gain of the buildings. Energy management.

Download UNIT-6 Material PDF


TEXT BOOKS:

  1. Solar Energy – Principles of Thermal Collection and Storage/Sukhatme S.P. and J.K.Nayak/ TMH
  2. Non-Conventional Energy Resources/ Khan B.H/ Tata McGraw Hill, New Delhi, 2006
  3. Green Manufacturing Processes and Systems, Edited / J. Paulo Davim/Springer 2013

REFERENCE BOOKS:

  1. Alternative Building Materials and Technologies / K.S Jagadeesh, B.V Venkata Rama Reddy and K.S Nanjunda Rao/New age international
  2. Principles of Solar Engineering / D.Yogi Goswami, Frank Krieth & John F Kreider / Taylor & Francis
  3. Non-Conventional Energy / Ashok V Desai /New Age International (P) Ltd
  4. Renewable Energy Technologies /Ramesh & Kumar /Narosa
  5. Non conventional Energy Source/ G.D Roy/Standard Publishers
  6. Renewable Energy Resources-2nd Edition/ J.Twidell and T. Weir/ BSP Books Pvt.Ltd
  7. Fuel Cell Technology –Hand Book / Gregor Hoogers / BSP Books Pvt. Ltd.

OUTCOMES:

  • The student shall understand the principles and working of solar, wind, biomass, geo thermal, ocean energies and green energy systems and appreciate their significance in view of their importance in the current scenario and their potential future applications.

JNTUK R16 3-2 Heat Transfer Material/Notes PDF Download

JNTUK R16 3-2 Heat Transfer Material/Notes PDF Download

Students those who are studying JNTUK R16 Mechanical Branch, Can Download Unit wise R16 3-2 Heat Transfer Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Heat Transfer Material/Notes PDF Download

OBJECTIVES:

  • This course is intended to impart knowledge of principles of heat transfer and analyze the heat exchange process in various modes for the evaluation of rate of heat transfer and the temperature distribution in different configurations.

UNIT-1

INTRODUCTION: Modes and mechanisms of heat transfer – basic laws of heat transfer –General discussion about applications of heat transfer.

CONDUCTION HEAT TRANSFER: Fourier rate equation – general heat conduction equation in cartesian, cylindrical and Spherical coordinates. Steady, unsteady and periodic heat transfer – initial and boundary conditions.

ONE DIMENSIONAL STEADY STATE CONDUCTION HEAT TRANSFER: Homogeneous slabs, hollow cylinders and spheres – overall heat transfer coefficient – electrical analogy – critical radius of insulationVariable thermal conductivity – systems with heat sources or heat generation

Download UNIT-1 Material PDF | Reference-2 | Ref-3

UNIT-2

extended surface (fins) heat Transfer – long fin, fin with insulated tip and short fin, application to error measurement of temperature.

ONE DIMENSIONAL TRANSIENT CONDUCTION HEAT TRANSFER: Systems with negligible internal resistance – significance of biot and fourier numbers – chart solutions of transient conduction systems

Download UNIT-2 Material PDF | Reference-2

UNIT-3

CONVECTIVE HEAT TRANSFER: Classification of convective heat transfer – dimensional analysis as a tool for experimental investigation – Buckingham Pi Theorem for forced and free convection, application for developing semi – empirical non- dimensional correlation for convective heat transfer – Significance of nondimensional numbers – concepts of continuity, momentum and Energy Equations.

Download UNIT-3 Material PDF | Reference-2

UNIT-4

FORCED CONVECTION EXTERNAL FLOWS: Concepts about hydrodynamic and thermal boundary layer and use of empirical correlations for convective heat transfer -flat plates and cylinders.

INTERNAL FLOWS: Concepts about hydrodynamic and thermal entry lengths – division of internal flow based on this –use of empirical relations for horizontal pipe flow and annulus flow.

FREE CONVECTION: Development of hydrodynamic and thermal boundary layer along a vertical plate – use of empirical relations for vertical plates and pipes.

Download UNIT-4 Material PDF | Reference-2

UNIT-5

HEAT TRANSFER WITH PHASE CHANGE BOILING: Pool boiling – regimes- calculations on nucleate boiling, critical heat flux and film boiling.

CONDENSATION: Film wise and drop wise condensation –Nusselt’s theory of condensation on a vertical plate – film condensation on vertical and horizontal cylinders using empirical correlations.

HEAT EXCHANGERS: Classification of heat exchangers – overall heat transfer coefficient and fouling factor – concepts of LMTD and NTU methods – Problems.

Download UNIT-5 Material PDF | Reference-2

UNIT-6

RADIATION HEAT TRANSFER: Emission characteristics and laws of black-body radiation – Irradiation – total and monochromatic quantities – laws of Planck, Wien, Kirchoff, Lambert, Stefan and Boltzmann– heat exchange between two black bodies – concepts of shape factor – Emissivity – heat exchange between grey bodies – radiation shields – electrical analogy for radiation networks

Download UNIT-6 Material PDF | Reference-2


TEXT BOOKS:

  1. Heat Transfer /JP HOLMAN/TMH
  2. Heat Transfer /P.K.Nag/ TMH
  3. Principles of Heat Transfer /Frank Kreith, RM Manglik & MS Bohn/Cengage learning publishers

REFERENCE BOOKS:

  1. Heat and Mass Transfer /Arora and Domkundwar/Dhanpatrai & sons
  2. Fundamentals of Engg. Heat and Mass Transfer / R.C.Sachdeva / New Age International
  3. Heat and Mass Transfer /Cengel/McGraw Hill.
  4. Heat and Mass Transfer /D.S.Kumar / S.K.Kataria & Sons
  5. A Text book on Heat Transfer-4th Edition/ S.P Sukhatme/Universities Press

OUTCOMES:

  • The student after undergoing this course is expected to know the principles of heat transfer and be able to apply to practical situations where in heat exchange takes place through various modes of heat transfer including phase change.

JNTUK R16 3-2 Instrumentation & Control Systems Material PDF Download

JNTUK R16 3-2 Instrumentation & Control Systems Material PDF Download

Students those who are studying JNTUK R16 Mechanical Branch, Can Download Unit wise R16 3-2 Instrumentation & Control Systems Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Instrumentation & Control Systems Material PDF Download

OBJECTIVES:

  • The course focuses on imparting the principles of measurement which includes the working mechanism of various sensors and devices, that are in use to measure the important physical variables of various mechatronic systems.

UNIT-1

Definition – Basic principles of measurement – measurement systems, generalized configuration and functional descriptions of measuring instruments – examples. dynamic performance characteristics – sources of error, classification and elimination of error.

Measurement of Displacement: Theory and construction of various transducers to measure displacement – piezo electric, inductive, capacitance, resistance, ionization and photo electric transducers, calibration procedures.

Download UNIT-1 Material PDF | Reference-2

UNIT-2

MEASUREMENT OF TEMPERATURE: Classification – ranges – various principles of measurement – expansion, electrical resistance – thermister – thermocouple – pyrometers – temperature indicators.

MEASUREMENT OF PRESSURE: Units – classification – different principles used. manometers, piston, bourdon pressure gauges, bellows – diaphragm gauges. low pressure measurement – thermal conductivity gauges – ionization pressure gauges, Mcleod pressure gauge.

Download UNIT-2 Material PDF | Reference-2

UNIT-3

MEASUREMENT OF LEVEL : Direct method – indirect methods – capacitative, ultrasonic, magnetic, cryogenic fuel level indicators – bubler level indicators.

FLOW MEASUREMENT: Rotameter, magnetic, ultrasonic, turbine flow meter, hot – wire anemometer, laser Doppler anemometer (LDA).

MEASUREMENT OF SPEED : Mechanical tachometers – electrical tachometers – stroboscope, noncontact type of tachometer

Measurement of Acceleration and Vibration: Different simple instruments – principles of seismic instruments – Vibrometer and accelerometer using this principle.

Download UNIT-3 Material PDF | Reference-2

UNIT-4

STRESS STRAIN MEASUREMENTS : Various types of stress and strain measurements – electrical strain gauge – gauge factor – method of usage of resistance strain gauge for bending compressive and tensile strains – usage for measuring torque, strain gauge rosettes.

Download UNIT-4 Material PDF | Reference-2

UNIT-5

MEASUREMENT OF HUMIDITY – Moisture content of gases, sling psychrometer, absorption psychrometer, dew point meter.

MEASUREMENT OF FORCE, TORQUE AND POWER– Elastic force meters, load cells, torsion meters, dynamometers.

Download UNIT-5 Material PDF | Reference-2

UNIT-6

ELEMENTS OF CONTROL SYSTEMS : Introduction, importance – classification – open and closed systems, servomechanisms–examples with block diagrams–temperature, speed & position control systems.

Download UNIT-6 Material PDF | Reference-2


TEXT BOOKS:

  1. Measurement Systems: Applications & design / D.S Kumar/
  2. Mechanical Measurements / BeckWith, Marangoni,Linehard, Pearson

REFERENCE BOOKS:

  1. Measurement systems: Application and design/Doeblin Earnest. O. Adaptation/ TMH
  2. Experimental Methods for Engineers / J.P.Holman/McGraw Hill
  3. Mechanical and Industrial Measurements / R.K. Jain/ Khanna Publishers.
  4. Instrumentation, measurement & analysis / B.C.Nakra & K.K.Choudhary/TMH

OUTCOMES:

  • After undergoing the course the student can select appropriate device for the measurement of parameters like temperature, pressure, speed, stress, humidity, flow velocity etc., and justify its use through characteristics and performance.

JNTUK R16 3-2 Metrology Material/Notes PDF Download

JNTUK R16 3-2 Metrology Material/Notes PDF Download

Students those who are studying JNTUK R16 Mechanical Branch, Can Download Unit wise R16 3-2 Metrology Material/Notes PDFs below.

jntuk-materials

JNTUK R16 3-2 Metrology Material/Notes PDF Download

OBJECTIVES:

  • Inspection of engineering parts with various precision instruments
  • Design of part, tolerances and fits
  • Principles of measuring instruments and gauges and their uses
  • Evaluation and inspection of surface roughness
  • Inspection of spur gear and thread elements
  • Machine tool testing to evaluate machine tool quality

UNIT-1

SYSTEMS OF LIMITS AND FITS: Introduction, nominal size, tolerance, limits, deviations, fits -Unilateral and bilateral tolerance system, hole and shaft basis systems- interchangeability, determistic & statistical tolerances, selective assembly. International standard system of tolerances, selection of limits and tolerances for correct functioning.

Download UNIT-1 Material PDF | Reference-2 | Ref-3

UNIT-2

LINEAR MEASUREMENT: Length standards, end standards, slip gauges- calibration of the slip gauges, dial indicators, micrometers.

MEASUREMENT OF ANGLES AND TAPERS: Different methods – bevel protractor, angle slip gauges- angle dekkor- spirit levels- sine bar- sine table, rollers and spheres used to measure angles and tapers.

LIMIT GAUGES: Taylor’s principle – design of go and no go gauges; plug, ring, snap, gap, taper, profile and position gauges.

Download UNIT-2 Material PDF | Reference-2 | Ref-3

UNIT-3

OPTICAL MEASURING INSTRUMENTS: Tools maker’s microscope and uses – autocollimators, optical projector, optical flats and their uses.

INTERFEROMETRY: Interference of light, Michelson’s interferometer, NPL flatness interferometer, and NPL gauge interferometer.

Download UNIT-3 Material PDF | Reference-2 | Ref-3

UNIT-4

SURFACE ROUGHNESS MEASUREMENT: Differences between surface roughness and surface waviness – Numerical assessment of surface finish-CLA, Rt., R.M.S. Rz, R10 values, Method of measurement of surface finish – Profilograph, Talysurf, ISI symbols for indication of surface finish.

COMPARATORS: Types – mechanical, optical , electrical and electronic, pneumatic comparators and their uses.

Download UNIT-4 Material PDF | Reference-2 | Ref-3

UNIT-5

GEAR MEASUREMENT: Nomenclature of gear tooth, tooth thickness measurement with gear tooth vernier & flange micro meter, pitch measurement, total composite error and tooth to tooth composite errors, rolling gear tester, involute profile checking.

SCREW THREAD MEASUREMENT: Elements of measurement – errors in screw threads- concept of virtual effective diameter, measurement of effective diameter, angle of thread and thread pitch, and profile thread gauges.

Download UNIT-5 Material PDF | Reference-2 | Ref-3

UNIT-6

FLATNESS MEASUREMENT: Measurement of flatness of surfaces- instruments used- straight edges- surface plates – auto collimator.

MACHINE TOOL ALIGNMENT TESTS: Principles of machine tool alignment testing on lathe, drilling and milling machines.

Download UNIT-6 Material PDF | Reference-2 | Ref-3


TEXT BOOKS:

  1. Dimensional Metrology/Connie Dotson/Cengage Learning
  2. Engineering Metrology / R.K.Jain / Khanna Publishers

REFERENCE BOOKS:

  1. Engineering Metrology / Mahajan / Dhanpat Rai Publishers
  2. Engineering Metrology / I.C.Gupta / Dhanpat Rai Publishers
  3. Precision Engineering in Manufacturing / R.L.Murthy / New Age
  4. Engineering Metrology and Measurements / NV Raghavendra, L Krishna murthy/ Oxford publishers.
  5. Engineering Metrology / KL Narayana/Scitech publishers

OUTCOMES:

  • Students will be able to design tolerances and fits for selected product quality. They can choose appropriate method and instruments for inspection of various gear elements and thread elements. They can understand the standards of length, angles, they can understand the evaluation of surface finish and measure the parts with various comparators. The quality of the machine tool with alignment test can also be evaluated by them.

JNTUK B.Tech 3-2 Sem R16 Mechanical Materials Subject Wise PDF

JNTUK B.Tech 3-2 R16 Mechanical Materials: Students Can Download JNTUK 3-2 MECH R16 Regulation Materials/ E Note Books / Text Books Subject Wise From Below.

JNTUK B.Tech 3-2 Sem R16 Mechanical Materials Subject Wise PDF

jntuk-materials

Students of Jawaharlal Nehru Technological University Kakinada can avail of B.Tech 3-2 can avail of the materials for R16 regulation for various branches. Students can download JNTUK B.Tech 3-2 Sem R16 Mechanical Materials Subject Wise PDF from the links provided here. By tapping on the link, one can download materials for JNTUK 3-2 Sem MECH R16. The electronics and communication engineering Students can download the subject-wise materials PDFs collected from various sources. By referring to the materials one can gain knowledge to clear the exams with a good score. The course materials include Metrology, Instrumentation & Control Systems, Refrigeration & Air-conditioning, Heat Transfer and various other Mechanical related books of various popular authors. Check the following B.Tech R16 MECH 3-2 Materials PDFs and download them for free. 

JNTUK B.Tech 3-2 Sem R16 Mechanical Course Structure:

S. No.SubjectsLTPCredits
1Metrology43
2Instrumentation & Control Systems43
3Refrigeration & Air-conditioning43
4Heat Transfer43
5OPEN ELECTIVE
i. Entrepreneurship
ii. Data Base Management System
iii. Waste Water Management
iv. Computer Graphics
v. Industrial Robotics
vi. Green Engineering Systems
4      3
6Heat Transfer Lab32
7Metrology & Instrumentation Lab32
8Computational Fluid Dynamics Lab32
9MCProfessional Ethics & Human Values3
Total Credits21

Also Check: JNTUK 3-2 Sem R16 Mechanical Syllabus

Download JNTUK 3-2 R16 MECH Materials PDF

Students who are pursuing the B.Tech 3-2 Mechanical R16 Regulation can check the text books, reference books, and e-resourses provided here for free. Students can get the complete chapter-wise information from their respective text books. And from the following information from the e-resourses, text books from the familer authors will provide the extra knowledge and understanding of each subject. Hence ts helps to score good in exams. Here we have collaboratively given the best JNTUK 3-2 R16 MECH materials at one place for the reference of students.

Metrology Material

Instrumentation & Control Systems Material

Refrigeration & Air-conditioning Material

Heat Transfer Material

OPEN ELECTIVE

i. Entrepreneurship Material

ii. Data Base Management System Material

iii. Waste Water Management Material

iv. Computer Graphics Material Material

v. Industrial Robotics Material

vi. Green Engineering Systems Material