OF

3y ago
46 Views
2 Downloads
115.81 KB
21 Pages
Last View : 5d ago
Last Download : 3m ago
Upload by : Jenson Heredia
Transcription

UNIVERSITY OF CALICUTSCHEME AND SYLLABIFORTHIRD AND FOURTH SEMESTERSOFBACHELOR OF TECHNOLOGYINCOMPUTER SCIENCE & ENGINEERINGFROM 2004 ADMISSION ONWARDSCALICUT UNIVERSITY (P.O), THENHIPALAMUniversity of Calicut1B. Tech.-Computer Science & Engg.

CS : COMPUTER SCIENCE & ENGINEERINGTHIRD SEMESTERHours/WeekCodeSubjectEN04 301BCS04 302ENGG. MATHEMATICS-IIIDATA STRUCTURES ANDALGORITHMSDISCRETE COMPUTATIONALSTRUCTURESBASIC ELECTRONICSENGINEERINGSWITCHING THEORY ANDLOGIC DESIGNELECTRIC CIRCUITS ANDSYSTEMSPROGRAMMING LABELECTRONICS LABTOTALCS04 303CS04 304CS04 305CS04 306CS04 307(P)CS04 03100186336505040033-1001008005050FOURTH SEMESTERHours/WeekCodeSubjectEN04 401BEN04 402CS04 403CS04 404MATHEMATICS-IVENVIRONMENTAL STUDIESSYSTEMS PROGRAMMINGMICROPROCESSOR BASEDDESIGNCOMPUTER ORGANISATIONAND DESIGNELECTRONIC CIRCUITS ANDSYSTEMSDATA STRUCTURES LABDIGITAL ELECTRONICS LABTOTALCS04 405CS04 406CS04 407(P)CS04 408(P)University of 0186336505040033-10010080050505050B. Tech.-Computer Science & Engg.

SYLLABI OF THIRD SEMESTEREN04 301B MATHEMATICS-III(Common with IT)3 hours lecture and 1 hour tutorial per weekModule I: Linear Algebra (13 hours)Vector spaces – Linear dependence and independence, and their computation – Bases anddimension – Subspaces-Gram-Schmidt orthogonalization process – Linear transformations – Elementaryproperties of linear transformations – Matrix of a linear transformation (Proofs of Theorems are notrequired)Module II: Fourier integrals and Fourier transforms (13 hours)Fourier integral (Proof not required)-Fourier sine and cosine integral representations-Fouriertransforms-Fourier sine and cosine transforms-Properties of Fourier transforms-Singularity functions andtheir Fourier transforms.Module III: Complex Analytic Functions (13 hours)Function of a complex variable-Derivative-Analytic function-Cauchy-Reimann equationsLaplace’s equation-Conformal mapping-Exponential function – Trigonometric functions-Hyperbolicfunctions-Logarithm-Linear fractional transformations.Module IV: Complex Integrals (13 hours)Line integral in the complex plane – Cauchy’s integral theorem (Proof of existence of indefiniteintegral to be omitted) – Cauchy’s integral formula – Derivatives of an analytic functions (Proof to beomitted) – Taylor series – Laurent series – Singularities and zeros – Residue integration method –Evaluation of real integrals.Text bookModule 1 : K.B. Datta, Matrix and Linear algebra for engineers, Prentice hall of IndiaModule 2 : Wylie C.R and Barret L.C, Advanced Engineering Mathematics 6th Edition,McGraw HillModule 3 : Erwin Kreyszig – Advanced Engineering Mathematics 8th Edition, JohnWiley & SonsModule 4 : Erwin Kreyszig – Advanced Engineering Mathematics 8th Edition, JohnWiley & SonsReference books1. R.S.L Srivastava, Engineering Mathematics (Volume II) Tata McGraw Hill2. S.Narayan, T K Manicavachagom Pillai & Dr. Ramanaiah- Advanced Mathematics forEngineering Students,S Viswanathan Publishers3. R K Jain & R K Iyengar, Advanced Engineering Mathematics, Narosa Publishing house4. Lipschutz S, Linear Algebra, Schaum’s Outline Series, McGraw HillSessional work assessmentAssignmentsTestsRegularityTotal marksUniversity of Calicut2x7.5 152x15 30 05 503B. Tech.-Computer Science & Engg.

University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut4B. Tech.-Computer Science & Engg.

CS04 302 DATA STRUCTURES & ALGORITHMS(Common with IT04 302)3 hours lecture and 1 hour tutorial per week[Objective: Views data as the central resource in computing process and to visualize the importance ofstructuring data. It describes the impact of organizing data on the efficiency of algorithms that processthe data. Static and dynamic data structures, linear and nonlinear data structures are extensively coveredand is indispensable in any stream of study in computing.]Module I (12 hours)Review of data types - Scalar types - Primitive types - Enumerated types - Subranges Structurestypes - Character strings - arrays - records - sets - tiles - Data abstraction - Complexity of algorithms Time and space complexity of algorithms using “big oh” notation - Recursion: Recursive algorithms Analysis of recursive algorithmsModule II (12 hours)Linear data structures - Stacks - Queues - Lists - Stack and queue implementation using array Linked list - Linked list implementation using pointersModule III (12 hours)Non linear structures: Graphs -Trees - Sets - Graph and tree implementation using array linkedlist - Set implementation using bit string, linked listModule IV (16 hours)Searching - Sequential search - Searching arrays and linked lists - Binary search - Searchingarrays and binary search trees - Hashing - Introduction to simple hash functions - resolution of collisions- Sorting: n2 Sorts - Bubble sort - Insertion Sort - Selection sort - NlogN sorts - Quick sort - Heap sort Merge sort - External sort - Merge filesText book1. Aho A.V., Hopcroft J.E. & Ullman J.D., Data Structures and Algorithms, Addison WesleyReference books1. Sahni S., Data Structures, Algorithms, & Applications in C , McGraw Hill2. Wirth N., Algorithms Data Structures Programs, Prentice Hall3. Cormen T.H., Leiserson C.E., & Rivest R.L., Introduction to Algorithms, MIT Press, 19904. Adam Drozdek, Data Structures and Algorithms in C , Thomson Brooks/cole – Vikas Pub. Housepvt. Ltd.5. Deshpande P.S, Kakde O.G, C and Data structures, Dream – tech India Pvt. Ltd.Sessional work assessmentAssignments2x7.5 15Tests2x15 30Regularity 05Total marks 50University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut5B. Tech.-Computer Science & Engg.

CS04 303 DISCRETE COMPUTATIONAL STRUCTURES(Common with IT04 303)3 hours lecture and 1 hour tutorial per week[Objective: This course provides fundamental computational concepts. This course intends to coverbasic computational structures and methods such as logic, groups, rings and fields useful for the studentsof computing sciences stream.]Module 1 (13 hours)Logic - Logical connectives and Truth tables – Logical equivalence and laws of logic – Logicalimplication and rules of inference- Quantifiers – Proofs of theorems using rules of universal specificationand universal generalization.Module II (13 hours)Relational Structures - Cartesian products – Relations – Relation matrices – Properties ofrelations – Composition of relations- Equivalence relations and partitions- Functions – One-to-one, ontofunctions – Composition of functions and inverse functions- Partial orders- Hasse diagrams.Module III (13 hours)Group Theory - Definition and elementary properties- Cyclic groups- Homomorphisms andIsomorphisms - Subgroups- Cosets and Lagrange’s theorem-Elements of coding theory- Hammingmetric-Generator matrices-Group codes- Hamming matrices.Module IV (13 hours)Rings and Fields - Definitions and examples of rings, integral domains and fields- Elementaryproperties and substructures - Homomorphisms and isomorphisms – The ring Zn - Polynomial rings –Irreducible polynomials and finite fields.Text book1. Ralph P Grimaldi, Discrete and Computational Mathematics: An applied introduction (FourthEdition), Pearson Education, 2004.Reference books1. Tremblay, J P & Manohar,R, Discrete and Mathematical Structures with Applications to ComputerScience, McGraw Hill Book Company.2. Kolman B & Busby R C, Discrete and Mathematical Structures for Computer Science, PrenticeHall of India.3. Donald F Stanat & David F Mc Allister, Discrete and Mathematical Structures in ComputerScience, Prentice Hall.4. Truss J K, Discrete Mathematics for Computer Scientists, Pearson Education, 2001.5. Herstein I N, Topics in Algebra, Wiley Eastern.6.Garding, L & Tambour T, Algebra for Computer Science, Narosa Publishing House, NewDelhi.Sessional work assessmentAssignments2x7.5 15Tests2x15 30Attendance 05Total marks 50University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut6B. Tech.-Computer Science & Engg.

CS04 304 BASIC ELECTRONICS ENGINEERING(Common with IT04 304)3 hours lecture and 1 hour tutorial per week[Objective: This course is to introduce the Basic Electronic components and concepts as a backgroundinformation useful for the computing sciences. It covers the principle, properties and characteristics ofvarious analog electronics devices and circuits. For adequacy this has to be complemented by exercisesappearing in texts and references.]Module I (15 hours)Electronic components - Concepts of voltage and current sources - Energy bands in solids,metals, insulators and semiconductors - Intrinsic and extrinsic semiconductors - PN junction theory - V-Icharacteristics - Diode resistance - Rectifiers - Performance analysis of rectifiers - Filters, zener, varactorand power diodes - LEDs. Transistors - Working and amplifying action - Characteristics - Comparisonbetween CE, CB and CC configurations - CE Amplifier, construction of transistors - Use of data sheet Thermal runaway - UJT, introduction to FETsModule II (12 hours)Transistor biasing - Selection of operating point - Bias stabilization - Different biasing circuits PNP biasing - Small signal amplifiers - Single stage amplifier - Graphical method - Equivalent circuitmethod - Amplifier analysis - FET amplifier - Multistage amplifiers - Gain analysis - RC coupledamplifier - Frequency response - Two stage RC coupled amplifier - Distortion in amplifiers Classification of amplifiersModule III (13 hours)Power amplifiers - Single-ended power amplifier - Harmonic distortion - Push-pull amplifier Tuned voltage amplifier - Resonance - Single-tuned voltage amplifier - Feedback in amplifiers - Types offeedback - Voltage gain with feedback - Negative feedback - Oscillators - Classification - LC oscillators- RC oscillators - Crystal oscillators – A stable multivibratorModule IV (12 hours)Operational amplifiers - Inverting and non-inverting amplifiers - Adder - Voltage follower Differential amplifier - Integrator and differentiator - Zero-crossing detector - Precision diode - Peakdetector - Logarithmic amplifier - Square and triangle wave generator - Analog computation - ActivefiltersText books1. Bhargava N.N., Kulshreshtha D.C. & Gupta S.C., Basic Electronics & Linear Circuits, TataMcGraw Hill (Modules I, II & III)2. Nagarath J., Electronics Analog & Digital, Prentice Hall India (Module IV)Reference books1. Millman J. & Halkias C.C., Integrated Electronics: Analog & Digital Circuits & Systems, TataMcGraw Hill2. Schilling D.L. & Belove C., Electronic Circuits: Discrete & Integrated, McGraw HillSessional work assessmentAssignmentsTestsRegularityTotal marks2x7.5 152x15 30 05 50University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut7B. Tech.-Computer Science & Engg.

CS04 305 SWITCHING THEORY & LOGIC DESIGN(Common with IT04 305)3 hours lecture and 1 hour tutorial per week[Objective: To introduce the principles, features and properties of digital devices and circuits. Thisprovides the basic concepts of computations and logic designs of Arithmetic Logic Unit (ALU) of aComputer. Books have been carefully chosen to get examples from diverse computing application forpractice along with theory]Module I (14 hours)Number Systems and codes - Boolean algebra - Postulates and theorems - Constants, variablesand functions - Switching algebra - Electronic gates and mechanical contacts Boolean functions andlogical operations - Normal and canonical forms - Self-dual functions - Logical operations - Karnaughmap - Prime cubes - Minimum sum of products and product of sums - Quine-McClusky algorithmModule II (13 hours)Combinational Logic - Analysis and design of combinational logic circuits - Universal propertyof the NAND and NOR gates – Adders - Parallel adders and look-ahead adders – Comparators Decoders and encoders - Code conversion - Multiplexers and demultiplexers - Parity generators andcheckers - ROMs, PLAsModule III (10 hours)Fault diagnosis and tolerance - Fault classes and models - Fault diagnosis and testing - Testgeneration - Fault table method - Path sensitization method - Boolean difference method - Fault-tolerancetechniques. Programmable logic arrays - PLA minimization - Essential prime cube theorem - PLAfolding - Design for testabilityModule IV (15 hours)Counters and shift registers - SR, JK, D and T flip-flops - Excitation tables - Triggering of flipflops - Flip-flop applications - Latches - Ripple counters - Synchronous counters - Up-down counters Design of sequential circuits - Counter decoding - Counter applications - Shift registers and theirapplications - Clock mode sequential machine - State tables and diagramsText books1. Biswas N.N., Logic Design Theory, Prentice Hall of India (modules I, II & III)2. Floyd T.L., Digital Fundamentals, Universal Book Stall (module IV)Reference books1. Kohavi Z., Switching & Finite Automata Theory, Tata McGraw Hill2. Millman J. & Halkias C.C., Integrated Electronics: Analog & Digital Circuits & Systems, TataMcGraw Hill3. M.Morris Mano, Charles R. Kime, Logic and Computer Design Fundamentals, Pearson EducationSessional work assessmentAssignmentsTestsRegularityTotal marks2x7.5 152x15 30 05 50University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut8B. Tech.-Computer Science & Engg.

CS04 306 ELECTRIC CIRCUITS AND SYSTEMS3 hours lecture and 1 hour tutorial per week[Objective: This course is to introduce the Electric Circuits and Systems useful for the computingtechnology stream. Being a vast subject, the course can only introduce systems and devices essential forthe computing field.]Module I (12 hours)Review of basic circuit concepts – Matrix methods & circuit analysis, Mesh current analysis,driving point impedance, transfer impedance, node voltage analysis, driving point admittance, transferadmittance, Coupled circuits - Dot rule for coupled circuits - conductively coupled and equivalentcircuits, Definition of graph - trees, Incidence matrix - Properties of incidence matrix, Cut sets –Fundamental cut sets – Cut set schedule, Tie sets – Fundamental tie sets – Tie set schedule, Relationshipamong incidence matrix - Cut set matrix & Tie set matrix, Kirchhoff’s law in terms of networktopological methods – Loop analysis – Cut set analysis.Module II (14 hours)Single phase circuits - Analysis of a.c circuits using phasor concepts, Concept of impedance Admittance - Conductance and Susceptance, S domain circuits, Power in a.c circuits, Thevenin’s andNorton’s theorem, Maximum power transfer theorem, Frequency response.Polyphic circuits – Three phase circuits with balanced and unbalanced loads (both star anddelta), Three wire and four wire systems, Three phase power, Introduction to Power factor in balancedand unbalanced three phase systems,Module III (12 hours)Bridge circuits - Principles of Maxwells bridge - Wiens bridge - Adersons bridge and Scherringbridge, Two port networks , Impedance - Admittance and Hybrid parameters, Interconnection of two portnetworks, Driving point and Transfer functions, Introduction to Poles and ZerosModule IV (14 hours)Introduction to systems - Systems engineering- transfer function, System modeling -Blockdiagrams & its reductions, Control system characteristics, Signal flow graphs. Introduction to dynamicresponses, Feedback control systems, first and second order systems, system time constants, Frequencyresponse, Introduction to stability analysis using frequency response( bode plot only) .Text books1. I. Nagrath & M. Gopal Control System Engineering, Wiley Eastern Ltd.2. Edminister J.A, Electric Circuits, Schaum’s Outline Series, McGraw Hill3. Vaikenberg, Network Analysis, Prentice Hall of IndiaReference books1. Kuo F., Network Analysis & Synthesis, John Wiley2. Chang D.K., Analysis of Linear Systems.3. Siskind, Electrical Circuits, McGraw HillSessional work assessmentAssignmentsTestsRegularityTotal marks2x7.5 152x15 30 05 50University examination patternQ I - 8 short type questions of 5 marks each, 2 from each moduleQ II - 2 questions of 15marks each from module I with choice to answer any oneQ III - 2 questions of 15marks each from module II with choice to answer any oneQ IV - 2 questions of 15marks each from module III with choice to answer any oneQ V - 2 questions of 15marks each from module IV with choice to answer any oneUniversity of Calicut9B. Tech.-Computer Science & Engg.

CS04 307(P) PROGRAMMING LAB3 hours practical per week[Objective: This course is to give a strong programming concept so as to introduce the softwareengineering techniques to the students of computing streams. For adequacy this has to be complementedby exercises appearing in texts and references. Books have been carefully chosen to get examples fromdiverse computing applications for practice]Set 1 (3 lab sessions)HCF (Euclid’s algorithm) and LCM of given numbers - Find mean - Median and mode of agiven set of numbers - Conversion of numbers from binary to decimal, hexadecimal, octal and back Evaluation of functions like ex, sinx, cosx etc. for a given numerical precision using Taylor’s series Testing whether a given number is primeSet 2 (2 lab sessions)String manipulation programs: sub-string search, deletion - Lexicographic sorting of a given setof strings - Generation of all permutations of the letters of a given string using recursionSet 3 (2 lab sessions)Matrix operations: Programs to find the product of two matrices - Inverse and determinant(using recursion) of a given matrix - Solution to simultaneous linear equations using Jordan eliminationSet 4 (3 lab sessions)Files: Use of files for storing records with provision for insertion - Deletion, search, sort andupdate of a recordReference books1. Schildt H., C: The Complete Reference, Tata McGraw Hill2. Tan H.H. & D'Orazio T.B., C Programming for Engineering & Computer Science, McGraw Hill3. Cormen T.H. et al, Introduction to Algorithms, Prentice Hall of IndiaSessional work assessmentLab practical & record 25Regularity 052 tests2x10 20Total marks 50University of Calicut10B. Tech.-Com

University of Calicut B. Tech.-Co4 mputer Science & Engg. University examination pattern Q I - 8 short type questions of 5 marks each, 2 from each module Q II - 2 questions of 15marks each from module I with choice to answer any one

Related Documents:

analisis akuntansi persediaan barang dagang berdasarkan psak no 14 (studi kasus pada pt enseval putera megatrading tbk) kementerian riset teknologi dan pendidikan tinggi politeknik negeri manado – jurusan akuntansi program studi sarjana terapan akuntansi keuangan tahun 2015 oleh: novita sari ransun nim: 11042014

BIOGRAFÍA ACADÉMICA DE ALFREDO LÓPEZ AUSTIN Enero de 2020 I. DATOS PERSONALES Nacimiento: Ciudad Juárez, Estado de Chihuahua, México, 12 de marzo de 1936. Nacionalidad: mexicano. Estado civil: casado. Investigador emérito de la Universidad Nacional Autónoma de México, por acuerdo del Consejo Universitario, con fecha 21 de junio de 2000. Sistema Nacional de Investigadores. Nivel III .

Introduction to Groups, Rings and Fields HT and TT 2011 H. A. Priestley 0. Familiar algebraic systems: review and a look ahead. GRF is an ALGEBRA course, and specifically a course about algebraic structures. This introduc-tory section revisits ideas met in the early part of Analysis I and in Linear Algebra I, to set the scene and provide motivation. 0.1 Familiar number systems Consider the .

ANSI A300 Part 4 ( American National Standards Institute, Standard for Lightning protection Systems For Trees ) recommends designing the earth (ground) termination based on a visual inspection of the soil and its moisture content. This is not possible as water is an insulator not a conductor; it is the dissolved salts in the water that give it its conductive properties. These salts are not .

ASTM SPECIAL TECHNICAL PUBLICATION 501 E. D'Appolonia, symposium chairman List price 15.50 04-501000-38 AMERICAN SOCIETY FOR TESTING AND MATERIALS 1916 Race Street, Philadelphia, Pa. 19103 9 BY AMEPaC N SOCmTY FOrt TESTING AND MATE LS 1972 Library of Congress Catalog Card Number: 77-185536 NOTE The Society is not responsible, as a body, for the statements and opinions advanced in this .

Stuttering Foundation of America self-therapy for the stutterer TENTH EDITION THE STUTTERING FOUNDATION PUBLICATION NO. 0012 self-therapy for the stutterer Publication No. 0012 First Edition—1978 Tenth Edition—2002 Revised Tenth Edition—2007 Published by Stuttering Foundation of America 3100 Walnut Grove Road, Suite 603 P.O. Box 11749 Memphis, Tennessee 38111-0749 Library of Congress .

Bosco modeling (submitted for publication) shows that different climates result in significantly different stress levels (See diagram). So we may have to test differently for different locations. From Bosco – submitted to Microelectronics Reliability . 15 . Corrosion of Metallization and Delamination . 16 . Discussion of Corrosion and Delamination Most of the time corrosion and .

Child Language Acquisition and Development 2nd Edition Matthew saxton. SAGE Publications Ltd 1 Oliver’s Yard 55 City Road London EC1Y 1SP SAGE Publications Inc. 2455 Teller Road Thousand Oaks, California 91320 SAGE Publications India Pvt Ltd B 1/I 1 Mohan Cooperative Industrial Area Mathura Road New Delhi 110 044 SAGE Publications Asia-Pacific Pte Ltd 3 Church Street #10-04 Samsung Hub .