Engineering
Engineering
Reference Books:
1. N. P. Bali and Manish Goyal, "A text book of Engineering mathematics" , Laxmi publications, latest
edition.
2. Kreyszig, "Advanced Engineering Mathematics " - 9th edition, Wiley.
3. H. K Dass and Er. Rajnish Verma ,"Higher Engineering Mathematics", S. Chand, 1st ed.
ANALOG AND DIGITAL ELECTRONICS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER - III
Subject Code 17CS32 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module -1 Teaching
Hours
Field Effect Transistors: Junction Field Effect Transistors, MOSFETs, Differences between JFETs 10 Hours
and MOSFETs, Biasing MOSFETs, FET Applications, CMOS Devices. Wave-Shaping Circuits:
Integrated Circuit(IC) Multivibrators. Introduction to Operational Amplifier: Ideal v/s practical
Opamp, Performance Parameters, Operational Amplifier Application Circuits:Peak Detector
Circuit, Comparator, Active Filters, Non-Linear Amplifier, Relaxation Oscillator, Current-To-
Voltage Converter, Voltage-To-Current Converter.
Text book 1:- Ch5: 5.2, 5.3, 5.5, 5.8, 5.9, 5.1.Ch13: 13.10.Ch 16: 16.3, 16.4. Ch 17: 7.12, 17.14,
17.15, 17.18, 17.19, 17.20, 17.21.)
Module -2
The Basic Gates: Review of Basic Logic gates, Positive and Negative Logic, Introduction to HDL. 10 Hours
Combinational Logic Circuits: Sum-of-Products Method, Truth Table to Karnaugh Map, Pairs
Quads, and Octets, Karnaugh Simplifications, Don’t-care Conditions, Product-of-sums Method,
Product-of-sums simplifications, Simplification by Quine-McClusky Method, Hazards and Hazard
covers, HDL Implementation Models.
Text book 2:- Ch2: 2.4, 2.5. Ch3: 3.2 to 3.11.
Module – 3
Data-Processing Circuits: Multiplexers, Demultiplexers, 1-of-16 Decoder, BCD to Decimal 10 Hours
Decoders, Seven Segment Decoders, Encoders, Exclusive-OR Gates, Parity Generators and
Checkers, Magnitude Comparator, Programmable Array Logic, Programmable Logic Arrays, HDL
Implementation of Data Processing Circuits. Arithmetic Building Blocks, Arithmetic Logic Unit
Flip- Flops: RS Flip-Flops, Gated Flip-Flops, Edge-triggered RS FLIP-FLOP, Edge-triggered D
FLIP-FLOPs, Edge-triggered JK FLIP-FLOPs.
Text book 2:- Ch 4:- 4.1 to 4.9, 4.11, 4.12, 4.14.Ch6:-6.7, 6.10.Ch8:- 8.1 to 8.5.
Module-4
Flip- Flops: FLIP-FLOP Timing, JK Master-slave FLIP-FLOP, Switch Contact Bounce Circuits, 10 Hours
Various Representation of FLIP-FLOPs, HDL Implementation of FLIP-FLOP. Registers: Types of
Registers, Serial In - Serial Out, Serial In - Parallel out, Parallel In - Serial Out, Parallel In - Parallel
Out, Universal Shift Register, Applications of Shift Registers, Register implementation in HDL.
Counters: Asynchronous Counters, Decoding Gates, Synchronous Counters, Changing the Counter
Modulus.
(Text book 2:- Ch 8: 8.6, 8.8, 8.9, 8.10, 8.13. Ch 9: 9.1 to 9.8. Ch 10: 10.1 to 10.4)
Module-5
Counters: Decade Counters, Presettable Counters, Counter Design as a Synthesis problem, A 10 Hours
Digital Clock, Counter Design using HDL. D/A Conversion and A/D Conversion: Variable,
Resistor Networks, Binary Ladders, D/A Converters, D/A Accuracy and Resolution, A/D Converter-
Simultaneous Conversion, A/D Converter-Counter Method, Continuous A/D Conversion, A/D
Techniques, Dual-slope A/D Conversion, A/D Accuracy and Resolution.
Text book 2:- Ch 10: 10.5 to 10.9. Ch 12: 12.1 to 12.10
Course outcomes: After Studying this course, students will be able to
• Explain the operation of JFETs and MOSFETs , Operational Amplifier circuits and their application
• Explain Combinational Logic, Simplification Techniques using Karnaugh Maps, Quine McClusky
technique.
• Demonstrate Operation of Decoders, Encoders, Multiplexers, Adders and Subtractors, working of Latches,
Flip-Flops, Designing Registers, Counters, A/D and D/A Converters
• Design of Counters, Registers and A/D & D/A converters
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Anil K Maini, Varsha Agarwal: Electronic Devices and Circuits, Wiley, 2012.
2. Donald P Leach, Albert Paul Malvino & Goutam Saha: Digital Principles and Applications, 8th
Edition, Tata McGraw Hill, 2015
Reference Books:
1. Stephen Brown, Zvonko Vranesic: Fundamentals of Digital Logic Design with VHDL, 2nd Edition, Tata
McGraw Hill, 2005.
2. R D Sudhaker Samuel: Illustrative Approach to Logic Design, Sanguine-Pearson, 2010.
3. M Morris Mano: Digital Logic and Computer Design, 10th Edition, Pearson, 2008.
DATA STRUCTURES AND APPLICATIONS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER - III
Subject Code 17CS33 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS - 04
Module -1 Teaching
Hours
Introduction: Data Structures, Classifications (Primitive & Non Primitive), Data structure 10 Hours
Operations, Review of Arrays, Structures, Self-Referential Structures, and Unions. Pointers and
Dynamic Memory Allocation Functions. Representation of Linear Arrays in Memory,
Dynamically allocated arrays, Array Operations: Traversing, inserting, deleting, searching, and
sorting. Multidimensional Arrays, Polynomials and Sparse Matrices. Strings: Basic Terminology,
Storing, Operations and Pattern Matching algorithms. Programming Examples.
Text 1: Ch 1: 1.2, Ch2: 2.2 -2.7
Text 2: Ch 1: 1.1 -1.4, Ch 3: 3.1-3.3,3.5,3.7, Ch 4: 4.1-4.9,4.14
Ref 3: Ch 1: 1.4
Module -2
Module – 3
Linked Lists: Definition, Representation of linked lists in Memory, Memory allocation; Garbage 10 Hours
Collection. Linked list operations: Traversing, Searching, Insertion, and Deletion. Doubly Linked
lists, Circular linked lists, and header linked lists. Linked Stacks and Queues. Applications of
Linked lists – Polynomials, Sparse matrix representation. Programming Examples
Text 1: Ch4: 4.1 -4.8 except 4.6
Text 2: Ch5: 5.1 – 5.10
Module-4
Trees: Terminology, Binary Trees, Properties of Binary trees, Array and linked Representation of 10 Hours
Binary Trees, Binary Tree Traversals - Inorder, postorder, preorder; Additional Binary tree
operations. Threaded binary trees, Binary Search Trees – Definition, Insertion, Deletion, Traversal,
Searching, Application of Trees-Evaluation of Expression, Programming Examples
Text 1: Ch5: 5.1 –5.5, 5.7
Text 2: Ch7: 7.1 – 7.9
Module-5
Graphs: Definitions, Terminologies, Matrix and Adjacency List Representation Of Graphs, 10
Elementary Graph operations, Traversal methods: Breadth First Search and Depth First Search. Hours
Sorting and Searching: Insertion Sort, Radix sort, Address Calculation Sort. Hashing: Hash Table
organizations, Hashing Functions, Static and Dynamic Hashing. Files and Their Organization:
Data Hierarchy, File Attributes, Text Files and Binary Files, Basic File Operations, File
Organizations and Indexing
Text 1: Ch6: 6.1 –6.2, Ch 7:7.2, Ch 8:8.1-8.3
Text 2: Ch8: 8.1 – 8.7, Ch 9:9.1-9.3,9.7,9.9
Reference 2: Ch 16: 16.1 - 16.7
Course outcomes: After studying this course, students will be able to:
• Explain different types of data structures, operations and algorithms
• Apply searching and sorting operations on files
• Make use of stack, Queue, Lists, Trees and Graphs in problem solving.
• Develop all data structures in a high-level language for problem solving.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Fundamentals of Data Structures in C - Ellis Horowitz and Sartaj Sahni, 2nd edition, Universities
Press,2014
2. Data Structures - Seymour Lipschutz, Schaum's Outlines, Revised 1st edition, McGraw Hill, 2014
Reference Books:
1. Data Structures: A Pseudo-code approach with C –Gilberg & Forouzan, 2nd edition, Cengage
Learning,2014
2. Data Structures using C, , Reema Thareja, 3rd edition Oxford press, 2012
3. An Introduction to Data Structures with Applications- Jean-Paul Tremblay & Paul G. Sorenson, 2nd
Edition, McGraw Hill, 2013
4. Data Structures using C - A M Tenenbaum, PHI, 1989
5. Data Structures and Program Design in C - Robert Kruse, 2nd edition, PHI, 1996
COMPUTER ORGANIZATION
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER - III
Subject Code 17CS34 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module -1 Teaching
Hours
Basic Structure of Computers: Basic Operational Concepts, Bus Structures, Performance – 10Hours
Processor Clock, Basic Performance Equation, Clock Rate, Performance Measurement. Machine
Instructions and Programs: Memory Location and Addresses, Memory Operations, Instructions and
Instruction Sequencing, Addressing Modes, Assembly Language, Basic Input and Output
Operations, Stacks and Queues, Subroutines, Additional Instructions, Encoding of Machine
Instructions
Module -2
Input/Output Organization: Accessing I/O Devices, Interrupts – Interrupt Hardware, Enabling and 10 Hours
Disabling Interrupts, Handling Multiple Devices, Controlling Device Requests, Exceptions, Direct
Memory Access, Buses Interface Circuits, Standard I/O Interfaces – PCI Bus, SCSI Bus, USB.
Module – 3
Memory System: Basic Concepts, Semiconductor RAM Memories, Read Only Memories, Speed, 10 Hours
Size, and Cost, Cache Memories – Mapping Functions, Replacement Algorithms, Performance
Considerations, Virtual Memories, Secondary Storage.
Module-4
Arithmetic: Numbers, Arithmetic Operations and Characters, Addition and Subtraction of Signed 10 Hours
Numbers, Design of Fast Adders, Multiplication of Positive Numbers, Signed Operand
Multiplication, Fast Multiplication, Integer Division, Floating-point Numbers and Operations.
Module-5
Basic Processing Unit: Some Fundamental Concepts, Execution of a Complete Instruction, 10
Multiple Bus Organization, Hard-wired Control, Micro programmed Control. Pipelining, Hours
Embedded Systems and Large Computer Systems: Basic Concepts of pipelining, Examples of
Embedded Systems, Processor chips for embedded applications, Simple Microcontroller, The
structure of General-Purpose Multiprocessors.
Course outcomes: After studying this course, students will be able to:
• Explain the basic organization of a computer system.
• Demonstrate functioning of different sub systems, such as processor, Input/output, and memory.
• Illustrate hardwired control and micro programmed control. pipelining, embedded and other computing
systems.
• Build simple arithmetic and logical units.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Carl Hamacher, Zvonko Vranesic, Safwat Zaky: Computer Organization, 5th Edition, Tata McGraw Hill,
2002. (Listed topics only from Chapters 1, 2, 4, 5, 6, 7, 8, 9 and12)
Reference Books:
1. William Stallings: Computer Organization & Architecture, 9th Edition, Pearson, 2015.
UNIX AND SHELL PROGRAMMING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – III
Subject Code 17CS35 IA Marks 40
Number of Lecture Hours/Week 03 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module -1 Teaching
Hours
Introduction, Brief history. Unix Components/Architecture. Features of Unix. The UNIX 08 Hours
Environment and UNIX Structure, Posix and Single Unix specification. The login prompt. General
features of Unix commands/ command structure. Command arguments and options. Understanding
of some basic commands such as echo, printf, ls, who, date, passwd, cal, Combining commands.
Meaning of Internal and external commands. The type command: knowing the type of a command
and locating it. The man command knowing more about Unix commands and using Unix online
manual pages. The man with keyword option and whatis. The more command and using it with
other commands. Knowing the user terminal, displaying its characteristics and setting
characteristics. Managing the non-uniform behaviour of terminals and keyboards. The root login.
Becoming the super user: su command. The /etc/passwd and /etc/shadow files. Commands to add,
modify and delete users.
Topics from chapter 2 , 3 and 15 of text book 1,chapter 1 from text book 2
Module -2
Unix files. Naming files. Basic file types/categories. Organization of files. Hidden files. Standard 08 Hours
directories. Parent child relationship. The home directory and the HOME variable. Reaching
required files- the PATH variable, manipulating the PATH, Relative and absolute pathnames.
Directory commands – pwd, cd, mkdir, rmdir commands. The dot (.) and double dots (..) notations
to represent present and parent directories and their usage in relative path names. File related
commands – cat, mv, rm, cp, wc and od commands. File attributes and permissions and knowing
them. The ls command with options. Changing file permissions: the relative and absolute
permissions changing methods. Recursively changing file permissions. Directory permissions.
Module-5
Meaning of a process. Mechanism of process creation. Parent and child process. The ps command 08 Hours
with its options. Executing a command at a specified point of time: at command. Executing a
command periodically: cron command and the crontab file.. Signals. The nice and nohup
commands. Background processes. The bg and fg command. The kill command. The find
command with illustrative example.
Structure of a perl script. Running a perl script. Variables and operators. String handling functions.
Default variables - $_ and $. – representing the current line and current line number. The range
operator. Chop() and chomp() functions. Lists and arrays. The @- variable. The splice operator,
push(), pop(), split() and join(). File handles and handling file – using open(), close() and die ()
functions.. Associative arrays – keys and value functions. Overview of decision making loop
control structures – the foreach. Regular expressions – simple and multiple search patterns. The
match and substitute operators. Defining and using subroutines.
Topics from chapter 9 and 19 of text book 1. Topics from chapter 11 of reference book 1
Course outcomes:
After studying this course, students will be able to:
Module -2
Properties of the Integers: Mathematical Induction, The Well Ordering Principle – Mathematical 10 Hours
Induction, Recursive Definitions. Principles of Counting. Fundamental Principles of Counting:
The Rules of Sum and Product, Permutations, Combinations – The Binomial Theorem,
Combinations with Repetition,.
Module – 3
Relations and Functions: Cartesian Products and Relations, Functions – Plain and One-to-One, 10 Hours
Onto Functions. The Pigeon-hole Principle, Function Composition and Inverse Functions.
Properties of Relations, Computer Recognition – Zero-One Matrices and Directed Graphs, Partial
Orders – Hasse Diagrams, Equivalence Relations and Partitions.
Module-4
The Principle of Inclusion and Exclusion: The Principle of Inclusion and Exclusion, 10 Hours
Generalizations of the Principle, Derangements – Nothing is in its Right Place, Rook Polynomials.
Recurrence Relations: First Order Linear Recurrence Relation, The Second Order Linear
Homogeneous Recurrence Relation with Constant Coefficients,
Module-5
Introduction to Graph Theory: Definitions and Examples, Sub graphs, Complements, and Graph 10
Isomorphism, Vertex Degree, Euler Trails and Circuits , Trees: Definitions, Properties, and Hours
Examples, Routed Trees, Trees and Sorting, Weighted Trees and Prefix Codes
Course outcomes: After studying this course, students will be able to:
• Make use of propositional and predicate logic in knowledge representation and truth verification.
• Demonstrate the application of discrete structures in different fields of computer science.
• Solve problems using recurrence relations and generating functions.
• Apply different mathematical proofs, techniques in proving theorems.
• Compare graphs, trees and their applications.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Ralph P. Grimaldi: Discrete and Combinatorial Mathematics, , 5th Edition, Pearson Education. 2004.
(Chapter 3.1, 3.2, 3.3, 3.4, Appendix 3, Chapter 2, Chapter 4.1, 4.2, Chapter 5.1 to 5.6, Chapter 7.1 to 7.4,
Chapter 16.1, 16.2, 16.3, 16.5 to 16.9, and Chapter 14.1, 14.2, 14.3).
Reference Books:
1. Basavaraj S Anami and Venakanna S Madalli: Discrete Mathematics – A Concept based approach,
Universities Press, 2016
2. Kenneth H. Rosen: Discrete Mathematics and its Applications, 6th Edition, McGraw Hill, 2007.
3. Jayant Ganguly: A Treatise on Discrete Mathematical Structures, Sanguine-Pearson, 2010.
4. D.S. Malik and M.K. Sen: Discrete Mathematical Structures: Theory and Applications, Thomson,
2004.
5. Thomas Koshy: Discrete Mathematics with Applications, Elsevier, 2005, Reprint 2008.
ANALOG AND DIGITAL ELECTRONICS LABORATORY
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER - III
Laboratory Code 17CSL37 IA Marks 40
Number of Lecture Hours/Week 01I + 02P Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 02
Descriptions (if any)
Any simulation package like MultiSim / P-spice /Equivalent software may be used.
Faculty-in-charge should demonstrate and explain the required hardware components and their
functional Block diagrams, timing diagrams etc. Students have to prepare a write-up on the same
and include it in the Lab record and to be evaluated.
Laboratory Session-1: Write-upon analog components; functional block diagram, Pin diagram (if
any), waveforms and description. The same information is also taught in theory class; this helps
the students to understand better.
Laboratory Session-2: Write-upon Logic design components, pin diagram (if any), Timing
diagrams, etc. The same information is also taught in theory class; this helps the students to
understand better.
Note: These TWO Laboratory sessions are used to fill the gap between theory classes and
practical sessions. Both sessions are to be evaluated for 40 marks as lab experiments.
Laboratory Experiments:
1. a) Design and construct a Schmitt trigger using Op-Amp for given UTP and LTP values
and demonstrate its working.
b) Design and implement a Schmitt trigger using Op-Amp using a simulation package for
two sets of UTP and LTP values and demonstrate its working.
2. a) Design and construct a rectangular waveform generator (Op-Amp relaxation
oscillator) for given frequency and demonstrate its working.
b) Design and implement a rectangular waveform generator (Op-Amp relaxation
oscillator) using a simulation package and demonstrate the change in frequency when
all resistor values are doubled.
3. Design and implement an Astable multivibrator circuit using 555 timer for a given
frequency and duty cycle.
5. a) Given a 4-variable logic expression, simplify it using Entered Variable Map and
realize the simplified logic expression using 8:1 multiplexer IC.
b) Design and develop the Verilog /VHDL code for an 8:1 multiplexer. Simulate and
verify its working.
6. a) Design and implement code converter I)Binary to Gray (II) Gray to Binary Code using
basic gates.
7. Design and verify the Truth Table of 3-bit Parity Generator and 4-bit Parity
Checker using basic Logic Gates with an even parity bit.
8. a) Realize a J-K Master / Slave Flip-Flop using NAND gates and verify its truth
table.
b) Design and develop the Verilog / VHDL code for D Flip-Flop with positive-edge
triggering. Simulate and verify it’s working.
9. a) Design and implement a mod-n (n<8) synchronous up counter using J-K Flip-
Flop ICs and demonstrate its working.
b) Design and develop the Verilog / VHDL code for mod-8 up counter. Simulate and
verify it’s working.
10. Design and implement an asynchronous counter using decade counter IC to
count up from 0 to n (n<=9) and demonstrate on 7-segment display (using IC- 7447).
11. Generate a Ramp output waveform using DAC0800 (Inputs are given to DAC
through IC74393 dual 4-bit binary counter).
Study experiment
Course outcomes:
On the completion of this laboratory course, the students will be able to:
• Demonstrate various Electronic Devices like Cathode ray Oscilloscope, Signal
generators, Digital Trainer Kit, Multimeters and components like Resistors, Capacitors,
Op amp and Integrated Circuit.
• Design and demonstrate various combinational logic circuits.
• Design and demonstrate various types of counters and Registers using Flip-flops
• Make use of simulation package to design circuits.
• Infer the working and implementation of ALU.
Conduction of Practical Examination:
1. All laboratory experiments (1 to 11 nos) are to be included for practical examination.
2. Students are allowed to pick one experiment from the lot.
3. Strictly follow the instructions as printed on the cover page of answer script.
4. Marks distribution:
a ) For questions having part a only- Procedure + Conduction + Viva:15 + 70 +15
=100 Marks
b ) For questions having part a and b
Part a- Procedure + Conduction + Viva:09 + 42 +09= 60 Marks
Part b- Procedure + Conduction + Viva:06 + 28 +06= 40 Marks
5 . Change of experiment is allowed only once and marks allotted to the procedure
part to be made zero.
Laboratory Experiments:
1. Design, Develop and Implement a menu driven Program in C for the following Array
operations
a. Creating an Array of N Integer Elements
b. Display of Array Elements with Suitable Headings
c. Inserting an Element (ELEM) at a given valid Position (POS)
d. Deleting an Element at a given valid Position(POS)
e. Exit.
Support the program with functions for each of the above operations.
2. Design, Develop and Implement a Program in C for the following operationson Strings
a. Read a main String (STR), a Pattern String (PAT) and a Replace String (REP)
b. Perform Pattern Matching Operation: Find and Replace all occurrences of PAT in
STR with REP if PAT exists in STR. Report suitable messages in case PAT does
not exist in STR
Support the program with functions for each of the above operations. Don't use
Built-in functions.
3. Design, Develop and Implement a menu driven Program in C for the following operations
on STACK of Integers (Array Implementation of Stack with maximum size MAX)
a. Push an Element on to Stack
b. Pop an Element from Stack
c. Demonstrate how Stack can be used to check Palindrome
d. Demonstrate Overflow and Underflow situations on Stack
e. Display the status of Stack
f. Exit
Support the program with appropriate functions for each of the above operations
5. Design, Develop and Implement a Program in C for the following Stack Applications
a. Evaluation of Suffix expression with single digit operands and operators: +, -, *,
/, %, ^
b. Solving Tower of Hanoi problem with n disks
6. Design, Develop and Implement a menu driven Program in C for the following operations
on Circular QUEUE of Characters (Array Implementation of Queue with maximum size
MAX)
a. Insert an Element on to Circular QUEUE
b. Delete an Element from Circular QUEUE
c. Demonstrate Overflow and Underflow situations on Circular QUEUE
d. Display the status of Circular QUEUE
e. Exit
Support the program with appropriate functions for each of the above operations
7. Design, Develop and Implement a menu driven Program in C for the following operations
on Singly Linked List (SLL) of Student Data with the fields: USN, Name, Branch, Sem,
PhNo
a. Create a SLL of N Students Data by using front insertion.
b. Display the status of SLL and count the number of nodes in it
c. Perform Insertion / Deletion at End of SLL
d. Perform Insertion / Deletion at Front of SLL(Demonstration of stack)
e. Exit
8. Design, Develop and Implement a menu driven Program in C for the following operations
on Doubly Linked List (DLL) of Employee Data with the fields: SSN, Name, Dept,
Designation, Sal, PhNo
a. Create a DLL of N Employees Data by using end insertion.
b. Display the status of DLL and count the number of nodes in it
c. Perform Insertion and Deletion at End of DLL
d. Perform Insertion and Deletion at Front of DLL
e. Demonstrate how this DLL can be used as Double Ended Queue
f. Exit
9. Design, Develop and Implement a Program in C for the following operationson Singly
Circular Linked List (SCLL) with header nodes
a. Represent and Evaluate a Polynomial P(x,y,z) = 6x2y2z-4yz5+3x3yz+2xy5z-2xyz3
b. Find the sum of two polynomials POLY1(x,y,z) and POLY2(x,y,z) and store the
result in POLYSUM(x,y,z)
Support the program with appropriate functions for each of the above operations
10. Design, Develop and Implement a menu driven Program in C for the following operations
on Binary Search Tree (BST) of Integers
a. Create a BST of N Integers: 6, 9, 5, 2, 8, 15, 24, 14, 7, 8, 5, 2
b. Traverse the BST in Inorder, Preorder and Post Order
c. Search the BST for a given element (KEY) and report the appropriate message
e. Exit
11. Design, Develop and Implement a Program in C for the following operations on
Graph(G) of Cities
a. Create a Graph of N cities using Adjacency Matrix.
b. Print all the nodes reachable from a given starting node in a digraph using
DFS/BFS method
12. Given a File of N employee records with a set K of Keys(4-digit) which uniquely
determine the records in file F. Assume that file F is maintained in memory by a Hash
Table(HT) of m memory locations with L as the set of memory addresses (2-digit) of
locations in HT. Let the keys in K and addresses in L are Integers. Design and develop a
Program in C that uses Hash function H: K →L as H(K)=K mod m (remainder
method), and implement hashing technique to map a given key K to the address space L.
Resolve the collision (if any) using linear probing.
Course outcomes:
On the completion of this laboratory course, the students will be able to:
• Analyze and Compare various linear and non-linear data structures
• Demonstrate the working nature of different types of data structures and their applications
• Develop, analyze and evaluate the searching and sorting algorithms
• Choose the appropriate data structure for solving real world problems
Conduction of Practical Examination:
1. All laboratory experiments (TWELVE nos) are to be included for practical examination.
2. Students are allowed to pick one experiment from the lot.
3. Strictly follow the instructions as printed on the cover page of answer script
4. Marks distribution: Procedure + Conduction + Viva:15 + 70 +15 (100)
5. Change of experiment is allowed only once and marks allotted to the procedure part
to be made zero.
ENGINEERING MATHEMATICS-IV
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17MAT41 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module 1 Teaching
Hours
Numerical Methods: Numerical solution of ordinary differential equations of first 10 Hours
order and first degree, Picard’s method, Taylor’s series method, modified Euler’s
method, Runge-Kutta method of fourth order. Milne’s and Adams-Bashforth
predictor and corrector methods (No derivations of formulae). Numerical solution of
simultaneous first order ordinary differential equations, Picard’s method, Runge-
Kutta method of fourth order
Module 2
Numerical Methods: Numerical solution of second order ordinary differential 10 Hours
equations, Picard’s method, Runge-Kutta method and Milne’s method. Special
Functions: Bessel’s functions- basic properties, recurrence relations, orthogonality
and generating functions. Legendre’s functions - Legendre’s polynomial,
Rodrigue’s formula, problems.
Module 3
Complex Variables: Function of a complex variable, limits, continuity, 10 Hours
differentiability,. Analytic functions-Cauchy-Riemann equations in Cartesian and
polar forms. Properties and construction of analytic functions. Complex line
integrals-Cauchy’s theorem and Cauchy’s integral formula, Residue, poles, Cauchy’s
Residue theorem with proof and problems. Transformations: Conformal
transformations, discussion of transformations: ݖ = ݓଶ , ݁ = ݓ௭ , ݖ = ݓ+ (ܽଶ /)ݖ
and bilinear transformations.
Module 4
Probability Distributions: Random variables (discrete and continuous), probability 10 Hours
functions. Poisson distributions, geometric distribution, uniform distribution,
exponential and normal distributions, Problems. Joint probability distribution:
Joint Probability distribution for two variables, expectation, covariance, correlation
coefficient.
Module 5
Sampling Theory: Sampling, Sampling distributions, standard error, test of 10 Hours
hypothesis for means and proportions, confidence limits for means, student’s t-
distribution, Chi-square distribution as a test of goodness of fit. Stochastic process:
Stochastic process, probability vector, stochastic matrices, fixed points, regular
stochastic matrices, Markov chains, higher transition probability.
Course Outcomes: After studying this course, students will be able to:
• Make use of appropriate numerical methods to solve first and second order ordinary
differential equations.
• Apply Bessel's and Legendre's function which often arises when a problem possesses
axial and spherical symmetry, such as in quantum mechanics, electromagnetic theory,
hydrodynamics and heat conduction.
• Define and prove Cauchy’s theorem and its consequences including Cauchy's integral
formula.
• Find out residues and apply the residue theorem to evaluate integrals.
• Analyze, interpret, and evaluate scientific hypotheses and theories using rigorous
statistical methods.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each
module.
Text Books:
1. B.V.Ramana "Higher Engineering Mathematics" Tata McGraw-Hill, 2006.
2. B. S. Grewal,” Higher Engineering Mathematics”, Khanna publishers, 42nd edition, 2013.
Reference Books:
1. N P Bali and Manish Goyal, "A text book of Engineering mathematics" , Laxmi
publications, latest edition.
2. Kreyszig, "Advanced Engineering Mathematics " - 9th edition, Wiley, 2013.
3. H. K Dass and Er. RajnishVerma, "Higher Engineering Mathematics", S. Chand, 1st ed,
2011.
OBJECT ORIENTED CONCEPTS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17CS42 IA Marks 40
Number of Lecture Hours/Week 03 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module 1 Teaching
Hours
Introduction to Object Oriented Concepts: 08 Hours
A Review of structures, Procedure–Oriented Programming system, Object Oriented
Programming System, Comparison of Object Oriented Language with C, Console
I/O, variables and reference variables, Function Prototyping, Function Overloading.
Class and Objects: Introduction, member functions and data, objects and functions,
objects and arrays, Namespaces, Nested classes, Constructors, Destructors.
Text book 1: Ch 1: 1.1 to 1.9 Ch 2: 2.1 to 2.6 Ch 4: 4.1 to 4.2
Module 2
Introduction to Java: Java’s magic: the Byte code; Java Development Kit (JDK); 08 Hours
the Java Buzzwords, Object-oriented programming; Simple Java programs. Data
types, variables and arrays, Operators, Control Statements.
Text book 2: Ch:1 Ch: 2 Ch:3 Ch:4 Ch:5
Module 3
Classes, Inheritance, Exceptions, Packages and Interfaces: Classes: Classes 08 Hours
fundamentals; Declaring objects; Constructors, this keyword, garbage collection.
Inheritance: inheritance basics, using super, creating multi level hierarchy, method
overriding. Exception handling: Exception handling in Java. Packages, Access
Protection, Importing Packages, Interfaces.
Text book 2: Ch:6 Ch: 8 Ch:9 Ch:10
Module 4
Multi Threaded Programming, Event Handling: Multi Threaded Programming: 08 Hours
What are threads? How to make the classes threadable ; Extending threads;
Implementing runnable; Synchronization; Changing state of the thread; Bounded
buffer problems, read-write problem, producer consumer problems. Event
Handling: Two event handling mechanisms; The delegation event model; Event
classes; Sources of events; Event listener interfaces; Using the delegation event
model; Adapter classes; Inner classes.
Text book 2: Ch 11: Ch: 22
Module 5
The Applet Class: Introduction, Two types of Applets; Applet basics; Applet 08 Hours
Architecture; An Applet skeleton; Simple Applet display methods; Requesting
repainting; Using the Status Window; The HTML APPLET tag; Passing parameters
to Applets; getDocumentbase() and getCodebase(); ApletContext and
showDocument(); The AudioClip Interface; The AppletStub Interface;Output to the
Console. Swings: Swings: The origins of Swing; Two key Swing features;
Components and Containers; The Swing Packages; A simple Swing Application;
Create a Swing Applet; Jlabel and ImageIcon; JTextField;The Swing Buttons;
JTabbedpane; JScrollPane; JList; JComboBox; JTable.
Text book 2: Ch 21: Ch: 29 Ch: 30
Course Outcomes: After studying this course, students will be able to
• Explain the object-oriented concepts and JAVA.
• Develop computer programs to solve real world problems in Java.
• Develop simple GUI int erfaces for a computer program to interact with users, and to
comprehend the event-based GUI handling principles using Applets and swings.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each
module.
Text Books:
1. Sourav Sahay, Object Oriented Programming with C++ , 2nd Ed, Oxford University
Press,2006
(Chapters 1, 2, 4)
2. Herbert Schildt, Java The Complete Reference, 7th Edition, Tata McGraw Hill, 2007.
(Chapters 1, 2, 3, 4, 5, 6, 8, 9,10, 11, 21, 22, 29, 30)
Reference Book:
1. Mahesh Bhave and Sunil Patekar, "Programming with Java", First Edition, Pearson
Education,2008, ISBN:9788131720806
2. Herbert Schildt, The Complete Reference C++, 4th Edition, Tata McGraw Hill,
2003.
3. Stanley B.Lippmann, Josee Lajore, C++ Primer, 4th Edition, Pearson Education, 2005.
4. Rajkumar Buyya,S Thamarasi selvi, xingchen chu, Object oriented Programming with
java,
Tata McGraw Hill education private limited.
5. Richard A Johnson, Introduction to Java Programming and OOAD, CENGAGE
Learning.
6. E Balagurusamy, Programming with Java A primer, Tata McGraw Hill companies.
Note: Every institute shall organize a bridge organize on C++ either in the vacation or in
the beginning of even semester.
DESIGN AND ANALYSIS OF ALGORITHMS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17CS43 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module 1 Teaching
Hours
Introduction: What is an Algorithm? (T2:1.1), Algorithm Specification (T2:1.2), Analysis 10 Hours
Framework (T1:2.1), Performance Analysis: Space complexity, Time complexity
(T2:1.3). Asymptotic Notations: Big-Oh notation (O), Omega notation (Ω), Theta notation
(Θ), and Little-oh notation (o), Mathematical analysis of Non-Recursive and recursive
Algorithms with Examples (T1:2.2, 2.3, 2.4). Important Problem Types: Sorting,
Searching, String processing, Graph Problems, Combinatorial Problems. Fundamental
Data Structures: Stacks, Queues, Graphs, Trees, Sets and Dictionaries. (T1:1.3,1.4)
Module 2
Divide and Conquer: General method, Binary search, Recurrence equation for divide and 10 Hours
conquer, Finding the maximum and minimum (T2:3.1, 3.3, 3.4), Merge sort, Quick sort
(T1:4.1, 4.2), Strassen’s matrix multiplication (T2:3.8), Advantages and Disadvantages of
divide and conquer. Decrease and Conquer Approach: Topological Sort. (T1:5.3)
Module 3
Greedy Method: General method, Coin Change Problem, Knapsack Problem, Job 10 Hours
sequencing with deadlines (T2:4.1, 4.3, 4.5). Minimum cost spanning trees: Prim’s
Algorithm, Kruskal’s Algorithm (T1:9.1, 9.2). Single source shortest paths: Dijkstra's
Algorithm (T1:9.3). Optimal Tree problem: Huffman Trees and Codes (T1:9.4).
Transform and Conquer Approach: Heaps and Heap Sort (T1:6.4).
Module 4
Dynamic Programming: General method with Examples, Multistage Graphs (T2:5.1, 10 Hours
5.2). Transitive Closure: Warshall’s Algorithm, All Pairs Shortest Paths: Floyd's
Algorithm, Optimal Binary Search Trees, Knapsack problem ((T1:8.2, 8.3, 8.4), Bellman-
Ford Algorithm (T2:5.4), Travelling Sales Person problem (T2:5.9), Reliability design
(T2:5.8).
Module 5
Backtracking: General method (T2:7.1), N-Queens problem (T1:12.1), Sum of subsets 10 Hours
problem (T1:12.1), Graph coloring (T2:7.4), Hamiltonian cycles (T2:7.5). Branch and
Bound: Assignment Problem, Travelling Sales Person problem (T1:12.2), 0/1 Knapsack
problem (T2:8.2, T1:12.2): LC Branch and Bound solution (T2:8.2), FIFO Branch and
Bound solution (T2:8.2). NP-Complete and NP-Hard problems: Basic concepts, non-
deterministic algorithms, P, NP, NP-Complete, and NP-Hard classes (T2:11.1).
Course Outcomes: After studying this course, students will be able to
• Describe computational solution to well known problems like searching, sorting etc.
• Estimate the computational complexity of different algorithms.
• Develop an algorithm using appropriate design strategies for problem solving.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each
module.
Text Books:
T1. Introduction to the Design and Analysis of Algorithms, Anany Levitin:, 2rd Edition,
2009. Pearson.
T2. Computer Algorithms/C++, Ellis Horowitz, Satraj Sahni and Rajasekaran, 2nd Edition,
2014, Universities Press
Reference Books:
1. Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronal L. Rivest,
Clifford Stein, 3rd Edition, PHI
2. Design and Analysis of Algorithms , S. Sridhar, Oxford (Higher Education)
MICROPROCESSORS AND MICROCONTROLLERS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17CS44 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module 1 Teaching
Hours
The x86 microprocessor: Brief history of the x86 family, Inside the 8088/86, 10 Hours
Introduction to assembly programming, Introduction to Program Segments, The
Stack, Flag register, x86 Addressing Modes. Assembly language programming:
Directives & a Sample Program, Assemble, Link & Run a program, More Sample
programs, Control Transfer Instructions, Data Types and Data Definition, Full
Segment Definition, Flowcharts and Pseudo code.
Text book 1: Ch 1: 1.1 to 1.7, Ch 2: 2.1 to 2.7
Module 2
x86: Instructions sets description, Arithmetic and logic instructions and 10 Hours
programs: Unsigned Addition and Subtraction, Unsigned Multiplication and
Division, Logic Instructions, BCD and ASCII conversion, Rotate Instructions. INT
21H and INT 10H Programming : Bios INT 10H Programming , DOS Interrupt
21H. 8088/86 Interrupts, x86 PC and Interrupt Assignment.
Text book 1: Ch 3: 3.1 to 3.5, Ch 4: 4.1 , 4.2 Chapter 14: 14.1 and 14.2
Module 3
Signed Numbers and Strings: Signed number Arithmetic Operations, String 10 Hours
operations. Memory and Memory interfacing: Memory address decoding, data
integrity in RAM and ROM, 16-bit memory interfacing. 8255 I/O programming:
I/O addresses MAP of x86 PC’s, programming and interfacing the 8255.
Text book 1: Ch 6: 6.1, 6.2. Ch 10: 10.2, 10.4, 10.5. Ch 11: 11.1 to 11.4
Module 4
Microprocessors versus Microcontrollers, ARM Embedded Systems :The RISC 10 Hours
design philosophy, The ARM Design Philosophy, Embedded System Hardware,
Embedded System Software, ARM Processor Fundamentals : Registers , Current
Program Status Register , Pipeline, Exceptions, Interrupts, and the Vector Table ,
Core Extensions
Text book 2:Ch 1:1.1 to 1.4, Ch 2:2.1 to 2.5
Module 5
Introduction to the ARM Instruction Set : Data Processing Instructions , Branch 10 Hours
Instructions, Software Interrupt Instructions, Program Status Register Instructions,
Coprocessor Instructions, Loading Constants, Simple programming exercises.
Text book 2: Ch 3:3.1 to 3.6 ( Excluding 3.5.2)
Course Outcomes: After studying this course, students will be able to
• Differentiate between microprocessors and microcontrollers
• Develop assembly language code to solve problems
• Explain interfacing of various devices to x86 family and ARM processor
• Demonstrate interrupt routines for interfacing devices
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each
module.
Text Books:
1. Muhammad Ali Mazidi, Janice Gillispie Mazidi, Danny Causey, The x86 PC Assembly
Language Design and Interfacing, 5th Edition, Pearson, 2013.
2. ARM system developers guide, Andrew N Sloss, Dominic Symes and Chris Wright,
Elsevier,Morgan Kaufman publishers, 2008.
Reference Books:
1. Douglas V. Hall: Microprocessors and Interfacing, Revised 2nd Edition, TMH, 2006.
2. K. Udaya Kumar & B.S. Umashankar : Advanced Microprocessors & IBM-PC Assembly
Language Programming, TMH 2003.
3. Ayala : The 8086 Microprocessor: programming and interfacing - 1st edition, Cengage
Learning
4. The Definitive Guide to the ARM Cortex-M3, by Joseph Yiu, 2nd Edition , Newnes,
2009
5. The Insider’s Guide to the ARM7 based microcontrollers, Hitex Ltd.,1st edition, 2005
6. ARM System-on-Chip Architecture, Steve Furber, Second Edition, Pearson, 2015
7. Architecture, Programming and Interfacing of Low power Processors- ARM7, Cortex-M
and MSP430, Lyla B Das Cengage Learning, 1st Edition
SOFTWARE ENGINEERING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17CS45 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module 1 Teaching
Hours
Introduction: Software Crisis, Need for Software Engineering. Professional 12 Hours
Software Development, Software Engineering Ethics. Case Studies.
Software Processes: Models: Waterfall Model (Sec 2.1.1), Incremental Model (Sec
2.1.2) and Spiral Model (Sec 2.1.3). Process activities.
Requirements Engineering: Requirements Engineering Processes (Chap 4).
Requirements Elicitation and Analysis (Sec 4.5). Functional and non-functional
requirements (Sec 4.1). The software Requirements Document (Sec 4.2).
Requirements Specification (Sec 4.3). Requirements validation (Sec 4.6).
Requirements Management (Sec 4.7).
Module 2
System Models: Context models (Sec 5.1). Interaction models (Sec 5.2). Structural 11 Hours
models (Sec 5.3). Behavioral models (Sec 5.4). Model-driven engineering (Sec 5.5).
Design and Implementation: Introduction to RUP (Sec 2.4), Design Principles
(Chap 17). Object-oriented design using the UML (Sec 7.1). Design patterns (Sec
7.2). Implementation issues (Sec 7.3). Open source development (Sec 7.4).
Module 3
Software Testing: Development testing (Sec 8.1), Test-driven development (Sec 9 Hours
8.2), Release testing (Sec 8.3), User testing (Sec 8.4). Test Automation (Page no 42,
70,212, 231,444,695).
Software Evolution: Evolution processes (Sec 9.1). Program evolution dynamics
(Sec 9.2). Software maintenance (Sec 9.3). Legacy system management (Sec 9.4).
Module 4
Project Planning: Software pricing (Sec 23.1). Plan-driven development (Sec 23.2). 10 Hours
Project scheduling (Sec 23.3): Estimation techniques (Sec 23.5). Quality
management: Software quality (Sec 24.1). Reviews and inspections (Sec 24.3).
Software measurement and metrics (Sec 24.4). Software standards (Sec 24.2)
Module 5
Agile Software Development: Coping with Change (Sec 2.3), The Agile Manifesto: 8 Hours
Values and Principles. Agile methods: SCRUM (Ref “The SCRUM Primer, Ver
2.0”) and Extreme Programming (Sec 3.3). Plan-driven and agile development (Sec
3.2). Agile project management (Sec 3.4), Scaling agile methods (Sec 3.5):
Course Outcomes: After studying this course, students will be able to:
• Design a software system, component, or process to meet desired needs within realistic
constraints.
• Assess professional and ethical responsibility
• Function on multi-disciplinary teams
• Make use of techniques, skills, and modern engineering tools necessary for engineering
practice
• Comprehend software systems or parts of software systems.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each
module.
Text Books:
1. Ian Sommerville: Software Engineering, 9th Edition, Pearson Education, 2012.
(Listed topics only from Chapters 1,2,3,4, 5, 7, 8, 9, 23, and 24)
2. The SCRUM Primer, Ver 2.0,
http://www.goodagile.com/scrumprimer/scrumprimer20.pdf
Reference Books:
1. Roger S. Pressman: Software Engineering-A Practitioners approach, 7th Edition, Tata
McGraw Hill.
2. Pankaj Jalote: An Integrated Approach to Software Engineering, Wiley India
Web Reference for eBooks on Agile:
1. http://agilemanifesto.org/
2. http://www.jamesshore.com/Agile-Book/
DATA COMMUNICATION
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – IV
Subject Code 17CS46 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Contents Teaching
Hours
Module 1
Introduction: Data Communications, Networks, Network Types, Internet History, Standards 10 Hours
and Administration, Networks Models: Protocol Layering, TCP/IP Protocol suite, The OSI
model, Introduction to Physical Layer-1: Data and Signals, Digital Signals, Transmission
Impairment, Data Rate limits, Performance, Digital Transmission: Digital to digital
conversion (Only Line coding: Polar, Bipolar and Manchester coding).
Module 2
Physical Layer-2: Analog to digital conversion (only PCM), Transmission Modes, Analog 10 Hours
Transmission: Digital to analog conversion, Bandwidth Utilization: Multiplexing and
Spread Spectrum, Switching: Introduction, Circuit Switched Networks and Packet switching.
Module 3
Error Detection and Correction: Introduction, Block coding, Cyclic codes, Checksum, 10 Hours
Forward error correction, Data link control: DLC services, Data link layer protocols,
HDLC, and Point to Point protocol (Framing, Transition phases only).
Module 4
Media Access control: Random Access, Controlled Access and Channelization, 10 Hours
Wired LANs Ethernet: Ethernet Protocol, Standard Ethernet, Fast Ethernet, Gigabit
Ethernet and 10 Gigabit Ethernet, Wireless LANs: Introduction, IEEE 802.11 Project and
Bluetooth.
Module 5
Other wireless Networks: WIMAX, Cellular Telephony, Satellite networks, Network 10 Hours
layer Protocols : Internet Protocol, ICMPv4,Mobile IP, Next generation IP: IPv6
addressing, The IPv6 Protocol, The ICMPv6 Protocol and Transition from IPv4 to IPv6.
Course Outcomes: After studying this course, students will be able to
• Illustrate basic computer network technology.
• Identify the different types of network topologies and protocols.
• List and explain the layers of the OSI model and TCP/IP model.
• Comprehend the different types of network devices and their functions within a network
• Demonstrate subnetting and routing mechanisms.
B Write a Java program to implement the Stack using arrays. Write Push(), Pop(), and
Display() methods to demonstrate its working.
2 A Design a superclass called Staff with details as StaffId, Name, Phone, Salary. Extend this
class by writing three subclasses namely Teaching (domain, publications), Technical
(skills), and Contract (period). Write a Java program to read and display at least 3 staff
objects of all three categories.
B Write a Java class called Customer to store their name and date_of_birth. The date_of_birth
format should be dd/mm/yyyy. Write methods to read customer data as <name,
dd/mm/yyyy> and display as <name, dd, mm, yyyy> using StringTokenizer class
considering the delimiter character as “/”.
3 A Write a Java program to read two integers a andb. Compute a/b and print, when b is not
zero. Raise an exception when b is equal to zero.
B Write a Java program that implements a multi-thread application that has three threads.
First thread generates a random integer for every 1 second; second thread computes the
square of the number andprints; third thread will print the value of cube of the number.
4 Sort a given set of n integer elements using Quick Sort method and compute its time complexity.
Run the program for varied values of n> 5000 and record the time taken to sort. Plot a graph of the
time taken versus non graph sheet. The elements can be read from a file or can be generated using
the random number generator. Demonstrate using Java how the divide-and-conquer method works
along with its time complexity analysis: worst case, average case and best case.
5 Sort a given set of n integer elements using Merge Sort method and compute its time complexity.
Run the program for varied values of n> 5000, and record the time taken to sort. Plot a graph of
the time taken versus non graph sheet. The elements can be read from a file or can be generated
using the random number generator. Demonstrate using Java how the divide-and-conquer method
works along with its time complexity analysis: worst case, average case and best case.
6 Implement in Java, the 0/1 Knapsack problem using (a) Dynamic Programming method (b)
Greedy method.
7 From a given vertex in a weighted connected graph, find shortest paths to other vertices using
Dijkstra's algorithm. Write the program in Java.
8 Find Minimum Cost Spanning Tree of a given connected undirected graph using
Kruskal'salgorithm. Use Union-Find algorithms in your program.
9 Find Minimum Cost Spanning Tree of a given connected undirected graph using
Prim's algorithm.
11 Design and implement in Java to find a subset of a given set S = {Sl, S2,.....,Sn} of n positive
integers whose SUM is equal to a given positive integer d. For example, if S ={1, 2, 5, 6, 8} and
d= 9, there are two solutions {1,2,6}and {1,8}. Display a suitable message, if the given problem
instance doesn't have a solution.
12 Design and implement in Java to find all Hamiltonian Cycles in a connected undirected Graph G
of n vertices using backtracking principle.
Note: These TWO Laboratory sessions are used to fill the gap between theory classes and practical
sessions. Both sessions are evaluated as lab experiments for 20 marks.
Experiments
• Develop and execute the following programs using 8086 Assembly Language. Any
suitable assembler like MASM/TASM/8086 kit or any equivalent software may be used.
• Program should have suitable comments.
• The board layout and the circuit diagram of the interface are to be provided to the student
during the examination.
• Software Required: Open source ARM Development platform, KEIL IDE and Proteus for
simulation
SOFTWARE PROGRAMS: PART A
1. Design and develop an assembly language program to search a key element “X” in a list of ‘n’
16-bit numbers. Adopt Binary search algorithm in your program for searching.
2. Design and develop an assembly program to sort a given set of ‘n’ 16-bit numbers in ascending
order. Adopt Bubble Sort algorithm to sort given elements.
3. Develop an assembly language program to reverse a given string and verify whether it is a
palindrome or not. Display the appropriate message.
4. Develop an assembly language program to compute nCr using recursive procedure. Assume that
‘n’ and ‘r’ are non-negative integers.
5. Design and develop an assembly language program to read the current time and Date from the
system and display it in the standard format on the screen.
6. To write and simulate ARM assembly language programs for data transfer, arithmetic and
logical operations (Demonstrate with the help of a suitable program).
7. To write and simulate C Programs for ARM microprocessor using KEIL (Demonstrate with the
help of a suitable program)
Note : To use KEIL one may refer the book: Insider’s Guide to the ARM7 based
microcontrollers, Hitex Ltd.,1st edition, 2005
Module – 4
Background; The Life Cycle of a Servlet; Using Tomcat for Servlet Development; 8 Hours
A simple Servlet; The Servlet API; The Javax.servlet Package; Reading Servlet
Parameter; The Javax.servlet.http package; Handling HTTP Requests and
Responses; Using Cookies; Session Tracking. Java Server Pages (JSP): JSP, JSP
Tags, Tomcat, Request String, User Sessions, Cookies, Session Objects
Text Book 1: Ch 31 Text Book 2: Ch 11
Module – 5
The Concept of JDBC; JDBC Driver Types; JDBC Packages; A Brief Overview of 8 Hours
the JDBC process; Database Connection; Associating the JDBC/ODBC Bridge
with the Database; Statement Objects; ResultSet; Transaction Processing; Metadata,
Data types; Exceptions.
Text Book 2: Ch 06
Course outcomes: The students should be able to:
• Interpret the need for advanced Java concepts like enumerations and collections in
developing modular and efficient programs
• Build client-server applications and TCP/IP socket programs
• Illustrate database access and details for managing information using the JDBC API
• Describe how servlets fit into Java-based web application architecture
• Develop reusable software components using Java Beans
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
th
1. Herbert Schildt: JAVA the Complete Reference, 7 /9th Edition, Tata McGraw Hill,
2007.
2. Jim Keogh: J2EE-TheCompleteReference, McGraw Hill, 2007.
Reference Books:
th
1. Y. Daniel Liang: Introduction to JAVA Programming, 7 Edition, Pearson Education,
2007.
nd
2. Stephanie Bodoff et al: The J2EE Tutorial, 2 Edition, Pearson Education,2004.
3. Uttam K Roy, Advanced JAVA programming, Oxford University press, 2015.
ADVANCED ALGORITHMS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017-2018)
SEMESTER – V
Subject Code 17CS554 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Analysis Techniques: Growth functions, Recurrences and solution of recurrence 8 Hours
equations; Amortized analysis: Aggregate, Accounting, and Potential methods,
String Matching Algorithms: Naive Algorithm; Robin-Karp Algorithm, String
matching with Finite Automata, Knuth-Morris-Pratt and Boyer-Moore Algorithms
Module – 2
Number Theoretic Algorithms: Elementary notions, GCD, Modular arithmetic, 8 Hours
Solving modular linear equations, The Chinese remainder theorem, Powers of an
element RSA Cryptosystem, Primality testing, Integer factorization, - Huffman
Codes, Polynomials. FFT-Huffman codes: Concepts, construction, Proof correctness
of Huffman's algorithm; Representation of polynomials
Module – 3
DFT and FFT efficient implementation of FFT, Graph Algorithms, Bellman-Ford 8 Hours
Algorithm Shortest paths in a DAG, Johnson's Algorithm for sparse graphs, Flow
networks and the Ford-Fulkerson Algorithm, Maximum bipartite matching.
Module – 4
Computational Geometry-I: Geometric data structures using, C, Vectors, Points, 8 Hours
Polygons, Edges Geometric objects in space; Finding the intersection of a line and a
triangle, Finding star-shaped polygons using incremental insertion.
Module – 5
Computational Geometry-II: Clipping: Cyrus-Beck and Sutherland-Hodman 8 Hours
Algorithms; Triangulating, monotonic polygons; Convex hulls, Gift wrapping and
Graham Scan; Removing hidden surfaces
Course outcomes: The students should be able to:
• Explain the principles of algorithms analysis approaches
• Apply different theoretic based strategies to solve problems
• Illustrate the complex signals and data flow in networks with usage of tools
• Describe the computational geometry criteria.
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Thomas H. Cormen et al: Introduction to Algorithms, Prentice Hall India, 1990
2. Michael J. Laszlo: Computational Geometry and Computer Graphics in C' Prentice Hall
India, 1996
Reference Books:
1. E. Horowitz, S. Sahni and S. Rajasekaran, Fundamentals of Computer Algorithms,
University Press, Second edition, 2007
2. Kenneth A Berman & Jerome L Paul, Algorithms, Cengage Learning, First Indian
reprint, 2008
PROGRAMMING IN JAVA
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – V
Subject Code 17CS561 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
An Overview of Java: Object-Oriented Programming, A First Simple Program, A 8 Hours
Second Short Program, Two Control Statements, Using Blocks of Code, Lexical
Issues, The Java Class Libraries, Data Types, Variables, and Arrays: Java Is a
Strongly Typed Language, The Primitive Types, Integers, Floating-Point Types,
Characters, Booleans, A Closer Look at Literals, Variables, Type Conversion and
Casting, Automatic Type Promotion in Expressions, Arrays, A Few Words About
Strings
Text book 1: Ch 2, Ch 3
Module – 2
Operators: Arithmetic Operators, The Bitwise Operators, Relational Operators, 8 Hours
Boolean Logical Operators, The Assignment Operator, The ? Operator, Operator
Precedence, Using Parentheses, Control Statements: Java’s Selection Statements,
Iteration Statements, Jump Statements.
Text book 1: Ch 4, Ch 5
Module – 3
Introducing Classes: Class Fundamentals, Declaring Objects, Assigning Object 8 Hours
Reference Variables, Introducing Methods, Constructors, The this Keyword,
Garbage Collection, The finalize( ) Method, A Stack Class, A Closer Look at
Methods and Classes: Overloading Methods, Using Objects as Parameters, A
Closer Look at Argument Passing, Returning Objects, Recursion, Introducing
Access Control, Understanding static, Introducing final, Arrays Revisited,
Inheritance: Inheritance, Using super, Creating a Multilevel Hierarchy, When
Constructors Are Called, Method Overriding, Dynamic Method Dispatch, Using
Abstract Classes, Using final with Inheritance, The Object Class.
Text book 1: Ch 6, Ch 7.1-7.9, Ch 8.
Module – 4
Packages and Interfaces: Packages, Access Protection, Importing Packages, 8 Hours
Interfaces, Exception Handling: Exception-Handling Fundamentals, Exception
Types, Uncaught Exceptions, Using try and catch, Multiple catch Clauses, Nested
try Statements, throw, throws, finally, Java’s Built-in Exceptions, Creating Your
Own Exception Subclasses, Chained Exceptions, Using Exceptions.
Text book 1: Ch 9, Ch 10
Module – 5
Enumerations, Type Wrappers, I/O, Applets, and Other Topics: I/O Basics, Reading 8 Hours
Console Input, Writing Console Output, The PrintWriter Class, Reading and
Writing Files, Applet Fundamentals, The transient and volatile Modifiers, Using
instanceof, strictfp, Native Methods, Using assert, Static Import, Invoking
Overloaded Constructors Through this( ), String Handling: The String Constructors,
String Length, Special String Operations, Character Extraction, String Comparison,
Searching Strings, Modifying a String, Data Conversion Using valueOf( ), Changing
the Case of Characters Within a String , Additional String Methods, StringBuffer,
StringBuilder.
Text book 1: Ch 12.1,12.2, Ch 13, Ch 15
Course outcomes: The students should be able to:
• Explain the object-oriented concepts and JAVA.
• Develop computer programs to solve real world problems in Java.
• Develop simple GUI interfaces for a computer program to interact with users
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Herbert Schildt, Java The Complete Reference, 7th Edition, Tata McGraw Hill, 2007.
(Chapters 2, 3, 4, 5, 6,7, 8, 9,10, 12,13,15)
Reference Books:
1. Mahesh Bhave and Sunil Patekar, "Programming with Java", First Edition, Pearson
Education,2008, ISBN:9788131720806.
2. Rajkumar Buyya,S Thamarasi selvi, xingchen chu, Object oriented Programming with
java, Tata McGraw Hill education private limited.
3. E Balagurusamy, Programming with Java A primer, Tata McGraw Hill companies.
4. Anita Seth and B L Juneja, JAVA One step Ahead, Oxford University Press, 2017.
ARTIFICIAL INTELLIGENCE
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – V
Subject Code 17CS562 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
What is artificial intelligence?, Problems, Problem Spaces and search, Heuristic 8 Hours
search technique
TextBook1: Ch 1, 2 and 3
Module – 2
Knowledge Representation Issues, Using Predicate Logic, Representing 8 Hours
knowledge using Rules,
TextBoook1: Ch 4, 5 and 6.
Module – 3
Symbolic Reasoning under Uncertainty, Statistical reasoning, Weak Slot and Filter 8 Hours
Structures.
TextBoook1: Ch 7, 8 and 9.
Module – 4
Strong slot-and-filler structures, Game Playing. 8 Hours
TextBoook1: Ch 10 and 12
Module – 5
Natural Language Processing, Learning, Expert Systems. 8 Hours
TextBook1: Ch 15,17 and 20
Course outcomes: The students should be able to:
• Identify the AI based problems
• Apply techniques to solve the AI problems
• Define learning and explain various learning techniques
• Discuss expert systems
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. E. Rich , K. Knight & S. B. Nair - Artificial Intelligence, 3/e, McGraw Hill.
Reference Books:
1. Artificial Intelligence: A Modern Approach, Stuart Rusell, Peter Norving, Pearson
Education 2nd Edition.
1. Dan W. Patterson, Introduction to Artificial Intelligence and Expert Systems – Prentice
Hal of India.
2. G. Luger, “Artificial Intelligence: Structures and Strategies for complex problem
Solving”, Fourth Edition, Pearson Education, 2002.
3. Artificial Intelligence and Expert Systems Development by D W Rolston-Mc Graw hill.
4. N.P. Padhy “Artificial Intelligence and Intelligent Systems” , Oxford University Press-
2015
EMBEDDED SYSTEMS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – V
Subject Code 17CS563 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction to embedded systems: Embedded systems, Processor embedded into 8 Hours
a system, Embedded hardware units and device in a system, Embedded software in a
system, Examples of embedded systems, Design process in embedded system,
Formalization of system design, Design process and design examples, Classification
of embedded systems, skills required for an embedded system designer.
Module – 2
Devices and communication buses for devices network: IO types and example, 8 Hours
Serial communication devices, Parallel device ports, Sophisticated interfacing
features in device ports, Wireless devices, Timer and counting devices, Watchdog
timer, Real time clock, Networked embedded systems, Serial bus communication
protocols, Parallel bus device protocols-parallel communication internet using ISA,
PCI, PCI-X and advanced buses, Internet enabled systems-network protocols,
Wireless and mobile system protocols.
Module – 3
Device drivers and interrupts and service mechanism: Programming-I/O busy- 8 Hours
wait approach without interrupt service mechanism, ISR concept, Interrupt sources,
Interrupt servicing (Handling) Mechanism, Multiple interrupts, Context and the
periods for context switching, interrupt latency and deadline, Classification of
processors interrupt service mechanism from Context-saving angle, Direct memory
access, Device driver programming.
Module – 4
Inter process communication and synchronization of processes, Threads and 8 Hours
tasks: Multiple process in an application, Multiple threads in an application, Tasks,
Task states, Task and Data, Clear-cut distinction between functions. ISRS and tasks
by their characteristics, concept and semaphores, Shared data, Inter-process
communication, Signal function, Semaphore functions, Message Queue functions,
Mailbox functions, Pipe functions, Socket functions, RPC functions.
Module – 5
Real-time operating systems: OS Services, Process management, Timer functions, 8 Hours
Event functions, Memory management, Device, file and IO subsystems
management, Interrupt routines in RTOS environment and handling of interrupt
source calls, Real-time operating systems, Basic design using an RTOS, RTOS task
scheduling models, interrupt latency and response of the tasks as performance
metrics, OS security issues. Introduction to embedded software development process
and tools, Host and target machines, Linking and location software.
Course outcomes: The students should be able to:
• Distinguish the characteristics of embedded computer systems.
• Identify the various vulnerabilities of embedded computer systems.
• Design and develop modules using RTOS.
• Explain RPC, threads and tasks
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Raj Kamal, “Embedded Systems: Architecture, Programming, and Design” 2nd / 3rd edition ,
Tata McGraw hill-2013.
Reference Books:
1. Marilyn Wolf, “Computer as Components, Principles of Embedded Computing System
Design” 3rd edition, Elsevier-2014.
DOT NET FRAMEWORK FOR APPLICATION DEVELOPMENT
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – V
Subject Code 17CS564 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introducing Microsoft Visual C# and Microsoft Visual Studio 2015: Welcome to 8 Hours
C#, Working with variables, operators and expressions, Writing methods and
applying scope, Using decision statements, Using compound assignment and
iteration statements, Managing errors and exceptions
T1: Chapter 1 – Chapter 6
Module – 2
Understanding the C# object model: Creating and Managing classes and objects, 8 Hours
Understanding values and references, Creating value types with enumerations and
structures, Using arrays
Textbook 1: Ch 7 to 10
Module – 3
Understanding parameter arrays, Working with inheritance, Creating interfaces and 8 Hours
defining abstract classes, Using garbage collection and resource management
Textbook 1: Ch 11 to 14
Module – 4
Defining Extensible Types with C#: Implementing properties to access fields, 8 Hours
Using indexers, Introducing generics, Using collections
Textbook 1: Ch 15 to 18
Module – 5
Enumerating Collections, Decoupling application logic and handling events, 8 Hours
Querying in-memory data by using query expressions, Operator overloading
Textbook 1: Ch 19 to 22
Course outcomes: The students should be able to:
• Build applications on Visual Studio .NET platform by understanding the syntax and
semantics of C#
• Demonstrate Object Oriented Programming concepts in C# programming language
• Design custom interfaces for applications and leverage the available built-in interfaces in
building complex applications.
• Illustrate the use of generics and collections in C#
• Compose queries to query in-memory data and define own operator behaviour
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. John Sharp, Microsoft Visual C# Step by Step, 8th Edition, PHI Learning Pvt. Ltd. 2016
Reference Books:
1. Christian Nagel, “C# 6 and .NET Core 1.0”, 1st Edition, Wiley India Pvt Ltd, 2016. Andrew
Stellman and Jennifer Greene, “Head First C#”, 3rd Edition, O’Reilly Publications, 2013.
2. Mark Michaelis, “Essential C# 6.0”, 5th Edition, Pearson Education India, 2016.
3. Andrew Troelsen, “Prof C# 5.0 and the .NET 4.5 Framework”, 6th Edition, Apress and
Dreamtech Press, 2012.
CLOUD COMPUTING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – V
Subject Code 17CS565 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction ,Cloud Computing at a Glance, The Vision of Cloud Computing, 8 Hours
Defining a Cloud, A Closer Look, Cloud Computing Reference Model,
Characteristics and Benefits, Challenges Ahead, Historical Developments,
Distributed Systems, Virtualization, Web 2.0, Service-Oriented Computing, Utility-
Oriented Computing, Building Cloud Computing Environments, Application
Development, Infrastructure and System Development, Computing Platforms and
Technologies, Amazon Web Services (AWS), Google AppEngine, Microsoft
Azure, Hadoop, Force.com and Salesforce.com, Manjrasoft Aneka
Virtualization, Introduction, Characteristics of Virtualized, Environments Taxonomy
of Virtualization Techniques, Execution Virtualization, Other Types of
Virtualization, Virtualization and Cloud Computing, Pros and Cons of
Virtualization, Technology
Module – 2
Cloud Computing Architecture, Introduction, Cloud Reference Model, Architecture, 8 Hours
Infrastructure / Hardware as a Service, Platform as a Service, Software as a Service,
Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community
Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud
Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and
Privacy Organizational Aspects
Aneka: Cloud Application Platform, Framework Overview, Anatomy of the Aneka
Container, From the Ground Up: Platform Abstraction Layer, Fabric Services,
foundation Services, Application Services, Building Aneka Clouds, Infrastructure
Organization, Logical Organization, Private Cloud Deployment Mode, Public Cloud
Deployment Mode, Hybrid Cloud Deployment Mode, Cloud Programming and
Management, Aneka SDK, Management Tools
Module – 3
Concurrent Computing: Thread Programming, Introducing Parallelism for Single 8 Hours
Machine Computation, Programming Applications with Threads, What is a Thread?,
Thread APIs, Techniques for Parallel Computation with Threads, Multithreading
with Aneka, Introducing the Thread Programming Model, Aneka Thread vs.
Common Threads, Programming Applications with Aneka Threads, Aneka Threads
Application Model, Domain Decomposition: Matrix Multiplication, Functional
Decomposition: Sine, Cosine, and Tangent.
High-Throughput Computing: Task Programming, Task Computing, Characterizing
a Task, Computing Categories, Frameworks for Task Computing, Task-based
Application Models, Embarrassingly Parallel Applications, Parameter Sweep
Applications, MPI Applications, Workflow Applications with Task Dependencies,
Aneka Task-Based Programming, Task Programming Model, Developing
Applications with the Task Model, Developing Parameter Sweep Application,
Managing Workflows.
Module – 4
Data Intensive Computing: Map-Reduce Programming, What is Data-Intensive 8 Hours
Computing?, Characterizing Data-Intensive Computations, Challenges Ahead,
Historical Perspective, Technologies for Data-Intensive Computing, Storage
Systems, Programming Platforms, Aneka MapReduce Programming, Introducing
the MapReduce Programming Model, Example Application
Module – 5
Cloud Platforms in Industry, Amazon Web Services, Compute Services, Storage 8 Hours
Services, Communication Services, Additional Services, Google AppEngine,
Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations,
Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform
Appliance.
Cloud Applications Scientific Applications, Healthcare: ECG Analysis in the Cloud,
, Social Networking, Media Applications, Multiplayer Online Gaming.
Course outcomes: The students should be able to:
• Explain the concepts and terminologies of cloud computing
• Demonstrate cloud frameworks and technologies
• Define data intensive computing
• Demonstrate cloud applications
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Rajkumar Buyya, Christian Vecchiola, and Thamarai Selvi Mastering Cloud. Computing
McGraw Hill Education
Reference Books:
NIL
COMPUTER NETWORK LABORATORY
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017-2018)
SEMESTER – V
Subject Code 17CSL57 IA Marks 40
Number of Lecture Hours/Week 01I + 02P Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 02
Description (If any):
For the experiments below modify the topology and parameters set for the experiment and take
multiple rounds of reading and analyze the results available in log files. Plot necessary graphs
and conclude. Use NS2/NS3.
Lab Experiments:
PART A
1. Implement three nodes point – to – point network with duplex links between them. Set
the queue size, vary the bandwidth and find the number of packets dropped.
2. Implement transmission of ping messages/trace route over a network topology consisting
of 6 nodes and find the number of packets dropped due to congestion.
3. Implement an Ethernet LAN using n nodes and set multiple traffic nodes and plot
congestion window for different source / destination.
4. Implement simple ESS and with transmitting nodes in wire-less LAN by simulation and
determine the performance with respect to transmission of packets.
5. Implement and study the performance of GSM on NS2/NS3 (Using MAC layer) or
equivalent environment.
6. Implement and study the performance of CDMA on NS2/NS3 (Using stack called Call
net) or equivalent environment.
PART B
Implement the following in Java:
7. Write a program for error detecting code using CRC-CCITT (16- bits).
8. Write a program to find the shortest path between vertices using bellman-ford algorithm.
9. Using TCP/IP sockets, write a client – server program to make the client send the file
name and to make the server send back the contents of the requested file if present.
10. Write a program on datagram socket for client/server to display the messages on client
side, typed at the server side.
11. Write a program for simple RSA algorithm to encrypt and decrypt the data.
12. Write a program for congestion control using leaky bucket algorithm.
Reference Books:
1. James D Foley, Andries Van Dam, Steven K Feiner, John F Huges Computer graphics
with OpenGL: pearson education
2. Xiang, Plastock : Computer Graphics , sham’s outline series, 2nd edition, TMG.
3. Kelvin Sung, Peter Shirley, steven Baer : Interactive Computer Graphics, concepts and
applications, Cengage Learning
4. M MRaiker, Computer Graphics using OpenGL, Filip learning/Elsevier
SYSTEM SOFTWARE AND COMPILER DESIGN
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS63 IA Marks 40
Number of Lecture Hours/Week 4 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module – 1 Teaching
Hours
Introduction to System Software, Machine Architecture of SIC and SIC/XE. 10 Hours
Assemblers: Basic assembler functions, machine dependent assembler features,
machine independent assembler features, assembler design options.
Macroprocessors: Basicmacro processor functions,
Text book 1: Chapter 1: 1.1,1.2,1.3.1,1.3.2, Chapter2 : 2.1-2.4,Chapter4:
4.1.1,4.1.2
Module – 2
Loaders and Linkers: Basic Loader Functions, Machine Dependent Loader 10 Hours
Features, Machine Independent Loader Features, Loader Design Options,
Implementation Examples.
Text book 1 : Chapter 3 ,3.1 -3.5
Module – 3
Introduction: Language Processors, The structure of a compiler, The evaluation of 10 Hours
programming languages, The science of building compiler, Applications of compiler
technology, Programming language basics
Lexical Analysis: The role of lexical analyzer, Input buffering, Specifications of
token, recognition of tokens, lexical analyzer generator, Finite automate.
Text book 2:Chapter 1 1.1-1.6 Chapter 3 3.1 – 3.6
Module – 4
Syntax Analysis: Introduction, Role Of Parsers, Context Free Grammars, Writing a 10 Hours
grammar, Top Down Parsers, Bottom-Up Parsers, Operator-Precedence Parsing
Text book 2: Chapter 4 4.1 4.2 4.3 4.4 4.5 4.6 Text book 1 : 5.1.3
Module – 5
Syntax Directed Translation, Intermediate code generation, Code generation 10 Hours
Text book 2: Chapter 5.1, 5.2, 5.3, 6.1, 6.2, 8.1, 8.2
Course outcomes: The students should be able to:
• Illustrate system software such as assemblers, loaders, linkers and macroprocessors
• Design and develop lexical analyzers, parsers and code generators
• Discuss about lex and yacc tools for implementing different concepts of system software
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. System Software by Leland. L. Beck, D Manjula, 3rd edition, 2012
2. Compilers-Principles, Techniques and Tools by Alfred V Aho, Monica S. Lam, Ravi
Sethi, Jeffrey D. Ullman. Pearson, 2nd edition, 2007
Reference Books:
1. Systems programming – Srimanta Pal , Oxford university press, 2016
2. System programming and Compiler Design, K C Louden, Cengage Learning
3. System software and operating system by D. M. Dhamdhere TMG
4. Compiler Design, K Muneeswaran, Oxford University Press 2013.
OPERATING SYSTEMS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS64 IA Marks 40
Number of Lecture Hours/Week 4 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module – 1 Teaching
Hours
Introduction to operating systems, System structures: What operating systems 10 Hours
do; Computer System organization; Computer System architecture; Operating
System structure; Operating System operations; Process management; Memory
management; Storage management; Protection and Security; Distributed system;
Special-purpose systems; Computing environments. Operating System Services;
User - Operating System interface; System calls; Types of system calls; System
programs; Operating system design and implementation; Operating System
structure; Virtual machines; Operating System generation; System boot. Process
Management Process concept; Process scheduling; Operations on processes; Inter
process communication
Module – 2
Multi-threaded Programming: Overview; Multithreading models; Thread 10 Hours
Libraries; Threading issues. Process Scheduling: Basic concepts; Scheduling
Criteria; Scheduling Algorithms; Multiple-processor scheduling; Thread scheduling.
Process Synchronization: Synchronization: The critical section problem;
Peterson’s solution; Synchronization hardware; Semaphores; Classical problems of
synchronization; Monitors.
Module – 3
Deadlocks : Deadlocks; System model; Deadlock characterization; Methods for 10 Hours
handling deadlocks; Deadlock prevention; Deadlock avoidance; Deadlock detection
and recovery from deadlock. Memory Management: Memory management
strategies: Background; Swapping; Contiguous memory allocation; Paging;
Structure of page table; Segmentation.
Module – 4
Virtual Memory Management: Background; Demand paging; Copy-on-write; 10 Hours
Page replacement; Allocation of frames; Thrashing. File System, Implementation
of File System: File system: File concept; Access methods; Directory structure;
File system mounting; File sharing; Protection: Implementing File system: File
system structure; File system implementation; Directory implementation; Allocation
methods; Free space management.
Module – 5
Secondary Storage Structures, Protection: Mass storage structures; Disk 10 Hours
structure; Disk attachment; Disk scheduling; Disk management; Swap space
management. Protection: Goals of protection, Principles of protection, Domain of
protection, Access matrix, Implementation of access matrix, Access control,
Revocation of access rights, Capability- Based systems. Case Study: The Linux
Operating System: Linux history; Design principles; Kernel modules; Process
management; Scheduling; Memory Management; File systems, Input and output;
Inter-process communication.
Course outcomes: The students should be able to:
• Demonstrate need for OS and different types of OS
• Discuss suitable techniques for management of different resources
• Illustrate processor, memory, storage and file system commands
• Explain the different concepts of OS in platform of usage through case studies
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Abraham Silberschatz, Peter Baer Galvin, Greg Gagne, Operating System Principles 7th
edition, Wiley-India, 2006.
Reference Books
1. Ann McHoes Ida M Fylnn, Understanding Operating System, Cengage Learning, 6th Edition
2. D.M Dhamdhere, Operating Systems: A Concept Based Approach 3rd Ed, McGraw- Hill,
2013.
3. P.C.P. Bhatt, An Introduction to Operating Systems: Concepts and Practice 4th Edition,
PHI(EEE), 2014.
4. William Stallings Operating Systems: Internals and Design Principles, 6th Edition, Pearson.
DATA MINING AND DATA WAREHOUSING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS651 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Data Warehousing&modeling: Basic Concepts: Data Warehousing: A multitier 8 Hours
Architecture, Data warehouse models: Enterprise warehouse,Data mart and virtual
warehouse, Extraction, Transformation and loading, Data Cube: A multidimensional
data model, Stars, Snowflakes and Fact constellations: Schemas for
multidimensional Data models, Dimensions: The role of concept Hierarchies,
Measures: Their Categorization and computation, Typical OLAP Operations.
Module – 2
Data warehouse implementation& Data mining:Efficient Data Cube 8 Hours
computation: An overview, Indexing OLAP Data: Bitmap index and join index,
Efficient processing of OLAP Queries, OLAP server Architecture ROLAP versus
MOLAP Versus HOLAP.: Introduction: What is data mining, Challenges, Data
Mining Tasks, Data: Types of Data, Data Quality, Data Preprocessing, Measures of
Similarity and Dissimilarity,
Module – 3
Association Analysis: Association Analysis: Problem Definition, Frequent Item set 8 Hours
Generation, Rule generation. Alternative Methods for Generating Frequent Item
sets, FP-Growth Algorithm, Evaluation of Association Patterns.
Module – 4
Classification :Decision Trees Induction,Method for Comparing Classifiers, Rule 8 Hours
Based Classifiers, Nearest Neighbor Classifiers,Bayesian Classifiers.
Module – 5
Clustering Analysis: Overview, K-Means, Agglomerative Hierarchical Clustering, 8 Hours
DBSCAN, Cluster Evaluation, Density-Based Clustering, Graph-Based Clustering,
Scalable Clustering Algorithms.
Course outcomes: The students should be able to:
• Understands data mining problems and implement the data warehouse
• Demonstrate the association rules for a given data pattern.
• Discuss between classification and clustering solution.
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Pang-Ning Tan, Michael Steinbach, Vipin Kumar: Introduction to Data Mining, Pearson,
First impression,2014.
2. Jiawei Han, MichelineKamber, Jian Pei: Data Mining -Concepts and Techniques, 3rd
Edition,Morgan Kaufmann Publisher, 2012.
Reference Books:
1. Sam Anahory, Dennis Murray: Data Warehousing in the Real World, Pearson,Tenth
Impression,2012.
2. Michael.J.Berry,Gordon.S.Linoff: Mastering Data Mining , Wiley Edition, second
edtion,2012.
SOFTWARE ARCHITECTURE AND DESIGN PATTERNS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS652 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction: what is a design pattern? describing design patterns, the catalog of 8 Hours
design pattern, organizing the catalog, how design patterns solve design problems,
how to select a design pattern, how to use a design pattern. What is object-oriented
development? , key concepts of object oriented design other related concepts,
benefits and drawbacks of the paradigm
Module – 2
Analysis a System: overview of the analysis phase, stage 1: gathering the 8 Hours
requirements functional requirements specification, defining conceptual classes and
relationships, using the knowledge of the domain. Design and Implementation,
discussions and further reading.
Module – 3
Design Pattern Catalog: Structural patterns, Adapter, bridge, composite, decorator, 8 Hours
facade, flyweight, proxy.
Module – 4
Interactive systems and the MVC architecture:Introduction , The MVC 8 Hours
architectural pattern, analyzing a simple drawing program , designing the system,
designing of the subsystems, getting into implementation , implementing undo
operation , drawing incomplete items, adding a new feature , pattern based solutions.
Module – 5
Designing with Distributed Objects: Client server system, java remote method 8 Hours
invocation, implementing an object oriented system on the web (discussions and
further reading) a note on input and output, selection statements, loops arrays.
Course outcomes: The students should be able to:
• Design and implement codes with higher performance and lower complexity
• Demonstrate code qualities needed to keep code flexible
• Illustrate design principles and be able to assess the quality of a design with
respect to these principles.
• Explain principles in the design of object oriented systems.
• Understand a range of design patterns.
• Discuss suitable patterns in specific contexts
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Object-oriented analysis, design and implementation, brahma dathan,
sarnathrammath, universities press,2013
2. Design patterns, erich gamma, Richard helan, Ralph johman , john vlissides
,PEARSON Publication,2013.
Reference Books:
1. Frank Bachmann, RegineMeunier, Hans Rohnert “Pattern Oriented Software
Architecture” –Volume 1, 1996.
2. William J Brown et al., "Anti-Patterns: Refactoring Software, Architectures and Projects
in Crisis", John Wiley, 1998.
OPERATIONS RESEARCH
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS653 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction, Linear Programming: Introduction: The origin, natureand impact of 8 Hours
OR; Defining the problem and gathering data; Formulating amathematical model;
Deriving solutions from the model; Testing the model;Preparing to apply the model;
Implementation .
Introduction to Linear Programming Problem (LPP): Prototype example,
Assumptions of LPP, Formulation of LPP and Graphical method various examples.
Module – 2
Simplex Method – 1: The essence of the simplex method; Setting up the simplex 8 Hours
method; Types of variables, Algebraof the simplex method; the simplex method in
tabular form; Tie breaking inthe simplex method, Big M method, Two phase
method.
Module – 3
Simplex Method – 2: Duality Theory - The essence of duality theory, Primaldual 8 Hours
relationship, conversion of primal to dual problem and vice versa. The dual simplex
method.
Module – 4
Transportation and Assignment Problems: The transportation problem, Initial 8 Hours
Basic Feasible Solution (IBFS) by North West Corner Rule method, Matrix Minima
Method, Vogel’s Approximation Method. Optimal solution by Modified
Distribution Method (MODI). The Assignment problem; A Hungarian algorithm for
the assignment problem. Minimization and Maximization varieties in transportation
and assignment problems.
Module – 5
Game Theory: Game Theory: The formulation of twopersons, zero sum games; 8 Hours
saddle point, maximin and minimax principle, Solving simple games- a prototype
example;Games with mixed strategies; Graphical solution procedure.
Metaheuristics: The nature of Metaheuristics, Tabu Search, SimulatedAnnealing,
Genetic Algorithms.
Course outcomes: The students should be able to:
• Explain optimization techniques for various problems.
• Understand the given problem as transportation and assignment problem and solve.
• Illustrate game theory for decision support system.
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. D.S. Hira and P.K. Gupta, Operations Research, (Revised Edition), Published by S.
Chand & Company Ltd, 2014
Reference Books:
1. S Kalavathy, Operation Research, Vikas Publishing House Pvt Limited, 01-Aug-2002
2. S D Sharma, Operation Research,KedarNath Ram Nath Publishers.
DISTRIBUTED COMPUTING SYSTEM
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CS654 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Characterization of Distributed Systems: Introduction, Examples of DS, 8 Hours
Resource sharing and the Web, Challenges
System Models: Architectural Models, Fundamental Models
Module – 2
Inter Process Communication: Introduction, API for Internet Protocols, External 8 Hours
Data Representation and Marshalling, Client – Server Communication, Group
Communication
Distributed Objects and RMI: Introduction, Communication between Distributed
Objects, RPC, Events and Notifications
Module – 3
Operating System Support: Introduction, The OS layer, Protection, Processes and 8 Hours
Threads, Communication and Invocation , Operating system architecture
Distributed File Systems: Introduction, File Service architecture, Sun Network File
System
Module – 4
Time and Global States: Introduction, Clocks, events and process status, 8 Hours
Synchronizing physical clocks, Logical time and logical clocks, Global states
Coordination and Agreement: Introduction, Distributed mutual exclusion,
Elections
Module – 5
Distributed Transactions: Introduction, Flat and nested distributed transactions, 8 Hours
Atomic commit protocols, Concurrency control in distributed transactions,
distributed deadlocks
Course outcomes: The students should be able to:
• Explain the characteristics of a distributed system along with its and design challenges
• Illustrate the mechanism of IPC between distributed objects
• Describe the distributed file service architecture and the important characteristics of
SUN NFS.
• Discuss concurrency control algorithms applied in distributed transactions
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. George Coulouris, Jean Dollimore and Tim Kindberg: Distributed Systems – Concepts and
Design, 5thEdition, Pearson Publications, 2009
Reference Books:
1. Andrew S Tanenbaum: Distributed Operating Systems, 3rd edition, Pearson publication, 2007
2. Ajay D. Kshemkalyani and MukeshSinghal, Distributed Computing: Principles, Algorithms
and Systems, Cambridge University Press, 2008
3. SunitaMahajan, Seema Shan, “ Distributed Computing”, Oxford University Press,2015
MOBILE APPLICATION DEVELOPMENT
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS661 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Get started, Build your first app, Activities, Testing, debugging and using support 8 Hours
libraries
Module – 2
User Interaction, Delightful user experience, Testing your UI 8 Hours
Module – 3
Background Tasks, Triggering, scheduling and optimizing background tasks 8 Hours
Module – 4
All about data, Preferences and Settings, Storing data using SQLite, Sharing data 8 Hours
with content providers, Loading data using Loaders
Module – 5
Permissions, Performance and Security, Firebase and AdMob, Publish 8 Hours
Course outcomes: The students should be able to:
• Design and Develop Android application by setting up Android development
environment
• Implement adaptive, responsive user interfaces that work across a wide range of devices.
• Explainlong running tasks and background work in Android applications
• Demonstrate methods in storing, sharing and retrieving data in Android applications
• Discuss the performance of android applications and understand the role of permissions
and security
• Describe the steps involved in publishing Android application to share with the world
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
2. Google Developer Training, "Android Developer Fundamentals Course – Concept
Reference”, Google Developer Training Team, 2017.
https://www.gitbook.com/book/google-developer-training/android-developer-
fundamentals-course-concepts/details (Download pdf file from the above link)
Reference Books:
1. Erik Hellman, “Android Programming – Pushing the Limits”, 1st Edition, Wiley India Pvt
Ltd, 2014.
2. Dawn Griffiths and David Griffiths, “Head First Android Development”, 1st Edition,
O’Reilly SPD Publishers, 2015.
3. J F DiMarzio, “Beginning Android Programming with Android Studio”, 4th Edition,
Wiley India Pvt Ltd, 2016. ISBN-13: 978-8126565580
4. AnubhavPradhan, Anil V Deshpande, “ Composing Mobile Apps” using Android, Wiley
2014, ISBN: 978-81-265-4660-2
BIG DATA ANALYTICS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS662 IA Marks 40
Number of Lecture Hours/Week 4 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction to Data Analytics and Decision Making: Introduction, Overview of 08 Hours
the Book, The Methods, The Software, Modeling and Models, Graphical Models,
Algebraic Models, Spreadsheet Models, Seven-Step ModelingProcess.Describing
the Distribution of a Single Variable:Introduction,Basic Concepts, Populations
and Samples, Data Sets,Variables,and Observations, Types of Data, Descriptive
Measures for Categorical Variables, Descriptive Measures for Numerical Variables,
Numerical Summary Measures, Numerical Summary Measures with
StatTools,Charts for Numerical Variables, Time Series Data, Outliers and Missing
Values,Outliers,Missing Values, Excel Tables for Filtering,Sorting,and
Summarizing.
Finding Relationships among Variables: Introduction, Relationships among
Categorical Variables, Relationships among Categorical Variables and a Numerical
Variable, Stacked and Unstacked Formats, Relationships among Numerical
Variables, Scatterplots, Correlation and Covariance, Pivot Tables.
Module – 2
Probability and Probability Distributions:Introduction,Probability Essentials, 08 Hours
Rule of Complements, Addition Rule, Conditional Probability and the
Multiplication Rule, Probabilistic Independence, Equally Likely Events, Subjective
Versus Objective Probabilities, Probability Distribution of a Single Random
Variable, Summary Measures of a Probability Distribution, Conditional Mean and
Variance, Introduction to Simulation.
Normal,Binormal,Poisson,and Exponential Distributions:Introduction,The
Normal Distribution, Continuous Distributions and Density Functions, The Normal
Density,Standardizing:Z-Values,Normal Tables and Z-Values, Normal Calculations
in Excel, Empirical Rules Revisited, Weighted Sums of Normal Random Variables,
Applications of the Normal Random Distribution, The Binomial Distribution, Mean
and Standard Deviation of the Binomial Distribution, The Binomial Distribution in
the Context of Sampling, The Normal Approximation to the Binomial, Applications
of the Binomial Distribution, The Poisson and Exponential Distributions, The
Poisson Distribution, The Exponential Distribution.
Module – 3
Decision Making under Uncertainty:Introduction,Elements of Decision Analysis, 08 Hours
Payoff Tables, Possible Decision Criteria, Expected Monetary
Value(EMY),Sensitivity Analysis, Decision Trees, Risk Profiles, The Precision Tree
Add-In,Bayes' Rule, Multistage Decision Problems and the Value of Information,
The Value of Information, Risk Aversion and Expected Utility, Utility Functions,
Exponential Utility, Certainty Equivalents, Is Expected Utility Maximization Used?
Sampling and Sampling Distributions: Introduction, Sampling Terminology,
Methods for Selecting Random Samples, Simple Random Sampling, Systematic
Sampling, Stratified Sampling, Cluster Sampling, Multistage Sampling Schemes,
Introduction to Estimation, Sources of Estimation Error, Key Terms in Sampling,
Sampling Distribution of the Sample Mean, The Central Limit Theorem, Sample
Size Selection, Summary of Key Ideas for Simple Random Sampling.
Module – 4
Confidence Interval Estimation: Introduction, Sampling Distributions, The t 08 Hours
Distribution, Other Sampling Distributions, Confidence Interval for a Mean,
Confidence Interval for a Total, Confidence Interval for a Proportion, Confidence
Interval for a Standard Deviation, Confidence Interval for the Difference between
Means, Independent Samples, Paired Samples, Confidence Interval for the
Difference between Proportions, Sample Size Selection, Sample Size Selection for
Estimation of the Mean, Sample Size Selection for Estimation of Other Parameters.
Hypothesis Testing:Introduction,Concepts in Hypothesis Testing, Null and
Alternative Hypothesis, One-Tailed Versus Two-Tailed Tests, Types of Errors,
Significance Level and Rejection Region, Significance from p-values, Type II
Errors and Power, Hypothesis Tests and Confidence Intervals, Practical versus
Statistical Significance, Hypothesis Tests for a Population Mean, Hypothesis Tests
for Other Parameters, Hypothesis Tests for a Population Proportion, Hypothesis
Tests for Differences between Population Means, Hypothesis Test for Equal
Population Variances, Hypothesis Tests for Difference between Population
Proportions, Tests for Normality, Chi-Square Test for Independence.
Module – 5
Regression Analysis: Estimating Relationships: Introduction, Scatterplots : 08 Hours
Graphing Relationships, Linear versus Nonlinear Relationships,Outliers,Unequal
Variance, No Relationship,Correlations:Indications of Linear Relationships, Simple
Linear Regression, Least Squares Estimation, Standard Error of Estimate, The
Percentage of Variation Explained:R-Square,Multiple Regression, Interpretation of
Regression Coefficients, Interpretation of Standard Error of Estimate and R-Square,
Modeling Possibilities, Dummy Variables, Interaction Variables, Nonlinear
Transformations, Validation of the Fit.
Regression Analysis: Statistical Inference:Introduction,The Statistical Model,
Inferences About the Regression Coefficients, Sampling Distribution of the
Regression Coefficients, Hypothesis Tests for the Regression Coefficients and p-
Values, A Test for the Overall Fit: The ANOVA
Table,Multicollinearity,Include/Exclude Decisions, Stepwise
Regression,Outliers,Violations of Regression Assumptions,Nonconstant Error
Variance,Nonnormality of Residuals,Autocorrelated Residuals ,Prediction.
Course outcomes: The students should be able to:
• Explain the importance of data and data analysis
• Interpret the probabilistic models for data
• Illustrate hypothesis, uncertainty principle
• Demonstrate the regression analysis
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. S C Albright and W L Winston, Business analytics: data analysis and decision making,
5/e Cenage Learning
Reference Books:
WIRELESS NETWORKS AND MOBILE COMPUTING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS663 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Mobile Communication, Mobile Computing, Mobile Computing Architecture, 8 Hours
Mobile Devices Mobile System Networks, Data Dissemination, Mobility
Management, Security Cellular Networks and Frequency Reuse, Mobile
Smartphone, Smart Mobiles, and Systems Handheld Pocket Computers, Handheld
Devices, Smart Systems, Limitations of Mobile Devices
Automotive Systems
Module – 2
GSM-Services and System Architecture, Radio Interfaces of GSM, Protocols of 8 Hours
GSM Localization, Call Handling Handover, Security, New Data Services, General
Packet Radio Service High-speed Circuit Switched Data, DECT,
Modulation, Multiplexing, Controlling the Medium Access Spread Spectrum,
Frequency Hopping Spread Spectrum (FHSS),Coding Methods, Code Division
Multiple Access, IMT-2000 3G Wireless Communication Standards, WCDMA 3G
Communications Standards ,CDMMA2000 3G Communication Standards, I-mode,
OFDM, High Speed Packet Access (HSPA) 3G Network
Long-term Evolution, WiMaxRel 1.0 IEEE 802.16e, Broadband Wireless Access,4G
Networks, Mobile Satellite Communication Networks
Module – 3
IP and Mobile IP Network Layers, Packet Delivery and Handover Management 8 Hours
Location Management, Registration, Tunnelling and Encapsulation, Route
Optimization Dynamic Host Configuration Protocol, VoIP, IPsec
Conventional TCP/IP Transport Layer Protocols, Indirect TCP, Snooping TCP
Mobile TCP, Other Methods of Mobile TCP-layer Transmission ,TCP over 2.5G/3G
Mobile Networks
Module – 4
Data Organization, Database Transactional Models – ACID Rules, Query 8 Hours
Processing Data Recovery Process, Database Hoarding Techniques , Data Caching,
Client-Server Computing for Mobile Computing and Adaptation
Adaptation Software for Mobile Computing, Power-Aware Mobile Computing,
Context-aware Mobile Computing
Module – 5
Communication Asymmetry, Classification of Data-delivery Mechanisms, Data 8 Hours
Dissemination Broadcast Models, Selective Tuning and Indexing techniques, Digital
Audio Broadcasting (DAB), Digital Video Broadcasting
Synchronization, Synchronization Software for Mobile Devices, Synchronization
Software for Mobile Devices
SyncML-Synchronization Language for Mobile Computing,Sync4J (Funambol),
Synchronized Multimedia Markup Language (SMIL)
Course outcomes: The students should be able to:
• Understand the various mobile communication systems.
• Describe various multiplexing systems used in mobile computing.
• Explain the use and importance of data synchronization in mobile computing
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Raj kamal: Mobile Computing, 2ND EDITION, Oxford University Press, 2007/2012
2. MartynMallik: Mobile and Wireless Design Essentials, Wiley India, 2003
Reference Books:
1. Ashok Talukder, RoopaYavagal, Hasan Ahmed: Mobile Computing, Technology,
Applications and Service Creation, 2nd Edition, Tata McGraw Hill, 2010.
2. ItiSahaMisra: Wireless Communications and Networks, 3G and Beyond, Tata
McGraw Hill, 2009.
PYTHON APPLICATION PROGRAMMING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS664 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Why should you learn to write programs, Variables, expressions and statements, 8 Hours
Conditional execution, Functions
Module – 2
Iteration, Strings, Files 8 Hours
Module – 3
Lists, Dictionaries, Tuples, Regular Expressions 8 Hours
Module – 4
Classes and objects, Classes and functions, Classes and methods 8 Hours
Module – 5
Networked programs, Using Web Services, Using databases and SQL 8 Hours
Course outcomes: The students should be able to:
• Understand Python syntax and semantics and be fluent in the use of Python flow control
and functions.
• Demonstrate proficiency in handling Strings and File Systems.
• Implement Python Programs using core data structures like Lists, Dictionaries and use
Regular Expressions.
• Interpret the concepts of Object-Oriented Programming as used in Python.
• Implement exemplary applications related to Network Programming, Web Services and
Databases in Python.
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
5. Charles R. Severance, “Python for Everybody: Exploring Data Using Python 3”, 1st
Edition, CreateSpace Independent Publishing Platform, 2016. (http://do1.dr-
chuck.com/pythonlearn/EN_us/pythonlearn.pdf ) (Chapters 1 – 13, 15)
6. Allen B. Downey, "Think Python: How to Think Like a Computer Scientist”, 2ndEdition,
Green Tea Press, 2015. (http://greenteapress.com/thinkpython2/thinkpython2.pdf)
(Chapters 15, 16, 17)(Download pdf files from the above links)
Reference Books:
1. Charles Dierbach, "Introduction to Computer Science Using Python", 1st Edition,
Wiley India Pvt Ltd. ISBN-13: 978-8126556014
2. Mark Lutz, “Programming Python”, 4th Edition, O’Reilly Media, 2011.ISBN-13: 978-
9350232873
3. Wesley J Chun, “Core Python Applications Programming”, 3rdEdition,Pearson
Education India, 2015. ISBN-13: 978-9332555365
4. Roberto Tamassia, Michael H Goldwasser, Michael T Goodrich, “Data Structures and
Algorithms in Python”,1stEdition, Wiley India Pvt Ltd, 2016. ISBN-13: 978-
8126562176
5. ReemaThareja, “Python Programming using problem solving approach”, Oxford
university press, 2017
SERVICE ORIENTED ARCHITECTURE
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS665 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
SOA BASICS:Software Architecture;Need for Software Architecture, Objectives 8 Hours
of Software Architecture, Types of IT Architecture, Architecture Patterns and
Styles, Service oriented Architecture;Service Orientation in Daily Life, Evolution
of SOA, Drives for SOA, Dimension of SOA, Key components, perspective of
SOA, Enterprise-wide SOA; Considerations for Enterprise-Wide SOA, Strawman
Architecture For Enterprise-Wide-SOA-Enterprise, SOA-Layers, Application
Development Process, SOA Methodology For Enterprise
Text 1: Ch2: 2.1 – 2.4; Ch3:3.1-3.7; Ch4: 4.1 – 4.5
Module – 2
Enterprise Applications;Architecture Considerations, Solution Architecture for 8 Hours
enterprise application, Software platforms for enterprise Applications;Package
Application Platforms, Enterprise Application Platforms, Service-oriented-
Enterprise Applications; Considerations for Service-Oriented Enterprise
Applications, Patterns for SOA, Pattern-Based Architecture for Service-Oriented
Enterprise Application(java reference model only).Composite Applications, SOA
programming models.
Text 1: Ch5:5.1, 5.2, 6.1, 6.2(PageNo 74-81), 7.1 – 7.5
Module – 3
SOA ANALYSIS AND DESIGN;Need For Models, Principles of Service Design, 8 Hours
Design of Activity Services, Design of Datasevices, Design of Client services and
Design of business process services, Technologies of SOA;Technologies For
Service Enablement, Technologies For Service Integration, Technologies for
Service orchestration.
Text 1: Ch 8: 8.1 – 8.6, 9.1 – 9.3
Module – 4
Business case for SOA; Stakeholder OBJECTIVES, Benefits of SOA, Cost 8 Hours
Savings, Return on Investment, SOA Governance, Security and implementation;
SOA Governance, SOA Security, approach for enterprise wide SOA
implementation,Trends in SOA; Technologies in Relation to SOA, Advances in
SOA.
Text 1: Ch 10: 10.1 -10.4, Ch 11: 11.1 to 11.3, Ch12:12.2, 12.3
Module – 5
SOA Technologies-PoC;Loan Management System(LMS), PoC-Requirements 8 Hours
Architectures of LMS SOA based integration;integrating existing application,
SOA best practices, Basic SOA using REST. Role of WSDL,SOAP and
JAVA/XML Mapping in SOA.
Text 1:Page No 245-248; ReferenceBook:Chapter3; Text 1:Page No 307-310
Text 2: Ch 3, Ch4
Course outcomes: The students should be able to:
• Understand the different IT architectures
• Explain SOA based applications
• Illustrate web service and realization of SOA
• DiscussRESTful services
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
1. Shankar Kambhampaly, “Service–Oriented Architecture for Enterprise Applications”,Wiley
Second Edition, 2014.
2. Mark D. Hansen, “SOA using Java Web Services”, Practice Hall, 2007.
Reference Books:
4. WaseemRoshen, “SOA-Based Enterprise Integration”, Tata McGraw-HILL, 2009.
MULTI-CORE ARCHITECTURE AND PROGRAMMING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VI
Subject Code 17CS666 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction to Multi-core Architecture Motivation for Concurrency in software, 8 Hours
Parallel Computing Platforms, Parallel Computing in Microprocessors,
Differentiating Multi-core Architectures from Hyper- Threading Technology, Multi-
threading on Single-Core versus Multi-Core Platforms Understanding Performance,
Amdahl’s Law, Growing Returns: Gustafson’s Law. System Overview of
Threading : Defining Threads, System View of Threads, Threading above the
Operating System, Threads inside the OS, Threads inside the Hardware, What
Happens When a Thread Is Created, Application Programming Models and
Threading, Virtual Environment: VMs and Platforms, Runtime Virtualization,
System Virtualization.
Module – 2
Fundamental Concepts of Parallel Programming :Designing for Threads, Task 8 Hours
Decomposition, Data Decomposition, Data Flow Decomposition, Implications of
Different Decompositions, Challenges You’ll Face, Parallel Programming Patterns,
A Motivating Problem: Error Diffusion, Analysis of the Error Diffusion Algorithm,
An Alternate Approach: Parallel Error Diffusion, Other Alternatives. Threading
and Parallel Programming Constructs: Synchronization, Critical Sections,
Deadlock, Synchronization Primitives, Semaphores, Locks, Condition Variables,
Messages, Flow Control- based Concepts, Fence, Barrier, Implementation-
dependent Threading Features
Module – 3
Threading APIs :ThreadingAPls for Microsoft Windows, Win32/MFC Thread 8 Hours
APls, Threading APls for Microsoft. NET Framework, Creating Threads, Managing
Threads, Thread Pools, Thread Synchronization, POSIX Threads, Creating Threads,
Managing Threads, Thread Synchronization, Signaling, Compilation and Linking.
Module – 4
OpenMP: A Portable Solution for Threading : Challenges in Threading a Loop, 8 Hours
Loop-carried Dependence, Data-race Conditions, Managing Shared and Private
Data, Loop Scheduling and Portioning, Effective Use of Reductions, Minimizing
Threading Overhead, Work-sharing Sections, Performance-oriented Programming,
Using Barrier and No wait, Interleaving Single-thread and Multi-thread Execution,
Data Copy-in and Copy-out, Protecting Updates of Shared Variables, Intel Task
queuing Extension to OpenMP, OpenMP Library Functions, OpenMP Environment
Variables, Compilation, Debugging, performance
Module – 5
Solutions to Common Parallel Programming Problems : Too Many Threads, 8 Hours
Data Races, Deadlocks, and Live Locks, Deadlock, Heavily Contended Locks,
Priority Inversion, Solutions for Heavily Contended Locks, Non-blocking
Algorithms, ABA Problem, Cache Line Ping-ponging, Memory Reclamation
Problem, Recommendations, Thread-safe Functions and Libraries, Memory Issues,
Bandwidth, Working in the Cache, Memory Contention, Cache-related Issues, False
Sharing, Memory Consistency, Current IA-32 Architecture, Itanium Architecture,
High-level Languages, Avoiding Pipeline Stalls on IA-32,Data Organization for
High Performance.
Course outcomes: The students should be able to:
• Identify the issues involved in multicore architectures
• Explain fundamental concepts of parallel programming and its design issues
• Solve the issues related to multiprocessing and suggest solutions
• Discuss salient features of different multicore architectures and how they exploit
parallelism
• Illustrate OpenMP and programming concept
Question paper pattern:
The question paper will have TEN questions.
There will be TWO questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer FIVE full questions, selecting ONE full question from each
module.
Text Books:
2. Multicore Programming , Increased Performance through Software Multi-threading by
ShameemAkhter and Jason Roberts , Intel Press , 2006
Reference Books:
NIL
SYSTEM SOFTWARE AND OPERATING SYSTEM LABORATORY
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VI
Subject Code 17CSL67 IA Marks 40
Number of Lecture Hours/Week 01I + 02P Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 02
Description (If any):
Exercises to be prepared with minimum three files (Where ever necessary):
i. Header file.
ii. Implementation file.
iii. Application file where main function will be present.
The idea behind using three files is to differentiate between the developer and user sides. In the
developer side, all the three files could be made visible. For the user side only header file and
application files could be made visible, which means that the object code of the implementation
file could be given to the user along with the interface given in the header file, hiding the source
file, if required. Avoid I/O operations (printf/scanf) and use data input file where ever it is
possible
Lab Experiments:
1.
a) Write a LEX program to recognize valid arithmetic expression. Identifiers in the
expression could be only integers and operators could be + and *. Count the identifiers
& operators present and print them separately.
2. Develop, Implement and Execute a program using YACC tool to recognize all strings
ending with b preceded by na’s using the grammar an b (note: input n value)
Module – 2
Cloud Computing Architecture, Introduction, Cloud Reference Model, Architecture, 8 Hours
Infrastructure / Hardware as a Service, Platform as a Service, Software as a Service,
Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community
Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud
Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and
Privacy Organizational Aspects
Aneka: Cloud Application Platform, Framework Overview, Anatomy of the Aneka
Container, From the Ground Up: Platform Abstraction Layer, Fabric Services,
foundation Services, Application Services, Building Aneka Clouds, Infrastructure
Organization, Logical Organization, Private Cloud Deployment Mode, Public Cloud
Deployment Mode, Hybrid Cloud Deployment Mode, Cloud Programming and
Management, Aneka SDK, Management Tools
Module – 3
Concurrent Computing: Thread Programming, Introducing Parallelism for Single 8 Hours
Machine Computation, Programming Applications with Threads, What is a Thread?,
Thread APIs, Techniques for Parallel Computation with Threads, Multithreading
with Aneka, Introducing the Thread Programming Model, Aneka Thread vs.
Common Threads, Programming Applications with Aneka Threads, Aneka Threads
Application Model, Domain Decomposition: Matrix Multiplication, Functional
Decomposition: Sine, Cosine, and Tangent.
High-Throughput Computing: Task Programming, Task Computing, Characterizing
a Task, Computing Categories, Frameworks for Task Computing, Task-based
Application Models, Embarrassingly Parallel Applications, Parameter Sweep
Applications, MPI Applications, Workflow Applications with Task Dependencies,
Aneka Task-Based Programming, Task Programming Model, Developing
Applications with the Task Model, Developing Parameter Sweep Application,
Managing Workflows.
Module – 4
Data Intensive Computing: Map-Reduce Programming, What is Data-Intensive 8 Hours
Computing?, Characterizing Data-Intensive Computations, Challenges Ahead,
Historical Perspective, Technologies for Data-Intensive Computing, Storage
Systems, Programming Platforms, Aneka MapReduce Programming, Introducing
the MapReduce Programming Model, Example Application
Module – 5
Cloud Platforms in Industry, Amazon Web Services, Compute Services, Storage 8 Hours
Services, Communication Services, Additional Services, Google AppEngine,
Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations,
Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform
Appliance.
Cloud Applications Scientific Applications, Healthcare: ECG Analysis in the Cloud,
Biology: Protein Structure Prediction, Biology: Gene Expression Data Analysis for
Cancer Diagnosis, Geoscience: Satellite Image Processing, Business and Consumer
Applications, CRM and ERP, Productivity, Social Networking, Media Applications,
Multiplayer Online Gaming.
Course outcomes: The students should be able to:
• Understand the concepts of cloud computing, virtualization and classify services of cloud
computing
• Illustrate architecture and programming in cloud
• Define the platforms for development of cloud applications and List the application of
cloud.
9. Write a PHP program named states.py that declares a variable states with value
"Mississippi Alabama Texas Massachusetts Kansas". write a PHP program that does the
following:
a. Search for a word in variable states that ends in xas. Store this word in element 0
of a list named statesList.
b. Search for a word in states that begins with k and ends in s. Perform a case-
insensitive comparison. [Note: Passing re.Ias a second parameter to method
compile performs a case-insensitive comparison.] Store this word in element1 of
statesList.
c. Search for a word in states that begins with M and ends in s. Store this word
in element 2 of the list.
d. Search for a word in states that ends in a. Store this word in element 3 of the list.
10. Write a PHP program to sort the student records which are stored in the database using
selection sort.
Study Experiment / Project:
Develop a web application project using the languages and concepts learnt in the theory and
exercises listed in part A with a good look and feel effects. You can use any web technologies
and frameworks and databases.
Note:
1. In the examination each student picks one question from part A.
2. A team of two or three students must develop the mini project. However during
the examination, each student must demonstrate the project individually.
3. The team must submit a brief project report (15-20 pages) that must include the
following
a. Introduction
b. Requirement Analysis
c. Software Requirement Specification
d. Analysis and Design
e. Implementation
f. Testing
Course outcomes: The students should be able to:
• Design and develop dynamic web pages with good aesthetic sense of designing and
latest technical know-how's.
• Understand the concepts of Web Application Terminologies, Internet Tools other web
services.
• Recall how to link and publish web sites
Conduction of Practical Examination:
1. All laboratory experiments from part A are to be included for practical examination.
2. Mini project has to be evaluated for 40 Marks.
3. Report should be prepared in a standard format prescribed for project work.
4. Students are allowed to pick one experiment from the lot.
5. Strictly follow the instructions as printed on the cover page of answer script.
6. Marks distribution:
f) Part A: Procedure + Conduction + Viva: 09 + 42 +09 =60 Marks
g) Part B: Demonstration + Report + Viva voce 20+14+06 = 40 Marks
Change of experiment is allowed only once and marks allotted to the procedure part to be made
zero.
INTERNET OF THINGS TECHNOLOGY
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS81 IA Marks 40
Number of Lecture Hours/Week 04 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module – 1 Teaching
Hours
What is IoT, Genesis of IoT, IoT and Digitization, IoT Impact, Convergence of IT and IoT, 10 Hours
IoT Challenges, IoT Network Architecture and Design, Drivers Behind New Network
Architectures, Comparing IoT Architectures, A Simplified IoT Architecture, The Core IoT
Functional Stack, IoT Data Management and Compute Stack.
Module – 2
Smart Objects: The “Things” in IoT, Sensors, Actuators, and Smart Objects, Sensor 10 Hours
Networks, Connecting Smart Objects, Communications Criteria, IoT Access Technologies.
Module – 3
IP as the IoT Network Layer, The Business Case for IP, The need for Optimization, 10 Hours
Optimizing IP for IoT, Profiles and Compliances, Application Protocols for IoT, The
Transport Layer, IoT Application Transport Methods.
Module – 4
Data and Analytics for IoT, An Introduction to Data Analytics for IoT, Machine Learning, 10 Hours
Big Data Analytics Tools and Technology, Edge Streaming Analytics, Network Analytics,
Securing IoT, A Brief History of OT Security, Common Challenges in OT Security, How IT
and OT Security Practices and Systems Vary, Formal Risk Analysis Structures: OCTAVE
and FAIR, The Phased Application of Security in an Operational Environment
Module – 5
IoT Physical Devices and Endpoints - Arduino UNO: Introduction to Arduino, Arduino 10 Hours
UNO, Installing the Software, Fundamentals of Arduino Programming. IoT
Physical Devices and Endpoints - RaspberryPi: Introduction to RaspberryPi, About the
RaspberryPi Board: Hardware Layout, Operating Systems on RaspberryPi, Configuring
RaspberryPi, Programming RaspberryPi with Python, Wireless Temperature Monitoring
System Using Pi, DS18B20 Temperature Sensor, Connecting Raspberry Pi via SSH,
Accessing Temperature from DS18B20 sensors, Remote access to RaspberryPi, Smart and
Connected Cities, An IoT Strategy for Smarter Cities, Smart City IoT Architecture, Smart
City Security Architecture, Smart City Use-Case Examples.
Course Outcomes: After studying this course, students will be able to
• Interpret the impact and challenges posed by IoT networks leading to new architectural models.
• Compare and contrast the deployment of smart objects and the technologies to connect them to
network.
• Appraise the role of IoT protocols for efficient network communication.
• Elaborate the need for Data Analytics and Security in IoT.
• Illustrate different sensor technologies for sensing real world entities and identify the applications
of IoT in Industry.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. David Hanes, Gonzalo Salgueiro, Patrick Grossetete, Robert Barton, Jerome Henry,"IoT
Fundamentals: Networking Technologies, Protocols, and Use Cases for the Internet of
Things”, 1stEdition, Pearson Education (Cisco Press Indian Reprint). (ISBN: 978-9386873743)
2. Srinivasa K G, “Internet of Things”,CENGAGE Leaning India, 2017
Reference Books:
1. Vijay Madisetti and ArshdeepBahga, “Internet of Things (A Hands-on-Approach)”, 1stEdition,
VPT, 2014. (ISBN: 978-8173719547)
2. Raj Kamal, “Internet of Things: Architecture and Design Principles”, 1st Edition, McGraw
Hill Education, 2017. (ISBN: 978-9352605224)
BIG DATA ANALYTICS
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS82 IA Marks 40
Number of Lecture Hours/Week 4 Exam Marks 60
Total Number of Lecture Hours 50 Exam Hours 03
CREDITS – 04
Module – 1 Teaching
Hours
Hadoop Distributed File System Basics, Running Example Programs and 10 Hours
Benchmarks, Hadoop MapReduce Framework, MapReduce Programming
Module – 2
Essential Hadoop Tools, Hadoop YARN Applications, Managing Hadoop with 10 Hours
Apache Ambari, Basic Hadoop Administration Procedures
Module – 3
Business Intelligence Concepts and Application, Data Warehousing, Data Mining, 10 Hours
Data Visualization
Module – 4
Decision Trees, Regression, Artificial Neural Networks, Cluster Analysis, 10 Hours
Association Rule Mining
Module – 5
Text Mining, Naïve-Bayes Analysis, Support Vector Machines, Web Mining, Social 10 Hours
Network Analysis
Course outcomes: The students should be able to:
• Explain the concepts of HDFS and MapReduce framework
• Investigate Hadoop related tools for Big Data Analytics and perform basic Hadoop
Administration
• Recognize the role of Business Intelligence, Data warehousing and Visualization in
decision making
• Infer the importance of core data mining techniques for data analytics
• Compare and contrast different Text Mining Techniques
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Douglas Eadline,"Hadoop 2 Quick-Start Guide: Learn the Essentials of Big Data
Computing in the Apache Hadoop 2 Ecosystem", 1stEdition, Pearson Education, 2016.
ISBN-13: 978-9332570351
2. Anil Maheshwari, “Data Analytics”, 1st Edition, McGraw Hill Education, 2017. ISBN-
13: 978-9352604180
Reference Books:
1) Tom White, “Hadoop: The Definitive Guide”, 4th Edition, O’Reilly Media, 2015.ISBN-
13: 978-9352130672
2) Boris Lublinsky, Kevin T.Smith, Alexey Yakubovich,"Professional Hadoop
Solutions", 1stEdition, Wrox Press, 2014ISBN-13: 978-8126551071
3) Eric Sammer,"Hadoop Operations: A Guide for Developers and
Administrators",1stEdition, O'Reilly Media, 2012.ISBN-13: 978-9350239261
HIGH PERFORMANCE COMPUTING
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS831 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction: Computational Science and Engineering: Computational Science 08 Hours
and Engineering Applications; characteristics and requirements, Review of
Computational Complexity, Performance: metrics and measurements, Granularity
and Partitioning, Locality: temporal/spatial/stream/kernel, Basic methods for
parallel programming, Real-world case studies (drawn from multi-scale, multi-
discipline applications)
Module – 2
High-End Computer Systems : Memory Hierarchies, Multi-core Processors: 08 Hours
Homogeneous and Heterogeneous, Shared-memory Symmetric Multiprocessors,
Vector Computers, Distributed Memory Computers, Supercomputers and Petascale
Systems, Application Accelerators / Reconfigurable Computing, Novel computers:
Stream, multithreaded, and purpose-built
Module – 3
Parallel Algorithms: Parallel models: ideal and real frameworks, Basic 08 Hours
Techniques: Balanced Trees, Pointer Jumping, Divide and Conquer, Partitioning,
Regular Algorithms: Matrix operations and Linear Algebra, Irregular Algorithms:
Lists, Trees, Graphs, Randomization: Parallel Pseudo-Random Number Generators,
Sorting, Monte Carlo techniques
Module – 4
Parallel Programming: Revealing concurrency in applications, Task and 08 Hours
Functional Parallelism, Task Scheduling, Synchronization Methods, Parallel
Primitives (collective operations), SPMD Programming (threads, OpenMP, MPI),
I/O and File Systems, Parallel Matlabs (Parallel Matlab, Star-P, Matlab MPI),
Partitioning Global Address Space (PGAS) languages (UPC, Titanium, Global
Arrays)
Module – 5
Achieving Performance: Measuring performance, Identifying performance 08 Hours
bottlenecks, Restructuring applications for deep memory hierarchies, Partitioning
applications for heterogeneous resources, using existing libraries, tools, and
frameworks
Course outcomes: The students should be able to:
• Illustrate the key factors affecting performance of CSE applications
• Illusrate mapping of applications to high-performance computing systems
• Apply hardware/software co-design for achieving performance on real-world applications
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Introduction to Parallel Computing, AnanthGrama, Anshul Gupta, George Karypis, and
Vipin Kumar, 2nd edition, Addison-Welsey, 2003.
2. Petascale Computing: Algorithms and Applications, David A. Bader (Ed.), Chapman &
Hall/CRC Computational Science Series, 2007
Reference Books:
1. Grama, A. Gupta, G. Karypis, V. Kumar, An Introduction to Parallel Computing, Design
and Analysis of Algorithms: 2/e, Addison-Wesley, 2003.
2. G.E. Karniadakis, R.M. Kirby II, Parallel Scientific Computing in C++ and MPI: A
Seamless Approach to Parallel Algorithms and their Implementation, Cambridge
University Press,2003.
3. Wilkinson and M. Allen, Parallel Programming: Techniques and Applications Using
Networked Workstations and Parallel Computers, 2/E, Prentice Hall, 2005.
4. M.J. Quinn, Parallel Programming in C with MPI and OpenMP, McGraw-Hill, 2004.
5. G.S. Almasi and A. Gottlieb, Highly Parallel Computing, 2/E, Addison-Wesley, 1994.
6. David Culler Jaswinder Pal Singh,"Parallel Computer Architecture: A hardware/Software
Approach", Morgan Kaufmann, 1999.
7. Kai Hwang, "Scalable Parallel Computing", McGraw Hill 1998.
USER INTERFACE DESIGN
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS832 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction-Importance-Human-Computer interface-characteristics of graphics 08 Hours
interface-Direct manipulation graphical system - web user interface-popularity-
characteristic & principles.
Module – 2
User interface design process- obstacles-usability-human characteristics in design - 08 Hours
Human interaction speed-business functions-requirement analysis-Direct-Indirect
methods-basic business functions-Design standards-system timings - Human
consideration in screen design - structures of menus - functions of menus-contents
of menu-formatting -phrasing the menu - selecting menu choice-navigating menus-
graphical menus.
Module – 3
Windows: Characteristics-components-presentation styles-types-managements- 08 Hours
organizations-operations-web systems-device-based controls: characteristics-Screen
-based controls: operate control - text boxes-selection control-combination control-
custom control-presentation control.
Module – 4
Text for web pages - effective feedback-guidance & assistance-Internationalization- 08 Hours
accessibility -Icons-Image-Multimedia-coloring.
Module – 5
Windows layout-test :prototypes - kinds of tests - retest - Information search - 08 Hours
visualization - Hypermedia - www - Software tools.
Course outcomes: The students should be able to:
• Design the user interface, menu creation and windows creation and connection between
menu and windows
• Describe and explain the user interface design process
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Wilbent. O. Galitz ,"The Essential Guide to User Interface Design", John Wiley& Sons,
2001.
Reference Books:
1. Ben Sheiderman, "Design the User Interface", Pearson Education, 1998.
2. Alan Cooper, "The Essential of User Interface Design", Wiley - Dream Tech Ltd., 2002.
NETWORK MANAGEMENT
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS833 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction: Analogy of Telephone Network Management, Data and 8 Hours
Telecommunication Network Distributed computing Environments, TCP/IP-Based
Networks: The Internet and Intranets, Communications Protocols and Standards-
Communication Architectures, Protocol Layers and Services; Case Histories of
Networking and Management – The Importance of topology , Filtering Does Not
Reduce Load on Node, Some Common Network Problems; Challenges of
Information Technology Managers, Network Management: Goals, Organization,
and Functions- Goal of Network Management, Network Provisioning, Network
Operations and the NOC, Network Installation and Maintenance; Network and
System Management, Network Management System platform, Current Status and
Future of Network Management.
Module – 2
Basic Foundations: Standards, Models, and Language: Network Management 8 Hours
Standards, Network Management Model, Organization Model, Information Model –
Management Information Trees, Managed Object Perspectives, Communication
Model; ASN.1- Terminology, Symbols, and Conventions, Objects and Data Types,
Object Names, An Example of ASN.1 from ISO 8824; Encoding Structure; Macros,
Functional Model.
Module – 3
SNMPv1 Network Management: Managed Network: The History of SNMP 8 Hours
Management, Internet Organizations and standards, Internet Documents, The SNMP
Model, The Organization Model, System Overview. The Information Model –
Introduction, The Structure of Management Information, Managed Objects,
Management Information Base. The SNMP Communication Model – The SNMP
Architecture, Administrative Model, SNMP Specifications, SNMP Operations,
SNMP MIB Group, Functional Model SNMP Management – RMON: Remote
Monitoring, RMON SMI and MIB, RMONI1- RMON1 Textual Conventions,
RMON1 Groups and Functions, Relationship Between Control and Data Tables,
RMON1 Common and Ethernet Groups, RMON Token Ring Extension Groups,
RMON2 – The RMON2 Management Information Base, RMON2 Conformance
Specifications.
Module – 4
Broadband Access Networks, Broadband Access Technology; HFCT Technology: 8 Hours
The Broadband LAN, The Cable Modem, The Cable Modem Termination System,
The HFC Plant, The RF Spectrum for Cable Modem; Data Over Cable, Reference
Architecture; HFC Management – Cable Modem and CMTS Management, HFC
Link Management, RF Spectrum Management, DSL Technology; Asymmetric
Digital Subscriber Line Technology – Role of the ADSL Access Network in an
Overall Network, ADSL Architecture, ADSL Channeling Schemes, ADSL
Encoding Schemes; ADSL Management – ADSL Network Management Elements,
ADSL Configuration Management, ADSL Fault Management, ADSL Performance
Management, SNMP-Based ADSL Line MIB, MIB Integration with Interfaces
Groups in MIB-2, ADSL Configuration Profiles
Module – 5
Network Management Applications: Configuration Management- Network 8 Hours
Provisioning, Inventory Management, Network Topology, Fault Management- Fault
Detection, Fault Location and Isolation 24 Techniques, Performance Management –
Performance Metrics, Data Monitoring, Problem Isolation, Performance Statistics;
Event Correlation Techniques – Rule-Based Reasoning, Model-Based Reasoning,
CaseBased Reasoning, Codebook correlation Model, State Transition Graph Model,
Finite State Machine Model, Security Management – Policies and Procedures,
Security Breaches and the Resources Needed to Prevent Them, Firewalls,
Cryptography, Authentication and Authorization, Client/Server Authentication
Systems, Messages Transfer Security, Protection of Networks from Virus Attacks,
Accounting Management, Report Management, Policy- Based Management, Service
Level Management.
Course outcomes: The students should be able to:
• Analyze the issues and challenges pertaining to management of emerging network
technologies such as wired/wireless networks and high-speed internets.
• Apply network management standards to manage practical networks
• Formulate possible approaches for managing OSI network model.
• Infer SNMP for managing the network
• Infer RMON for monitoring the behavior of the network
• Identify the various components of network and formulate the scheme for the managing
them
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Mani Subramanian: Network Management- Principles and Practice, 2nd Pearson
Education, 2010.
Reference Books:
1. J. Richard Burke: Network management Concepts and Practices: a Hands-On Approach,
PHI, 2008.
SYSTEM MODELLING AND SIMULATION
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 - 2018)
SEMESTER – VIII
Subject Code 17CS834 IA Marks 40
Number of Lecture Hours/Week 3 Exam Marks 60
Total Number of Lecture Hours 40 Exam Hours 03
CREDITS – 03
Module – 1 Teaching
Hours
Introduction: When simulation is the appropriate tool and when it is not 08 Hours
appropriate, Advantages and disadvantages of Simulation; Areas of application,
Systems and system environment; Components of a system; Discrete and continuous
systems, Model of a system; Types of Models, Discrete-Event System Simulation
Simulation examples: Simulation of queuing systems. General Principles,
Simulation Software:Concepts in Discrete-Event Simulation. The Event-
Scheduling / Time-Advance Algorithm, Manual simulation Using Event Scheduling
Module – 2
Statistical Models in Simulation :Review of terminology and concepts, Useful 08 Hours
statistical models,Discrete distributions. Continuous distributions,Poisson process,
Empirical distributions.
Queuing Models:Characteristics of queuing systems,Queuing notation,Long-run
measures of performance of queuing systems,Long-run measures of performance of
queuing systems cont…,Steady-state behavior of M/G/1 queue, Networks of queues,
Module – 3
Random-NumberGeneration:Properties of random numbers; Generation of 08 Hours
pseudo-random numbers, Techniques for generating random numbers,Tests for
Random Numbers, Random-Variate Generation: ,Inverse transform technique
Acceptance-Rejection technique.
Module – 4
Input Modeling: Data Collection; Identifying the distribution with data, Parameter 08 Hours
estimation, Goodness of Fit Tests, Fitting a non-stationary Poisson process,
Selecting input models without data, Multivariate and Time-Series input models.
Estimation of Absolute Performance: Types of simulations with respect to output
analysis ,Stochastic nature of output data, Measures of performance and their
estimation, Contd..
Module – 5
Measures of performance and their estimation,Output analysis for terminating 08 Hours
simulations Continued..,Output analysis for steady-state simulations.
Verification, Calibration And Validation: Optimization: Model building,
verification and validation, Verification of simulation models, Verification of
simulation models,Calibration and validation of models, Optimization via
Simulation.
Course outcomes: The students should be able to:
• Explain the system concept and apply functional modeling method to model the activities
of a static system
• Describe the behavior of a dynamic system and create an analogous model for a dynamic
system;
• Illustrate the operation of a dynamic system and make improvement according to the
simulation results.
Question paper pattern:
The question paper will have ten questions.
There will be 2 questions from each module.
Each question will have questions covering all the topics under a module.
The students will have to answer 5 full questions, selecting one full question from each module.
Text Books:
1. Jerry Banks, John S. Carson II, Barry L. Nelson, David M. Nicol: Discrete-Event System
Simulation, 5 th Edition, Pearson Education, 2010.
Reference Books:
1. Lawrence M. Leemis, Stephen K. Park: Discrete – Event Simulation: A First
Course, Pearson Education, 2006.
2. Averill M. Law: Simulation Modeling and Analysis, 4 th Edition, Tata McGraw-
Hill, 2007
INTERNSHIP / PROFESSIONAL PRACTISE
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VIII
Subject Code 17CS84 IA Marks 50
Duration 4 weeks Exam Marks 50
Exam Hours 03
CREDITS – 02
Description (If any):
Course outcomes: The students should be able to:
1. Adapt easily to the industry environment
2. Take part in team work
3. Make use of modern tools
4. Decide upon project planning and financing.
5. Adapt ethical values.
6. Motivate for lifelong learning
PROJECT WORK PHASE II
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VIII
Subject Code 17CSP85 IA Marks 100
Number of Lecture Hours/Week 06 Exam Marks 100
Total Number of Lecture Hours -- Exam Hours 03
CREDITS – 06
Description (If any):
• Project: Carried out at the Institution or at an Industry.
• Project work shall preferably be batch wise, the strength of each batch shall not exceed
maximum of four students
• Viva-voce examination in project work shall be conducted batch-wise.
• For Project Phase –I and Project seminar and Project Phase –II, the CIE shall be 100
respectively.
• The CIE marks in the case of projects in the final year shall be based on the evaluation at
the end of VIII semester by a committee consisting of the Head of the concerned
Department and two senior faculty members of the Department, one of whom shall be the
project guide.
• Minimum requirement of CIE marks for Project work shall be 50% of the maximum
marks.
• Students failing to secure a minimum of 50% of the CIE marks in Project work shall not
be eligible for the Project examination conducted by the University and they shall be
considered as failed in that/those Course/s. However, they can appear for University
examinations conducted in other Courses of the same semester and backlog Courses if
any. Students after satisfying the prescribed minimum CIE marks in the Course/s when
offered during subsequent semester shall appear for SEE.
• Improvement of CIE marks shall not be allowed in Project where the student has already
secured the minimum required marks
• For a pass in a Project/Viva-voce examination, a student shall secure a minimum of 40%
of the maximum marks prescribed for the University Examination. The Minimum
Passing Grade in a Course is ‘E’.
• The student who desires to reject the results of a semester shall reject performance in all
the Courses of the semester, irrespective of whether the student has passed or failed in
any Course. However, the rejection of performance of VIII semester project shall not be
permitted
Course outcomes: The students should be able to:
1. Identify a issue and derive problem related to society, environment, economics, energy
and technology
2. Formulate and Analyze the problem and determine the scope of the solution chosen
3. Determine , dissect, and estimate the parameters, required in the solution.
4. Evaluate the solution by considering the standard data / Objective function and by using
appropriate performance metrics.
5. Compile the report and take part in present / publishing the finding in a reputed
conference / publications
6. Attempt to obtain ownership of the solution / product developed.
SEMINAR
[As per Choice Based Credit System (CBCS) scheme]
(Effective from the academic year 2017 -2018)
SEMESTER – VIII
Subject Code 17CSS86 IA Marks 100
Number of Lecture Hours/Week 04 Exam Marks --
Total Number of Lecture Hours -- Exam Hours --
CREDITS – 01
Description:
• Seminar: Deliverable at the Institution under the supervision of a Faculty.
• Seminar is one of the head of passing. i) Each candidate shall deliver seminar as per the
Scheme of Teaching and Examination on the topics chosen from the relevant fields for
about 30 minutes. ii) The Head of the Department shall make arrangements for
conducting seminars through concerned faculty members of the Department. The
committee constituted for the purpose by the Head of the Department shall award the CIE
marks for the seminar. The committee shall consist of three faculty from the Department
and the senior most acting as the Chairman/Chairperson. [To be read along with 17 OB
8.6]
• For Technical seminar, the CIE marks shall be 100.
• The CIE marks in the case of projects and seminars in the final year shall be based on the
evaluation at the end of VIII semester by a committee consisting of the Head of the
concerned Department and two senior faculty members of the Department, one of whom
shall be the project / seminar guide.
• For seminar, the minimum requirement of CIE marks shall be 40% of the maximum
marks.
• If any student fails to secure a minimum of 40% of the maximum CIE marks in seminar/
fails to deliver the seminar, he/she shall be considered as failed in that Course and shall
not be eligible for the award of degree. However, the student shall become eligible for the
award of degree after satisfying the requirements prescribed for seminar during the
subsequent semester/s.
• Improvement of CIE marks shall not be allowed in Seminar where the student has already
secured the minimum required marks.
• Seminar topics must be from recent advancements in the domain.
• Each candidate must submit three copies of the report to the department. One for the
candidate, one for the guide and one for the department.
Course outcomes: The students should be able to:
• Survey the changes in the technologies relevant to the topic selected
• Discuss the technology and interpret the impact on the society, environment and
domain.
• Compile report of the study and present to the audience, following the ethics.