Home ] Up ] Sem1 ] Sem2 ] Sem3 ] [ Sem4 ] Sem5 ] Sem6 ] Sem7 ] Sem8 ]

Electronics II

 

Low and High frequency analysis of BJT and FET amplifier circuits.

Analysis of RC coupled amplifiers

Cascode Amplifiers, Darlington pair and DC amplifiers. Design of two stage RC coupled amplifier.

Feedback Amplifiers.( Negative Feedback )

Introduction to negative and positive feedback, current, voltage, series and shunt feedback. Its effect on input impedance, output impedance, voltage gain, current gain and bandwidth.

Oscillators.

Positive feedback, oscillators using feedback principle. Derivation for frequency of oscillation and conditions for maintenance of oscillations of

( i ) RC phase shift ( ii ) Wien Bridge ( iii ) Tuned collector / drain ( iv ) Tuned gate ( v ) Hartley / Colpitts ( vi )Crystal Oscillators.

Analysis of Differential Amplifier.Discrete components, operational amplifiers ( ideal ), Basic Op-Amp circuits.

Relaxation Oscillator and Linear Sweep Circuits.

Analysis of large signal amplifiers.

Class A, B, AB and C. Design of audio frequency power amplifiers of class A and class B type.

Special Devices.

Photo sensitive devices, display devices and Schottky diode.

C Programming.

Features of C, ANSI C, structure of a C program.

Character set, variable names, data types, constants and declarations, scope and lifetime of variables.

Arithmetic, logical, relational, increment, bitwise, assignment operators and expressions, conditional expressions, precedence of order of evaluation and type conversion.Basic input and output, formatted input and output.

Control structures : Concept of a block statement. IF, IF-Else, Switch, Looping structures - FOR, DO, WHILE, Break and Continue statements, GOTO statement.

Functions : external variables, scope rules, nesting of functions, function of arrays.

Arrays : One dimensional, two dimensional and multi dimensional arrays, their initialisation and manipulation. String handling features.

Pointers : addresses, their initialisation, pointer arithmetic, pointers and functions, pointers and arrays, pointers to pointers, pointers to functions.

Structures and Unions. : Basics of structures, initialisation, structures and functions, structures and arrays, pointers to structures, structures within structures, unions and bit fields.

Dynamic Memory Management : malloc ( ) , calloc ( ) , free ( ), sizeof( ) functions.

File Management : Low level and high level file access. Sequential and random access files, error handling.

Pre processor : macro substitution, header file inclusion, study of standard libraries like stdio.h, ctype.h, string.h, math.h, stdlib.h, stdarg.h, dos.h

Applied Mathematics IV

Complex Variables.

Regions and paths in the Z plane. Path/Line integral of a function.

Inequality conditions for a path integral to be independent of the path joining two points. Contour Integral, Cauchys theorem for analytical functions with continuous derivatives. Cauchy Goursat theorem( statement only ) and its use for multiply connected regions. Cauchys integral formula and deductions. Moreras theorem and maximum modulus theorem.

Taylors and Laurents developments, Singularities, poles, residue at isolated singularity and its evaluation. Residue theorem - Application to evaluate real integrals.

Matrices.

Brief revision of vectors over real field inner product, normal, linear independence, orthogonality.

Characteristic values and vectors, and their properties for Hermitian and real Symmetric matrices.

Characteristic polynomial. Cayley Hamilton theorem, functions of a square matrix, minimal polynomial, diagonable matrix.

Quadratic forms, orthogonal, congruent and Lagranges reduction of quadratic forms, rank, index, signature of a quadratic form, value class of a quadratic form. Statement of bilinear form.

Vector Calculus.

Scalar and Vector point functions, directional derivative, level surfaces, gradient, surface and volume integrals, definition of curl, divergence. Use of operator. Conservative, irrotational, solenoidal fields.

Greens theorem for plane regions and properties of line integral in a plane, Statements of Stokes theorem, Gauss Divergence theorem, related identities, deductions, statement of Laplaces differential equation in cartesian, spherical, polar and cylindrical co-ordinates.

Logic Circuits.

Number systems and codes.

Binary, Octal and Hexadecimal number systems. Conversion from any base to another base number system. Binary, BCD, Excess-3, Alphanumeric, EBCDIC, Hollerith, ASCII codes, code conversion, error detecting and correcting codes, parity and Hamming codes.

Binary Arithmetic.

Basic rules for addition and multiplication. Sign magnitude notation, Ones complement notation. Twos complement notation. Addition and multiplication using binary, octal and hexadecimal number systems.

Boolean Algebra and Logic Gates.

Boolean algebra theorems, reduction of logic expressions using boolean algebra, truth tables, minterms, maxterms, SOP and POS forms. Standard SOP and POS forms. Basic and universal logic gates, control aspect of gates, enabling and disabling of gates. K map representation of logical functions,simplification of logic functions using K-maps upto 6 variables. Quine McCluskey method and Veitch diagrams used for logic function reduction.

Combinational Logic Circuits.

Concepts of combinational and sequential logic circuits. Realisation of following circuits using gates.:

( a ) Systems implementing combinational logic.

( b ) Arithmetic circuits, half and full adders, subtractors, multipliers, code converters, parity generators, parity checkers, comparators.

( c ) Multiplexers, demultiplexers, encoder, decoder.

( d ) Concept of mode control

( e ) Application of MSI devices for multiplexer, demultiplexer / decoder, parity generator / checker, concept of capacity expansion using gates. Use of MSI devices for adders, Sequential adder, BCD adder / subtractor, carry look ahead adder, multiplier, fast multipliers, Arithmetic Logic Unit ( ALU ) Sequential Circuits.

( a ) Concept of Synchronous and Asynchronous operation.

( b ) Flip Flops : Basic cell, SR , clocked SR, D, T , J-K, J-K with preset and clear, Master Slave J-K flip flops. Concept of level triggering and edge triggering , flip flop excitation tables, triggering and timing of flip flops.

( c ) Registers : Shift registers, bi-directional, serial to parallel, parallel to serial conversion.

( d ) Analysis of clocked sequential circuits.

( e ) Asynchronous counters : up-down counters, modulo N counter, glitch problem.

( f ) Synchronous counters : Use of K- maps for synchronous counters, ring counters, twisted ring counters, counters using shift registers, sequence generators using flip flops.

Principles of Communication Engineering.

Signals and their representations.

Fourier series, Fourier transform, continuous spectra, frequency selectivenetworks and transformers.Basic Information Theory.Information , entropy of discrete systems, rate of transmission, redundancy, efficiency and channel capacity.

Amplitude Modulation.

Frequency spectrum, power relations, basic requirements and description of various modulators, comparison. DSB, DSBSC, SSB, VSB, spectrum modulators and detectors.

Frequency Modulation.

Frequency spectrum of FM, phase modulation, effect of noise, generation of FM and demodulators.

Pulse Modulation.

Sampling theorem, low pass and band pass signals, elements of PAM, PWM, PPM, PCM and Delta Modulation. FDM,TDM.

A.M. and FM radio transmitters and receivers.

Characteristics, block diagrams.

BUSINESS DATA PROCESSING

    1. INTRODUCTION TO BUSINESS ORGANISATION – Need , Structure and nature of Information Systems – data processing activities-Management Information Systems .Introduction to structured programming . Typical analysis of systems like –Inventory, Accounting, Payroll, Production, etc.
    2. Introduction to Input / Output and Data Storage devices – their organisation and access methods .File concept,record layout. Organisation and access strategies of files.
    3. Cobol programming –character set, words,data names, verbs, structure of a cobol program. Elementary and group data items ,structuring of data ,picture clauses.
    4. Arithmetic operations ,Add, Subtract, Multiply, Divide and Compute statements, arithmetic expressions and operator precedence. Data transfer statements- move;editing and edit pictures .
    5. Condition statements –relational and logical operators,simple and compound conditions .Control structure- IF,nested IF,GOTO,GOTO depending on, PERFORM statements.
    6. Array processing and table handling- OCCURS clause , single and multi-dimensional tables-their definition and usage . PERFORM verb and tables- PERFORM . .TIMES, PERFORM . . UNTIL, PERFORM . . VARYING options.Index tables and index names , SET verb.Searching of tables –SEARCH verb.
    7. Sequential file processing – fixed and variable record file, sorting and merging ,sequential file update operations , magnetic tape files.
    8. Direct access files-index sequential while handling , update of indexed files ,relative files, relative file handling, key address transformations.
    9. Introduction to report writer – report section , report group , description and procedure division statements.
    10. Introduction to sub-routines , sub-programs, segmentation and overlay management.
    11. Introduction to system analysis and database management systems.

 Books Recommended :-

  1. Information Systems through COBOL – Philippakis & Kazmier
  2. Structured COBOL Programming – Stern & Stern
  3. Structured COBOL - Philippakis & Kazmier
  4. COBOL Programming – Roy, Ghosh & Dastider
  5. COBOL Programming with business application – N.L.Sarda
  6. A Practical Approach to COBOL Programming – Sharad Kant
  7. Guide to COBOL Programming – McCraken & Garbasic
  8. System Analysis for business data processing – Clifton.

 

Copyright 1999 Mail the Webmasters Hits: Hit Counter [Text Only]
[www.ieeepapers.indianet.org ]  [www.ennovation.indianet.org
[www.ieeepubs.indianet.org]  [www.ieeerover.indianet.org]