JNTUK R20 2-2 Induction and Synchronous Machines Material PDF Download

JNTUK R20 2-2 Induction and Synchronous Machines Material PDF Download

Students those who are studying JNTUK R20 EEE Branch, Can Download Unit wise R20 2-2 Induction and Synchronous Machines (ISM) Material/Notes PDFs below.

jntuk-materials

JNTUK R20 2-2 Induction and Synchronous Machines Material PDF Download

Preamble: This course covers the topics on 3-phase induction motor, 1-phase induction motor and synchronous machines which have wide application in power systems. The main aim of the course is to provide a detailed analysis of operation and performance of 3-phase induction motor, 1-phase induction motor and synchronous machines. In addition, it also covers voltage regulation and parallel operation of synchronous generators.

Course Objectives:

  • Understand the principle of operation and performance of 3-phase induction motor.
  • Quantify the performance of induction motor and induction generator in terms of torque and slip.
  • To understand the torque producing mechanism of a single phase induction motor.
  • To understand the principle of emf generation, the effect of armature reaction and predetermination of voltage regulation in synchronous generators.
  • To study parallel operation and control of real and reactive powers for synchronous generators.
  • To understand the operation, performance and starting methods of synchronous motors.

UNIT-1

3-phase induction motors Construction details of squirrel cage and slip ring induction motors – production of rotating magnetic field – principle of operation – Equivalent circuit –phasor diagram- slip speed-rotor emf and rotor frequency – rotor current and pf at standstill and during running conditions – rotor power input, rotor copper loss and mechanical power developed and their interrelationship.

Download UNIT-1 Material PDF | Reference-2

UNIT-2

Characteristics and testing methods of induction motors Torque equation – expressions for maximum torque and starting torque – torque slip characteristic – double cage and deep bar rotors – crawling and cogging – speed control of induction motor with V/f control method – no load and blocked rotor tests – circle diagram for predetermination of performance – induction generator operation (Qualitative treatment only)

Download UNIT-2 Material PDF

UNIT-3

Starting methods of 3-phase induction motors Methods of starting of three phase Induction motors: DOL, Auto transformer, Star-Delta and rotor resistance methods.

Single phase induction motors: Constructional features- equivalent circuit- problem of starting-double revolving field theoryMethods of starting. AC series motors.

Download UNIT-3 Material PDF | Reference-2

UNIT-4

Construction, operation, voltage regulation and parallel operation of synchronous generator: Constructional features of non-salient and salient pole machines –types of armature windings – distribution, pitch and winding factors – E.M.F equation –improvements of waveform and armature reaction –phasor diagrams- voltage regulation by synchronous impedance method – MMF method and Potier triangle method– two reaction analysis of salient pole machines and phasor diagram.

Parallel operation with infinite bus and other alternators – synchronizing power – load sharing – control of real and reactive power – numerical problems.

Download UNIT-4 Material PDF | Reference-2

UNIT-5

Synchronous motor – operation, starting and performance Synchronous motor principle and theory of operation – phasor diagram – starting torque – variation of current and power factor with excitation – capability curves – synchronous condenser – mathematical analysis for power developed – hunting and its suppression – methods of starting – applications.

Download UNIT-5 Material PDF | Reference-2


Text Books:

1. Electrical Machines by P.S. Bhimbra, Khanna Publishers

2. Electric Machinery by A.E.Fitzgerald, Charles Kingsley, Stephen D.Umans, TMH

Reference Books:

1. Performance and design of AC machines – M.G. Say

2. Alternating Current Machines by A.F.Puchstein, T.C. Lloyd, A.G. Conrad, ASIA Publishing House

3. Electrical Machinery Fundamentals by Stephen J Chapman McGraw Hill education, 2010.

4. Electrical Machines by R.K.Rajput, Lakshmi publications, 5th edition

Course Outcomes:

  • Explain the operation and performance of three phase induction motor.
  • Analyze the torque-speed relation, performance of induction motor and induction generator.
  • Implement the starting of single phase induction motors.
  • Develop winding design and predetermine the regulation of synchronous generators.
  • Explain hunting phenomenon, implement methods of staring and correction of power factor with synchronous motor.

JNTUK R20 2-2 Python Programming Material/Notes PDF Download

JNTUK R20 2-2 Python Programming Material/Notes PDF Download

Students those who are studying JNTUK R20 EEE Branch, Can Download Unit wise R20 2-2 Python Programming Material/Notes PDFs below.

jntuk-materials

JNTUK R20 2-2 Python Programming Material/Notes PDF Download

Course Objectives:

  • The Objectives of Python Programming are
  • To learn about Python programming language syntax, semantics, and the runtime environment
  • To be familiarized with universal computer programming concepts like data types, containers
  • To be familiarized with general computer programming concepts like conditional execution, loops & functions
  • To be familiarized with general coding techniques and object-oriented programming

Course Outcomes:

  • Develop essential programming skills in computer programming concepts like data types, containers
  • Apply the basics of programming in the Python language
  • Solve coding tasks related conditional execution, loops
  • Solve coding tasks related to the fundamental notions and techniques used in objectoriented programming

UNIT-1

Introduction: Introduction to Python, Program Development Cycle, Input, Processing, and Output, Displaying Output with the Print Function, Comments, Variables, Reading Input from the Keyboard, Performing Calculations, Operators. Type conversions, Expressions, More about Data Output.

Data Types, and Expression: Strings Assignment, and Comment, Numeric Data Types and Character Sets, Using functions and Modules.

Decision Structures and Boolean Logic: if, if-else, if-elif-else Statements, Nested Decision Structures, Comparing Strings, Logical Operators, Boolean Variables. Repetition Structures: Introduction, while loop, for loop, Calculating a Running Total, Input Validation Loops, Nested Loops.

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

UNIT-2

Control Statement: Definite iteration for Loop Formatting Text for output, Selection if and if else Statement Conditional Iteration The While Loop

Strings and Text Files: Accessing Character and Substring in Strings, Data Encryption, Strings and Number Systems, String Methods Text Files.

Download UNIT-2 Material PDF | Reference-2

UNIT-3

List and Dictionaries: Lists, Defining Simple Functions, Dictionaries Design with Function: Functions as Abstraction Mechanisms, Problem Solving with Top Down Design, Design with Recursive Functions, Case Study Gathering Information from a File System, Managing a Program’s Namespace, Higher Order Function.

Modules: Modules, Standard Modules, Packages.

Download UNIT-3 Material PDF | Reference-2

UNIT-4

File Operations: Reading config files in python, Writing log files in python, Understanding read functions, read(), readline() and readlines(), Understanding write functions, write() and writelines(), Manipulating file pointer using seek, Programming using file operations

Object Oriented Programming: Concept of class, object and instances, Constructor, class attributes and destructors, Real time use of class in live projects, Inheritance , overlapping and overloading operators, Adding and retrieving dynamic attributes of classes, Programming using Oops support Design with Classes: Objects and Classes, Data modeling Examples, Case Study An ATM, Structuring Classes with Inheritance and Polymorphism

Download UNIT-4 Material PDF | Reference-2

UNIT-5

Errors and Exceptions: Syntax Errors, Exceptions, Handling Exceptions, Raising Exceptions, User-defined Exceptions, Defining Clean-up Actions, Redefined Clean-up Actions.

Graphical User Interfaces: The Behavior of Terminal Based Programs and GUI -Based, Programs, Coding Simple GUI-Based Programs, Other Useful GUI Resources. Programming: Introduction to Programming Concepts with Scratch.

Download UNIT-5 Material PDF | Reference-2


e-Resources:

Modules / Lectures

Text Books:

1) Fundamentals of Python First Programs, Kenneth. A. Lambert, Cengage.

2) Python Programming: A Modern Approach, Vamsi Kurama, Pearson.

Reference Books:

1) Introduction to Python Programming, Gowrishankar.S, Veena A, CRC Press.

2) Introduction to Programming Using Python, Y. Daniel Liang, Pearson.

JNTUK R20 2-2 Digital Electronics Material/Notes PDF Download

JNTUK R20 2-2 Digital Electronics Material/Notes PDF Download

Students those who are studying JNTUK R20 EEE Branch, Can Download Unit wise R20 2-2 Digital Electronics (DE) Material/Notes PDFs below.

jntuk-materials

JNTUK R20 2-2 Digital Electronics Material/Notes PDF Download

Preamble: This course covers the topics related to representation numbers in different radix formats, complements and codes. It also introduces the basic gates and their realization in SOP and POS form. Boolean algebra and various logic gates minimization process is introduced. Design principles of combinational and sequential circuits are explained to make the students thorough in design of these circuits.

OBJECTIVES:

  • To solve a typical number base conversion and analyze new error coding techniques.
  • Theorems and functions of Boolean algebra and behavior of logic gates.
  • To optimize logic gates for digital circuits using various techniques.
  • To understand concepts of combinational circuits.
  • To develop advanced sequential circuits.

UNIT-1

Review of Number Systems & Codes: Representation of numbers of different radix, conversion from one radix to another radix, r1’s complements and r’s complements of signed members. Gray code,4 bit codes; BCD, Excess-3, 2421, 84-2-1 code etc., Error detection & correction codes: parity checking, even parity, odd parity, Hamming code

Boolean theorems and logic operations Boolean theorems, principle of complementation & duality, De-Morgan theorems. Logic operations; Basic logic operations -NOT, OR, AND, Universal Logic operations, EX-OR, EX-NOR operations. Standard SOP and POS Forms, NAND-NAND and NOR-NOR realizations.

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

UNIT-2

Minimization Techniques: Minimization and realization of switching functions using Boolean theorems, K-Map (up to 6 variables) and tabular method.

Download UNIT-2 Material PDF | Reference-2

Combinational Logic Circuits Design: Design of Half adder, full adder, half subtractor, full subtractor, applications of full adders; 4- bit adder-subtractor circuit, BCD adder circuit, Excess 3 adder circuit and carry look-a-head adder circuit

Download UNIT-2 Material PDF | Reference-2

UNIT-3

Combinational Logic Circuits Design Using MSI &LSI: Design of encoder, decoder, multiplexer and demultiplexers, Implementation of higher order circuits using lower order circuits. Realization of Boolean functions using decoders and multiplexers. Design of Priority encoder, 4-bit digital comparator and seven segment decoder

Introduction of PLD’s: PLDs: PROM, PAL, PLA -Basics structures, realization of Boolean functions.

Download UNIT-3 Material PDF | Reference-2

UNIT-4

Sequential Circuits I

Classification of sequential circuits (synchronous and asynchronous) , operation of NAND & NOR Latches and flip-flops; truth tables and excitation tables of RS flip-flop, JK flipflop, T flip-flop, D flip-flop with reset and clear terminals. Conversion from one flip-flop to another flip-flop. Design of ripple counters, design of synchronous counters, Johnson counter, ring counter. Design of registers – Buffer register, control buffer register, shift register, bi-directional shift register, universal shift register.

Download UNIT-4 Material PDF | Reference-2

UNIT-5

Sequential Circuits II

Finite state machine; state diagrams, state tables, reduction of state tables. Analysis of clocked sequential circuits Mealy to Moore conversion and vice-versa. Realization of sequence generator and sequence detector circuits, Races and Hazards.

Download UNIT-5 Material PDF | Reference-2


TEXT BOOKS:

  1. Switching and finite automata theory:ZviKohavi, Niraj K. Jha,Cambridge University Press, 3rd Edition, 2009.
  2. Digital Design by Morris Mano, Prentice Hall India, 5th Edition

REFERENCE BOOKS:

  1. Digital Principles and Applications by Leach , Malvino , Saha, Mc-Graw Hill, 8th Edition, 2014.
  2. Switching Theory and Logic Design by A. Anand Kumar, PHI learning, 3rd edition.
  3. Introduction to Switching Theory and Logic Design – Fredriac J Hill, Gerald R Peterson, 3rdEdition, John Willey and Sons Inc,
  4. Fundamentals of Logic Design by Charles H. RothJr., Cengage Learning, 7th edition, 2013.

Web Links:

1. Lecture1 – Introduction to Digital Circuits

2. Lecture series on Digital Circuits & Systems by Prof.S.Srinivasan, Department of Electrical Engineering, IIT Madras.For more details on NPTEL visit http://nptel.iitm.ac.in

3. Lecture – 6 Boolean Algebra

4. Basic Logic Gates, Introduction to Logic Gates, Logic Gates Truth Tables

OUTCOMES:

  • classify different number systems and apply to generate various codes.
  • use the concept of Boolean algebra in minimization of switching functions
  • design different types of combinational logic circuits.
  • apply knowledge of flip-flops in designing of Registers and counters
  • the operation and design methodology for synchronous sequential circuits and algorithmic state machines.
  • produce innovative designs by modifying the traditional design techniques.

JNTUK R20 2-2 Power Systems-I Material/Notes PDF Download

JNTUK R20 2-2 Power Systems-I Material/Notes PDF Download

Students those who are studying JNTUK R20 EEE Branch, Can Download Unit wise R20 2-2 Power Systems-I (PS-I) Material/Notes PDFs below.

jntuk-materials

JNTUK R20 2-2 Power Systems-I Material/Notes PDF Download

Preamble: Electrical Power plays significant role in day to day life of entire mankind. The aim of this course is to allow the students to understand the concepts of the generation and distribution of power along with economic aspects.

OBJECTIVES:

  • To study the principle of operation of different components of a thermal power stations.
  • To study the principle of operation of different components of a Nuclear power stations.
  • To study the constructional and operation of different components of an Air and Gas Insulated substations.
  • To study the constructional details of different types of cables.
  • To study different types of load curves and tariffs applicable to consumers.

UNIT-1

Hydroelectric Power Stations: Selection of site, general layout of a hydroelectric power plant with brief description of major components and principle of operation

Thermal Power Stations Selection of site, general layout of a thermal power plant. Brief description of components: boilers, super heaters, economizers and electrostatic precipitators, steam turbines: impulse and reaction turbines, condensers, feed water circuit, cooling towers and chimney.

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

UNIT-2

Nuclear Power Stations Location of nuclear power plant, working principle, nuclear fission, nuclear fuels, nuclear chain reaction, nuclear reactor components: moderators, control rods, reflectors and coolants,types of nuclear reactors and brief description of PWR, BWR and FBR. Radiation: radiation hazards and shielding, nuclear waste disposal.

Download UNIT-2 Material PDF

UNIT-3

Classification of Air and Gas Insulated substations

Air Insulated Substations – indoor & outdoor substations, substations layouts of 33/11 kV showing the location of all the substation equipment.

Bus bar arrangements in the sub-stations: simple arrangements like single bus bar, sectionalized single bus bar, double bus bar with one and two circuit breakers, main and transfer bus bar system with relevant diagrams.

Gas Insulated Substations (GIS) – advantages of gas insulated substations, constructional aspects of GIS, installation and maintenance of GIS, comparison of air insulated substations and gas insulated substations.

Download UNIT-3 Material PDF

UNIT-4

Underground Cables: Types of cables, construction, types of insulating materials, calculation of insulation resistance, stress in insulation and power factor of cable. Capacitance of single and 3-Core belted Cables. Grading of cables: capacitance grading and intersheath grading.

Download UNIT-4 Material PDF

UNIT-5

Economic Aspects of Power Generation & Tariff Economic Aspects –load curve, load duration and integrated load duration curves, discussion on economic aspects: connected load, maximum demand, demand factor, load factor, diversity factor, power capacity factor and plant use factor, base and peak load plants.

Tariff Methods– costs of generation and their division into fixed, semi-fixed and running costs, desirable characteristics of a tariff method, tariff methods: simple rate, flat rate, block-rate, twopart, three–part, and power factor tariff methods.

Download UNIT-5 Material PDF


TEXT BOOKS:

  1. A Text Book on Power System Engineering by M.L.Soni, P.V.Gupta, U.S.Bhatnagar and A. Chakrabarti, Dhanpat Rai & Co. Pvt. Ltd.
  2. Generation, Distribution and Utilization of Electric Energy by C.L.Wadhawa New age International (P) Limited, Publishers.

REFERENCE BOOKS:

  1. Electrical Power Distribution Systems by V. Kamaraju, Tata Mc Graw Hill, New Delhi.
  2. Elements of Electrical Power Station Design by M V Deshpande, PHI, New Delhi.

OUTCOMES:

  • identify the different components of thermal power plants.
  • identify the different components of nuclear Power plants.
  • identify the different components of air and gas insulated substations.
  • identify single core and three core cables with different insulating materials.
  • analyse the different economic factors of power generation and tariffs.

JNTUK B.Tech 2-2 Sem R20 EEE Materials Subject Wise PDF

JNTUK B.Tech 2-2 R20 EEE Materials: Students Can Download JNTUK 2-2 EEE R20 Regulation Materials/ E Note Books / Text Books Subject Wise From Below.

JNTUK B.Tech 2-2 Sem R20 EEE Materials Subject Wise PDF

jntuk-materials

Students of Jawaharlal Nehru Technological University Kakinada can avail of B.Tech 2-2 can avail of the materials for R20 regulation for various branches. Students can download JNTUK B.Tech 2-2 Sem R20 EEE Materials Subject Wise PDF from the links provided here. By tapping on the link, one can download materials for JNTUK 2-2 Sem EEE R20. The electrical and electronics 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 Python Programming, Digital Electronics, Power System-I, Induction and Synchronous Machines, Managerial Economics & Financial Analysis and various other EEE related books of various popular authors. Check the following B.Tech R20 EEE 2-2 Materials PDFs and download them for free. 

JNTUK B.Tech 2-2 Sem R20 EEE Course Structure:

Sl. NoSubjectsCredits
1Python Programming3
2Digital Electronics3
3Power System-I3
4Induction and Synchronous Machines3
5Managerial Economics & Financial Analysis3
6Python Programming Lab1.5
7Induction and Synchronous Machines Lab1.5
8Digital Electronics Lab1.5
9Skill oriented course- IoT Applications of Electrical Engineering2
Total Credits21.5

Also Check: JNTUK 2-2 Sem R20 EEE Syllabus

Download JNTUK 2-2 R20 EEE Materials PDF

Students who are pursuing the B.Tech 2-2 EEE R20 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 2-2 R20 EEE materials at one place for the reference of students.

Python Programming Material

Digital Electronics Material

Power System-I Material

Induction and Synchronous Machines Material

Managerial Economics & Financial Analysis Material

JNTUA MBA/MCA 3rd Sem Regular Exam Notification April 2022

JNTUA MBA/MCA 3rd Sem Regular Exam Notification April 2022

jntua

The Following Examination Notification is issued to conduct Examinations in the month of April 2022.

MBA/MCA Regular Examinations April 2022

  • Notification for MBA III semester Regular April/May 2022 Examinations(For 2020 admitted batches only)
  • Notification for MCA III semester Regular April/May 2022 Examinations (For 2020 admitted batches only)

The Students appearing for the above examinations commencing from 28.04.2022 are informed that the applications will be received as per the time schedule given below:

1. Without Late Fee : 07-04-2022
2. With Late Fee of Rs. 100/- : 11-04-2022
3. With Late Fee of Rs.1000/- : 13-04-2022
3. With Late Fee of Rs.3000/- : 18-04-2022
3. With Late Fee of Rs.5000/- : 20-04-2022

EXAMINATION FEE :

1.Whole Examination: Rs. 900/-

2. Memorandum of Marks : Rs. 10/-

3. Cost of Application : Rs. 5/-

Download MBA Notification Here: Click Here

Download MCA Notification Here: Click Here

Note:

  • Applications are available at the office Of the Principal and duly filled-in applications should be handed over in the college office along with necessary fee.
  • Hall tickets will be issued only to the eligible candidates who fulfill the academic requirements Of the University.
  • Applications for supplementary examinations should be submitted along With attested photocopies of marks sheets pertaining to earlier attempts made by the student.
  • Principals are requested to verity the eligibility of the registration for examination in respect Of malpractice/court cases/credits.
  • The Principals are requested to inform the students that mere payment Of examination fee does not guarantee eligibility for appearing for examinations.
  • Detailed timetables will be notified in the website www.jntua.ac.in under “Examinations”.
  • For the students due date to submit the registration forms at college exam branch is one day before the ‘last date’.

TS TET Syllabus 2022 For Paper 1 & Paper 2 PDF Download – Teacher Eligibility Test Syllabi

TS TET 2022 Syllabus: Telangana Teacher Eligibility Test 2022 Syllabus for Paper 1 and Paper 2 are available. Candidates can download TS TET 2022 syllabi PDF from links given below. Online applications are invited from eligible candidates who intend to be teachers for classes I to VIII in schools in Telangana State for appearing for the Telangana Teacher Eligibility Test (TS-TET-2022) to be conducted by Department of School Education, Government of Telangana State on 12.06.2022 in all 33 Districts of the State

Syllabus for TS TET 2022 Paper I and II for each subject notified on website, also official PDF given below.

TS TET Syllabus 2022 For Paper 1 & Paper 2 PDF Download – Teacher Eligibility Test Syllabi

TS TET 2022 Notification

The structure and content of the TS-TET is given in the following paragraphs. All questions will be Multiple Choice Questions (MCQs), each carrying one mark, with four alternatives out of which one answer will be correct. There will be no negative marking.

There will be two papers of the TS-TET, Paper-I will be for a person who intends to be a teacher for Classes I to V, Paper-II will be for a person who intends to be a teacher for Classes VI to VIII. A person who intends to be a teacher either for classes I to V or for classes VI to VIII shall have to appear for both papers (Paper I and Paper II).

Paper I (for Classes I to V);

No. of No. Multiple Choice Questions MCQs – 150

Duration of examination: 2½ hours.

PAPER-I Syllabus – Structure and Content

1. Child Development and Pedagogy (Marks: 30)

2. Language I (Marks: 30)

3. Language II (English) (Marks: 30)

4. Mathematics (Marks: 30)

5. Environmental Studies (Marks: 30)

i) The test items on Child Development & Pedagogy will focus on Educational Psychology of teaching and learning relevant to the primary level.

ii) How to choose language – I of AP-TET Paper-I: The following languages are offered under First Language in the Schools under the State Syllabus viz., Telugu, Urdu, Hindi, Bengali, Kannada, Marathi, Tamil and Gujarathi. A Candidate has to choose one of these 8 Languages under Language-I of TET, those candidates should have compulsorily studied that Language either as medium of study or as First Language at least up to Class X. The candidates who studied CBSE/ ICSE curriculum can choose the Language which they studied up to Class X.

iii) The Language-II shall be English for all the candidates.

iv) The syllabi for Mathematics & Environmental Studies are designed on the basis of topics of Classes I to V. The difficulty standard as well as linkages of content/topics could be up to Secondary Stage (up to Class X) for testing. The test items in Mathematics and Environmental Studies will contain Multiple Choice Questions (MCQs) not only on Content but also on Pedagogy. In Mathematics, 24 MCQs will be on Content and 6 MCQs on Pedagogy. Similarly, in Environmental Studies 24 MCQs will be on Content and 6 MCQs on Pedagogy.

v) The syllabi for Language I & II shall be based on Proficiency in the Language, Elements of Language, Communication and Comprehension abilities (standard up to Class X level).

vi) For 30 MCQs under Language I & II, each shall include 6 questions on Pedagogy of a Language.

vii) The detailed syllabus for all subjects shall be the designed by the SCERT and the same shall be issued along with the Notification.

Paper II (for classes VI to VIII):

No of MCQs – 150;

Duration of examination: 2 1/2 hours

PAPER-II Syllabus – Structure and Content

1. Child Development and Pedagogy (Marks: 30)

2. Language I (Marks: 30)

3. Language II (English) (Marks: 30)

4. (a) For Mathematics & Science Teachers: (Marks: 60)
(b) For Social Studies Teacher
(c) For any other Teacher – Either

i) The test items on Child Development & Pedagogy will focus on Educational Psychology of teaching and learning relevant to the Elementary level.

ii) How to choose Language – I of AP-TET Paper-II: The following Languages are offered under First Language in Secondary schools under the State Syllabus viz., Telugu, Urdu, Hindi, Kannada, Marathi, Tamil and Sanskrit. A Candidate (other than Language Pandit candidate) has to choose one of these 7 Languages under Language I of TET, those candidates should have compulsorily studied that Language either as medium of study or First Language at least up to Class-X. The candidates who studied CBSE/ ICSE curriculum can choose the Language which they studied up to Class X. Language Pandit candidates have to choose the Language of their study in Pandit Training concerned under Language-I of TET Paper-II.

iii) The Language-II shall be English for all the candidates.

iv) For Paper II Mathematics & Science, questions will be as follows:-

(i) Mathematics 30 MCQs (Content 24, Pedagogy 6)

(ii) Science 30 MCQs (Content 24, Pedagogy 6)

  • (a) Content – Physical Science -12 MCQs
  • (b) Content – Biological Science – 12 MCQs
  • (c) Science Pedagogy – 6 MCQs

v) For Paper II Social Studies, the syllabus will cover the sectors namely, History, Geography, Civics and Economics. Out of 60 marks, 48 will be on Content and the remaining 12 on Pedagogy.

vi) For Paper II, the syllabi for TET of Mathematics, Sciences & Social Studies are based on topics of Classes VI to VIII. The difficulty standard of questions as well as their linkages could be up to Senior Secondary Level (12th class).

vii) The syllabi for Language I & II shall be based on proficiency in the Language, Elements of Language, Communication and Comprehension abilities (standard up to Senior Secondary Level (12th Class).

Download TS TET 2022 Syllabus PAPER-I AND PAPER-II PDF

TS TET 2022 Notification, Exam Dates, Online Application Form at tstet.cgg.gov.in

TS TET 2022 Notification: Telangana State Eligibility Test 2022 Notification, Exam Dates, Syllabus, Online Application, Eligibility, minimum Qualifications, question paper structure details are available at tstet.cgg.gov.in.

TS TET 2022 Notification, Exam Dates, Online Application Form at tstet.cgg.gov.in

Online applications are invited from eligible candidates who intend to be teachers for classes I to VIII in schools in Telangana State for appearing for the Telangana Teacher Eligibility Test (TS-TET-2022) to be conducted by Department of School Education, Government of Telangana State on 12.06.2022 in all 33 Districts of the State.

TS TET 2022 Notification

TS TET 2022 Important Dates:

  • Exam Date : 12/06/2022
  • Payment Start Date : 26/03/2022
  • Payment End Date : 11/04/2022
  • Application Start Date : 26/03/2022
  • Application End Date : 12/04/2022

Online Payment of Exam fee:

The exam fee prescribed for appearing for a Single Paper (i.e. only Paper I or only Paper II), or, for Both Papers (i.e. Paper I and Paper II) is Rs.300/- (Rupees Three hundred only). Candidates can pay the exam fee through Online payment option provided in the TS-TET website https://tstet.cgg.gov.in between 26.03.2022 to 11.04.2022.

Procedure for submission of application online:

Detailed procedure for applying ONLINE is given in the Information Bulletin. Candidates can download the ‘Information Bulletin’ free of cost from the TSTET website: https://tstet.cgg.gov.in from 25.03.2022 onwards. Candidates can submit their applications online from 26.03.2022 to 12.04.2022 through website: https://tstet.cgg.gov.in.

Candidates can apply only Online for TS-TET- 2022 to be held on Sunday 12.06.2022, only through TS-TET website http://tstet.cgg.gov.in from 26.03.2022 to 12.04.2022

Apply Online

The following guidelines shall be followed for conduct of TSTET:-

ELIGIBILITY CRITERIA FOR CANDIDATES FOR APPEARING TS-TET:

The candidates at the time of applying for TS-TET should be in possession of the following minimum qualifications prescribed for category of I to V classes (Paper- I) and VI to VIII classes (Paper – II) separately.

MINIMUM QUALIFICATIONS FOR TS-TET PAPER-I (CLASSES I TO V):

(i) Intermediate / Senior Secondary (or its equivalent) with atleast 50% marks. However in case of SC/ST/BC/Differently abled candidates, the minimum marks shall be 45%. AND pass in 2 – year Diploma in Elementary Education / 4-year Bachelor of Elementary Education (B.El.Ed.) / 2 – year Diploma in Education (Special Education).

OR

(ii) Intermediate / Senior Secondary (or its equivalent) with atleast 45% marks. In respect of SC/ST/BC/Differently abled candidates, the minimum marks shall be 40%. AND pass in 2 – year Diploma in Elementary Education / 4-year Bachelor of Elementary Education (B.El.Ed.) / 2 – year Diploma in Education (Special Education) in case of the candidates who have passed or admitted to D.El.Ed / D.Ed., course prior to issue of these guidelines ( 23-12-2015).

OR

(iii)Graduation with atleast 50% marks, however in case of SC / ST / BC / Differently Abled candidates, the minimum marks shall be 45% AND pass in Bachelor of Education (B.Ed.) / Bachelor of Education (Special Education)

MINIMUM QUALIFICATIONS FOR TS-TET PAPER – II (CLASSES VI TO VIII):

(i) B.A./B.Sc./B.Com., with atleast 50% marks. In case of SC/ST/BC/Differently abled candidates, the minimum marks shall be 45%. AND pass in Bachelor of Education (B.Ed) course / Bachelor of Education (B.Ed -Special Education).

OR

(ii) B.A./B.Sc./B.Com., with atleast 50% marks. In respect of SC/ST/BC/Differently abled candidates, the minimum marks shall be40%. AND pass in Bachelor of Education (B.Ed) course / Bachelor of Education (B.Ed -Special Education) in case of the candidates who have passed or admitted to B.Ed., course prior to issue of theseguidelines (23-12-2015).

OR

(iii) 4-year B.A.Ed/B.Sc.Ed., with atleast 50% marks, in case of SC/ST/BC/Differently abled candidates, the minimum marks shall be 45%.

OR

(iv) Graduation with language concerned as one of the optional subjects OR Bachelor of oriental language (or its equivalent) OR Graduation in literature OR Post Graduation in language concerned AND Language Pandit Training Certificate/B.Ed with language concerned as one of the Methodologies, in respect of Language Teachers.

OR

(v) B.E/B.Tech with atleast 50% marks and Passed / Pursuing Bachelor of Education (B.Ed.) or B.Ed. (Special Education). In respect of SC/ST/BC/Differently abled candidates, the minimum marks shall be 45%.

STRUCTURE AND CONTENT OF TS TET:-

The structure and content of the TS-TET is given in the following paragraphs. All questions will be Multiple Choice Questions (MCQs), each carrying one mark, with four alternatives out of which one answer will be correct. There will be no negative marking.

There will be two papers of the TS-TET, Paper-I will be for a person who intends to be a teacher for Classes I to V, Paper-II will be for a person who intends to be a teacher for Classes VI to VIII. A person who intends to be a teacher either for classes I to V or for classes VI to VIII shall have to appear for both papers (Paper I and Paper II).

(a) Paper- I : No. of Multiple Choice Questions (MCQs) – 150 b)

Duration of Examination: 2 hours and 30 minutes:

(b) Paper II: No. of Multiple Choice Questions (MCQs)– 150

Duration of Examination: 2 hours and 30 minutes

MEDIUM OF QUESTION PAPER:

The Question Paper shall be bilingual (i.e). English followed by the Language-I chosen by the candidates for all Languages except Sanskrit. For the candidates choosing Sanskrit, the questions shall be in Telugu followed by Sanskrit (Devanagari Script).

QUALIFYING MARKS IN TSTET, ISSUE OF MEMOs/CERTIFICATES

(i) The percentage of qualifying marks for different categories are as shown below:
1. General 60% and above
2. BCs 50% and above
3. SC/ST/Differently abled 40% and above

(ii) The Director, SCERT and the member convener TET, Telangana State shall issue Memos/Pass certificates to the candidates.

(iii) Differently abled candidates with atleast 40% of disability only shall be considered in respect of visually and orthopedically disabled. With regard to Hearing Impaired candidates, a minimum of 75% disability shall be considered under PH category.

VALIDITY OF TET CERTIFICATE

The validity period of TET qualifying certificates for appointment, unless otherwise notified by the Government of Telangana, would remain valid for life.

Notification for TS TET 2022

Information Bulletin

Examination Centers for TS-TET-2022:

TS-TET-2022 shall be conducted in all the 33 Districts of the State. Candidates can choose any Examination Centre (District) of their choice. However, when the capacity of any particular Examination Centre (District) gets exhausted, that particular Examination Centre (District) will not be displayed in the list of examination centres given in the Online application form. In such case, the candidates have to choose the Examination Centre (District) of their choice from the remaining list available.

Structure, Content and Syllabus of TS-TET

a) The structure and content of each part of Paper-I and Paper-II of the TS-TET, and the breakup of the total 150 marks among various parts of the paper are given in the Information Bulletin.

b) Syllabus for TS-TET can be downloaded from here

ANU Degree Academic Calendar 2021-22 For 2nd, 4th, 6th Semesters

ANU Degree 2nd 4th 6th Sem Academic Calendar 2021-22: ANU Degree 2nd, 4th, 6th Semesters Academic Calendar 2021-22 Download. The Vice-Chancellor has approved the following Academic Calendar (Semester System) of II Semester, IV Semester & VI Semester of all the U.G. courses viz., B.A., B.Com, B.Com (CA), B.Sc., B.Sc.(ASLP), B.A. (OL), B.H.H.A, B.C.A, and B.B.A. courses being offered by all the affiliated colleges of Acharya Nagarjuna University area for the Academic Year 2021-22.

ANU Degree Academic Calendar 2021-22 For 2nd, 4th, 6th Semesters

anu

ACADEMIC CALENDAR FOR THE ACADEMIC YEAR 2021-22 FOR II SEMESTER, IV SEMESTER & VI SEMESTER TO ALL THE U.G. COURSES.

II Semester to all UG Courses

1. Commencement of classes for 2nd Semester students: 15-05-2022

2. Conduct of Mid Exams for 2nd Semester : 2nd week of June, 2022

3. Last date for payment Of fees and submission of examination application forms for 2nd Semester students: 30-06-2022

4. Last date for submission of galleys for 2nd Semester to the Colleges: 08-07-2022

5. Conduct of Internal Practical Exams for 2nd Semester: 2nd week of July, 2022

6. Closure of instructions for 2nd Semester Classes: 14-08-2022*

7. Commencement of 2nd Semester-end Examinations: 16-08-2022

IV Semester to all UG Courses

1. Commencement of classes for 4th Semester students: 15-05-2022

2. Conduct of Mid Exams for 4th Semester : 2nd week of June, 2022

3. Last date for payment Of fees and submission of examination application forms for 4th Semester students: 30-06-2022

4. Last date for submission of galleys for 4th Semester to the Colleges: 08-07-2022

5. Conduct of Internal Practical Exams for 4th Semester: 2nd week of July, 2022

6. Closure of instructions for 4th Semester Classes: 14-08-2022*

7. Commencement of 4th Semester-end Examinations: 16-08-2022

VI Semester to all UG Courses

1. Commencement of classes for 6th Semester students: 11-02-2022

2. Conduct of Mid Exams for 6th Semester : 28th to 30th March, 2022

3. Last date for payment Of fees and submission of examination application forms for 2nd Semester students: 18-04-2022

4. Last date for submission of galleys for 6th Semester to the Colleges: 25-04-2022

5. Conduct of Internal Practical Exams for 6th Semester: 25th to 29th April, 2022

6. Closure of instructions for 6th Semester Classes: 12-05-2022*

7. Commencement of 6th Semester-end Examinations: 14-05-2022

* Implement Blended mode of teaching / learning on holidays except public holidays to complere mandatory teaching hours.

Note: It is informed that the above calendar is tentative if any changes are brought to the notice of all the concerned.

Download the Official Academic Calendar PDF Here: Click Here

JNTUK R20 2-2 Digital IC Design Material/Notes PDF Download

JNTUK R20 2-2 Digital IC Design Material/Notes PDF Download

Students those who are studying JNTUK R20 ECE Branch, Can Download Unit wise R20 2-2 Digital IC Design Material/Notes PDFs below.

jntuk-materials

JNTUK R20 2-2 Digital IC Design Material/Notes PDF Download

OBJECTIVES: The main objectives of this course are:

  • Introduction of digital logic families and inter facing concepts for digital design is considered.
  • VHDL fundamentals were discussed to modeling the digital system design blocks.
  • Design and implementation of combinational and sequential digital logic circuits is explained.

UNIT-1

Hardware Description Languages.

VHDL: Introduction to VHDL, entity declaration, architecture, data-flow, behavioral and structural style of modelings, datatypes, data objects, configuration declaration, package, generic, operators and identifiers, PROCE SS, IF, CASE & LOOP statements, VHDL libraries.

Verilog HDL: Introduction to Verilog HDL, data types, data operators,module statement, wire statement, ifelsestatement, case-endcasestatement,Verilog syntax and semantics(qualitative approach)

Download UNIT-1 Material PDF

UNIT-2

Combinational Logic Design: Parallel binary adder, carry look ahead adder, BCD adder, Multiplexers and demultiplexers and their use in combinational logic design, ALU, digital comparators, parity generators, codeconverters, priority encoders. (Qualitative approach of designing and modeling the mentioned combination allogiccircuits with relevant digital ICs using HDL)

Download UNIT-2 Material PDF

UNIT-3

Sequential Logic Design: Registers, applications of shift registers, ripple or a synchronous counters, synchronous counters, synchronous and a synchronous sequential circuits, hazards in sequential circuits. (Qualitative approach of designing and modeling the mentioned sequential logic circuits with relevant digital ICs using HDL)

Download UNIT-3 Material PDF

UNIT-4

Combinational MOS Logic Circuits: Introduction, MOS logic circuits with depletion nMOS loads: twoinputNOR gate, generalized NOR structure with multiple inputs, transient analysis of NOR gate, two-input NANDgate, generalized NAND structure with multiple inputs, transient analysis of NAND gate, CMOS logic circuits: CMOS NOR2 gate, CMOS NAND2 gate,complex logic circuits, complex CMOS logic gates, AOI and OAIgates, Pseudo-nMOS gates, CMOS full-adder circuit, CMOS transmission gates (Pass Gates), complementary pass-transistorlogic

Download UNIT-4 Material PDF

UNIT-5

Sequential MOS Logic Circuits: Introduction, behavior bistable elements, SR latch circuit, clocked latch andflip-flop circuits: clocked SR latch, clocked JK latch, master-slave flip-flop, CMOS D-latch and Edge triggeredflip-flop, Schmitt trigger circuit, basic principlesof pass transistor circuits.

Download UNIT-5 Material PDF


TEXT BOOKS:

1. Modern Digital Electronics–R.P.Jain-Fourth Edition–Tata McGraw Hill Education Private Limited, 2010.

2. CMOS Digital Integrated Circuits-Analysis and Design–Sung-MoKang & Yusuf Leblebici-Tata McGraw Hill Publishing Company Limited, 2006.

3. VHDL/VerilogPrimer – J.Bhasker, Pearson Education/PHI, 3 rd Edition.

REFERENCE BOOKS:

  1. Digital Design Principles & Practices-John F.Wakerly, PHI/Pearson Education Asia, 3 rd Edition, 2005.
  2. Fundamentals of Digital Logic with VHDL Design – Stephen Brown, Zvonko Vranesic, McGraw Hill, 3rd Edition

OUTCOMES:

  • Understand the structure of commercially available digital integrated circuit families.
  • Learn the IEEE Standard 1076 Hardware Description Language (VHDL).
  • Model complex digital systems at several levels of abstractions, behavioral, structural, simulation, synthesis and rapid system prototyping.
  • Analyze and design basic digital circuits with combinatorial and sequential logic circuits using VHDL.