MCA Merged
MCA Merged
For
Effective for
Students admitted in the
Academic Session 2020-21
2. Vision
To excel in Computer Science & Engineering education, research, innovation and global
employability.
3. Mission
1. Achieve academic excellence in Computer Science & Engineering through an innovative
teaching-learning process.
2. Inculcate technical competence and collective discipline in students to excel for global
employability, higher education and societal needs.
3. Establish focus research groups in leading areas of Computer Science & Engineering.
4. Sustain quality in Computer Science & Engineering education & research through continuous
& rigorous assessment.
PEO Statements M1 M2 M3 M4
PEO1: To inculcate professional culture amongst the students
to take up technical/ professional positions for design,
2 3 2 3
development, and problem solving in software industries and
R&D organizations.
PEO2: To prepare students as technical, ethical, responsible
solution providers and entrepreneurs in various areas of 3 3 1 2
computer applications.
PEO3: To provide the necessary competence and capability in
students to pursue higher studies in Institutions of 2 3 3 2
International / National repute.
PEO4: To provide analytical and technical ability to develop
& innovate systems and technologies in the leading areas of 3 3 3 2
computer applications.
1: Slight (Low) 2: Moderate (Medium) 3: Substantial (High) “-”: No correlation
Semester-I
Details of Sessional
Sr. Course Course Course Name Credits ESM Total
Marks
No. Type Code CT TA Lab. Total Marks
Computer Concepts &
1 PCC ECA-451 5 (3-1-2) 15 20 15 50 50 100
Programming in C
Semester-II
Details of Sessional
Sr. Course Course Course Name Credits ESM Total
Marks
No. Type Code CT TA Lab. Total Marks
Total Credits 25
Semester-III
Sr. Course Course Course Name Credits Details of Sessional Marks ESM Total
No. Type Code CT TA Lab. Total Marks
1 PCC ECA-551 Computer Networks 5 (3-1-2) 15 20 15 50 50 100
Object Oriented
2 PCC ECA-553 5 (3-1-2) 15 20 15 50 50 100
Systems Modeling
Software Project
3 PCC ECA-555 4 (3-0-2*) 15 20 15 50 50 100
Management
3 PCC ECA-557 Artificial Intelligence 4 (3-1-0) 30 20 - 50 50 100
Summer Training/
6 ISC ECA-559 3 (0-0-6) - 100 - 100 - 100
Internship and Seminar
Total Credits 25
*During Practical hours students will do a Minor Project which may be extended as Major Project in Semester-IV
Programme Elective-I
1 Theory of Automata & Formal Languages (ECA-561)
2 Simulation & Modeling (ECA-563)
3 Information Security & Cyber Laws (ECA-565)
4 E_Commerce (ECA-567)
5 Internet of Things (ECA-569)
Semester-IV
Sr. Course Course Course Name Credits Details of Sessional Marks ESM Total
Ist Year
COMPUTER CONCEPTS & PROGRAMMING IN ‘C’ (ECA-451)
Type L T P Credits
ESC 3 1 2 5
Prerequisite: NIL
Course Content:
Unit-1:
Introduction to Computers: Computer hardware Components, peripherals and their functions, Number
Systems and conversion methods, Concept of an algorithm; termination and correctness. Algorithms to
programs: specification, top-down development and stepwise refinement, Introduction to
programming environment, use of high level programming language for the systematic development
of programs. Introduction to the design and implementation of correct, efficient and maintainable
programs, Structured Programming, Trace an algorithm to depict the logic.
Unit-2:
Basic operating System Concepts: Introduction of MS-DOS, WINDOWS, and LINUX Operating
Systems, Functional Knowledge of these operating systems, Introduction of basic commands of
LINUX and Editors, Managing Files and Directories in LINUX, Programming Environment in
LINUX, Writing and executing programs in LINUX.
Unit-3:
Programming in C: History, Introduction to C Programming Languages, Structure of C programs,
compilation and execution of C programs, Debugging Techniques, Data Types and Sizes, Declaration
of variables, Modifiers, Identifiers and keywords, Symbolic constants, Storage classes (automatic,
external, register and static), Enumerations, command line parameters, Macros, The C Preprocessor.
Unit-4:
Operators: Unary operators, Arithmetic & logical operators, Bit wise operators, Assignment operators
and expressions, Conditional expressions, Precedence and order of evaluation. Control statements: if-
else, switch, break, and continue, the comma operator, goto statement. Loops: for, while, do-while.
Functions: built-in and user-defined, function declaration, definition and function call, and parameter
passing: call by value, call by reference, recursive functions, Multi-file programs. Arrays: linear
arrays, multidimensional arrays, passing arrays to functions, Arrays and strings.
Unit-5:
Structure and Union: definition and differences, self-referential structure. Pointers: value at (*) and
address of (&) operator, pointer to pointer, Dynamic Memory Allocation, calloc and malloc functions,
array of pointers, function of pointers, structures and pointers. File Handling in C: opening and closing
a data file, creating a data file, read and write functions, unformatted data files.
Lab Work:
Course Outcomes
1. Identify the parts of the computer system and explain the functioning of its components
alongwith the process of problem solving. (Remember, Understand)
2. Design an algorithmic solution for a given problem and translate it into a program. (Design)
3. Understand different operating systems, related concepts and their functions. (Understand)
4. Use the appropriate control statements to solve the given problem. (Apply)
5. Implement different Operations on arrays and use functions to solve the given problem.
(Apply)
6. Understand pointers, structures and unions & Implement file Operations in C programming.
(Understand, Apply)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 3 0 0 0 0 0 2 0 0 2
CO2 3 3 3 0 0 0 0 0 2 0 0 2
CO3 3 3 1 0 0 0 0 0 2 0 0 2
CO4 3 3 3 0 0 0 0 0 2 0 0 2
CO5 3 3 3 0 0 0 0 0 2 0 0 2
CO6 3 3 3 0 0 0 0 0 2 0 0 2
CO1 3 2 1 1
CO2 3 2 1 1
CO3 3 2 1 1
CO4 3 2 1 1
CO5 2 1 - -
Type L T P Credits
PCC 3 1 0 4
Prerequisite: NIL
Course Content:
Unit-1:
Representation of Information and Basic Building Blocks: Introduction to Computer, Computer
hardware generation, Number System: Binary, Octal, Hexadecimal, Character Codes (BCD, ASCII,
EBCDIC), Logic gates, Boolean Algebra, K-map simplification, Half Adder, Full Adder, Subtractor,
Decoder, Encoders, Multiplexer, De-Multiplexer, Carry look ahead adder, Combinational logic
Design, Flip-Flops, Registers, Counters (synchronous & asynchronous), ALU, Micro-Operation, ALU
Chip, Faster Algorithm and Implementation (Multiplication & Division).
Unit-2:
Basic Organization: Von Neumann Architecture, Operational flow chart, Instruction Cycle,
Organization of Central Processing Unit, Hardwired & micro programmed control unit, Single
Organization, General Register Organization, Stack Organization, Addressing modes, Instruction
formats, data transfer & Manipulation, I/O Organization, Bus Architecture, Programming Registers
Unit-3:
Memory Organization: Memory Hierarchy, Main memory (RAM/ROM chips), Auxiliary memory,
Associative memory, Cache memory, Virtual Memory, Memory Management Hardware, hit/miss
ratio, magnetic disk and its performance, magnetic Tape etc.
Unit-4:
I/O Organization: Peripheral devices, I/O interface, Modes of Transfer, Priority Interrupt, Direct
Memory Access, Input Output Processor and Serial Communication. I/O Controllers, Asynchronous
data transfer, Strobe Control, Handshaking.
Unit-5:
Process Organization: Basic Concept of 8-bit micro Processor (8085) and 16-bit Micro Processor
(8086), Assembly Instruction Set, Assembly language program of (8085): Addition of two numbers,
Subtraction, Block Transfer, find greatest number, Table search, Numeric Manipulation, Introductory
Concept of pipeline, Flynn‟s and Feng‟s Classification, Parallel Architectural classification, Concept
of Pipelining and Multi-Core Architecture.
Course Outcomes
1. Understand Number systems, Logic Gates, Boolean algebra, Design of Combinational and
sequential circuits. (Understand)
2. Understand Von Neumann architecture, instruction cycle and the concept of Hardwired and
Micro programmed control unit, addressing modes, register organization. (Understand)
3. Apply the concepts of memory organization in calculating hit-miss ratio and access time of
magnetic disks. (Apply)
4. Understand the working of various I/O devices, buses, interrupt and interfaces etc.
(Understand)
5. Understand the basics of pipelining and Multicore architecture. (Understand)
6. Design and implement systems using 8085 and 8086 microprocessor with the knowledge of
pin diagram, interrupts and instruction format by writing assembly language programming.
(Analyze)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 1 1 - - - - - - - - -
CO2 2 2 1 1 - - - - - - - -
CO3 2 1 1 1 - - - - - - - -
CO4 2 1 1 - - - - - - - - -
CO5 1 1 1 - - - - - - - - -
CO6 2 1 3 2 - - - - - - - 2
CO and PSO Mapping
CO1 2 - 2 -
CO2 2 - 1 -
CO3 2 2 1 -
CO4 2 - 1 -
CO5 2 - 1 -
CO6 2 2 2 1
Type L T P Credits
PCC 3 1 2 5
Prerequisite:
Course Content:
Unit-1
Introduction to Internet and Internet Services, HTML: Formatting tags, Links, Lists, Tables, Frames,
Forms, Comments in HTML, DHTML
Core Java: Introduction, Operator, Data types, Variables, Arrays, Control Statements, Methods &
Classes, Inheritance, Packages and Interface.
Unit-2
Core Java: Exception Handling, Multithread Programming, I/O, Applet, String handling, Networking,
Event Handling, Introduction to AWT, AWT controls, Layout managers, Menus, Images, Graphics,
JDBC
Unit-3
Java Servelets: Servelet Life Cycle, HTTP Servelet Class, Request Interface, Response Interface,
Session Tracking (Cookies VRL)
JSP: Overview, Relation of Applet and Servelet with JSP, Scripting Element, JSP Expressions, JSP
Scriplets, Predefined Variables, Creating Custom JSP Tag Libraries, Using Nested Tags, Structuring
Generated Servelet in JSP Pages, Including Files and Applets in JSP Documents, Integrating Servelet
and JSP.
Unit-4
Java Swing: Creating a Swing Applet and Applications, Programming using Panes, Pluggable Look
and Feel, Labels, Text Fields, Buttons, Toggle Buttons, Checkboxes, Radio Buttons, View Port, Scroll
Panes, Scroll Bars, Lists, Combo Box, Progress Bar, Menus and Toolbars, Layered Panes, Tabbed
Panes, Split Panes, Layouts, Windows, Dialog Boxes, Inner Frame.
Unit-5
Java Beans: Application Builder Tools, The Bean Developer Kit (BDK), JAR Files, Introspection,
Developing a Simple Bean, Using Bound Properties, The Java Bean API, Session Beans, Entity
Beans, Introduction to Enterprise Java Beans (EJB), Introduction to Remote Method Invocation
(RMI): A Simple Client-Server Application using RMI.
Lab Work
Course Outcomes
1. Understand the basics of web and apply the web concepts for web application development.
(Apply)
2. Understand, apply and analyze mark-up languages like HTML, DHTML, and XML for
development of different web applications. (Apply, Analyze)
3. Develop interactive web applications using client-side scripting languages. (Apply)
4. Develop and deploy web services to build the server side components in web applications.
(Apply)
5. Understand and develop applications using EJB and RMI concepts. (Understand, Apply)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 2 - - - - - - - - -
CO2 2 2 2 - 2 - - - - - - -
CO3 2 1 3 1 2 - - - - - - -
CO4 2 1 3 1 2 - - - - - - -
CO5 2 1 3 1 2 - - - - - - -
CO and PSO Mapping
Type L T P Credits
PCC 3 1 0 4
Prerequisite:
Course Content:
Unit-1:
Introduction: Operating System and its functions, Evolution of Operating System, Batch, Interactive,
Time Sharing and Real Time Operating System, System Protection. Operating System Structure:
System Components, System Structure, Operating System Services.
Unit-2:
Process Management: Process Concept, Process State, Process Control Block, Threads. Concurrent
Processes: Principle of Concurrency, Mutual Exclusion, Inter Processes Communication, Critical
Section Problem, Semaphores, Classical Problems in Concurrency, Producer / Consumer Problem,
Readers-Writers Problem, Dining Philosophers Problem.
Unit-3:
CPU Scheduling: Scheduling Concept, Scheduling Techniques, Performance Criteria for Scheduling
Algorithm, Evolution, Multiprocessor Scheduling. Deadlock: System Model, Deadlock
Characterization, Prevention, Avoidance and Detection, Recovery From Deadlock Combined
Approach.
Unit-4:
Memory Management: Basic Machine, Resident Monitor, Multiprogramming with Fixed Partition,
Multiprogramming With Variable Partition, Multiple Base Register, Paging, Segmentation, Paged
Segmentation. Virtual Memory: Virtual Memory Concept, Demand Paging, Performance, Paged
Replaced Algorithm, Allocation of Frames, Thrashing, Cache Memory Organization, Impact on
Performance.
Unit-5:
I/O Management & Disk Scheduling: I/O Devices, Organization of I/O Function, Operating System
Design Issues, I/O Buffering, Disk Scheduling (FCFS, SCAN, CSCAN). File Management: File
Concept, File Organization, File Directories, File Sharing, Allocation Methods, Free Space
Management, and Implementation Issues.
Course Outcomes:
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 - - - - - - - - - - -
CO2 2 2 3 - - - - - - - - -
CO3 2 2 3 - - - - - - - - -
CO4 2 2 3 1 2 - - - - - - 2
CO5 2 2 3 - - - - - - - - -
CO6 2 2 3 1 - - - - - - - 2
CO1 2 - - -
CO2 3 3 2 -
CO3 3 3 2 -
CO4 3 3 3 1
CO5 3 2 2 -
CO6 3 2 2 1
Type L T P Credits
BSC 3 0 0 3
Prerequisite:
Course Content:
Course Outcomes:
1. Understand concepts of Logic and various inference mechanisms using logic. (Understand)
2. Understand Set theory, functions, relations and the concepts of theorem proving. (Understand)
3. Explain algebraic structure and coding theory. (Understand)
4. Understand and apply concepts of partially ordered structures, Boolean algebra and trees in
various application of computer science domain. (Understand, Apply)
5. Understand and apply graph theory and concepts of recurrence relation in system modeling.
(Understand, Apply)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 3 3 3 2 3 1 2 - 3 3
CO2 3 3 3 3 3 2 3 1 2 - 3 3
CO3 3 3 3 3 3 2 3 1 3 - 3 3
CO4 3 3 3 3 3 2 3 1 3 - 3 3
CO5 3 3 3 3 3 2 3 - 3 - 3 3
FUNDAMENTAL OF MANAGEMENT (HSS-454)
Type L T P Credits
HSMC 3 0 2 4
Prerequisite:
Course Content:
Text Books
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 - - - 1 - 1 1 1 2 2 1 3
CO2 - - - 1 - 1 1 3 3 3 1 3
CO3 - - - 1 - 2 1 3 3 3 2 3
CO4 - - - 2 - 2 2 3 3 3 2 3
CO5 - - - 2 - 1 2 2 2 2 2 3
Type L T P Credits
PCC 3 1 0 4
Prerequisite:
Course Content:
Unit-1:
Introduction to Software Engineering, Software Components, Software Characteristics, Software
Crisis, Software Engineering Processes, Similarity and Differences from Conventional Engineering
Processes, Software Development Life Cycle (SDLC) Models: Water Fall Model, Prototype Model,
Spiral Model, Evolutionary Development Models, Iterative Enhancement Models, Selection of
Software Development Models,
Unit-2:
Software Requirement Specifications (SRS) Requirement Engineering Process: Elicitation, Analysis,
Documentation, Review and Management of User Needs, Feasibility Study, Information Modeling,
Data Flow Diagrams, Entity Relationship Diagrams, Decision Tables, SRS Document, IEEE
Standards for SRS, Estimation of various Parameters such as Cost, Efforts, Schedule/Duration,
Constructive Cost Models (COCOMO), Resource Allocation Models, Software Risk Analysis and
Management.
Unit-3:
Software Design Basic Concept of Software Design, Architectural Design, Low Level Design:
Modularization, Design Structure Charts, Pseudo Codes, Flow Charts, Coupling and Cohesion
Measures, Design Strategies: Function Oriented Design, Object Oriented Design, Top-Down and
Bottom-Up Design. Software Measurement and Metrics: Various Size Oriented Measures: Halestead‟s
Software Science, Function Point (FP) Based Measures, Cyclomatic Complexity Measures: Control
Flow Graphs.
Unit-4:
Software Testing Objectives, Unit Testing, Integration Testing, Acceptance Testing, Regression
Testing, Testing for Functionality and Testing for Performance, Top-Down and Bottom-Up Testing
Strategies: Test Drivers and Test Stubs, Structural Testing (White Box Testing), Functional Testing
(Black Box Testing), Test Data Suit Preparation, Alpha and Beta Testing of Products. Static Testing
Strategies: Formal Technical Reviews (Peer Reviews), Walk Through, Code Inspection, Compliance
with Design and Coding Standards.
Unit-5:
Software Maintenance: Software as an Evolutionary Entity, Need for Maintenance, Categories of
Maintenance: Preventive, Corrective and Perfective Maintenance, Cost of Maintenance, Software Re-
Engineering, Reverse Engineering, Software Configuration Management Activities, Change Control
Process, Software Version Control, Defect Detection and Removal: Defect Amplification Model, An
Overview of CASE Tools.
Lab Work:
Lab exercises or a Mini Project (as per list given below) to be carried out using languages like C++,
Java, C# and tools like Visio, ARGOUML, Rational Rose etc. Design and Implementation of an
Object based application using any one of the above languages/tools is desirable.
Hotel Automation System
Book Shop Automation Software
Word processing Software
Software Component Cataloguing Software
Payroll System
Banking System
Purchase Order System
Library Management System
Railway Reservation System
Bill Tracking System
University Admission System
Estate Management System.
Course Outcomes:
1. Understand and explain various concepts of software engineering and software life cycle
development models. (Understand)
2. Prepare SRS and Compute cost and effort required to complete a given project, using various
estimation techniques and models. (Apply)
3. Understand various concepts of Software design and Construct Data Flow Diagrams, Data
Dictionaries and UML diagrams for a given software requirement specification. (Understand,
Apply)
4. Understand various testing techniques and use these concepts to design optimal test cases.
(Understand, Apply, Analyze)
5. Understand software configuration management, version control, reverse engineering, defect
tracking etc. (Understand)
6. Build a project report as a team which contains the requirement specification, plan, schedule
and design documents based on the knowledge of software development lifecycle. (Apply)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 2 - - - - - - - - 1
CO2 2 2 1 1 1 - - - - - 3 1
CO3 2 2 3 1 3 1 1 1 3 3 3 1
CO4 2 2 1 - 1 - - - - - 3 1
CO5 2 2 1 - 1 - - - - - 3 1
CO6 3 3 3 3 3 1 1 1 3 3 3 -
CO1 3 3 1 1
CO2 3 3 1 2
CO3 3 3 1 2
CO4 3 3 1 1
CO5 2 2 - 1
CO6 3 3 2 2
DESIGN & ANALYSIS OF ALGORITHMS (ECA-454)
Type L T P Credits
PCC 3 1 0 4
Prerequisite:
Course Content:
Unit-1:
Algorithms definition and introduction, Analysis of algorithms, Growth of Functions, Master's
Theorem, Designing of Algorithms, Partitioning Algorithms, Divide and Conquer design and analysis
techniques: Merge Sort and Quick Sort, Sorting and order Statistics: Heap sort, Sorting in linear time,
Medians and Order Statistics.
Unit-2:
Advanced Data Structures: Introduction of Red-Black Trees, Augmenting Data Structure, B-Trees,
Binomial Heaps, Fibonacci Heaps, Data Structure for Disjoint Sets, Amortized Analysis.
Unit-3:
Advanced Design and Analysis Techniques: Dynamic Programming, Greedy Algorithms, Back
Tracking, Branch and Bound with their applications.
Unit-4:
Graph Algorithms: Elementary Graphs Algorithms, Minimum Spanning Trees, Single-source Shortest
Paths, All-Pairs Shortest Paths, Traveling Salesman Problem and Maximum Flow
Unit-5:
Selected Topics: Randomized Algorithms, String Matching, Non-deterministic Algorithms: P, NP, NP
Hard and NP Completeness, Approximation Algorithms, PRAM Algorithms.
Course Outcomes:
1. Understand and apply mathematical preliminaries to the analysis and design stages of different
types of algorithms. (Understand, Apply)
2. Analyze worst-case time complexity of various algorithms using asymptotic methods.
(Analyze)
3. Understand and apply the divide-and-conquer paradigm and synthesize divide-and-conquer
algorithms on problems of Sorting, Searching, finding MST etc. (Understand, Apply)
4. Describe the greedy paradigm and explain when an algorithmic design situation calls for it. For
a given problem develop the greedy algorithms. (Apply, Analyze)
5. Apply the dynamic-programming paradigm to model engineering problems using graph and
write the corresponding algorithm to solve the problems. (Apply)
6. Explain the ways to analyze randomized and approximation algorithms (Apply, Analyze)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 1 - - - - - - - - -
CO2 3 3 1 - - - - - - - - -
CO3 3 2 3 - - - - - - - - -
CO4 3 2 3 - - - - - - - - -
CO5 3 2 3 - - - - - - - - -
CO6 2 2 - - - - - - - - - -
CO1 3 1 - 1
CO2 2 1 - 1
CO3 2 2 1 1
CO4 2 2 1 1
CO5 2 2 1 1
CO6 2 1 - 2
Type L T P Credits
PCC 3 1 2 5
Prerequisite:
Course Content:
Unit-1:
Introduction: An overview of database management system, database system Vs file system, Database
system concepts and architecture, data models schema and instances, data independence and database
language and interfaces, Data definitions language, DML, Overall Database Structure. Data Modeling
using the Entity Relationship Model: ER model concepts, notation for ER diagram, mapping
constraints, keys, Concepts of Super Key, candidate key, primary key, Generalization, aggregation,
reduction of an ER diagrams to tables, extended ER model, relationships of higher degree.
Unit-2:
Relational data Model and Language: Relational data model concepts, integrity constraints: entity
integrity, referential integrity, Keys constraints, Domain constraints, relational algebra, relational
calculus, tuple and domain calculus, Introduction to SQL: Characteristics of SQL, Advantage of
SQL.SQL data types and literals, Types of SQL commands, SQL operators and their procedure,
Tables, views and indexes. Queries and sub queries, Aggregate functions. Insert, update and delete
operations, Joins, Unions, Intersection, Minus, Cursors in SQL.
Unit-3:
Data Base Design & Normalization: Functional dependencies, normal forms, first, second, third
normal forms, BCNF, inclusion dependences, loss less join decompositions, normalization using FD,
MVD, and JDs, alternative approaches to database design.
Unit-4:
Transaction Processing Concepts: Transaction system, Testing of serializability, Serializability of
schedules, conflict & view serializable schedule, recoverability, Recovery from transaction failures,
log based recovery, checkpoints, deadlock handling.
Unit-5:
Concurrency Control Techniques: Concurrency control, locking Techniques for concurrency control,
Time stamping protocols for concurrency control, validation based protocol, multiple granularity,
Multi version schemes, Recovery with concurrent transaction.
Lab Work:
1. Write the queries for Data Definition and Data Manipulation language.
2. Write SQL queries using Logical operators (=, <, >, etc.).
3. Write SQL queries using SQL operators (Between…. AND, IN(List), Like, ISNULL and with
negating expressions).
4. Write SQL query using character, number, date and group functions.
5. Write SQL queries for Relational Algebra (UNION, INTERSECT, and MINUS, etc.).
6. Write SQL queries for extracting data from more than one table (Equi-Join, Non-Equi-
Join, Outer Join)
7. Write SQL queries for sub queries, nested queries.
8. Write programs by the use of PL/SQL.
9. Concepts for ROLL BACK, COMMIT & CHECK POINTS.
10. Create VIEWS, CURSORS, and TRIGGRS & write ASSERTIONS.
11. Create FORMS and REPORTS.
*Students are advised to use Developer 2000/Oracle-9i version or other latest version for above listed
experiments. However depending upon the availability of software‟s, students may use Power Builder
/SQL SERVER. Students may also work on a Mini Project to understand the important concepts of
Database.
Course Outcomes
1. Understand and Develop Entity Relationship (ER) and Relational Models for a given
application. (Understand, Apply)
2. Develop and manipulate relational database using Structured Query Language and relational
languages. (Apply)
3. Develop a normalized database for a given application by incorporating various constraints like
integrity and value constraints. (Apply)
4. Understand and apply transaction processing concepts and convert schedules to serializable
schedules. (Understand, Apply)
5. Illustrate different concurrency control mechanisms to preserve data consistency in a multi-
user environment. (Apply)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 2 - - - - - - - - -
CO2 3 2 2 - - - - - - - - -
CO3 3 3 2 - - - - - - - - -
CO4 3 3 2 - - - - - - - - -
CO5 3 3 2 - - - - - - - - -
CO1 3 2 1 2
CO2 2 2 - 1
CO3 2 2 - 1
CO4 2 3 - 1
CO5 2 3 - 1
DATA STRUCTURE USING C (ECA-458)
Type L T P Credits
PCC 3 1 2 5
Course Content:
Unit -1:
Introduction: Basic Terminology, Elementary Data Organization, Structure operations, Algorithm
Complexity and Time-Space trade-off.
Arrays: Array Definition, Representation and Analysis, Single and Multidimensional Arrays, address
calculation, application of arrays, Character String in C, Character string operation, Array as
Parameters, Ordered List, Sparse Matrices and Vectors.
Stacks: Array Representation and Implementation of stack, Operations on Stacks: Push & Pop, Array
Representation of Stack, Linked Representation of Stack, Operations associated with Stacks,
Applications of stack: Conversion of Infix to Prefix and Postfix Expressions, Evaluation of postfix
expression using stack, Applications of recursion in problems like „Tower of Hanoi‟.
Unit-2:
Queues: Array and linked representation and implementation of queues, Operations on Queue: Create,
Add, Delete, Full and Empty, Circular queues, D-queues and Priority Queues.
Linked list: Representation and Implementation of Singly Linked Lists, Two-way Header List,
Traversing and Searching of Linked List, Overflow and Underflow, Insertion and deletion to/from
Linked Lists, Insertion and deletion Algorithms, Doubly linked list, Linked List in Array, Polynomial
representation and addition, Generalized linked list, Garbage Collection and Compaction.
Unit-3:
Trees: Basic terminology, Binary Trees, Binary tree representation, algebraic Expressions, Complete
Binary Tree, Extended Binary Trees, Array and Linked Representation of Binary trees, Traversing
Binary trees, Threaded Binary trees, Traversing Threaded Binary trees, Huffman algorithm.
Searching and Hashing: Sequential search, binary search, comparison and analysis, Hash Table,
Hash Functions, Collision Resolution Strategies, Hash Table Implementation.
Unit-4:
Sorting: Insertion Sort, Bubble Sort, Quick Sort, Two Way Merge Sort, and Heap Sort, Sorting on
Different Keys, Practical consideration for Internal Sorting.
Binary Search Trees: Binary Search Tree (BST), Insertion and Deletion in BST, Complexity of
Search Algorithm, Path Length, AVL Trees, B-trees.
Unit-5:
Graphs: Terminology & Representations, Graphs & Multi-graphs, Directed Graphs, Sequential
Representations of Graphs, Adjacency Matrices, Traversal, Connected Component and Spanning
Trees, Minimum Cost Spanning Trees.
File Structures: Physical Storage Media File Organization, Organization of records into Blocks,
Sequential Files, Indexing and Hashing, Primary indices, Secondary indices, B+ Tree index Files, B
Tree index Files, Indexing and Hashing Comparisons.
Text and Reference Books:
1. Horowitz and Sahani, “Fundamentals of data Structures”, Galgotia Publication Pvt. Ltd., New
Delhi.
2. R. Kruse et. al, “Data Structures and Program Design in C”, Pearson Education Asia, Delhi-
2002
3. A. M. Tenenbaum, “Data Structures using C & C++”, Prentice-Hall of India Pvt. Ltd., New
Delhi.
4. K Loudon, “Mastering Algorithms with C”, Shroff Publisher & Distributors Pvt. Ltd.
5. Bruno R Preiss, “Data Structures and Algorithms with Object Oriented Design Pattern in
C++”, Jhon Wiley & Sons, Inc.
6. Adam Drozdek, “Data Structures and Algorithms in C++”, Thomson Asia Pvt. Ltd.(Singapore)
Lab Work:
Course Outcomes:
1. Analyze the algorithms to determine the time and computation complexity and justify the
correctness. (Analyze)
2. Implement Arrays, Stacks, Queues and linked list based problems and analyze the algorithm to
determine the time complexity. (Apply, Analyze)
3. Implement search and traversal algorithms on Trees and Graphs and determine the time
complexity. (Apply, Analyze)
4. Algorithms for Selection Sort, Bubble Sort, Insertion Sort, Quick Sort, Merge Sort, Heap Sort
and compare their performance in term of space and time complexity. (Apply, Analyze,
Evaluate)
5. Understand file structures and file handling. (Understand)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 1 1 - - - - - - - - -
CO2 2 1 - - - - - - - - - -
CO3 3 3 2 - - - - - - - - -
CO4 3 3 2 - - - - - - - - -
CO5 2 - - - - - - - - - - -
CO and PSO Mapping
CO1 3 2 1 1
CO2 3 2 1 1
CO3 3 2 1 1
CO4 3 2 1 1
CO5 2 1 - -
Type L T P Credits
PCC 3 0 2 4
Prerequisite: NIL
Course Content:
Unit-1:
Line generation: Points and Lines, Planes, Pixels and Frame buffers, vector and character generation.
Graphics Primitives: Display devices, Primitive devices, Display File Structure, Display control text,
Line-drawing Algorithms: DDA Algorithm Bresenham‟s line Algorithm, Circle-generating
Algorithm: Midpoint Circle of Algorithm, Polygon Filling Algorithm.
Unit-2:
2-D Viewing and Clipping: Point Clipping, Line Clipping, Cohen-Sutherland Line Clippings, Cyrus-
Beck Line Clipping Algorithm, Polygon Clipping: Sutherland Hodgman Algorithm, Polygon: Polygon
Representation, Entering polygons, Filling polygons, Segments: Segments table, Creating deleting and
renaming segments, Visibility.
Unit-3:
2-D and 3-D Transformations: Basic Transformations: Translation, Rotation, Scaling, Shear,
Composite Transformations: Rotations about a point, Reflection about a line, Homogeneous
Coordinate Systems, 3-D Transformations, 3-D geometry primitives, Viewing Transformation,
Projections: Parallel Projection, Orthographic & Oblique Projections, Perspective Projections.
Interaction: Hardware input devices handling algorithms, Event handling echoing, Interactive
techniques.
Unit-4:
Hidden Line and Surface: Back face removal algorithms, hidden line methods, Rendering and
Illumination: Introduction to curve and Surfaces generation, Bezier, Hermite and B-spline algorithms
and their comparisons.
Unit-5:
Multimedia and Animation: Basic of Animation, Types of Animation, Simulating, Accelerations,
Computer Animation Tools, Multimedia Applications, Concepts of Hypertext/Hypermedia, Images,
Audio and Video, Multimedia Tools.
Lab Work:
Course Outcomes:
1. Understand and use various mathematical concepts and supporting composite 2-D & 3-D
graphics transformations for hidden surface detection/ removal and various graphical
algorithms. (Understand, Apply)
2. Design algorithms for various graphics shapes like ellipse, hyperbola, triangle etc. (Apply)
3. Use of various graphical tools and software in 3D Graphics API (e.g. OpenGL or DirectX).
(Apply)
4. Understand and apply geometrical transformation and computer graphics in multidisciplinary
field of engineering. (Apply)
5. Understand the hardware system architecture for computer graphics - graphics pipeline, frame
buffers, and graphic accelerators/co-processors. (Understand)
6. Analyze and implement interactive graphics applications using programming language and
graphics application programming interfaces. (Apply, Analyze)
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 3 - - - - - - - - -
CO2 2 1 3 - - - - - - - - -
CO3 2 2 3 - 3 - - - - - - -
CO4 2 1 1 2 - 2 - - - - - 2
CO5 2 1 - - - - - - - - - -
CO6 2 2 3 2 - - - - 2 - - -
CO1 2 2 2 -
CO2 2 3 1 -
CO3 2 3 3 -
CO4 2 3 3 2
CO5 2 1 - -
CO6 2 3 3 1
Type L T P Credits
BSC 3 0 0 3
Prerequisite: NIL
Course Content:
Course Outcomes:
CO and PO Mapping
CO/PO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 3 2 3 2 2 - 1 2 2 3
CO2 3 3 3 2 3 2 2 - 1 2 2 3
CO3 3 3 3 3 2 2 2 - 1 2 2 3
CO4 3 3 3 3 2 2 2 - 1 2 2 3
(ECA-551) COMPUTER NETWORKS 5 (3-1-2)
Course Content:
Unit-1:
Introduction Concepts: Goals and Applications of Networks, Network structure and architecture, The
OSI reference model, services, Network Topology Design – Delay Analysis, Back Bone Design, Local
Access Network Design. Physical Layer Transmission Media, Switching methods, ISDN, Terminal
Handling.
Unit-2:
Medium Access sub layer: Medium Access sub layer - Channel Allocations, LAN protocols - ALOHA
protocols - Overview of IEEE standards - FDDI. Data Link Layer - Elementary Data Link Protocols,
Sliding Window protocols, Error Handling.
Unit-3:
Network Layer: Network Layer - Point - to Pont Networks, routing, Congestion control
Internetworking -TCP / IP - IP packet, IP address, IPv6. '
Unit-4:
Transport Layer: Transport Layer - Design issues, connection management, session Layer-Design
issues, remote procedure call. Presentation Layer-Design issues, Data Compression techniques,
cryptography - TCP - Window Management.
Unit-5:
Application Layer: Application Layer: File Transfer, Access and Management, Electronic mail, Virtual
Terminals, Other application, Example Networks - Internet and Public Networks.
Course Outcomes:
1. Explain the functions of the different layer of the OSI Protocol. (Understand)
2. Design of wide-area networks (WANs), local area networks (LANs) and Wireless LANs (WLANs)
based on available network devices. (Apply, Analyze)
3. Develop network programing application for a given problem related to TCP/IP protocol stack.
(Apply, Analyse)
4. Understand and analyze different routing algorithms. (Understand, Analyze)
5. Understand the use of IP addressing schemes as per IPV4 and IPV6. (Understand)
Unit-2:
Basic Structural Modeling: Classes, Relationships, common Mechanisms, and diagrams. Class &
Object Diagrams: Terms, concepts, modeling techniques for Class & Object Diagrams, Links and
Associations, Link Attributes and Link Classes, Generalization and Inheritance, Aggregation and
Composition, Qualified Association, Handling multiplicity in Object creation, Abstract Classes,
Specifying constraints in Class Diagrams, Advanced Structural Modeling: Advanced classes, advanced
relationships, Interfaces, Types and Roles, Packages, Use Case Modeling: Use Cases and Use Case
Diagrams, Use Case driven Methodology.
Unit-3:
Behavioral Modeling: Interactions and Interaction Diagrams, Use-Case Realization: Scenario, Events
Trace Diagram, Collaboration Diagrams, State Chart Diagrams, Nested State Diagrams, Activity
Diagrams, Advanced Behavioral Modeling Concepts, Architectural Modeling: Component,
Deployment, Component diagrams and Deployment diagrams. Elementary Design Patterns, The
MVC Architecture Pattern, Features of Elegant Software Design: Elegant variable, Elegant Classes,
Elegant Methods, Elegant Packages, Introduction to Object Oriented Software Quality Metrics.
Unit-4:
Java Programming: Introduction to Java Programming, Operator, Data type, Variable, Arrays, Control
Statements, Methods & Classes, Inheritance, Package and Interface, Exception Handling,
Multithread programming, I/O, Java Applet, String handling, Networking, Event handling.
Unit-5:
Introduction to Advance Java Programming: Demonstration of concepts through example programs
for AWT, Java Swing, Java Beans, Java Servlets, JSP, Modern Object Technologies and Web Services.
Lab Work:
1. Write a program in Java, to implements the Stack data Structure.
2. Write a program in Java to implement a simple Bank Account.
3. Write a program in Java showing the action from three threads using a suitable example
4. Write a program of threads in Java showing inter leaving of actions from two threads: t1 & t2
Course Outcomes:
1. Analyse information systems in real-world settings and use an object-oriented method for analysis
and design. (Analyse)
2. Understand features of object-oriented design such as encapsulation, polymorphism, inheritance,
and UML. (Understand)
3. Understand and prepare different types of UML diagrams like use case diagrams, interaction
diagrams, nested state diagrams, state chart diagrams, activity diagram etc. (Understand, Apply)
4. Understand and appreciate the use of Design Patterns in the Software Development. (Understand,
Apply)
5. Understand the core and advance Java Programming features and apply them in complex problem
solving. (Understand, Apply)
Unit-2:
Project Organization and Scheduling: Project Elements, Work Breakdown Structure (WBS), Types of
WBS, Functions, Activities and Tasks, Project Life Cycle and Product Life Cycle, Ways to Organize
Personnel, Project schedule, Scheduling Objectives, Building the project schedule, Scheduling
terminology and techniques, Network Diagrams: PERT, CPM, Bar Charts: Milestone Charts, Gantt
Charts.
Unit-3:
Project Monitoring and Control: Dimensions of Project Monitoring & Control, Earned Value Analysis,
Earned Value Indicators: Budgeted Cost for Work Scheduled (BCWS), Cost Variance (CV), Schedule
Variance (SV), Cost Performance Index (CPI), Schedule Performance Index (SPI), Interpretation of
Earned Value Indicators.
Unit-4:
Software Quality Assurance: Concept of Software Quality, Software Quality Attributes, Software
Quality Metrics and Indicators, Software Quality Assurance (SQA), SQA Activities, SQA Plans,
Software Quality Frameworks, ISO 9000 Models, SEI Capability Maturity Model (CMM), Software
verification and validation, Formal SQA Approaches: Proof of correctness, Statistical quality
assurance, Clean room process.
Unit-5:
Software project estimation, Estimation methods, Estimation models, Decision process. Risk
Management: Risks and risk types, Risk Breakdown Structure (RBS), Risk Management Process: Risk
identification, Risk analysis, Risk planning, Risk monitoring, Cost Benefit Analysis, Software Project
Management Tools: CASE Tools, Planning and Scheduling Tools like MS-Project.
Course Outcomes:
1. Understand various concepts of Software Project Planning and Management. (Understand)
2. Understand various techniques of Human Resource Organization and Develop schedule of
software projects using PERT/CPM. (Understand, Apply)
3. Understand cost benefit analysis, risk management and techniques of monitoring & control of
software projects. (Understand)
4. Use concepts of software quality assurance in the development of software projects. (Apply)
5. Assess the project to develop the scope of work, provide accurate size, cost, time and effort
estimates for software projects. (Apply, Analyze)
Unit-2:
Representing problems in state space, Informed versus uninformed search, Production System
Model, Evaluation of the Production System, Depth First Search and Breadth First Search, Heuristics,
Heuristic Search Techniques: Hill Climbing, Best First search, A* Algorithm, Branch and Bound,
Cryptarithmatic Problem, Means End Analysis, AO* Algorithm, Game Playing: MINMAX Search,
Alpha-Beta Pruning, Heuristic Estimation.
Unit-3:
Knowledge Representation and Reasoning : Propositional Logic, First Order Predicate Logic, Graphs,
Associative Network, Semantic Networks, Conceptual Dependencies, Frames, Scripts, Horn Clauses,
Introductory Examples from PROLOG, Case Grammar Theory, Production Rules Knowledge Base, The
Interface System, Forward & Backward Deduction, Inference System in Propositional and Predicate
Logic, Reasoning under Uncertainty.
Unit-4:
Understanding Natural Languages, Various Approaches of NLP, Parsing techniques, Context free and
transformational grammars, Transition nets, Augmented transition nets, Fillmore's grammars,
Grammar free analyzers, Sentence generation, and translation, Introduction to Pattern Recognition,
Structured Description, Symbolic Description, Machine Perception, Object Identification, Speech
Recognition.
Unit-5:
Expert Systems: Architecture of Expert System, Representing and using domain knowledge, Expert
System Shell, Explanation System, Knowledge Acquisition System, Case study of Existing Expert
Systems like DENDRAL, MYCIN, Development of a small Expert System using programming
Languages and tools like LISP, PROLOG, JESS.
Course Outcomes:
1. Understand different types of AI agents (Understand).
2. Understand and apply various AI search algorithms (uninformed, informed, heuristic, constraint
satisfaction, genetic algorithms) (Understand, Apply).
3. Understand the fundamentals of knowledge representation, reasoning, and machine learning
techniques and apply them to real world problems. (Understand, Apply)
4. Know how to build simple knowledge based systems using languages like LISP, Prolog, and AI tools
like JESS. (Apply)
5. Carry out independent (or in a small group) research and communicate it effectively in a seminar.
(Apply, Analyze)
Unit-2:
Nondeterministic finite Automata (NFA), Deterministic finite Automata (DFA), Construction of DFA
from NFA and optimization, Partitioning Algorithm, Equivalence of DFA and NFA and their
optimization, FA with output: Moore machine, Mealy machine and their Equivalence, Applications
and Limitation of FA.
Unit-3:
Arden Theorem, Pumping Lemma for regular expressions, Myhill-Nerode theorem, Context free
grammar: Ambiguous Grammars and Simplification, Normal forms for CFGs, Pumping lemma for
CFLs, Decidability of CFGs, Ambiguous to Unambiguous CFG.
Unit-4:
Push Down Automata (PDA): Description and definition, Working of PDA, Acceptance of a string by
PDA, PDA and CFG Equivalence, Deterministic and non-deterministic PDA, Introduction to auxiliary
PDA and Two Stack PDA.
Unit-5:
Turing machines (TM): Basic model, definition and representation, Language acceptance by TM, TM
and Type – 0 Grammar, Integer function computation by TM, Halting problem of TM, Modifications
in TM, Universal TM, Properties of recursive and recursively enumerable languages, decision
problem, Un-decidability of Post Correspondence Problem, Church‟s Thesis, Recursive function
theory, Godel Numbering.
Course Outcomes:
1. Describe the capabilities and limitations of the abstract machines including finite automata,
pushdown automata, and Turing machines and their associated languages. (Understand)
2. Construct finite automata, pushdown automata, Turing machines for the given grammar and vice
versa. (Apply)
3. Show that a language is not regular / not context-free using pumping lemma. (Apply)
4. Outline the characteristics of P, NP and NP Complete problems in the context of Turing machines.
(Understand)
Unit-2
System simulation, Why to simulate and when to simulate, Basic nature of simulation, technique of
simulation, comparison of simulation and analytical methods, types of system simulation, real time
simulation, hybrid simulation, simulation of pure-pursuit problem single-server queuing system and
an inventory problem, Monte Carlo simulation, Distributed Lag models, Cobweb model.
Unit-3
Simulation of continuous systems, analog vs. digital simulation, simulation of water reservoir system,
simulation of a servo system, simulation of an autopilot Discrete system Simulation, Fixed time-step
vs. event-to-event model, generation of random numbers, Test for randomness, Generalization of
non-uniformly distributed random numbers, Monte-Carlo computation vs. stochastic simulation.
Unit-4
System dynamics, exponential growth models, exponential decay models, modified exponential
growth models, logistic curves, generalization of growth models, System Dynamics diagrams,
Feedback in Socio-Economic systems, world model.
Unit-5
Simulation of PERT networks, Critical path computation, uncertaintities in Activity duration,
Resource allocation and consideration. Simulation software, Simulation languages, continuous and
discrete simulation languages, Expression based languages, object-oriented simulation,
generalpurpose vs. application-oriented simulation packages, CSMP-III, MODSIM-III.
Course Outcomes:
1. Understand the modeling process and various types of modeling techniques (Understand)
2. Understand various advantages of modeling & simulation over the actual experimentation
analytical and experimentation techniques. (Understand)
3. Study various types of simulation techniques and understand their relative advantages and
disadvantages. (Understand)
4. Understand and analyze the system dynamics with specific reference to various types of growth
models. (Understand, Analyze)
5. Understand and use optimization techniques like PERT/CPM and various modeling & simulation
tools. (Understand, Apply)
Unit-2
Application security (Database, E-mail and Internet), Data Security Considerations - Backups, Archival
Storage and Disposal of Data, Security Technology - Firewall and VPNs, Intrusion Detection, Access
Control, Security Threats - Viruses, Worms, Trojan Horse, Bombs, Trapdoors, Spoofs, E-mail viruses,
Macro viruses, Malicious Software, Network and Denial of Services Attack, Security Threats to E-
Commerce – Electronic Payment System, e-Cash, Credit/Debit Cards, Digital Signature, public Key
Cryptography.
Unit-3
Developing Secure Information Systems, Application Development Security, Information Security
Governance & Risk Management, Security Architecture & Design, Security Issues in Hardware, Data
Storage & Downloadable devices, Physical Security of IT Assets, Access Control, CCTV and intrusion
Detection Systems, Backup Security Measures.
Unit-4
Security Policies, why Policies should be developed, WWW Policies, Email Security Policies, Policy
Review Process- Corporate policies- Sample Security Policies, Publishing and Notification
requirement of the Policies.
Unit-5
Information Security Standards- ISO, IT Act, Copyright Act, Patent Law, IPR. Cyber Laws in India: IT
Act 2000 Provisions, Intellectual Property Law: Copy Right Law, Software License, Semiconductor
Law and Pattern Law.
Course Outcomes:
1. Understand information, information systems, information security, Cyber Security and Security
Risk Analysis. (Understand)
2. Understand and apply application security, data security, security technology, security threats
from malicious software. (Understand, Apply)
3. Understand the concepts of security threats to e-commerce applications such as electronic
payment system, e-Cash, Credit/Debit Cards etc. (Understand)
4. Understand and apply Information Security Governance & Risk Management, Security of IT Assets
and Intrusion Detection Systems. (Understand, Apply)
5. Understand various types of Security Policies, Cyber Ethics, IT Act, IPR and Cyber Laws in India.
(Understand)
E-COMMERCE (ECA-567)
Course Content:
Unit -1
Introduction: Electronic Commerce - Technology and Prospects, Definition of E-Commerce,
Economic potential of electronic commerce, Incentives for engaging in electronic commerce, forces
behind E-Commerce, Advantages and Disadvantages, Architectural framework, Impact of
Ecommerce on business. Network Infrastructure for E-Commerce: Internet and Intranet based E-
commerce issues, problems and prospects, Network Infrastructure, Network Access Equipment,
Broadband telecommunication (ATM, ISDN, FRAME RELAY).
Unit-2
Mobile Commerce: Introduction, Wireless Application Protocol, WAP technology, Mobile
Information device, Mobile Computing Applications.
Unit-3
Web Security: Security Issues on web, Importance of Firewall, components of Firewall, Transaction
security, Emerging client server, Security Threats, Network Security, Factors to consider in Firewall
design, Limitation of Firewalls.
Unit-4
Encryption: Encryption techniques, Symmetric Encryption- Keys and data encryption standard, Triple
encryption, Asymmetric encryption- Secret key encryption, public and private pair key encryption,
Digital Signatures, Virtual Private Network.
Unit -5
Electronic Payments: Overview, The SET protocol, Payment Gateway, certificate, digital Tokens,
Smart card, credit card, magnetic strip card, E-Checks, Credit/Debit card based EPS, online Banking
EDI Application in business, E- Commerce Law, Forms of Agreement, Govt. policies and Agenda.
Course Outcomes:
1. Understand the E-commerce, its advantages & disadvantages and infrastructure requirements.
(Understand)
2. Understand various concepts of mobile commerce (Understand)
3. Understand various issues related to web security and their limitations. (Understand)
4. Understand concepts of various encryption techniques, digital signatures and VPN (Understand)
5. Understand details of various electronic payments systems. (Understand)
Unit-2: Fundamentals of IoT Mechanisms and Key Technologies Identification of IoT Objects and
Services, Structural Aspects of the IoT, Environment Characteristics, Traffic Characteristics,
Scalability, Interoperability, Security and Privacy, Open Architecture, Key IoT Technologies, Device
Intelligence, Communication Capabilities, Mobility Support, Device Power, Sensor Technology, RFID
Technology, Satellite Technology
Course Outcomes:
1. Understand framework and architecture of Internet of Things. (Understand)
2. Understand key technologies in Internet of Things. (Understand)
3. Explain wireless sensor network architecture and its framework along with WSN applications.
(Understand)
4. Explain resource management in the Internet of Things. (Understand)
5. Understand Security measures and design applications based on Internet of Things. (Understand,
Apply)
Unit-2:
Basic Parsing Techniques: Parsers, top down parsing, Shift reduces parsing, operator precedence
parsing, predictive parsers. Automatic Construction of efficient Parsers: LR parsers, the canonical
Collection of LR(0) items, constructing SLR parsing tables, constructing Canonical LR parsing tables,
Constructing LALR parsing tables, using ambiguous grammars, an automatic parser generator,
implementation of LR parsing tables, constructing LALR sets of items.
Unit-3:
Syntax-directed Translation: Syntax-directed Translation schemes, Implementation of Syntax
directed Translators, Intermediate code, postfix notation, Parse trees & syntax trees, three address
code, quadruple & triples, translation of assignment statements, Boolean expressions, statements
that alter the flow of control, postfix translation, translation with a top down parser. More about
translation: Array references in arithmetic expressions, procedures call, declarations, Case
statements.
Unit-4:
Symbol Tables: Data structure and representing scope information, Run-Time Administration:
Implementation of simple stack allocation scheme, storage allocation in block structured language.
Error Detection & Recovery: Lexical Phase errors, syntactic phase errors semantic errors.
Unit-5:
Introduction to code optimization: Loop optimization, the DAG representation of basic blocks, value
numbers and algebraic laws, Global Data-Flow analysis.
Course Outcomes:
1. Describe the role of each phase of a compiler with its construction tools. (Understand)
2. Develop a Lexical Analyzer for recognizing tokens of a given language with an understanding of
symbol table management and error handling. (Apply)
3. Construct top-down, bottom-up, operator precedence and SLR parsers with an understanding of
Context Free Grammars and syntax analysis. (Apply)
4. Design and develop semantic analyzers for type-checking and intermediate code generators to
translate the source program into an intermediate code. (Apply)
5. Construct code optimizers to optimize the target code generated. (Apply)
Course Outcomes:
1. Understand Machine learning and Machine Learning Models. (Understand)
2. Apply various classification and regression techniques and assess their performance. (Apply)
3. Apply various clustering algorithms for the problems to be solved with machine learning. (Apply)
4. Assessment of various machine learning models. (Analyze)
5. Understand probabilistic learning models and trends in machine learning. (Understand)
Course Content:
Unit-1
Query Processing, Optimization & Database Tuning: Algorithms for Executing Query Operations.
Heuristics For Query Optimizations, Estimations Of Query Processing Cost, Join Strategies For Parallel
Processors, Database Workloads, Tuning Decisions, DBMS Benchmarks, Clustering & Indexing,
Multiple Attribute Search Keys, Query Evaluation Plans, Pipelined Evaluations, System Catalogue In
RDBMS.
Unit-2
Extended Relational Model & Object Oriented Database System: New Data Types, User Defined
Abstract Data Types, Structured Types, Object Identity, Containment, Class Hierarchy, Logic Based
Data Model, Data Log, Nested Relational Model and Expert Database System.
Unit-3
Distributed Database System:
Structure of Distributed Database, Data Fragmentation, Data Model, Query Processing, Semi Join,
Parallel & Pipeline Join, Distributed Query Processing in R* System, Concurrency Control in
Distributed Database System, Recovery in Distributed Database System, Distributed Deadlock
Detection and Resolution, Commit Protocols.
Unit-4
Enhanced Data Model For Advanced Applications:
Database Operating System, Introduction to Temporal Database Concepts, Spatial and Multimedia
Databases, Data Mining, Active Database System, Deductive Databases, Database Machines, Web
Databases, Advanced Transaction Models, Issues in Real Time Database Design.
Unit-5
Introduction to Expert Database and Fuzzy Database System: Expert Databases: Use of Rules of
Deduction in Databases, Recursive Rules. Fuzzy Databases: Fuzzy Set & Fuzzy Logic, Use of Fuzzy
Techniques to Define Inexact and Incomplete Databases.
Course Outcomes:
1. Understand the concepts and algorithms for Query Processing, Optimization & Database Tuning.
(Understand)
2. Understand the Extended Relational Model & Object Oriented Database System. (Understand)
3. Explain the Structure of Distributed Database, Query Processing, Concurrency Control, Prevention
and recovery from deadlock. (Understand)
4. Understand and analyze Enhanced Data Model for Advanced Applications including Issues in Real
Time Database Design. (Understand, Analyze)
5. Understand the concept of Fuzzy logic and development of Fuzzy Database Systems. (Understand)
Unit- III
Framework for evaluating ERP acquisition, Analytical Hierarchy Processes (AHP), Applications of AHP
in evaluating ERP, Selection of Weights, Role of consultants, vendors and users in ERP
implementation; Implementation vendors evaluation criterion, ERP Implementation approaches and
methodology, ERP implementation strategies, ERP Customization, ERP-A manufacturing Perspective.
Unit- IV
Critical success and failure factors for implementation, Model for improving ERP effectiveness, ROI
ofERP implementation, Hidden costs, ERP success inhibitors and accelerators, Management concern
for ERP success, Strategic Grid: Useful guidelines for ERP Implementations.
Unit- V
Technologies in ERP Systems and Extended ERP, Case Studies Development and Analysis of ERP
Implementations in focusing the various issues discussed in above units through Soft System
approaches or qualitative Analysis tools, Learning and Emerging Issues, ERP and E-Commerce.
Course Content:
Unit 1: Introduction: The Programming Cycle for Python, Python IDE, Interacting with Python
Programs, Elements of Python, Type Conversion. Basics: Expressions, Assignment Statement,
Arithmetic Operators, Operator Precedence, Boolean Expression.
Unit 2: Conditionals and Loops: Conditional statement in Python: if-else statement, its working and
execution, Nested-if statement and Elif statement in Python, Expression Evaluation & Float
Representation, Loops: Purpose and working of loops, while loop including its working, For Loop,
Nested Loops, Break and Continue.
Unit 3: Strings and Functions: Strings: Length of the string, Concatenation and Repeat operations,
Indexing and Slicing of Strings. Python Data Structure: Tuples, Unpacking Sequences, Lists, Mutable
Sequences, List Comprehension, Sets, Dictionaries, Functions: Parts of a Function, Execution of a
Function, Keyword and Default Arguments, Scope Rules, Higher Order Functions: Treat functions as
first class Objects, Lambda Expressions.
Unit 4: Classes and Files: Generate prime numbers with the help of Sieve of Eratosthenes algorithm,
File I/O: File input and output operations in Python Programming Exceptions and Assertions
Modules: Introduction, Importing Modules, Abstract Data Types: Abstract data types and ADT
interface in Python Programming, Classes: Definition and operations in the classes, Special Methods
(such as _init_, _str_, comparison methods and Arithmetic methods etc.), Class Example,
Inheritance, Inheritance and OOP.
Unit 5: Iterators & Recursion: Recursive Fibonacci, Tower of Hanoi, Search: Simple Search, Binary
Search, Estimating Search Time in Simple Search and Binary Search, Sorting & Merging: Selection
Sort, Merge List, Merge Sort, Higher Order Sort.
Course Outcomes:
1. Understanding Fundamentals of Python Programming
2. Understand and implement Control Structures.
3. Learn and implement Strings and Functions in Python.
4. Understand and implement advance functions like iteration and recursion.
5. Implement Object Oriented Programming concepts in Python
Course Content:
Unit-1
Distributed computing models and technologies, Enabling Technologies and System Models for
Cloud Computing, techniques, and architectures, Introduction to Cloud Computing including
benefits, challenges, and risks.
Unit-2
Cloud Computing Models including Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS),
Software-as-a-Service (SaaS), virtualization, security and privacy issues, performance and systems
issues, capacity planning, disaster recovery, Public cloud, private cloud and hybrid clouds.
Unit-3
Cloud OS, Cloud architectures including federated clouds, challenges in implementing clouds, data
centers, hypervisor CPU and memory management, Scalability, Performance, and QoS.
Unit-4
Cloud hosted applications, Data centers for Cloud Computing, Principles of Virtualization platforms
and other advanced and research topics in cloud computing.
Unit-5
Security and Privacy issues in the Cloud, VM Ware ESX Memory Management, Capacity Planning and
Disaster Recovery in Cloud Computing.
Course Outcomes
1. Understand various basic concepts related to cloud computing technologies. (Understand)
2. Understand the architecture and concept of different cloud models: IaaS, PaaS, SaaS.
(Understand)
3. Apply the underlying principle of cloud virtualization, cloud storage, data management and data
visualization. (Apply)
4. Use different cloud programming platforms and tools. (Apply)
5. Design and deploy cloud application using cloud platforms (Analyze)
Unit-2:
Software Quality Metrics: Product Quality Metrics: Defect Density, Customer Problems Metric,
Customer Satisfaction Metrics, Function Points, In-Process Quality Metrics: Defect Arrival Pattern,
Phase-Based Defect Removal Pattern, Defect Removal Effectiveness, Metrics for Software
Maintenance: Backlog Management Index, Fix Response Time, Fix Quality, Software Quality
Indicators.
Unit-3:
Software Quality Management and Models: Modeling Process, Software Reliability Models: The
Rayleigh Model, Exponential Distribution and Software Reliability Growth Models, Software
Reliability Allocation Models, Criteria for Model Evaluation, Software Quality Assessment Models:
Hierarchical Model of Software Quality Assessment.
Unit-4:
Software Quality Assurance: Quality Planning and Control, Quality Improvement Process, Evolution
of Software Quality Assurance (SQA), Major SQA Activities, Major SQA Issues, Zero Defect Software,
SQA Techniques, Statistical Quality Assurance, Total Quality Management, Quality Standards and
Processes.
Unit-5:
Software Verification, Validation & Testing: Verification and Validation, Evolutionary Nature of
Verification and Validation, Impracticality of Testing all Data and Paths, Proof of Correctness,
Software Testing, Functional, Structural and Error-Oriented Analysis & Testing, Static and Dynamic
Testing Tools, Characteristics of Modern Testing Tools.
Course Outcomes:
1. Understand the concept of quality, quality attribute, quality metrics and software technical
reviews. (Understand)
2. Understand and discuss the needs for software quality assessment models and apply professional
practices in the development of quality software. (Understand, Apply)
3. Understand and apply Software Quality Management Models in the development of software.
(Understand, Apply)
4. Understand the concept of software quality assurance and use software quality standards in the
development of software. (Understand)
5. Apply the concepts of software verification & validation, error tracking to enforce quality into the
software. (Apply)
Unit-2:
Image Enhancement in Frequency Domain Fourier Transform and the Frequency Domain, Basis of
Filtering in Frequency Domain, Filters – Low-pass, High-pass; Correspondence Between Filtering in
Spatial and Frequency Domain; Smoothing Frequency Domain Filters–Gaussian Lowpass Filters;
Sharpening Frequency Domain Filters – Gaussian Highpass Filters; Homomorphic Filtering. Image
Restoration A Model of Restoration Process, Noise Models, Restoration in the presence of Noise only
Spatial Filtering – Mean Filters: Arithmetic Mean filter, Geometric Mean Filter, Order Statistic Filters
– Median Filter, Max and Min filters; Periodic Noise Reduction by Frequency Domain Filtering–
Bandpass Filters; Minimum Mean-square Error Restoration.
Unit-3:
Color Image Processing Color Fundamentals, Color Models, converting Colors to different models,
Color Transformation, Smoothing and Sharpening, Color Segmentation, Morphological Image
Processing Introduction, Logic Operations involving Binary Images, Dilation and Erosion, Opening
and Closing, Morphological Algorithms–Boundary Extraction, Region Filling, Extraction of Connected
Components, Convex Hull, Thinning, Thickening
Unit-4:
Registration Introduction, Geometric Transformation – Plane to P lane transformation, Mapping,
Stereo Imaging – Algorithms to Establish Correspondence, Algorithms to Recover Depth
Segmentation Introduction, Region Extraction, Pixel-Based Approach, Multi-level Thresholding, Local
Thresholding, Region-based Approach, Edge and Line Detection: Edge Detection, Edge Operators,
Pattern Fitting Approach, Edge Linking and Edge Following, Edge Elements Extraction by
Thresholding, Edge Detector Performance, Line Detection, Corner Detection.
Unit-5:
Feature Extraction Representation, Topological Attributes, Geometric Attributes Description
Boundary-based Description, Region-based Description, Relationship, Object Recognition
Deterministic Methods, Clustering, Statistical Classification, Syntactic Recognition, Tree Search,
Graph Matching.
Course Outcomes:
1. Apply sampling and quantization techniques for conversion of an analog image into digital form.
(Apply)
2. Enhance the image using various types of filtering, segmentation and edge detection techniques.
(Apply)
3. Analyze and interpret the effects of high pass and low pass filter in an image. (Analyse)
4. Restore the image in the presence of noise by using modern restoration software. (Apply)
5. Use the techniques of morphological image processing, image registration and image recognition.
(Apply)
6. Apply various tools and techniques in multidisciplinary engineering and medical fields like
embedded programming, CAD, web applications, MRI, CT-Scan, Angiography etc. (Apply)
DATA WAREHOUSING & MINING (ECA-578)
Course Content:
Unit-1:
Overview, Motivation (for Data Mining),Data Mining-Definition & Functionalities, Data Processing,
Form of Data Preprocessing, Data Cleaning: Missing Values, Noisy Data, Binning, Clustering,
Regression, Computer and Human inspection, Inconsistent Data, Data Integration and
Transformation. Data Reduction:-Data Cube Aggregation, Dimensionality reduction, Data
Compression, Numerosity Reduction, Clustering, Discretization and Concept hierarchy generation.
Unit-2:
Concept Description:- Definition, Data Generalization, Analytical Characterization, Analysis of
attribute relevance, Mining Class comparisons, Statistical measures in large Databases. Measuring
Central Tendency, Measuring Dispersion of Data, Graph Displays of Basic Statistical class Description,
Mining Association Rules in Large Databases, Association rule mining, mining SingleDimensional
Boolean Association rules from Transactional Databases: Apriori Algorithm, Mining Multilevel
Association rules from Transaction Databases and Mining Multi-Dimensional Association rules from
Relational Databases
Unit-3:
Classification and Predictions:
What is Classification & Prediction, Issues regarding Classification and prediction, Decision tree,
Bayesian Classification, Classification by Back propagation, Multilayer feed-forward Neural Network,
Back propagation Algorithm, Classification methods K-nearest neighbor classifiers, Genetic
Algorithm.
Cluster Analysis:
Data types in cluster analysis, Categories of clustering methods, partitioning methods. Hierarchical
Clustering- CURE and Chameleon. Density Based Methods-DBSCAN, OPTICS. Grid Based Methods-
STING, CLIQUE. Model Based Method –Statistical Approach, Neural Network approach, Outlier
Analysis
Unit-4:
Data Warehousing: Overview, Definition, Delivery Process, Difference between Database System and
Data Warehouse, Multi-Dimensional Data Model, Data Cubes, Stars, Snow Flakes, Fact
Constellations, Concept hierarchy, Process Architecture, 3-Tier Architecture, Data Mart.
Unit-5:
Aggregation, Historical information, Query Facility, OLAP function and Tools, OLAP Servers, ROLAP,
MOLAP, HOLAP, Data Mining interface, Security, Backup and Recovery, Tuning Data Warehouse,
Testing Data Warehouse.
Course Outcomes:
1. Understand importance of abstraction of Knowledge from unstructured sources at sufficient level.
(Understand)
2. Use of high level operational skills and real world case studies for knowledge discovery and data
warehousing based principles. (Apply)
3. Understand the areas of probability, statistics and machine learning algorithms which underpin
the knowledge discovery enterprise. (Understand)
4. Design data mining and data warehousing systems and solutions to meet user requirements and
specifications. (Apply, Analyze)
5. Compare and contrast OLAP and data mining as techniques for extracting knowledge from a data
warehouse. (Evaluate)
Unit-2
Overview of mobile application development languages: Java and Android Studio.
Unit-3:
Application models of mobile application frameworks, User-interface design for mobile applications,
Managing application data, Integrating with cloud services, Integrating networking, OS and hardware
into mobile-applications
Unit-4:
Addressing enterprise requirements in mobile applications – performance, scalability, modifiability,
availability and security, Security and Hacking, Active Transactions, Hacking Android
Unit-5:
Testing methodologies for mobile applications, Publishing, deployment, maintenance and
management, Platforms and Additional Issues, Development Process, Architecture, Design,
Technology Selection, Mobile App Development Hurdles.
Course Outcomes
1. Understand technology and business trends impacting mobile applications. (Understand)
2. Understand and implement mobile application development languages. (Understand, Apply)
3. Understand the characterization and architecture of mobile applications. (Understand)
4. Understand and design enterprise scale requirements of mobile applications. (Understand, Apply,
Analyze)
5. Design and develop mobile applications using application development framework. (Apply,
Analyze)
Unit-2:
Introduction to graph, ring and field, prime and relative prime numbers, modular arithmetic,
Fermat’s and Euler’s theorem, primality testing, Euclid’s Algorithm, Chinese Remainder theorem,
discrete logarithms. Principals of public key crypto systems, RSA algorithm, security of RSA, key
management, Diffle-Hellman key exchange algorithm, introductory idea of Elliptic curve
cryptography, Elganel encryption.
Unit-3:
Message Authentication and Hash Function: Authentication requirements, authentication functions,
message authentication code, hash functions, birthday attacks, security of hash functions and MACS,
MD5 message digest algorithm, Secure hash algorithm(SHA). Digital Signatures: Digital Signatures,
authentication protocols, digital signature standards (DSS), proof of digital signature algorithm.
Unit-4:
Authentication Applications: Kerberos and X.509, directory authentication service, electronic mail
security-pretty good privacy (PGP), S/MIME.
Unit-5:
IP Security: Architecture, Authentication header, Encapsulating security payloads, combining security
associations, key management. Web Security: Secure socket layer and transport layer security,
secure electronic transaction (SET). System Security: Intruders, Viruses and related threads, firewall
design principals, trusted systems.
Course Outcomes:
1. Understand and deploy cryptographic techniques to secure data in networks. (Understand, Apply)
2. Analyze the vulnerabilities in any computing system and design a security solution. (Apply,
Analyse)
3. Understand and use standard algorithms for confidentiality, integrity and authenticity.
(Understand, Apply)
4. Apply various key distribution and management schemes in network system. (Apply)
5. Apply security protocols in various IT applications. (Apply)
Unit 2: Neuro Computing - Supervised Learning Biological background, Pattern recognition tasks,
Features of artificial neural networks, Activation functions, Perceptron model, Perceptron for
classification and its limitations, Architectures of multilayer feed-forward neural networks, Back-
propagation learning algorithm, Limitations of MLP.
Unit 3: Neuro Computing - Unsupervised Learning Hebb’s learning rule for competitive learning,
Kohonen’s self-organizing map and network topology, applications of SOM, Hopfield network and its
topology, Boltzman Machines, Adaptive Resonance Theory.
Unit 4: Fuzzy Logic and Fuzzy Systems: Evolution of fuzzy logic, fuzzy sets, fuzzy logic operations,
fuzzy relations, Fuzzy arithmetic and fuzzy measures. Fuzzy rules and reasoning, Fuzzy inference
systems, Fuzzy modeling and decision making, Neuro-fuzzy modeling.
Course Outcomes:
1. Understand differential behavior of Human and Intelligent Systems. (Understand)
2. Understand and use supervised and un-supervised learning techniques in ANN. (Understand)
3. Understand and apply different soft computing techniques like Genetic Algorithms, Fuzzy Logic,
Neural Network and their combination. (Understand, Apply)
4. Correlate human-like processing in problem solving with current technologies in various domains
like Bio Informatics, Multimedia Systems, Big Data Analytics, etc.
5. Apply evolutionary computing techniques in real life problems. (Apply)
Unit-2:
Devices and Buses for Devices Network I/O Devices -Device I/O Types and Examples – Synchronous -
Iso-synchronous and Asynchronous Communications from Serial Devices -Examples of Internal
Serial-Communication Devices -UART and HDLC -Parallel Port Devices -Sophisticated interfacing
features in Devices/Ports-Timer and Counting Devices -„12C‟, „USB‟, „CAN and advanced I/O Serial
high speed buses-ISA, PCI, PCI-X, cPCI and advanced buses.
Unit-3:
Programming Concepts and Embedded Programming in C, Programming in assembly language (ALP)
vs. High Level Language, C Program Elements, Macros and functions -Use of Pointers -NULL Pointers-
Use of Function Calls–Multiple function calls in a Cyclic Order in the Main Function Pointers –
Function Queues and Interrupt Service Routines Queues Pointers – Concepts of ‘C’ Program
compilers–Cross compiler–Optimization of memory codes.
Unit-4:
Real Time Operating Systems Timing and clocks in embedded system, Task modelling and
management: RTOS Task scheduling models -Handling of task scheduling and latency and deadlines
as performance metrics – Co-operative Round Robin Scheduling – Cyclic Scheduling with Time Slicing
(Rate Monotonics Co-operative Scheduling) – Preemptive Scheduling Model strategy by a Scheduler
– Critical Section Service by a Pre emptive Scheduler – Fixed (Static) Real time scheduling of tasks
Unit-5:
Embedded control and control hierarchy, communication strategies for embedded system: encoding
and flow chart. Fault tolerance and formal verification.
Course Outcomes:
1. Understand the difference between general computing system and embedded system.
(Understand)
2. Understand the working of devices, buses and types of communications like serial, parallel etc.
(Understand)
3. Understand cross compiler and implement embedded programming using assembly and C
languages. (Understand, Apply)
4. Understand real time operating system concepts and develop real time embedded systems.
(Understand, Apply)
5. Understand and apply the concept of embedded control and communication. (Understand, Apply)