B.sc. Computer Science
B.sc. Computer Science
B.sc. Computer Science
Uni.
SEMESTER II CIA Total
Exam
8. I Language Paper-2 6 4 Tamil/Other Languages 25 75 100
9. II English (CE) Paper-2 6 4 Communicative English II 25 75 100
10. III Core Theory Paper-2 5 4 C++ & Data Structure 25 75 100
C++ and Data Structures
11. III Core Practical Practical-2 2 2 25 75 100
Lab
(to choose any one)
1. Mathematics II
12. III Allied-1 Paper-2 7 5 25 75 100
2. Mathematical
Foundations II
13. III PE Paper 1 6 3 Professional English II 25 75 100
14. IV Value Education 2 2 Value Education 25 75 100
15. IV Soft Skill 2 1 Soft Skill 25 75 100
Sem. Total 36 25 200 600 800
Study Components Ins.
S.NO. Part hrs Credit Title of the Paper Maximum Marks
Course Title
/week
Non-Major Introduction to
22. IV Paper-1 2 2 25 75 100
Elective Information Technology
Sem. Total 30 21 175 525 700
Uni.
SEMESTER IV CIA Exam Total
Skill Based
29. IV Paper-2 3 2 Wireless Data Communication 25 75 100
Subject
Non-Major
30. IV Paper-2 2 2 Internet Technology 25 75 100
Elective
Sem. Total 30 23 200 600 800
Study Components Ins.
S.NO. Part hrs Credit Title of the Paper Maximum Marks
Course Title
/week
Mobile Applications
34. III Core Practical Practical-5 4 3 25 75 100
Development-Lab
35. III Core Practical Practical-6 4 3 Operating System-Lab 25 75 100
36. (to choose any one)
III Internal Elective Paper-1 3 3 1. Data Mining 25 75 100
2. Information Security
3. S o f t w a r e T e s t i n g
Skill Based
37. IV Paper-3 3 2 Software Engineering 25 75 100
Subject
30 22 175 525 700
Uni.
SEMESTER VI CIA Exam Total
38. Core 4 4
III Paper-8 Open Source Software 25 75 100
Theory
39. Core Python Programming
III Paper-9 4 4 25 75 100
Theory
40. III Core Practical Practical-7 4 3 Python Programming Lab 25 75 100
41.
III Core Practical Practical-8 4 2 Open Source Programming Lab 25 75 100
Total Total
Part Subject Papers Credit Marks
Credits Marks
Communicative English
Part II 4 4 16 100 400
& English
Compulsory Project
(Group/Individual 1 5 5 100 100
Project)
SEMESTER I
CORE THEORY PAPER -1
PROGRAMMING IN C
OBJECTIVES:
To understand simple algorithms,
To understand language constructs
To understand and develop programming skills in C.
To understand the basic concepts of decision making and looping statements.
To understand the concepts of arrays , structures, union, pointers and files.
UNIT – I
UNIT – II
Managing Input and Output Operations: Reading, Writing a Character – Formatted Input,
Output - Decision Making and Branching: Decision Making with If statement – Simple If
Statement – The If…Else Statement – Nesting of If…Else Statements – The Else If Ladder – The
Switch Statement- The ?: Operator – The Goto Statement - Decision Making and Looping: The
while Statement – The do Statement – The for Statement – Jumps in Loops – Concise Test
Expressions.
UNIT – III
UNIT – IV
Structure and Unions: Defining a Structure – Declaring Structure Variables – Accessing Structure
Members – Structure Initialization and Copying and Comparing Structure Variable – Operations on
Individual Members – Arrays of Structures – Arrays within Structures – Structures within
Structures – Structures and Functions – Unions – Size of Structures – Bit Fields Pointers:
Understanding Pointers – Accessing the Address of Variable – Declaring, Initialization of Pointer
Variables – Accessing a Variable through its pointer – Chain of Pointers – Pointer Expression –
Pointer Increments and Scale Factor – Pointers and Arrays – Pointers and Character Strings –
Array of Pointers – Pointers as Function Arguments – Functions Returning Pointers – Pointers to
Functions – Pointers and Structures – Troubles with Pointers File Management in C: Defining and
Opening a File – Closing a File – Input/Output Operations on File – Error Handling During I/O
Operations – Random Access to Files – Command Line Arguments.
UNIT – V
TEXT BOOK:
1. Programming in ANSI C, E. Balagurusamy, Tata McGrawhill Education, 6th Edition,
2013. ( Unit I to IV )
2. How to Solve it by Computer, R.G.Dromey, PHI International ( Unit V )
REFERENCE BOOKS:
1. The C Programming Language (ANSI C), Kernighan, B.W. and Ritchie, D.M., PHI.
2. C by Discovery , Foster & Foster , Penram International Publishers, Mumbai.
E - REFERENCES
1. NPTEL, Introduction to C Programming, Prof.SatyadevNandakumar ,IIT, Computer
Science and Engineering Kanpur.
2. NPTEL, Introduction to Problem Solving & Programming, by Prof. Deepak Gupta
Department of Computer Science and Engineering IIT Kanpur.
Course Outcomes:
The Student will be able to understand the concepts of Constants, Variables, and Data
Types, Operators and Expressions
The Student will be able to understand the concepts of Managing Input and Output
Operations, Decision Making and Branching, Decision Making and Looping.
The Student will be able to understand the concepts of Arrays, Character Arrays and
Strings, User Defined Functions.
The Student will be able to understand the concepts of Structure and Unions, Pointers, File
Management in C.
The Student will be able to understand the concepts of Fundamental Algorithms, Factoring
Methods.
CORE PRACTICAL-1
Programming in C - Lab
Objectives:
1. To understand concepts of for/while loop and switch.
2. To understand language Functions and recursions.
3. To understand and develop String Manipulations.
4. To understand the basic concepts of searching and sorting.
5. To understand the concepts of structures.
Control Statements:
1. Print n Fibonacci numbers – ( using for )
2. Print n Prime numbers – ( using while )
3. Simple arithmetic on two numbers – ( using switch/case )
Functions:
4. Swap two values using call by value / call by reference.
Recursion:
5. To compute NcR and NpR
6. To Compute GCD and LCM
String Manipulation.
7. Operations on string such as length, concatenation, reverse, counting, and copy of a string
to another.
Matrices:
8. Matrix Addition, Subtraction, Multiplication, Transpose of n x m matrices.
9. Inverse of a square matrix.
Searching:
10. Binary Search.
Sorting:
11. Bubble Sort
12. Insertion Sort
Structures:
13. Students Mark statement
Pointers:
14. Arithmetic operations on pointers.
Files
15. Creating/ Reading/ Writing a text/binary file.
REFERENCE BOOK:
1. Programming in ANSI C, E. Balagurusamy, Tata McGrawhill Education, 6th Edition, 2013.
Outcomes:
Enhance the analyzing and problem solving skills and use the same for writing
programs in C.
Write diversified solutions, draw flowcharts and develop a well-documented and
indented program according to coding standards.
Learn to debug a given program and execute the C program.
To have enough practice the use of conditional and looping statements.
To implement arrays, functions and pointers.
ALLIED
PAPER -1
1. MATHEMATICS – I
Objectives of the Course:
To Explore the Fundamental Concepts of Mathematics
UNIT-I: ALGEBRA
Partial Fractions - Binomial, Exponential and logarithmic Series (without Proof) -
Summation - Simple problems
UNIT-III : MATRICES
Symmetric - Skew-Symmetric - Orthogonal and Unitary matrices - Eigen roots and
eigen vectors – Cayley - Hamilton theorem (without proof)-Verification and computation
of inverse matrix
UNIT-IV: TRIGONOMETRY
Expansions of sinn θ, cosn θ, sinnθ, cosnθ, tannθ - Expansions of sin θ, cos θ, tan θ in
terms of θ.
Relations : Equivalence relation. Equivalence class, Partially and Totally Ordered sets,
Functions: Types of Functions, Composition of Functions.
UNIT-IV: DIFFERENTIATION
Simple problems using standard limits,
(1+1/n)n, lt (1+n)
Lt xn-an, lt sinx, lt tanxlt ex-1, lt 1/n
X x-a x x x x x 0 x n n 0
Differentiation, successive differentiation, Leibnitz theorem, partial differentiation,
Applications of differentiation, Tangent and normal, angle between two curves.
Reference Books
1. U. Rizwan, Mathematical Foundation - SciTech, Chennai
2. V.Sundaram& Others, Dircrete Mathematical Foundation - A.P.Publication,
sirkali.
3. P.Duraipandian& Others, Analytical Geometry 2 Dimension - Emerald publication
1992 Reprint.
4. Manicavachagompillay&Natarajan. Analytical Geometry part I - Two Dimension -
S.Viswanathan (printers & publication) Put Ltd., 1991.
SEMESTER II
CORE THEORY PAPER -2
UNIT-I :
Principles of Object Oriented Programming – Beginning with C++ – Token , Expressions and
Control Structures- Functions in C++ – Classes and Objects – Constructors and Destructors.
UNIT-II :
Operator Overloading and Type Conversions – Inheritance : Extending Classes – Pointers,
Virtual Functions and Polymorphism - Managing Console I/O Operations. Working with Files -
Templates – Exception Handling – Manipulating Strings.
UNIT-III:
Data Design & implementations: Different views of data – Abstraction and Built-in Types –
Arrays ADTs Stacks and Queue (Linear and Linked) , Stack (Array and Pointer)- Applications-
Infix to Postfix Conversions – Queue(Array and Pointer) – List(Array and Pointer) –
Applications: (Polynomial Addition) - Doubly Linked Lists.
UNIT – IV:
Programming with Recursion : Recursion – Verifying and Writing Recursive Functions –
Binary Search Tree : Implementation – Tree Traversal – Graphs: Implementations – BFS –
DFS – Dijkstras Shortest Path Algorithm.(Chapter 7:Section 7.1,7.4 7.5, Chapter 8:Section
8.1,8.4, Chapter 9:Section 9.3)
UNIT-V:
Sorting and Searching Algorithms: Sorting – Searching – Hashing (Chapter 10: Section
10.1,10.2,10.3)
TEXT BOOK:
1. Object Oriented Programming with C++, E Balagurusamy , Tata McGraw Hill, 6th Edition,
2014.
(Units I, II )
2. C++ Plus Data Structure, Nell Dale, Jones & Bartlett Publishers , 4th Edition, 2010. (Units
III, VI & V)
REFERENCES:
1. C++ The Complete Reference, Herbert Schildt, Tata McGraw Hill, 4th Edition, 2003.
2. OOP In ANSI C and Turbo C, Ashok N.Kamthene, Pearson Education, 6 th Edition, 2008.
3. Data Structures and Algorithms, Alfred V. Aho, Jeffrey D. Ullman, John E. Hopcroft,
Addison Wesley Longman Inc., 2nd Edition, 1999.
Course Outcomes:
REFERENCE :
1. Object Oriented Programming with C++, E Balagurusamy , Tata McGraw Hill, 6th
Edition, 2014.
2. C++ Plus Data Structure, Nell Dale, Jones & Bartlett Publishers , 4th Edition, 2010.
Course Outcomes:
Understand the Creating and Deleting the Objects with the Concepts of Constructors and
Destructors.
Demonstrate the Polymorphism Concepts and Operator Overloading.
Understand basic Data Structures such as Arrays, Linked Lists, Stacks, Queues, Doubly
Linked List and Infix to Postfix Conversion.
Apply Algorithm for solving problems like Sorting and Searching.
Apply Algorithms and use Graphs and Trees as tools to visualize and simplify Problems
ALLIED 1
PAPER -2
1. MATHEMATICS II
Objectives of the Course
To Explore the Fundamental Concepts of Mathematics
UNIT-I: Application of Integration
Evaluation of double, triple integrals - Simple applications to area, volume -Fourier
series for functions in (0,2 ) and
UNIT-II: Partial Differential Equations
Formation, complete integrals and general integrals - Four standard types,
Lagrange’s equations.
UNIT-III: Laplace Transforms
Laplace Transformations of standard functions and simple properties - Inverse
Laplace transforms - Applications to solutions of linear differential equations of order 1 and
2-simple problems
UNIT-IV: Vector Analysis
Scalar point functions - Vector point functions - Gradient, divergence, curl -
Directional derivatives - Unit to normal to a surface.
UNIT-V: Vector Analysis (continued)
Line and surface integrals - Guass, Stoke’s and Green’s theorems (without proofs) -
Simple problem based on these Theorems.
Recommended Text
P.Duraipandian and S.Udayabaskaran,(1997) Allied Mathematics, Vol. I & II.Muhil
Publishers, Chennai
Reference Books:
1. P.Balasubramanian and K.G.Subramanian,(1997)Ancillary Mathematics. Vol. I & II.
Tata McGraw Hill, New Delhi.
2. S.P.Rajagopalan and R.Sattanathan,(2005) Allied Mathematics .Vol. I & II.Vikas
Publications, New Delhi.
3. P.R.Vittal(2003). Allied Mathematics .Marghan Publications, Chennai.
4. P.Kandasamy, K.Thilagavathy (2003) Allied Mathematics Vol-I, II S.Chand&
company Ltd., New Delhi-55.
5. Isaac, Allied Mathematics. New Gamma Publishing House, Palayamkottai
ALLIED 1
PAPER -2
2. MATHEMATICAL FOUNDATIONS II
Objectives
UNIT-I: MATRICES
UNIT-II: MATRICES
Test for Consistency and Inconsistency of linear equations, (Rank Method), characteristic
roots and characteristic vectors, Cayley - Hamilton theorem, matrix of linear
transformations: reflection about the x, y axes and the line y=x, rotation about the origin
through an angle, expansion or compression, shears, translation.
UNIT-III
Integration Simple problems, integration of rational function involving
algebraic expressions of the form
COURSE OBJECTIVES:
Knowing about a General-purpose and Purely object-oriented programming
language including data types, control statements, and classes
Secured, well-suited for internet programming using applets and GUI-based
UNIT I
Declarations and Access Control: Identifiers and Keywords: Oracle‘s
Java Code Conventions. Define Classes: Import Statements and the Java
API - Static Import Statements. Use Interfaces: Declaring an Interface-
Declaring Interface Constants. Declare Class Members: Access Modifiers
- Non access Member Modifiers - Constructor Declarations - Variable
Declarations. Declare and Use enums: Declaring enums. Object
Orientation: Encapsulation - Inheritance and Polymorphism- Polymorphism - Overriding /
Overloading: Overridden Methods -Overloaded Methods.
UNIT II
Object Orientation: Casting - Implementing an Interface - Legal Return Types: Return Type
Declarations - Returning a Value. Constructors and Instantiation: Overloaded Constructors -
Initialization Blocks. Statics: Static Variables and Methods. Assignments: Stack and Heap -
Literals, Assignments, and Variables: Literal Values for All Primitive Types. Scope - Variable
Initialization - Passing Variables into Methods: Passing Object Reference Variables - Passing
Primitive Variables. Garbage Collection. Operators: Java Operators - Assignment Operators
- Relational Operators - instanceof Comparison - Arithmetic Operators -
Conditional Operator - Logical Operators.
UNIT III
Working with Strings, Arrays, and Array Lists: Using String and StringBuilder: The String
Class - The StringBuilder Class - Important Methods in the StringBuilder Class. Using Arrays:
Declaring an Array -Constructing an Array - Initializing an Array. Using
ArrayList:ArrayList Methods in Action - Important Methods in the ArrayList Class. Flow
Control and Exceptions: Using if and switch Statements -Creating Loops Constructs - Handling
Exceptions - Catching an Exception Using try and catch - Using finally. String Processing, Data
Formatting Resource Bundles: String, StringBuilder, and StringBuffer -Dates, Numbers, Currencies,
and Locales.
UNIT IV
I/O and NIO: File Navigation and I/O: Creating Files Using the File
Class - Using FileWriter and FileReader. File and Directory Attributes -DirectoryStream -
Serialization. Generics and Collections: toString(), hashCode(), and equals(): The toString()
Method - Generic Types -Generic Methods - Generic Declarations. Inner Classes: Method –
Local. Inner Classes - Static Nested Classes - Threads: Defining, Instantiating, and Starting
Threads - Thread States and Transitions - Synchronizing Code, Thread Problems - Thread
Interaction. Concurrency: Concurrency with the java.util.concurrent Package - Apply Atomic
Variables and Locks - Use java.util.concurrent Collections - Use Executors and ThreadPools.
UNIT V
Applets: Applet fundamentals - Applet class - Applet life cycle - Steps for developing an applet
program - Passing values through parameters - Graphics in an applet - Event-handling. GUI
Applications - Part 1: Graphical user interface - Creating windows - Dialog boxes - Layout
managers - AWT component classes - Swing component classes. GUI Applications - Part 2:
Event handling - Other AWT components - AWT graphics classes - Other swing controls.
TEXT BOOK(S):
1. Kathy Sierra, Bert Bates ― OCA/OCP Java SE 7 Programmer I & II Study Guide,
Oracle Press. (Unit I,II,III,IV).
2. Sagayaraj, Denis, Karthik and Gajalakshmi, 2018, Java Programming - For Core and
Advanced Learners, University Press (India) Private Limited, Hyderabad.(Unit V).
REFERENCE BOOKS:
1. Hebert Schild, 2002, The Complete Reference Java2, [Fifth Edition]. Tata McGraw-Hill,
New Delhi.
2. John Hubbard, R.2004. Programming with Java. [Second Edition]. Tata McGraw-Hill,New
Delhi.
3. Debasish Jana. 2005. Java and Object-Oriented Programming Paradigm, [Second Printing].
Prentice-Hall of India, New Delhi.
4. Sagayaraj, Denis, Karthik and Gajalakshmi 2018, Java Programming for core and advanced
Learners, University Press India Pvt. Ltd., Hyderabad.
Course Outcomes:
Students are able to know about a General-purpose and Purely object-
oriented programming language including data types, control statements,
and classes
Students are able to Secured, well-suited for internet programming using applets and
GUI-based
CORE PRACTICAL - Practical-3
Elasticity: Bending of beams -Expression for bending moment - Cantilever Depression at the
loaded end of a cantilever Expression forYoung's modulus -non–uniform bending-Pin and
microscope method.
Torsion : Torsion couple – Potential energy in a twisted wire – Torsional pendulum – Time period -
Determination of rigidity modulus by Torsional oscillation (without masses).
Surface Tension: Surface tension of a liquid-Surface Tension and interfacial surface tension by the
method of drops-applications.
Seeback, Peltier and Thomson effects - laws of thermoelectric circuits -Peltier coefficient -
Thomson coefficient -application of thermodynamics to a thermocouple and expressions for Peltier
and Thomson coefficients -thermo electric power and thermo electric diagrams.
Growth and decay of current in a circuit containing resistance and inductance- Growth and decay
of charge in circuit containing resistance and capacitor - growth and decay of charge in a LCR
circuit – condition for the discharge to be oscillatory – frequency of oscillation.
Magnetism -Magnetic moment and pole strength of a magnet – Deflection magnetometer – Tan C
Position- Vibration magnetometer – Theory – Period of Oscillation – Determination of M and BH
using the deflection magnetometer and the vibration magnetometer .
UNIT -4: Acoustics
Sound: Transverse vibration of strings -Velocity and frequency of vibrations of a stretched string -
laws -Sonometer -A.C. Frequency - Steel wire- Brass wire.
Fibre optics: Basic principle of an optical fibre -Total internal reflection -Basic structure of an
optical fibre -Numerical aperture –Coherent bundle – Attenuation and dispersion - classification of
optical fibres-step index and graded index fibers – single mode and multi mode fibers-Fibre
optic communication system block diagram.-applications.
Text Books
Unit 1 and Unit 4
Reference Books
1. BrijLal and N Subrahmanyam,Electricity and Magnetism, S Chand & Company Pvt Ltd,
New Delhi, 2000.
2. D.C. Tayal, Electricity and Magnetism, Himalaya Publishing House,Bombay, 2014.
3. BrijLal and N.Subrahmanyam, A Text Book of Sound,Vikas Publications, New Delhi (2
Edition)
4. C.L.Arora, Physics for Degree Students B.Sc First Year, S. Chand Publishing, 2013.
5. K.Thyagarajan and Ajay Ghatak, Introduction to Fibre optics-, Cambridge
University.
6. Ajay Ghatak and K.Thyagarajan, Fiber optics and Lasers-The two revolutions,
Macmillan, 2006.
7. K.Thyagarajan and Ajay Ghatak, Lasers; Fundamentals and applications, Springer.
8. Modern Physics – R,Murugeshan, KiruthigaSivaprasath, S.Chand&Co, New Delhi,
2016.
E-MATERIALS
1. https://courses.lumenlearning.com/physics/chapter/16-4-the-simple-pendulum/
2. https://www.youtube.com/watch?v=aw0_seEt4v0
3. https://en.wikipedia.org/wiki/Thermoelectric_effect
4. https://www.youtube.com/watch?v=S0I37M2sx_0
5. https://physicscatalyst.com/elecmagnetism/growth-and-delay-charge-R-C-circuit.php
6. https://www.youtube.com/watch?v=PLQQPXot6vE
7. https://www.youtube.com/watch?v=d0_Eff4MXwM
8. https://www.techglads.com/cse/sem1/production-of-ultrasonics-by-piezoelectric-methods/
9. https://thefactfactor.com/facts/pure_science/physics/optical-fibre/5159/
10. https://www.youtube.com/watch?v=auk1OS0SVWc (Tamil video)
Course Objectives
1. After studied unit-1, the student will be able to find the acceleration due to gravity at a
place using simple pendulum and compound pendulum. Also can know the properties of
matter like elasticity, viscosity and surface tension.
2. After studied unit-2, the student will be able to learn thermo emf using Seebeck and Peltier
effects and hence understand thermoelectric circuits.
3. After studied unit-3, the student will be able to explain growth and decay of a transient
current in a circuit containing resistance-inductance, resistance-capacitance and LCR in
series. Also will be able to determine the horizontal components of earth’s magnetic
induction at a place using deflection magnetometer in Tan C position.
4. After studied unit-4, the student will be able to derive the expression for the velocity of a
sound in a stretched string and hence they can determine the frequency of A.C mains.
5. After studied unit-5, the student will be able to understanding the principle of laser and can
demonstrate the working of He-Ne laser and applications of laser. Also, the student will be
able to learn the fibre optics, structure and application in communication.
ALLIED - 2
PAPER -1
Objective
UNIT-I
UNIT-II
Measures of location : Arithmetic mean, median, mode, geometric mean and Harmonicmean
and their properties.
UNIT-III
UNIT-IV
Measures of Skewness Karl Pearson’s, Bowley’s, and kelly’s and co-efficient ofSkewness and
kurtosis based on moments.
UNIT-V
1. Fundamental of Mathematical Statistics - S.C. Gupta & V.K. Kapoor - Sultan Chand
2. Statistical Methods - Snedecor G.W. & Cochran W.G. oxford & +DII
3. Elements of Statistics - Mode . E.B. - Prentice Hall
4. Statistical Methods - Dr. S.P. Gupta - Sultan Chand & Sons
SKILL BASED SUBJECT
PAPER-1
Digital Logic Design and Computer Organization
Objectives:
This course aims to provide the students with a detailed knowledge on digital
logic, internals of the System logic circuits and to know the working principles of the
computers.
Number system and its conversions-. Digital Computers and Digital Systems - Binary
Number System – Binary Addition – Binary Subtraction- Binary Multiplication and
Division-Number Base Conversion: decimal, binary, octal, hexadecimal. The Basic
Gates - Boolean Algebra - Universal Gates - Boolean Laws and Theorem.
UNIT-IISIMPLIFICATION
TEXT BOOKS:
1. M. Morris Mano -Digital Logic and Computer Design- PHI.
2. M. Morris Mano, Computer System Architecture, Pearson Education.
REFERENCE BOOKS:
1 Thomas C. Bartee Digital Computer Fundamentals- McGraw HillPub.
2 Malvino& Leach- Digital Principles and Applications –McGraw HillPub.
3. S. Ramalatha - Digital Computer Fundamentals, MeenakshiAgency.
4. V. Carl Hamacher, Zvonko G. Vranesic, Safwat G. Zaky, Computer
Organization, McGraw Hill HigherEducation.
5. John P. Hayes, Computer System Architecture, McGraw Hill HigherEducation
NON-MAJOR ELECTIVE
PAPER-1
Introduction to Information Technology
OBJECTIVES:
UNIT-I
Introduction: Characteristics of Computers-Technological Evolution of Computers-The
Computer Generations-Categories of Computer. Data and Information: Introduction-Types of
Data-A Simple Model of a Computer-Data Processing Using a Computer-Desktop Computer.
Acquisition of Number and Textual Data: Introduction- Input Units-Internal Representation of
Numeric Data-Representation of Characters in Computers–Error-Detecting Codes.
UNIT-II
Data Storage: Introduction-Memory Cell-Physical Devices Used as Memory Cells-Random
Access Memory-Read Only Memory- Secondary Memory- Floppy Disk Drive- Compact Disk
Read Only Memory (CDROM)-Archival Memory. Central Processing Unit: The Structure of a
Central Processing Unit-Specification of a CPU-Interconnection of CPU with Memory and I/O
Units.
UNIT-III
Computer Networks: Introduction-Local Area Network (LAN)- Applications of LAN-Wide
Area Network (WAN)–The Future of Internet Technology. Output Devices: Introduction- Video
Display Devices-Flat Panel Displays–Printers.
UNIT-IV
Computer Software: Introduction-Operating System-Programming Languages–A Classification
of Programming Languages. Data Organization: Introduction-Organizing a Database-Structure
of a Database- Database Management System-Example of Database Design.
UNIT-V
Some Internet Applications: Introduction- E-mail- Information Browsing Service- The World
Wide Web- Information Retrieval from the World WideWeb-Other Facilities Provided by
Browsers - Audio on the Internet.Societal Impactsof Information Technology:
CareersinInformation Technology.
TEXTBOOKS:
1. Rajaraman,V.2008.IntroductiontoInformationTechnology.[SixthPrinting].
PrenticeHall of India Pvt. Limited, New Delhi.(UNIT I toV)
2. Nagpal,D.P.2010.ComputerFundamentals.[FirstEdition,Revised].S.Chand
&CompanyLtd, New Delhi. (UNIT I(Introduction: Characteristics of
Computers to Categories of Computer))
REFERENCE BOOKS:
Students understand Major components of Computer System and its working principles.
Students learn and understand the Role of an Operating System and basic terminologies of
networks.
Students understand how the Information Technology aids for the Current Scenario.
Students understand the Computer Software.
Students understand internet applications
SEMESTER IV
CORE PAPER-4
RELATIONAL DATABASE MANAGEMENT SYSTEMS
Objective:
The students are able to understand database concepts and database
management system software and have a high-level understanding of major
DBMS components and their function.
The students are able to understand the E R model and relational model.
The students are able to be able to write SQL commands to create tables and
indexes, insert/update/delete data, and query data in a relational DBMS.
The students are able to Understand Functional Dependency and Functional
Decomposition.
The students are able to understand the architecture of database
management system and also understand the various different architecture
such as server system architecture, parallel sytems and distributed database
systems.
UNIT- I : DATABASE ARCHITECTURE AND ER DIAGRAM 12 Hours
Database system applications - Purpose of database systems - View of data-
Database languages - Database architecture - Database users and administrators -
History of database systems-Entity relationship modeling: entity types, entity set,
attribute and key, relationships, relation types, roles and structural constraints,
weak entities, enhanced E-R and object modeling, sub classes; super classes,
inheritance, specialization and generalization
TEXT BOOK:
1. Abraham Silberschatz, Henry Korth, S.Sudarshan, Database Systems
Concepts, Sixth Edition, McGraw Hill, 2010. 2. Raghu Ramakrishnan and
Johannes Gehrke, Database management systems, Third Edition,2002
REFERENCES
1. Bipin Desai, An Introduction to database systems, Galgotia Publications,
2010. 2. RamezElamassri, Shankant B-Navathe, Fundamentals of Database
Systems, Pearson, 7th Edition, 2015
E - REFERENCES
1. NPTEL, Introduction to database desigh, Dr P Sreenivasa Kumar Professor
CS&E, Department, IIT, Madras
2. 2. NPTEL, Indexing and Searching TechniquesinDatabasesDr.
ArnabBhattacharya,IIT Kanpur
Course Outcomes:
Describe the database architecture and its applications Sketch the ER diagram
for real world applications Uses various ER diagram for a similar concepts
from various sources.
Discuss about the relational algebra and calculus Construct various queries in
SQL and PL/SQL Compiles various queries in SQL, Relational Calculus and
Algebra.
Describe the various normalization forms Apply the normalization concepts
for a table of data Practices a table and implement the normalization
concepts.
Explain the storage and accessing of data.
Illustrate the query processing in database management. Define the
concurrency control and deadlock concept
CORE PRACTICAL - 4
Objectives:
To understand the concepts of DDL/DML/DCL/TCL commands.
To understand the concepts of Join queries.
To understand the concepts of exception handling.
To understand the concepts of cursors.
To understand the concepts of packages.
LAB EXERCISES:
REFERENCE BOOK:
1. Abraham Silberschatz, Henry Korth, S.Sudarshan, Database Systems
Concepts, Sixth Edition, McGraw Hill, 2010. 2. Raghu Ramakrishnan and
Johannes Gehrke, Database management systems, Third Edition,2002
Course Outcomes:
Design and Implement a database schema for a given problem domain.
Populate and Query a database using SQL DDL/DML Commands.
Build well formed in String Date/Aggregate Functions.
Design and Implement a database query using Joins, Sub-Queries and Set
Operations.
Program in SQL including Objects (Functions, Procedures, Triggers)
ALLIED -2
PAPER - 2
Course Objectives
1. To study the concept of special theory of relativity.
2. To expose the structure of atom with different models.
3. To know the definition of binding energy and to study about nuclear models
4. To learn the different number system in digital electronics and logic gates
5. To give an introduction about nanomaterial.
Bohr atom model – Critical Potentials - Experimental determination of critical potentials - Franck
and Hertz’s experiment -Sommerfield’s Relativistic atom model The vector atom model – spatial
quantization–spinning of an electron –quantum numbers associated with the vector atom model –
coupling schemes –LS and jj coupling – the Pauli's exclusion principle – Stern and Gerlach
experiment
Binding energy-Binding energy per nucleon-Packing fraction-Nuclear models – liquid drop model
– semi empirical mass formula – merits and demerits -shell model -evidences for shell model –
nuclear radiation detectors –ionization chamber – G.M Counter-Wilson cloud chamber-Particle
accelerators-Cyclotron-Betatron.
Number systems -Decimal, Binary, Octal and Hexadecimal system – Conversion from one number
system to another- Binary Arithmetic -Addition –Subtraction- 1’s and 2’s complement -Binary
codes- BCD code – Excess 3 code, Gray code.
NAND, NOR and EXOR – functions and truth tables. NAND & NOR as universal gates-Half
adder and Full adder - Half subtractor and Full subtractor using NAND gate only.
UNIT-5: Nanomaterial
Text Books
Unit 1 to Unit 3
1. Modern Physics – R,Murugeshan, KiruthigaSivaprasath, S.Chand&Co, New Delhi,
2016
Unit 4
1. V.Vijayendran, Introduction to Integrated Electronics (Digital & Analog), S. Viswanathan,
Printers & Publishers Private Ltd, Chennai, 2007
Unit 5
1. V. Raghavan, Material Science and Engineering ,Printice Hall India.,2004.
Reference Book
1. Allied Physics – R. Murugesan S. Chand & Co. New Delhi, 2005.
2. A Text book of Digital electronics – R.S.Sedha, S.Chand&Co, 2013
3. Malvino and Leech, Digital Principles and Application, 4th Edition, Tata McGraw Hill, New
Delhi, 2000.
4. Dr. M.N. Avadhanulu, Material science, S.Chand& Company, New Delhi, 2014.
5. M.Arumugam, Material science, Anuradhapuplishers, 1990.
6. V. Rajendran, Material Science, Tata McGraw Hill Ltd, New Delhi,2001.
7. D.C.Tayal, Nuclear Physics, Himalaya Publishing House, 2009
E-MATERIALS
1. https://en.wikipedia.org/wiki/Galilean_transformation
2. https://www.youtube.com/watch?v=NH3_lIkSB9s
3. https://www.youtube.com/watch?v=EEWuUst2GK4
4. https://en.wikipedia.org/wiki/Vector_model_of_the_atom
5. https://www.tutorialspoint.com/what-is-a-geiger-muller-counter
6. https://www.youtube.com/watch?v=jxY6RC52Cf0
7. https://www.tutorialspoint.com/digital_circuits/digital_circuits_number_systems.htm
8. https://www.youtube.com/watch?v=4ae9sJBBkvw
9. https://en.wikipedia.org/wiki/Nanomaterials
10. https://www.youtube.com/watch?v=mPxoJz6treE (Tamil video)
Course Outcomes
1. After studied unit-1, the student will be able to study the frames of reference, Galilean
transformation equations and special theory of relativity.
2. After studied unit-2, the student will be able to describe the different atomic models and
Stern and Gerlach Experiment.
3. After studied unit-3, the student will be able to explain binding energy, liquid drop model,
G.M counter and particle accelerators.
4. After studied unit-4, the student will be able to know the conversion of number systems
from one to other and also will be able to design universal gates using NAND and NOR
gates.
5. After studied unit-5, the student will be able to understanding the basics of nanomaterial,
synthesis and its applications.
ALLIED PRACTICAL- PHYSICS
Text Books
1. C.C. Ouseph, U.J. Rao, V. Vijayendran, Practical Physics and Electronics, S. Viswanathan,
Printers & Publishers Private Ltd, Chennai,2018.
2. M.N.Srinivasan, S. Balasubramanian, R.Ranganathan, A Text Book of Practical Physics,
Sultan Chand & Sons, New Delhi, 2015.
Reference Books
UNIT-I
UNIT-II
UNIT-III
Standard distributions - Binomial, Poisson, Normal distribution and fitting of these
distributions.
UNIT-IV
Test of Significance- small sample and large sample test based on mean, S.D. correlation
and proportion - confidence interval.
UNIT-V
Analysis of variance - One and Two way classifications - Basic principle of design of
Experiments - Randomisation, Replication and Local control - C.R.D., R.B.D. and L.S.D.
1. Fundamental of Mathematical Statistics - S.C. Gupta & V.K. Kapoor - Sultan Chand
2. Fundamental of Applied Statistics - S.C. Gupta & V.K. Kapoor – Sultan Chand
3. Statistical Methods - Snedecor G.W. & Cochran W.G. oxford & +DII
4. Elements of Statistics - Mode . E.B. – Prentice Hall
ALLIED PRACTICAL
Note:
38
SKILL BASED SUBJECT
PAPER-2
WIRELESS DATA COMMUNICATION
Objectives:
This course introduces the concepts and theories of networking
To applies them to various situations, classifying networks, analyzing
performance and implementing new technologies.
To implement the various new wireless technologies.
To implement the various TCP/IP protocols.
To implement the various security threads.
Text Book:
1. Data Communication and Networking 2nd Edition Behrouz A. Forouzan,
McGraw Hill Education 2014.
2. Stojmenovic and Cacute, Handbook of Wireless Networks and Mobile
Computing, Wiley, 2002, ISBN 0471419028.
Reference Books:
1. Data and Communication Network, William Stalling PHI 2014.
2. Computer Networks, Andrew S. Tanenbaum , David J. Wetherall, 5th
Edition,Prentice Hall. 2010
E REFERENCES
1. http://nptel.ac.in/video.php?subjectId=117102062
Course Outcomes:
To understand the concepts of basic OSI layers.
To understand the concepts of signals and transmission media.
To understand the basic concepts of error detection and DLC
To understand the Characterize of wireless transmission technologies
To understand the concepts of Security.
40
NON-MAJOR ELECTIVE
PAPER-2
INTERNET TECHNOLOGY
OBJECTIVS
The subject aims to build the concepts regarding:
Fundamentals of Internet, Connectivity and its Resource Requirements.
To understand the Internet Technology and its applications
To Understand WWW and Web Browsers.
Mailing system and applications of Internet.
To Understand relay chat
UNIT-I
Introduction to internet: What is Internet? Evolution and History of Internet- Growth of
Internet-Owners of Internet- Internet Services- How does the Internet Works?-Anatomy
of Internet-Internet Addressing-Internet vs Intranet-Impact of Internet- Governance of
Internet.
UNIT-II
Internet Technology and Protocol: ISO-OSI Reference Model-Internet Connectivity:
Getting Connected- Different Types of Connections- Levels of Internet Connectivity-
Internet Service Provider. Internet Tools and Multimedia: Current Trends on Internet-
Multimedia and Animation.
UNIT-III
WWW and Web Browser: WWW-Evolution of Web-Basic Elements of WWW-Web
Browsers- Search Engines- Search Criteria. Web Publishing: Web Publishing- Web Page
Design.
UNIT-IV
Email: E-Mail Basics- E-Mail System-E-Mail Protocol-E-Mail Addresses-Structure of an
E-Mail Message-E-Mail Clients&Servers-MailingList-E-MailSecurity.
UNIT-V
Usenet and Internet Relay Chat: What is Usenet?-Newsgroup Hierarchies-What is a
Newsreader?- How do you Read Newsgroups?- Who Administers Usenet?- Common
News reading Tasks- How to Read Articles from Network News?- Relationship between
Netnews and E-Mail-What is IRC?-Channels-Nicknames- Microsoft NetMeeting.
Internet and Web Security: Overview of Internet Security-
Aspects and Need of Security-E-Mail Threats and Secure E-mail-Web Security and
Privacy Concepts-Firewall.
TEXTBOOK:
1. ISRD Group. 2012. Internet Technology andWebDesign. [Fourth reprint]. Tata
41
McGraw-HillEducationPrivateLimited., New Delhi.
REFERENCE BOOKS:
1. Deitel,H.M Dietel,P.J.andGoldbergA.B.2008.Internet&Worldwide
Web- How toProgram.[Third Edition].PHL,New Delhi.
2. Comdex.2000.Teachyourselfcomputersandtheinternetvisually.[First
Edition]. IDGBookIndia (p)Ltd.
3. Ramachandran,T.M.Nambissan.2003.AnOverviewofinternetandweb
development. [FirstEdition].T M-Dhruv Publications.
42
SEMESTER V
CORE PAPER - 5
Objectives:
GUI for Android: activities lifecycle – Android v7 support library – Intent: Intent
object – Intent filters – Adding categories – Linking activities – User Interface
design components – Basic Views – Picker Views – List View – Specialized
Fragment – Gallery and Image View – Image Switcher – Grid View, Options
Menu – Context Menu – Clock View –Web view – Recycler View.
43
UNIT IV: ANDROID SERVICES & NETWORK ENVIRONMENT
TEXT BOOKS:
REFERENCES:
44
45
CORE PAPER - 6
OPERATING SYSTEM
Objectives:
Enable the student to get sufficient knowledge on concepts, functions and
various system resources of operating systems.
UNIT I: OPERATING SYSTEM BASICS
Objective: To understand the structure and functions of operating systems.
Basic Concepts of Operating System – Services of Operating System –
Operating System Types – Computer System Operation – I/O Structure –
Storage Structure – Memory Hierarchy – System Components – System Calls –
System Programs – System Design and Implementation – Introduction to
Process – Process State – Process Control Block – Process Scheduling –
Operations on Process – Interprocess Communication – Communication in
Client/Server Systems – Threads.
UNIT II: CPU SCHEDULING ALGORITHM AND PREVENTION
Objective: To understand the principles of scheduler, scheduler algorithms and
Deadlock.
Introduction –Types of CPU Scheduler – Scheduling Criteria – Scheduling
Algorithms – Semaphores – Classic Problems of Synchronization – Basic
Concept of Deadlocks – Deadlock Characterization – Deadlock Prevention
– Deadlock Avoidance – Deadlock Detection – Recovery of Deadlock.
46
File System Storage – File Concept– File Access Methods – Directory Structure
– File Sharing – File Protection – File System Implementation – File System
Structure – Allocation Methods – Free Space Management – Mass Storage
Structure – Disk structure – Disk Scheduling and Management – RAID Levels.
UNIT V: CASE STUDIES
Objective: To learn the basics of UNIX, LINUX systems and perform
administrative tasks on LINUX servers.
UNIX System – A Case Study – LINUX System – Case Study – Design Principles –
Process Management – Scheduling – Memory Management – File Systems –
Security .
TEXT BOOKS:
1. “Operating System Concepts” –Abraham Silberschatz Peter B. Galvin, G.
Gagne, Sixth Edition, Addison Wesley Publishing Co., 2003.
2. “Operating System” – William Stalling, Fourth Edition, Pearson
Education,2003.
REFERENCES:
1. “Operating systems – Internals and Design Principles”, W. Stallings, 6th
Edition, Pearson.
2. “Modern Operating Systems”, Andrew S.Tanenbaum, Second Edition,
Addison WesleyPublishing Co., 2001.
3. “Fundamentals of Operating System”, Prof. R. Sriddhar, Dynaram
Publication, Bangalore Company.
47
CORE PAPER - 7
Objectives:
The objective of the course is to teach techniques for effective problem solving
in computing. The use of different paradigms of problem solving will be used to
illustrate clever and efficient ways to solve a given problem. In each case
emphasis will be placed on rigorously proving correctness of the algorithm.
UNIT –I: ALGORITHM AND ANALYSIS
Objective: Understanding various algorithm design techniques.
Elementary Data Structures: Stack – Queues – Trees – Priority Queue – Graphs
– What is an Algorithm? – Algorithm Specification – Performance Analysis:
Space Complexity – Time Complexity – Asymptotic Notation – Randomized
Algorithms.
48
UNIT – IV: DYNAMIC POGRAMMING, TRAVERSAL & SEARCHING
The General Method – Multistage Graphs – All Pair Shortest Path – Optimal
Binary Search Trees – String Editing – 0/1 Knapsack – Reliability Design – The
Traveling Salesperson Problem. Techniques for Binary Trees – Techniques for
Graphs – BFS – DFS.
UNIT – V: BACKTRACKING & BRANCH AND BOUND
Objective: Algorithm design paradigm for discrete and combinatorial
optimization problems.
The General Method – The 8– Queens Problem – Sum of Subsets– Graph
Coloring – Hamiltonian Cycles – Branch and Bound: General Method – LC
Branch and Bound – FIFO Branch and Bound.
TEXT BOOKS:
1. “Fundamentals of Computer Algorithms”, Ellis Horowitz, SartajSahni,
SanguthevarRajasekaran, Galgotia Publications, Second Edition 2015.
2. “Introduction to Algorithms”, Coremen T.H., Leiserson C.E. and Rivest
R.L., PHI Publications, Third Edition, 1998.
REFERENCES:
1. “Introduction to the Design and Analysis of Algorithms”, AnanyLevitin,
Pearson Education, 2nd Edition.
2. ”Introduction to Algorithms” Thomas H Cormen, Charles E Leiserson,
Ronald L Rivest and Clifford Stein, Prentice Hall of India, New Delhi,
Second Edition, 2007.
3. “Computer Algorithms – Introduction to Design & Analysis” Sara Baase
and Allen Van Gelder, Pearson Education New Delhi, Third Edition, 2000.
49
CORE PRACTICAL - 5
50
51
CORE PRACTICAL - 6
2. Shell Programming.
5. Implement Semaphores
52
INTERNAL ELECTIVE
PAPER-1
(to choose one out of 3)
A. DATA MINING
Objectives:
What is Data Mining– Kinds of Data – Kinds of patterns – Technologies used for
Data Mining– Major Issues in Data Mining– Data –Data Objects and Attribute
types– Data Visualization– Measuring Data Similarity and Dissimilarity–Data
Preprocessing– overview– Data Cleaning– Data Integration– Data Reduction–
Data Transformation and Data Discretization.
53
UNIT IV: CLUSTERING AND OUTLIER DETECTION
Objective: To improve the student’s knowledge with recent trends and tools
TEXT BOOKS:
1. “Data Warehousing Fundamentals”, PaulrajPonnaiah, Wiley
Publishers, 2001.
REFERENCES:
1. “Advances in Knowledge Discover and Data Mining”, Usama M.
Fayyad, Gregory Piatetsky Shapiro, Padhrai Smyth
RamasamyUthurusamy, the M.I.T. Press, 2007.
2. “The Data Warehouse Toolkit”, Ralph Kimball, Margy Ross, John
Wiley and Sons Inc., 2002
3. “Building Data Mining Applications for CRM”, Alex Berson, Stephen
Smith, Kurt Thearling, Tata McGraw Hill, 2000.
4. “Data Mining: Introductory and Advanced Topics”, Margaret
Dunham, Prentice Hall, 2002.
54
5. “Discovering Knowledge in Data: An Introduction to Data Mining”,
Daniel T. Larose John Wiley & Sons, Hoboken, New Jersey, 2004
INTERNAL ELECTIVE
PAPER-1
B. INFORMATION SECURITY
Objectives:
TEXT BOOKS:
REFERENCES:
56
INTERNAL ELECTIVE
PAPER-1
C. SOFTWARE TESTING
Objectives:
Objective: To learn to inspect and detect errors by going through each and
every code segment
Water fall model– V–model– Spiral model– Agile model – Life cycle of testing–
Static Testing – dynamic testing – White box testing – Block box testing –
Regression testing – Integration Testing – System and Performance Testing –
Usability Testing
57
Boundary Value Analysis – Equivalence Class Testing – Decision Table – Based
Testing – Cause Effect Graphing Technique – Path testing –Cyclomatic
Complexity –Graph Metrics – Data Flow Testing – Slice based testing
TEXT BOOKS:
REFERENCES:
SOFTWARE ENGINEERING
Objectives:
This course is intended to provide the students with an overall view over
Software Engineering discipline and with insight into the processes of software
development.
Objective: Introduces the concepts and methods required for the construction
of large software intensive systems.
59
Requirements Model – Analysis Pattern – Requirements Analysis – Data
Modeling Concepts.
Data Engineering: Design Process and Design Quality – Design Concepts – The
Design Model– Creating an Architectural Design – Software Architecture – Data
Design – Architectural style – Architectural Design – Architectural Mapping
Using Data Flow – Performing User Interface Design – Golden Rules.
Objective: To enable the students to learn the basic of Project Management &
Scheduling.
TEXT BOOKS:
REFERENCES:
60
2. “Software Engineering Concepts” Richard Fairley, Tata McGraw–Hill
Education, 2011.
61
SEMESTER VI
CORE PAPER - 8
Objectives:
Objective: To learn to inspect and detect errors by going through each and
every code segment.
UNIT V: PERL
PERL : Perl backgrounder – Perl overview – Perl parsing rules – Variables and
Data – Statements and Control structures – Subroutines, Packages, and
Modules– Working with Files – Data Manipulation.
TEXT BOOKS:
REFERENCES:
63
CORE PAPER - 9
PYTHON PROGRAMMING
UNIT I:
UNIT II:
UNIT III:
UNIT IV:
64
Lists: Using List- List Assignment and Equivalence – List Bounds- Slicing - Lists
and Functions- Prime Generation with a List.List Processing: Sorting-Flexible
Sorting- Search- List Permutations- Randomly Permuting a List- Reversing a
List.
UNIT V:
TEXT BOOKS:
REFERENCE BOOKS:
65
66
CORE PRACTICAL - 7
67
CORE PRACTICAL - 8
pages.
8. Application for Email Registration and Login using PHP and MySQL.
9. Program to Create a File and write the Data into it using PHP.
68
INTERNAL ELECTIVE
PAPER -2
(to choose one out of 3)
A. BIG DATA ANALYTICS
Objectives:
To explore the fundamental concepts of big data analytics.
To learn to analyze the big data using intelligent techniques and mining
data stream.
To understand the applications using Map Reduce Concepts.
69
Technology Perspective– Application Development in Hadoop–Getting your
data in Hadoop.
REFERENCES:
70
5. “Making Sense of Data”, Glenn J. Myatt, John Wiley & Sons, 2007.
INTERNAL ELECTIVE
PAPER -2
B. CRYPTOGRAPHY
Objectives:
Understand various Security practices and System security standards
Understand different cryptographic operations
Understand the various Authentication schemes to simulate different
applications.
71
Objective:Understand the different cryptographic operations of Public key
cryptographic algorithms.
Public Key Cryptography and RSA Principles– RSA Algorithm, Key Management
and other Public Key Cryptosystems Key Management, Diffie–Hellman Key
Exchange, Elliptic Curve Arithmetic – Elliptic Curve Cryptography –
Psedorandom Number Generation.
UNIT –IV:HASH FUNCTIONS AND DIGITAL SIGNATURES
Objective: To make use of application protocols to design and manage a secure
system.
Cryptographic Hash Functions – Application of Hash Functions – Two Simple
Hash Functions – Secure Hash Algorithm(SHA) –Message Authentication Codes
– Authentication requirement – Authentication function – MAC – HMAC –
CMAC – Digital signature and authentication protocols – Digital Signature
Standards –Digital Signatures Schemes– Digital Certificate – Key Management
and Distribution.
Objective: To learn the configuration and manage E–mail and WLAN Security.
Intrusion Detection System – Password Management – Introduction to Firewall
– Firewall Generations– Web Security – Wireless network Security – Electronic
Mail Security– Internet Mail Architecture–S/MIME – Pretty Good Privacy (PGP).
.
TEXT BOOKS:
72
3. “Quantum Cryptography and Secret–Key Distillation”, Gilles van Assche,
CambridgeUniversity Press, 2010.
INTERNAL ELECTIVE
PAPER -2
C. DIGITAL IMAGE PROCESSING
Objectives:
This course enables the student knowledge about various image
processing concepts like enhancement, restoration, segmentation,
compression and recognition.
UNIT I: FUNDAMENTALS
Objective: To know the basics of Digital image and techniques.
Introduction – Origin – Steps in Digital Image Processing – Components –
Applications of DIP – Elements of Visual Perception – Light and Electro
Magnetic Spectrum – Image Sensing and Acquisition – Image Sampling and
Quantization – Images in Matlab– Pixels – Color models – Digital Image
Processing in Multimedia.
UNIT II: IMAGE ENHANCEMENT
Objective: To understand various Image enhancement ideas.
Spatial Domain – Gray level transformations – Histogram Quantization –
Histogram matching and processing – Basics of Spatial Filtering – Smoothing
and Sharpening Spatial Filtering – Introduction to Fourier Series – Fourier
Transform – Smoothing and Sharpening frequency domain filters – Ideal –
Butterworth and Gaussian filters.
UNIT III: IMAGE RESTORATION AND SEGMENTATION
73
Objective: To understand Image restoration techniques.
Noise models – Mean Filters – Order Statistics – Adaptive filters – Band reject
Filters – Band pass Filters – Notch Filters – Optimum Notch Filtering – Inverse
Filtering – Wiener filtering Segmentation: Detection of Discontinuities–Edge
Linking and Boundary detection – Region based segmentation– Active Contour
Models – Snakes – Fuzzy Connectivity – Morphological processing– erosion and
dilation.
UNIT IV: WAVELETS AND IMAGE COMPRESSION
Objective: To understand degrees of image resolution and compression
methods.
Wavelets – Subband coding – Multi resolution expansions – Compression:
Fundamentals – Image Compression models – Error Free Compression –
Predictive Compression Methods – Vector Quantization – Variable Length
Coding – Bit–Plane Coding – Lossless Predictive Coding – Lossy Compression –
Lossy Predictive Coding – Compression Standards.
UNIT V: IMAGE REPRESENTATION AND RECOGNITION
Objective: To understand concepts of image representation and recognition.
Knowledge Representation – Statistical Pattern Recognition – Neural Nets –
Fuzzy Systems – Chain Code – Polygonal approximation, signature, boundary
segments – Shape number – Fourier Descriptor moments– Regional
Descriptors – Topological feature, Texture – Patterns and Pattern classes –
Recognition based on matching.
TEXT BOOKS
1. "Digital Image Processing," Rafael C. Gonzalez, Richard E.Woods,
Prentice Hall, Third Edition, 2008.
2. "Digital Image Processing and Computer Vision," Sonka, Hlavac, Boyle,
Cengage Learning, 2009
3. “Fundamentals of Digital Image Processing”, Anil Jain K, PHI Learning
Pvt. Ltd., 2011.
REFERENCES:
1. “Digital Image Processing”, S. Sridhar, Oxford University Press; Second
edition, 2016.
2. “Digital Image Processing”, Gonzalez & woods, Pearson Education India,
2016.
74
75
INTERNAL ELECTIVE
PAPER -3
(to choose one out of 3)
A. ARTIFICIAL INTELLIGENCE
Objectives:
To induce the innovative ideas of students, related to Robotics, Artificial
Intelligence and Machine Learning. This course enables the student’s level to
compete in the world of information and technology era.
UNIT I: INTRODUCTION TO ARTIFICIAL INTELLIGENCE:
Objective: To know the basics of Artificial Intelligence.
History of AI – Artificial Narrow Intelligence (ANI) – Artificial General
Intelligence (AGI) – Artificial Super Intelligence (ASI) – Characteristics – Types
of AI – Domains – Programming Languages of AI – Applications of AI – Future of
AI.
76
Probability and Bayes Theorem – Certainty factors – Probabilistic Graphical
Models – Bayesian Networks – Markov Networks – Fuzzy Logic. Architecture
for Intelligent Agents – Agent communication – Negotiation and Bargaining –
Argumentation among Agents – Trust and Reputation in Multi–agent systems.
TEXT BOOKS:
1. “Artificial Intelligence”, Elaine Rich, Kevin Knight, Tata McGraw Hill, II
Edition.
2. "Artificial Intelligence: A Modern Approach," Stuart Russell, Peter
Norvig, Third Edition, Prentice Hall of India, New Delhi, 2010.
3. “Prolog: Programming for Artificial Intelligence”, I. Bratko, Addison –
Wesley Educational Publishers Inc., Fourth edition 2011.
REFERENCES:
1. “Machine Learning for Beginners 2019”, Matt Henderson, This Is
Charlotte, 2019
2. “Introduction to Artificial Intelligence and Expert Systems”, Dan W.
Patterson, Pearson, 2015
77
INTERNAL ELECTIVE
PAPER -3
B. SYSTEM SOFTWARE
Objectives:
Objective: Ability to trace the path of a source code to object code and to
executable file
UNIT V: COMPILERS
2. “Compilers – Principles, techniques and tools”, A.V. Aho, Ravi Sethi, J.D.
Ullman, 2nd Edition, Pearson Education, 2011.
REFERENCES:
79
INTERNAL ELECTIVE
PAPER -3
C. CLOUD COMPUTING
Objectives:
To enable the students to learn the basic functions, principles and concepts of
cloud computing Systems.
Cloud Service Models – SOA & Cloud – Multicore Technology – Memory and
Storage Technologies – Networking Technologies – Web 2.0 – 3.0 – Software
Process Models for Cloud – Agile SDLC for Cloud Computing – Pervasive
Computing – Application Environment – Virtualization.
80
Different Perspectives on SaaS Development – New Challenges in Cloud –
Cloud Aware Software Development Using Paas Technology – Networking for
Cloud Computing – Networking Issues in Data Centers – Transport Layer Issues
in DCNs – TCP Enhancements for DCNs – Open Source Support for Cloud –
Open Source Tools for Iaas Open Source Tools for Iaas – Open Source Tools for
Paas – Open Source Tools for Research.
Objective: At the end of the course, the student should be able to learn
Security Aspects of Cloud Computing.
TEXT BOOKS:
REFERENCES:
81
5. George Reese, “Cloud Application Architectures: Building Applications
and Infrastructure in the Cloud” O'Reilly.
PAPER-4
INTERNET OF THINGS
Objectives:
This course presents the Introduction to IoT, M2M,IoT Architecture, IoT
Model And Views, IOT protocols and Real world design constraints enable the
students to learn the concepts of IoT.
UNIT I: INTRODUCTION TO IoT
IoT and M2M – Difference between IoT and M2M –SDN –IoT System
Management with NETCONF–YANG–IoT Platforms Design Methodology – M2M
high–level ETSI architecture – IETF architecture for IoT– OGC architecture –
Service Oriented Architecture – IoT reference architecture
82
Objective: To learn about the basics of IOT protocols.
Protocol Standardization for IoT – Efforts – M2M and WSN Protocols – SCADA
and RFID Protocols – Unified Data Standards – Protocols – IEEE 802.15.4 –
BACNet Protocol – Modbus– Zigbee Architecture – Network layer – 6LowPAN –
CoAP – Security
TEXT BOOKS:
3. Getting Started with Raspberry Pi, Matt Richardson & Shawn Wallace,
O'Reilly (SPD), 2014.
REFERENCES:
83
5. “The Internet of Things – Key applications and Protocols”, Olivier
Hersent, David Boswarthick, Omar Elloumi ,Wiley, 2012.
**********
84