2-1 Cse (R09)
2-1 Cse (R09)
2-1 Cse (R09)
com
JNTU-HYDERABAD
B. TECH (R09) Computer Science & Engineering
(2-1 Syllabus)
O R 25
25
50
50
75
75
2
2
U W
N T
J
www.jntuworld.com
www.jntuworld.com
UNIT-I
p-n Junction Diode: Qualitative Theory of p-n Junction. P-n Junction as a Diode, Diode
Equation. Volt-Ampere Characteristics, Temperature dependence of V I Characteristics. Ideal
versus Practical � Resistance levels ( static and dynamic0 Transition and diffusion
capacitances. Diode Equivalent circuits, Load Line Analysis, Breakdown Mechanisms in
semi conductor diodes. Zener diode characteristics.
the p-n junction as a rectifier, half wave rectifiers, full wave rectifiers, bridge rectifiers
harmonic components in a rectifier circuit. Inductor filters, capacitor filtlers, L SECTION
filteres, d- section filters. composition of filters, voltage regulation using zener diode.
L D
R
the junction transitor, transistor current components. Transistor as an amplifier. Transistor
construction. BTJ operation, BJT symbol, common base, common emitter and common
O
collector configuration, limits of operation , BJT specification.
W
UNIT- IV: Transistor Biasing and Stabilization :
U
Operating point, the DC and AC load lines. Need for biasing . fixed bias . collector feedback
bias. Emitter feedback bias, collector-emittor feedback bias. Voltage divider bias. Bias
N T
stability. Stabilization factors. Stabilization against variations in V BE and �. Bias
compensation using diodes and transistors . thermal runaway, thermal stability.
J
UNIT-V: Small Signal Low Frequency BJT Models
The Junction field effect transistor (construction, principle of operation, symbol) �pinch of
voltage, voltage-ampere characteristics, the JFET small signal model, MOSFET construction,
principle of operation, symbol) , MOSFET characteristics in enhancement and depletion
modes.
FET Common Source Amlifiere, Common Drain Amplifier, Generalized FET Amplifier,
Biasing FET, FET as Voltage Variable Resistor, Comparision of BJT, and FET., Uni junction
Transistor.
www.jntuworld.com
www.jntuworld.com
UNIT-VIII
TEXT BOOKS :
2. Electronic Devices and Circuits � R.L. Boylestad and Louis Nashelsky, Pearson/Prentice
Hall,9th Edition,2006.
REFERENCES :
D
1. Integrated electronics � J.Millman and Christos c halkias 1991, 2008, TMH.
L
R
2. Electronic Devices and Circuits � Dr. K. Lal Kishore, B.S. Publications, 2nd Edition,
2005.
O
3. Electronic Devices and Circuits � Anil k maini , varsha agarwal , 2009 WIPL
W
4. Electronic Devices and Circuits � s salivahana n suresh kumar, a vallavaraj 2008 TMH.
U
N T
J
www.jntuworld.com
www.jntuworld.com
UNIT-I
Probability: Sample space and events � Probability � The axioms of probability � Some
Elementary theorems - Conditional probability � Baye�s theorem. , Random variables �
discrete and continuous.
UNIT-II :
UNIT-III :
L D
Test of Hypothesis I � point estimations � interval estimations Bayesian estimation. Large
samples, null hypothesis- alternate hypothesis type I, & type II errors- critical region
UNIT-IV
O R
confidential interval for mean testing of single variance. Difference between the mean.
W
Test of Hypothesis II � confidential interval for the proportions. Tests of hypothesis for the
proportions single and difference between the proportions.
UNIT-V
T U
N
Small samples:Confidence interval for the t-distribution- tests of hypothesis � t �
J
distributions, F-distributions, distribution. Test of hypothesis-;
UNIT-VI
UNIT-VII
Queuing Theory: Arrival theorem- Pure Birth and Death Process M/M/1 Model
UNIT-VIII
Text Books:
www.jntuworld.com
www.jntuworld.com
References:
1. Probability & Statistics, T. K. V. Iyengar, B. Krishna Gandhi and Others S. Chand &
Company.
5. A first course in probability & statistics by BLS Prakasa rao. World scientific.
6. Probability & Statistics for Engineers, Miller and John E. Freund, Prentice Hall of India.
L D
O R
U W
N T
J
www.jntuworld.com
www.jntuworld.com
UNIT-I
Mathematical Logic : Statements and notations, Connectives, Well formed formulas, Truth
Tables, tautology, equivalence implication, Normal forms.
UNIT-II
Predicates : Predicative logic, Free & Bound variables, Rules of inference, Consistency, proof
of contradiction, Automatic Theorem Proving.
UNIT-III
L D
relations, Hasse diagram. Functions: Inverse Function Comports of functions, recursive
R
UNIT-IV
O
Algebraic structures : Algebraic systems Examples and general properties, Semi groups and
monads, groups sub groups� homomorphism, Isomorphism.
UNIT-V
U W
Elementary Combinatorics: Basis of counting, Combinations & Permutations, with
N T
repetitions, Constrained repetitions, Binomial Coefficients, Binomial Multinomial theorems,
the principles of Inclusion � Exclusion. Pigeon hole principles and its application
UNIT-VI
J
Recurrence Relation : Generating Functions, Function of Sequences Calculating Coefficient
of generating function, Recurrence relations, Solving recurrence relation by substitution and
Generating funds. Characteristics roots solution of In homogeneous Recurrence Relation.
UNIT-VII
Graph Theory : Representation of Graph, DFS, BFS, Spanning Trees, planar Graphs
UNIT-VIII
Graph Theory and Applications, Basic Concepts Isomorphism and Sub graphs, Multi graphs
and Euler circuits, Hamiltonian graphs, Chromatic Numbers
www.jntuworld.com
www.jntuworld.com
TEXT BOOKS :
REFERENCES :
2. Discrete Mathematical Structures, Bernand Kolman, Roberty C. Busby, Sharn Cutter Ross,
Pearson Education/PHI.
D
4. Discrete Mathematics for Computer science, Garry Haggard and others, Thomson.
R L
5. Discrete Mathematics for Computer Scientists & Mathematicians, J.L. Mott, A. Kandel,
O
6. Logic and Discrete Mathematics, Grass Man & Trembley, Person Education.
U W
8. Discrete Mathematical Structures with applications to computer science Trembly J.P. &
Manohar .P, TMH
N T
9.Discrete Mathematics and its Applications, Kenneth H. Rosen, Fifth Edition.TMH.
www.jntuworld.com
www.jntuworld.com
Unit I :
C++ Class Overview- Class Definition, Objects, Class Members, Access Control, Class
Scope, Constructors and destructors, parameter passing methods, Inline functions, static class
members, this pointer, friend functions, dynamic memory allocation and deallocation (new
and delete), exception handling.
Unit II :
Function Over Loading, Operator Overloading, Generic Programming- Function and class
templates, Inheritance basics, base and derived classes, inheritance types, base class access
control, runtime polymorphism using virtual functions, abstract classes, streams I/O.
Unit III :
L D
Algorithms, performance analysis- time complexity and space complexity. Review of basic
R
data structures- The list ADT, Stack ADT, Queue ADT, Implementation using template
classes in C++.
Unit IV :
O
U W
Dictionaries, linear list representation, skip list representation, operations insertion, deletion
and searching, hash table representation, hash functions, collision resolution-separate
chaining, open addressing-linear probing, quadratic probing, double hashing, rehashing,
Unit V :
N T
extendible hashing, comparison of hashing and skip lists.
J
Priority Queues � Definition, ADT, Realizing a Priority Queue using Heaps, Definition,
insertion, Deletion, External Sorting- Model for external sorting, Multiway merge, Polyphase
merge.
Unit VI :
Binary Search Trees, Definition, ADT, Implementation, Operations- Searching, Insertion and
Deletion, AVL Trees, Definition, Height of an AVL Tree, Operations � Insertion, Deletion
and Searching
Unit VII :
Search trees (prt II) : Trees definitions, B-Trees, B-Tree of order m, height of a B-Tree,
insertion, deletion and searching, Comparison of Search Trees
www.jntuworld.com
www.jntuworld.com
Graphs: Basic terminology, representations of graphs, graph search methods DFS, BFS.
Unit VIII :
Text Processing : Pattern matching algorithms-Brute force, the Boyer �Moore algorithm, the
Knuth-Morris-Pratt algorithm, Standard Tries, Compressed Tries, Suffix tries.
TEXT BOOKS :
1. Data structures, Algorithms and Applications in C++, S.Sahni, University Press (India)
Pvt.Ltd, 2nd edition, Universities Press Orient Longman Pvt. Ltd.
2. Data structures and Algorithms in C++, Michael T.Goodrich, R.Tamassia and .Mount,
Wiley student edition, John Wiley and Sons.
REFERENCES :
D
1. Data structures and Algorithm Analysis in C++, Mark Allen Weiss, Pearson Education.
Ltd., Second Edition.
R L
2. Data structures and algorithms in C++, 3rd Edition, Adam Drozdek, Thomson
O
3. Data structures using C and C++, Langsam, Augenstein and Tanenbaum, PHI.
4. Problem solving with C++, The OOP, Fourth edition, W.Savitch, Pearson education.
U W
N T
J
www.jntuworld.com
www.jntuworld.com
UNIT-I
BINARY SYSTEMS : Digital Systems, Binary Numbers, Number base conversions, Octal
and Hexadecimal Numbers, complements, Signed binary numbers, Binary codes, Binary
Storage and Registers, Binary logic.
UNIT-II
UNIT-III
L D
GATE � LEVEL MINIMIZATION : The map method, Four-variable map, Five-Variable
map, product of sums simplification Don�t-care conditions, NAND and NOR
UNIT - IV
O R
implementation other Two-level implementnations, Exclusive � Or function, Hardward
U W
COMBINATIONAL LOGIC : Combinational Circuits, Analysis procedure Design
procedure, Binary Adder-Subtractor Decimal Adder, Binary multiplier, magnitude
comparator, Decoders, Encoders, Multiplexers, HDL for combinational circuits.
UNIT - V
N T
J
SYNCHRONOUS SEQUENTIAL LOGIC : Sequential circuits, latches, Flip-Flops Analysis
of clocked sequential circuits, HDL for sequential circuits, State Reduction and Assignment,
Design Procedure.
UNIT - VI
Registers, shift Registers, Ripple counters synchronous counters, other counters, HDL for
Registers and counters.
UNIT - VII
UNIT-VIII
www.jntuworld.com
www.jntuworld.com
TEXT BOOKS :
REFERENCES :
1. Switching and Finite Automata Theory by Zvi. Kohavi, Tata McGraw Hill.
3. Digital Principles and Design � Donald D.Givone, Tata McGraw Hill, Edition.
O R
U W
N T
J
www.jntuworld.com
www.jntuworld.com
UNIT - I
Magnetic field due to electric current flow ,force on a current carrying conductor placed in a
magnetic field, Faradays laws of electromagnetic induction. Types of induced EMF�s,
Kirchhoff�s laws. Simple problems.
UNIT-II
L D
Network Analysis : Basic definitions, types of elements , types of sources, resistive networks,
inductive networks, capacitive networks, series parallel circuits, star delta and delta star
transformation , Network theorems- Superposition , Thevenins�s, Maximum power transfer
theorems and simple problems.
UNIT-III
O R
W
Alternating Quantities : Principle of ac voltages , waveforms and basic definitions,
relationship between frequency, speed and number of poles, root mean square and average
U
values of alternating currents and voltage, form factor and peak factor, phasor representation
of alternating quantities, the J operator and phasor algebra, analysis of ac circuits with single
T
basic network element, single phase series circuits, single phase parallel circuits, single phase
N
series parallel circuits, power in ac circuits.
UNIT-IV
J
Transformers : Principles of operation, Constructional Details, Ideal Transformer and
Practical Transformer, Losses, Transformer Test, Efficiency and Regulation Calculations (All
the above topics are only elementary treatment and simple problems).
UNIT-V
UNIT-VI
D.C. Motors : Principle of operation of dc motors, types of DC Motors. Losses and torque
equation, losses and efficiency calculation in D.C generator.
UNIT-VII
www.jntuworld.com
www.jntuworld.com
A.C Machines : Three phase induction motor, principle of operation, slip and rotor frequency,
torque (simple problems).
UNIT VIII
TEXT BOOKS :
2. Basic Electrical Engineering �By T.K.Nagasarkar and M.S. Sukhija Oxford University
Press.
L D
R
REFERENCES :
O
1. Theory and Problems of Basic Electrical Engineering by D.P.Kothari & I.J. Nagrath PHI.
U W
3. Essentials of Electrical and Computer Engineering by David V. Kerns, JR. J. David Irwin
Pearson.
N T
J
www.jntuworld.com
www.jntuworld.com
PART � A
1. Serial and Parallel Resonance � Timing, Resonant frequency, Bandwidth and Q-factor
determination for RLC network.
2. Time response of first order RC/RL network for periodic non-sinusoidal inputs � time
constant and steady state error determination.
3. Two port network parameters � Z-Y Parameters, chain matrix and analytical verification.
O R
6. Experimental determination of Thevenin�s and Norton�s equivalent circuits and
W
7. Magnetization characteristics of D.C. Shunt generator. Determination of critical field
resistance.
T U
8. Swinburne�s Test on DC shunt machine (Predetermination of efficiency of a given DC
Shunt machine working as motor and generator).
J N
9. Brake test on DC shunt motor. Determination of performance Characteristics.
PART � B
www.jntuworld.com
www.jntuworld.com
7. SCR Characteristics
8. FET Characteristics
9. CE and CC Amplifier
L D
O R
U W
N T
J
www.jntuworld.com
www.jntuworld.com
Objectives:
� Intel based desktop PC with minimum of 166 MHZ or faster processor with atleast 64 MB
RAM and 100 MB free disk space
W
Week3- Write C++ programs to implement the deque (double ended queue) ADT using
U
T
a doubly linked list and an array.
N
Week 4-Write a C++ program to perform the following operations:
J
a) Insert an element into a binary search tree.
Week5-.Write C++ programs that use non-recursive functions to traverse the given
binary tree in
Week6-.Write C++ programs for the implementation of bfs and dfs for a given graph.
Week7- Write C++ programs for implementing the following sorting methods:
www.jntuworld.com
www.jntuworld.com
using hashing.
L D
R
(Note: Use Class Templates In the above Programs)
O
TEXT BOOKS :
1. DATA structures a pseudo code approach with c++ , Indian edition, R.F.Gilberg and
B.A.Forouzan Cengage Learning.
U W
2. Programming Prinicples and Practice using C++, B.Stroustrup, Addition-Wiesly (Pearson
Education)
N T
3. Data Structures and Algorithms in C++, Third Edition, Adam Drozdek, Thomson.
J
4. Data Structures using C++, D.S. Malik, Thomson
www.jntuworld.com