B-Tech-CSE-Scheme-Syl-CP-s3-s4-draft (1) .PDF (PDFDrive)
B-Tech-CSE-Scheme-Syl-CP-s3-s4-draft (1) .PDF (PDFDrive)
B-Tech-CSE-Scheme-Syl-CP-s3-s4-draft (1) .PDF (PDFDrive)
SEMESTER - 3
Course Course L-T-P Credits Exam
Code Slot
MA210 Linear Algebra 3-1-0 4 A
Syllabus
Review of Set theory, Countable and uncountable Sets, Prepositional and Predicate Calculus,
Proof Techniques, Algebraic systems (semigroups, monoids, groups, rings, fields,
homomorphism), Posets and Lattices, Review of Permutations and combinations, Pigeon Hole
Principle, Recurrence Relations and Solutions
Course Outcome:
Student is able to
1. Perform operations on discrete structures such as sets, relations and functions
2. Verify the validity of an argument using propositional logic
3. Verify the validity of an argument using predicate logic
4. Construct proofs using direct proof, proof by contraposition, proof by contradiction and
proof by cases, and mathematical induction.
5. Solve problems using algebraic structures.
6. Solve problems using counting techniques and combinatorics
7. Solve problems involving recurrence relations.
Text Books
1. Trembly J.P and Manohar R, “Discrete Mathematical Structures with Applications to
Computer Science”, Tata McGraw–Hill Pub.Co.Ltd, New Delhi, 2003.
2. Liu C. L., “Elements of Discrete Mathematics”, 2/e, McGraw–Hill Int. editions, 1988.
References:
1. Ralph. P. Grimaldi, “Discrete and Combinatorial Mathematics: An Applied
Introduction”, 4/e, Pearson Education Asia, Delhi, 2002.
2. Bernard Kolman, Robert C. Busby, Sharan Cutler Ross, “Discrete Mathematical
Structures”, Pearson Education Pvt Ltd., New Delhi, 2003
3. Kenneth H.Rosen, “Discrete Mathematics and its Applications”, 5/e, Tata McGraw – Hill
Pub. Co. Ltd., New Delhi, 2003.
4. Richard Johnsonbaugh, “Discrete Mathematics”, 5/e, Pearson Education Asia, New
Delhi, 2002.
5. Joe L Mott, Abraham Kandel, Theodore P Baker, “Discrete Mathematics for Computer
Scientists and Mathematicians”, 2/e, Prentice-Hall India, 2009.
Course Plan
End Sem
Hours
Module Contents Exam
(56)
Marks
Review of elementary set theory :
Algebra of sets – Ordered pairs and Cartesian products – 3
Countable and Uncountable sets
Relations :-
Relations on sets –Types of relations and their properties – 6
I Relational matrix and the graph of a relation – Partitions – 15 %
Equivalence relations - Partial ordering- Posets – Hasse
diagrams - Meet and Join – Infimum and Supremum
Functions :-
Injective, Surjective and Bijective functions - Inverse of a 1
function- Composition
Propositional Logic:-
Propositions – Logical connectives – Truth tables 2
Proof techniques:
Mathematical induction and its variants – Proof by 3
Contradiction – Proof by Counter Example – Proof by
Contra positive.
Algebraic systems:-
Semigroups and monoids - Homomorphism, Subsemigroups 2
and submonoids
Groups, definition and elementary properties, subgroups, 5
IV Homomorphism and Isomorphism, Generators - Cyclic 15 %
Groups, Cosets and Lagrange’s Theorem
Algebraic systems with two binary operations- rings, fields-
sub rings, ring homomorphism 2
Syllabus
Introduction to Number Systems, Boolean Algebra, Canonical Forms, Logic Gates, Digital Circuit
Design, Combination Logic Circuit Design, Sequential Circuit Design, Registers, Counter, Memory
modules, Programmable Logical Arrays, Hardware Description Language for Circuit Design,
Arithmetic algorithms
Course Outcomes
Student is able to:-
1. Apply the basic concepts of Boolean algebra for the simplification and implementation of
logic functions using suitable gates namely NAND, NOR etc.
2. Design simple Combinational Circuits such as Adders, Subtractors, Code Convertors, Decoders,
Multiplexers,Magnitude Comparators etc.
3. Analyze and Design simple and commonly used Sequential Circuits viz. different types of
Counters, Shift Registers, Serial Adders, Sequence Generators.
4. Use of Programmable Logic Arrays for implementing Boolean functions.
5. Use Hardware Description Language for describing simple logic circuits.
6. Explain and illustrate algorithms for addition/subtraction operations on Binary, BCD and
Floating Point Numbers.
Text Books:
1. Mano M. M., Digital Logic & Computer Design, 4/e, Pearson Education, 2013. [Chapters:
1, 2, 3, 4, 5, 6, 7].
2. Floyd T. L., Digital Fundamentals, 10/e, Pearson Education, 2009. [Chapters: 5, 6].
3. M. Morris Mano, Computer System Architecture, 3/e, Pearson Education, 2007. [Chapter
10.1, 10.2, 10.5, 10.6, 10.7].
4. Harris D. M. and, S. L. Harris, Digital Design and Computer Architecture, 2/e, Morgan
Kaufmann Publishers, 2013 [Chapter 4.1, 4.2]
References:
1. Tokheim R. L., Digital Electronics Principles and Applications, 7/e, Tata McGraw Hill,
2007.
2. Mano M. M. and M. D Ciletti, Digital Design, 4/e, Pearson Education, 2008.
3. Rajaraman V. and T. Radhakrishnan, An Introduction to Digital Computer Design, 5/e,
Prentice Hall India Private Limited, 2012.
4. Leach D, Malvino A P, Saha G, Digital Principles and Applications, 8/e, McGraw Hill
Education, 2015.
COURSE PLAN
Contact Sem. Exam
Module Contents
Hours Marks;%
(52)
Number systems – Decimal, Binary, Octal and
Hexadecimal – conversion from one system to another –
representation of negative numbers – representation of
I BCD numbers – character representation – character
coding schemes – ASCII – EBCDIC etc.
Syllabus
Introduction to various programming methodologies, terminologies and basics of algorithms
analysis, Basic Abstract and Concrete Linear Data Structures, Non-linear Data Structures, Memory
Management, Sorting Algorithms, Searching Algorithms, Hashing.
Course Outcomes
Student is able to:-
1. Compare different programming methodologies and define asymptotic notations to analyze
performance of algorithms.
2. Use appropriate data structures like arrays, linked list, stacks and queues to solve real world
problems efficiently.
3. Represent and manipulate data using nonlinear data structures like trees and graphs to design
algorithms for various applications.
4. Explain, illustrate and compare various techniques for searching sorting and hashing.
5. Explain different memory management techniques and their significance.
6. Explain and illustrate hashing techniques.
Text Books:
1. Horowitz E. and S. Sahni, Fundamentals of Data Structures, Galgotia Publications.
2. Richard F. Gilberg, Behrouz A. Forouzan, Data Structures: A Pseudocode Approach with C,
2/e, Cengage Learning, 2005.
References
1. Aho A. V., J. E. Hopcroft and J. D. Ullman, Data Structures and Algorithms, Pearson
Publication,1983.
2. Samanta D., Classic Data Structures, Prentice Hall India, 2/e, 2009.
3. Tremblay J. P. and P. G. Sorenson, Introduction to Data Structures with Applications, Tata
McGraw Hill, 1995.
4. Lipschuts S., Theory and Problems of Data Structures, Schaum’s Series, 1986.
5. Horwitz E., S. Sahni and S. Anderson, Fundamentals of Data Structures in C, University Press
(India), 2008.
6. Wirth N., Algorithms + Data Structures = Programs, Prentice Hall, 2004.
7. Hugges J. K. and J. I. Michtm, A Structured Approach to Programming, PHI, 1987.
8. Martin Barrett, Clifford Wagner, And Unix: Tools For Software Design, John Wiley, 2008
reprint.
COURSE PLAN
Module Contents
Sem. Exam
Marks;%
Contact
Hours
(50)
Introduction to programming methodologies – structured
approach, stepwise refinement techniques, programming style,
documentation – analysis of algorithms: frequency count,
I 8 15%
definition of Big O notation, asymptotic analysis of simple
algorithms. Recursive and iterative algorithms.
Trees: - m-ary Tree, Binary Trees – level and height of the tree,
complete-binary tree representation using array, tree traversals,
applications. Binary search tree – creation, insertion and
IV 10 15%
deletion ans search operations, applications. Graphs –
representation of graphs, BFS and DFS (analysis not required)
Syllabus
RC Circuits, Diode Circuits, Regulated power supplies, Field effect transistor, DC analysis of
BJT, RC Coupled amplifier, MOSFET amplifiers, , Feedback amplifiers, Power amplifiers,
Oscillators, Multivibrators, Operational Amplifier and its applications, Timer IC.
Course outcome:
At the end of the course, students will be able to
1. explain, illustrate, and design the different electronic circuits using electronic
components
2. design circuits using operational amplifiers for various applications
Text Books:
1. David A Bell, Electronic Devices and Circuits, Oxford University Press, 2008
2. Salivahanan S. and V. S. K. Bhaaskaran, Linear Integrated Circuits, Tata McGraw Hill,
2008
References :
1. Neamen D., Electronic Circuits, Analysis and Design, 3/e, TMH, 2007
2. Robert Boylestad and L Nashelsky, Electronic Devices and Circuit Theory, Pearson.
3. Bogart T. F., Electronic Devices Circuits, 6/e, Pearson, 2012.
4. Maini A. K. and V. Agrawal, Electronic Devices and Circuits, Wiley India, 2011.
5. K.Gopakumar, Design and Analysis of Electronic Circuits, Phasor Books, Kollam, 2013
6. Millman J. and C. Halkias, Integrated Electronics, 2/e, McGraw-Hill, 2010.
Course Plan
Module Contents Hours Sem Exam
(40) Marks
1 Wave shaping circuits: Sinusoidal and non-sinusoidal
wave shapes, Principle and working of RC differentiating
and integrating circuits, Conversion of one non-sinusoidal
wave shape into another.
5 15%
Clipping circuits - Positive, negative and biased clipper.
Clamping circuits - Positive, negative and biased clamper.
Voltage multipliers- Voltage doubler and tripler.
Simple sweep circuit using transistor as a switch.
2 Regulated power supplies: Review of simple zener voltage
regulator, Shunt and series voltage regulator using
transistors, Current limiting and fold back protection, 3 pin
regulators-78XX and 79XX, IC 723 and its use as low and 4
high voltage regulators, DC to DC conversion,
Circuit/block diagram and working of SMPS. 15 %
List of Exercises/Experiments :
2. Application problems using stacks: Infix to post fix conversion, postfix and pre-fix
evaluation, MAZE problem etc.
8. Implementation of binary trees using linked lists and arrays- creations, insertion, deletion
and traversal.
11. Representation of graphs and computing various parameters (in degree, out degree etc.) -
adjacency list, adjacency matrix.
14. Implementation of searching and sorting algorithms – bubble, insertion, selection, quick
(recursive and non-recursive), merge sort (recursive and non-recursive), and heap sort,
linear search, binary search.
15. Implementation of hash table using various mapping functions, various collision and
overflow resolving schemes.
18. Simulation of a basic memeory allocator and garbage collector using doubly linked list.
Course outcome.
Student is able to:
1. Choose appropriate data structure for a given problem
2. Design algorithms to solve real world problems.
3. Compare the performance of various searching and sorting algorithms quantitatively.
Course No. Course Name L-T-P - Credits Year of
Introduction
CS233 ELECTRONICS CIRCUITS LAB 0-0-3-1 2015
Course Objectives:
1. To study the working of analog electronic circuits.
2. To design, implement and demonstrate analog circuits using electronic components.
3. To provide hands-on experience to the students so that they are able to put theoretical
concepts to practice.
4. To use computer simulation tools such as PSPICE, or Multisim to the simulation of
electronic circuits.
5. To create an ability to develop descriptions, explanations, predictions and models using
evidence .
6. To create an ability to communicate effectively the scientific procedures and explanations
about the experiments in oral/report forms.
List of Exercises/Experiments :
(Minimum 13 experiments are to be done in the semester, at least 6 each should be selected from
the first(Exp. 1-10) and second(Exp. 11-20) half. Experiment no. 21 is compulsory).
Text Books:
1. Hamacher C., Z. Vranesic and S. Zaky, Computer Organization ,5/e, McGraw Hill,
2011.
References:
• Mano M. M., Digital Logic & Computer Design, 4/e, Pearson Education, 2013.
• Patterson D.A. and J. L. Hennessey, Computer Organization and Design, 5/e, Morgan
Kauffmann Publishers, 2013.
• Chaudhuri P., Computer Organization and Design, 2/e, Prentice Hall, 2008.
• Rajaraman V. and T. Radhakrishnan, Computer Organization and Architecture, Prentice
Hall, 2011.
• Messmer H. P., The Indispensable PC Hardware Book, 4/e, Addison-Wesley, 2001
Course Plan
Module Contents Hours Sem.ExamMarks
(51)
Basic Structure of computers–functional units –basic
operational concepts –bus structures –software.
Memory locations and addresses – memory operations
I 6 15%
– instructions and instruction sequencing – addressing
modes – ARM Example (programs not required).
Basic I/O operations – stacks subroutine calls.
Basic processing unit – fundamental concepts –
instruction cycle - execution of a complete instruction
–multiple- bus organization – sequencing of control
signals.
Arithmetic algorithms: Algorithms for addition and
II subtraction of binary and BCD numbers — algorithms 10 15%
for multiplication and division of binary and BCD
numbers — array multiplier —Booth’s multiplication
algorithm — restoring and non-restoring division —
algorithms for floating point addition, subtraction,
multiplication and division.
Course Plan
Hours
Module Contents Sem. ExamMarks
(52)
Iintroduction: What Operating Systems Do -
Computer-System Organization - Computer-System
Architecture - Operating-System Structure -
Operating-System Operations – Overview. Kernel
Data Structures - Computing Environments.
I 15%
System Structures: Operating-System Services - User 10
and Operating-System Interface - System Calls –
Examples of system calls used for various purpose
Operating-System Design and Implementation -
Operating-System Structure - System Boot.
Syllabus:
Types of data, database and DBMS, Languages and users. Software Architecture, E-R and
Extended E-R Modelling, Relational Model – concepts and languages, relational algebra and tuple
relational calculus, SQL, views, assertions and triggers, HLL interfaces, relational db design, FDs
and normal forms, Secondary storage organization, indexing and hashing, query optimization,
concurrent transaction processing and recovery principles, recent topics.
Course outcome.
At the end of the course, the student should be able to
1. define, explain and illustrate the fundamental concepts of databases.
2. model and design a relational database following the design principles.
3. develop queries for relational database.
4. Define, explain and illustrate fundamental principles of, data organization, query
optimization and concurrent transaction processing.
5. list out and describe latest trends in databases.
Text Books:
1. Elmasri R. and S. Navathe, Database Systems: Models, Languages, Design and
Application Programming, Pearson Education, 2013.
2. Sliberschatz A., H. F. Korth and S. Sudarshan, Database System Concepts, 6/e, McGraw
Hill, 2011.
References:
1. Powers S., Practical RDF, O’Reilly Media, 2003.
2. Plunkett T., B. Macdonald, et al., Oracle Big Data Hand Book, Oracle Press, 2013.
Course Plan
Contents Hours Sem.
Module ExamMarks
(42)
Introduction: Data: structured, semi-structured and
unstructured data, Concept & Overview of DBMS, Data
Models, Database Languages, Database Administrator, 06 15%
I
Database Users, Three Schema architecture of DBMS.
Database architectures and classification. (Reading:
Elmasri Navathe, Ch. 1 and 2. Additional Reading:
Silbershatz, Korth, Ch. 1) Entity-Relationship Model:
Basic concepts, Design Issues, Mapping Constraints,
Keys, Entity-Relationship Diagram, Weak Entity Sets,
Relationships of degree greater than 2 (Reading::
Elmasri Navathe, Ch. 7.1-7.8)
Relational Model: Structure of relational Databases,
Integrity Constraints, synthesizing ER diagram to
relational schema (Reading: Elmasri Navathe, Ch. 3
II and 8.1, Additional Reading: Silbershatz, Korth, Ch. 06 15%
2.1-2.4) Database Languages: Concept of DDL and
DML relational algebra (Reading: Silbershatz, Korth,
Ch 2.5-2.6 and 6.1-6.2, Elmasri Navathe, Ch. 6.1-6.5)
FIRST INTERNAL EXAM
Structured Query Language (SQL): Basic SQL
Structure, examples, Set operations, Aggregate
Functions, nested sub-queries (Reading: Elmasri
III Navathe, Ch. 4 and 5.1) Views, assertions and triggers 07 15%
(Reading: Elmasri Navathe, Ch. 5.2-5.3, Silbershatz,
Korth Ch. 5.3). Functions, Procedures and HLL
interfaces (Reading: Silbershatz, Korth Ch. 5.1-5.2).
Relational Database Design: Different anomalies in
designing a database, normalization, functional
dependency, Armstrong’s Axioms, closures,
Equivalence of FDs, minimal Cover (proofs not
IV required). Normalization using functional dependencies, 07 15%
INF, 2NF, 3NF and BCNF, lossless and dependency
preserving decompositions (Reading: Elmasri and
Navathe, Ch. 14.1-14.5, 15.1-15.2. Additional Reading:
Silbershatz, Korth Ch. 8.1-8.5)
SECOND INTERNAL EXAM
Physical Data Organization: index structures, primary,
secondary and clustering indices, hashing (Reading:
Elmasri and Navathe, Ch. 16.1-16.7. 16.8.1, 16.8.2,
16.8.3 (extendible hashing only)). Single level and
Multi-level indexing, B-Trees(basic structure only, 08 20%
V
algorithms not needed) and B+-Trees (basic structure
only, algorithms not needed), Indexing on multiple keys
(Reading Elmasri and Navathe, Ch. 17.1-17.4) Query
Optimization: algorithms for relational algebra
operations, heuristics-based query optimization, Cost-
based query optimization (Reading Elmasri and
Navathe, Ch. 18.1-18.3, 18.6-18.8)
Transaction Processing Concepts: overview of
concurrency control and recovery acid properties, serial
and concurrent schedules, conflict serializability. Two-
phase locking, failure classification, storage structure,
stable storage, log based recovery, immediate and
deferred database modification, check-pointing,
(Reading Elmasri and Navathe, Ch. 20.1-20.5 (except 08 20%
VI
20.5.4-20.5.5) , Silbershatz, Korth Ch. 15.1 (except
15.1.4-15.1.5), Ch. 16.1 – 16.5) Recent topics
(preliminary ideas only): Semantic Web and
RDF(Reading: Powers Ch.1, 2), GIS, biological
databases (Reading: Elmasri and Navathe Ch. 23.3-
23.4) Big Data (Reading: Plunkett and Macdonald, Ch.
1, 2)
END SEMESTER EXAM
Course No. Course Name L-T-P-Credits Year of
Introduction
CS232 Free and Open Source Software Lab 0-0-3-1 2015
Course Objectives: To expose students to FOSS environment and introduce them to use open
source
packages in open source platform.
List of Exercises/Experiments:
7. Getting started with Linux basic commands and directory structure, execute file, directory
operations.
8. Linux commands for redirection, pipes, filters, job control, file ownership, file
permissions, links and file system hierarchy.
9. Shell Programming : Write shell script to show various system configuration like
• Currently logged user and his logname
• Your current shell
• Your home directory
• Your operating system type
• Your current path setting
• Your current working directory
• Show Currently logged number of users
10. Write shell script to show various system configuration like
• About your os and version, release number, kernel version
• Show all available shells
• Show mouse settings
• Show computer CPU information like processor type, speed etc
• Show memory information
• Show hard disk information like size of hard-disk, cache memory, model etc
• File system (Mounted)
11. Shell script program for scientific calculator.
12. Write a script called addnames that is to be called as follows, where classlist is the name of
the classlist file, and username is a particular student's username.
./addnames classlist username
The script should
4. check that the correct number of arguments was received and print an usage message if
not,
5. check whether the classlist file exists and print an error message if not,
6. check whether the username is already in the file, and then either
7. print a message stating that the name already existed, or
8. add the name to the end of the list.
13. Version Control System setup and usage using GIT.
• Creating a repository
• Checking out a repository
• Adding content to the repository
• Committing the data to a repository
• Updating the local copy
• Comparing different revisions
• Revert
• Conflicts and Solving a conflict
14. Text processing and regular expression with Perl, Awk: simple programs, connecting with
database e.g., MariaDB
15. Shell script to implement a script which kills every process which uses more than a
specified value of memory or CPU and is run upon system start.
16. GUI programming : Create scientific calculator – using Gambas or try using GTK or QT
17. Running PHP : simple applications like login forms after setting up a LAMP stack
18. Advanced linux commands curl, wget, ftp, ssh and grep
19. Application deployment on a cloud-based LAMP stack/server with PHP eg: Openshift,
Linode etc.
20. Kernel configuration, compilation and installation : Download / access the latest kernel
source code from kernel.org, compile the kernel and install it in the local system.Try to
view the source code of the kernel
21. Virtualisation environment (e.g., xen, kqemu, virtualbox or lguest) to test an applications,
new kernels and isolate applications. It could also be used to expose students to other
alternate OSs like *BSD
22. Compiling from source : learn about the various build systems used like the auto* family,
cmake, ant etc. instead of just running the commands. This could involve the full process
like fetching from a cvs and also include autoconf, automake etc.,
23. Introduction to packet management system : Given a set of RPM or DEB, how to build
and maintain, serve packages over http or ftp. and also how do you configure client
systems to access the package repository.
24. Installing various software packages. Either the package is yet to be installed or an older
version is existing. The student can practice installing the latest version. Of course, this
might need Internet access.
• Install samba and share files to windows
• Install Common Unix Printing System(CUPS)
Expected outcome:
Course No. Course Name L-T-P - Credits Year of
Introduction
CS234 DIGITAL SYSTEM LAB 0-0-3-1 2015
Course Objectives:
25. To familiarize students with digital ICs, the building blocks of digital circuits
26. To provide students the opportunity to set up different types of digital circuits and study
their behaviour
List of Exercises/Experiments :
1. Familiarisation and verification of the truth tables of basic gates and universal gates.
2. Verification of Demorgan's laws for two variables.
3. Implementation of half adder and full adder circuits using logic gates.
4. Implementation of half subtractor and full subtractor circuits using logic gates.
5. Implementation of parallel adder circuit.
6. Realization of 4 bit adder/subtractor and BCD adder circuits using IC 7483.
7. Implementation of a 2 bit magnitude comparator circuit using logic gates.
8. Design and implementation of code convertor circuits
9. a) BCD to excess 3 code b) binary to gray code
10. Implementation of multiplexer and demultiplexer circuits using logic gates. Familiarization
with various multiplexer and demultiplexer ICs.
11. Realization of combinational circuits using multiplexer/demultiplexer ICs.
12. Implementation of SR, D, JK, JK master slave and T flip flops using logic gates.
Familiarization with IC 7474 and IC 7476.
13. Implementation of shift registers using flip flop Integrated Circuits.
14. Implementation of ring counter and Johnson counter using flip flop Integrated Circuits.
15. Realization of asynchronous counters using flip flop ICs.
16. Realization of synchronous counters using flip flop ICs. Familiarization with various
counter Integrated Circuits.
17. Implementation of a BCD to 7 segment decoder and display.
18. Simulation of Half adder, Full adder using VHDL.
Course outcome:
After successful completion of this course students will
1. be familiar with the digital ICs and their use in implementing digital circuits.
2. gain practical experience in the design and implementation of different kinds of digital
circuits.