CSE-AI-Syllabus 18 10
CSE-AI-Syllabus 18 10
CSE-AI-Syllabus 18 10
www.dbatu.ac.in
for
Weekly Evaluation
Sr. Cours
Course Title Teaching Scheme Credit
No. e
hrs
Code
L T P CA MSE ESE Total
1 Engineering Mathematics - 3 1 - 20 20 60 100 4
III
2 Discrete Mathematics 3 1 - 20 20 60 100 4
3 Data Structures 3 1 - 20 20 60 100 4
4 Concepts in Artificial 3 1 - 20 20 60 100 4
Intelligence
5 Elective –I 3 1 - 20 20 60 4
(a) Object-oriented 100
Programming in C++
(b) Object-Oriented
Programming in Java
6 Data Structures Lab - - 4 60 - 40 2
& Object Oriented 100
Programming Lab
7 Seminar I* 1 - 4 60 - 40 2
100
8 Field Training / Internship / - - - - - - - Audit
Industrial Training
Evaluation
TOTAL 16 5 8 220 100 380 24
*Note: Seminar I will cover website development essentials along with CSS, JavaScripts, and basics of PHP
University Authorities are requested to add appropriate course codes for each of the subject
Semester – IV (Second Year)
Proposed Scheme with effective from January 2022
Weekly Evaluation
Sr. Cour
Course Title Teaching Scheme Credit
No se
. Cod hrs
e L T P CA MSE ESE Total
1 Computer Organization and 2 1 - 20 20 60 100 3
Architecture
2 Operating Systems 3 1 - 20 20 60 100 4
3 Basic Human Rights 3 - - 20 20 60 100 3
4 Probability Theory & Random 3 1 - 20 20 60 100 4
Processes
5 Digital Logic Design & 3 1 20 20 60 100 4
Microprocessor
4 Operating Systems &Probability - - 4 60 - 40 100 2
Theory Lab
5 Seminar - II ** 2 - 4 60 - 40 100 4
6 Field Training / Internship / - - - - - - - Audit to be
Industrial Training Evaluation evaluated in
V Sem.
TOTAL 16 4 8 220 100 380 24
**Note: Seminar II will cover Data Visualization and Analysis along with Python Programming
University Authorities are requested to add appropriate course codes for each of the subject
Engineering Mathematics-III
Text Books:
Reference Books:
1. Lipschutz, Discrete Mathematics, McGraw-Hill Publication, 3rd Edition, 2009.
2. V. K. Balakrishnan, Schaum's Outline of Graph Theory, McGraw-Hill Publication, 1st Edition,
1997.
3. Eric Gossett, Discrete Mathematics with Proof, Wiley Publication, 2nd Edition, 2009.
4. Kenneth H. Rosen, Discrete Mathematics and its Applications, McGraw-Hill Publication, 6th
Edition, 2010.Y. N. Singh, Discrete Mathematical Structures, Wiley Publication, 1st Edition,
2010.
5. Dr. SukhenduDey, Graph Theory with Applications, SPD Publication, 1st Edition, 2012.
Data Structures
Text Book:
1. Weiss, Data structures and algorithms analysis in C++, Pearson Education, 4th Edition,2013
Reference Books:
1. S. Lipschutz, Data Structures, McGraw-Hill Publication, Revised 1st Edition, 2014.
2. Y. Langsm, M. Augenstin, A. Tanenbaum , Data Structure using C and C++, Prentice Hall
India Learning Private Limited,2nd edition,1998.
3. Horowitz and Sahani, Fundamentals of Data Structures, Universities Press, 2nd Edition,2008.
4. Thomas Cormen, Introduction to Algorithms, PHI Publication, 2nd Edition,2002.
5. Venkatesan& Rose, Data Structures, Wiley Publication, 1st Edition,2015.
6. Goodrich &Tamassia, Data Structure & Algorithm in C++, Wiley Publication, 2nd Edition,2011.
7. R. G. Dromey, How to Solve it by Computer, 2nd Impression, PearsonEducation.
8. Kyle Loudon, Mastering Algorithms with C: Useful Techniques from Sorting to Encryption,
O'Reilly Media, 1st Edition,1999.
Concepts in Artificial Intelligence
Text Books
1. Elaine Rich and Kevin Knight: "Artificial Intelligence." Tata McGraw Hill
2. Stuart Russell & Peter Norvig : "Artificial Intelligence : A Modern Approach", Pearson Education, 2nd
Edition.
3. Introduction to AI & Expert System: Dan W.Patterson, PHI.
Reference Books
1. Ivan Bratko : "Prolog Programming For Artificial Intelligence" , 2nd Edition Addison Wesley, 1440.
2. Eugene, Charniak, Drew Mcdermott: "Introduction to Artificial Intelligence.", Addison Wesley
3. Carl Townsend, ―Introduction to turbo Prolog‖, Paperback
4. Nilsson: ―Principles of Artificial Intelligence‖, Morgan Kaufmann.
Elective –I (A)
Object Oriented Programming in C++
[Unit 1] Introduction to Object Oriented Programming and Objects and Classes [7 Hours]
Need of object-oriented programming, The object-oriented approach, Characteristics of object oriented
languages, class, Objects as data types, Constructors, Objects as function arguments, Returning objects.
Text Book:
1. E. Balagurusamy, Object Oriented Programming with C++, McGraw-Hill Publication, 6th
Edition, 2013.
Reference Books:
1. Robert Lafore, Object Oriented Programming in C++, Sams Publishing, 4th Edition, 2001.
2. Dr. B. B. Meshram, Object Oriented Paradigms with C++ Beginners Guide for C and C++, SPD
Publication, 1st Edition, 2016.
3. Rajesh R. Shukla, Object-Oriented Programming in C++, Wiley India Publication, 1stEditio,2008
4. BjarneStroustrup, The C++ Programming Language, Addison-Wesley Publication, 4th Edition,
2013.
5. P. J. Deitel, H. M. Deitel, C++ How to Program, PHI Publication, 9th Edition, 2012.
6. John Hubbard, Programming with C++, Schaum‗s Outlines, McGraw-Hill Publication, 2nd
Edition, 2000.
7. Nicolai M. Josuttis, Object-Oriented Programming in C++, Wiley Publication, 1st Edition, 2002.
Elective –I (B)
Object Oriented Programming in JAVA
Reference Books:
1. Joel Murach and Michael Urban, Murach’s Beginning Java with Eclipse, Murach's
Publication, 1st Edition, 2016. Doug Lowe, Java All-in-One For Dummies, Wiley
Publication, 4th Edition,2014.
2. Herbert Schildt, Java The Complete Reference, McGraw-Hill Publication, 9thEdition.
3. Patrick Niemeyer, Daniel Leuck, Learning Java, O'Reilly Media, 4th Edition,2013.
4. ―JavaScript: The Good Parts‖, Douglas Crockford, O‗Reilly, ISBN: 9782744055973.
―Microsoft® .NET: Architecting Applications for the Enterprise‖, Microsoft Press; 1st
edition, ISBN:978-0735626096
Data Structure Laboratory
List of Experiments:
1. Write a program to implement stack using arrays.
2. Write a program to evaluate a given postfix expression using stacks and a program to convert a
given infix expression to postfix form using stacks.
3. Write a program to implement a circular queue using arrays.
4. Write a program to implement a stack using two queues such that the push operation runs in
constant time and the pop operation runs in linear time.
5. Write programs to implement a Single linked list.
6. Write programs to implement Double linked list.
7. Write a program to create a binary search tree (BST).
8. Write a program to implement hashing with Open addressing methods.
9. Implement the following sorting algorithms: (a) Insertion sort (b) Merge sort (c) Quick sort
10. Write programs for implementation of graph traversals by applying: (a) BFS (b) DFS.
11. Design and develop a mini application using the studied data structures.
Elective –I
Object Oriented Programming Lab
List of Experiments:
1. Programs on Operators, Arithmetic Promotion, Method Calling.
2. Programs on Classes: String and Math.
3. Programs on Inheritance and Polymorphism.
4. Programs on Garbage collection, packaging, access Modifiers, as well as static and
abstract modifiers.
5. Programs on Interfaces block initializers, final Modifier, as well as static and dynamic binding.
6. Programs on file handling and stream manipulation.
7. Programs on Dynamic Polymorphism and programs on Dynamic Memory Management.
8. Programs on Exception Handling.
9. Programs on generic programming using templates.
10. Programs on STL-containers and iterators
11. Design and develop a mini-application based on the concepts studied.
[Unit 1]
Web Site development Essentials: Overview of Web Design Concepts, Web Project Management Fundamentals,
Web Site Development Process, HTML and the Evolution of Markup languages, HTML basic tags, Web Page
Layout and Elements, Create Hyperlinks, Create Tables, Create Web Forms, Image Inserting Techniques, Create
Frames, GUI HTML Editors, Site Content and Metadata.
[Unit 2]
Cascading Style Sheets: Cascading Style Sheets for Web page design, Creating CSS rules, Format Text with
CSS, Use of CSS Selectors, Embed Style Sheets, and Attach External Style Sheets.
Using CSS with Tables: Insert and Styling Tables, Import Table Data, Style Tables with CSS, Sort Data in
Table.
[Unit 3]
Introduction to JavaScript, Variables, Basic in JavaScript — Numbers and operators, Handling text — Strings
in JavaScript, Useful string methods, Arrays, Troubleshooting JavaScript;
Programming fundamentals: If...Else Statements, Else...If Statements, For Loops, While Loops, Breaking Out
Of Loops, Switch Statements, Functions; JavaScript Events, Selecting HTML elements using get Element
ById().
[Unit 4]
PHP: Basic Syntax, Defining variable and constant, PHP Data type, Operator and Expression, Handling Html
Form with PHP: Capturing Form Data, Dealing with Multi-value filed, redirecting a form after submission,
PHP Session.
[Unit 5]
JQuery: Introduction to JQuery, Validation using JQuery, JQuery Forms, JQuery Examples
AJAX: Introduction to AJAX, PHP with AJAX Introduction to RDBMS: Connection with MySQL Database,
Performing basic database operation (DML)(Insert, Delete, Update, Select)
Reference Books:
1. Robin Nixon, Learning PHP, MySQL & JavaScript with j Query, CSS & HTML5 Paperback
by Orielly Pub.
2. E. Robson, E. Freeman, Head First HTML & CSS, O‗Reilly Media, 2nd Edition, 2012.
Text Book:
1. William Stalling, Computer Organization and Architecture: Designing for Performance, Prentice
Hall Publication, 8th Edition, 2009.
Reference Books:
1. Hayes, Computer Architecture and Organization, McGraw-Hill Publication, 3rd Edition, 2012.
2. Zaky, Computer Organization, McGraw-Hill Publication, 5th Edition, 2011.
3. Hennessy and Patterson, Computer Architecture: A Quantitative Approach, Morgan and Kaufman
Publication, 4th Edition, 2007.
4. Morris Mano, Computer System Architecture, Pearson Education India, 3rd Edition,2007.
5. MostafaAbd-El-Barr, Hesham El-Rewini, Fundamentals of Computer Organization and
Architecture, Wiley Publication, 1st Edition, 2004.
6. Miles J. Murdocca, Vincent P. Heuring, Computer Architecture and Organization: An
Integrated Approach, Wiley Publication, 1st Edition, 2007.
7. Sajjan G. Shiva, Computer Organization: Design, and Architecture, CRC Press, 5th Edition,
2013.
Operating Systems
[Unit 1] [7 Hours]
Introduction and Operating system structures: Definition, Types of Operating system, Real-Time operating
system, System Components: System Services, Systems Calls, System Programs, System structure, Virtual
Machines, System Design and Implementation, System Generations.
[Unit 2] [7 Hours]
Processes and CPU Scheduling: Process Concept, Process Scheduling, Operation on process, Inter-process
Communication, Cooperating processes, Threads, Multithreading model, Scheduling criteria, Scheduling
Algorithms, Thread Scheduling, Multiple-Processor Scheduling, Scheduling Algorithms evaluation.
[Unit 3] [7 Hours]
Process Synchronization: The critical-section problem, Critical regions, Peterson‗s Solution, Synchronization
Hardware, Semaphores, Classical Problems of synchronization, and Monitors Deadlocks: Systems Model,
Deadlock characterization, Methods for handling Deadlocks, Deadlock Prevention, Deadlock Avoidance,
Deadlock Detection, Recovery from Deadlock, Combined approach to deadlock Handling.
[Unit 4] [7 Hours]
Memory Management: Basic concept, Logical and Physical address map, Memory allocation: Continuous
Memory Allocation, Fixed and variable partition, Internal and external fragmentation and compaction,
Paging: Principle of operation, Page allocation – Hardware support for paging, Protection and sharing,
Disadvantages of paging; Segmentation. Virtual Memory: Basics of Virtual Memory – Hardware and control
structures – Locality of reference, Page fault, Working Set, Dirty page / Dirty bit – Demand paging, Page
Replacement algorithms: Optimal, First in First Out (FIFO), Second Chance (SC), Not recently used (NRU)
and Least Recently used(LRU).
[Unit 5] [7 Hours]
File Management: File Concept, Access methods, File types, File operation, Directory and disk structure, File
System Structure, File System Implementation, Allocation methods (contiguous, linked, indexed), Free-space
management (bit vector, linked list, grouping), directory implementation (linear list, hash table), efficiency
and performance. Mass-Storage Structure: Disk Structure, Disk attachment, Disk scheduling, Disk
management, Swap Space Management.
Text Book:
1. Abraham Silberschatz, Peter B. Galvin and Greg Gagne, Operating System Concepts, Wiley
Publication, 8th Edition, 2008.
Reference Books:
1. Andrew S. Tanenbaum, Modern Operating System, PHI Publication, 4th Edition, 2015.
2. D. M. Dhamdhere, Systems Programming and Operating Systems, McGraw-Hill, 2nd Edition,
1996.
3. Garry Nutt, Operating Systems Concepts, Pearson Publication, 3rd Edition, 2003.
4. Harvey M. Deitel, An Introduction to Operating Systems, Addison Wesley Publication, 2nd
Edition, 1990.
5. Thomas W. Doeppner, Operating System in Depth: Design and Programming, Wiley
Publication, 2011.
Basic Human Rights
[Unit 1] [6 Hours]
The Basic Concepts: - Individual, group, civil society, state, equality, justice, Human Values, Human rights
and Human Duties: - Origin, Contribution of American bill of rights, French revolution, Rights of citizen,
Rights of working and exploited people.
[Unit 2] [6 Hours]
Fundamental rights and economic programmed, Society, religion, culture, and their inter relationship, Impact
of social structure on human behavior, Social Structure and Social Problems: - Social and communal conflicts
and social harmony, rural poverty, unemployment, bonded labor.
[Unit 3] [6 Hours]
Migrant workers and human rights violations, human rights of mentally and physically challenged, State,
Individual liberty, Freedom and democracy, NGOs and human rights in India: - Land, Water, Forest issues.
[Unit 4] [6 Hours]
Human rights in Indian constitution and law:- i) The constitution of India: Preamble ii) Fundamental rights iii)
Directive principles of state policy vi)Fundamental duties v) Some other provisions.
[Unit 5] [6 Hours]
Indian Intermediary guidelines and social media ethics code 2021: Due diligence by intermediaries; Due
diligence by intermediaries; Code of Ethics for Digital Media Publishers; Grievance redressal; Blocking of content
in case of emergency; A case study based on the above contents.
Text Book:
1. Shastry, T. S. N., India and Human rights: Reflections, Concept Publishing Company India (P
Ltd.), 2005.
Reference books:
1. Nirmal, C.J., Human Rights in India: Historical, Social and Political Perspectives (Law in
India), Oxford India
Probability Theory & Random Processes
Text Book:
1. S. C. Gupta, Fundamentals of Statistics, Himalaya Publishing House, 7th Revied and Enlarged
Edition, 2016.
Reference Books:
1. G. V. Kumbhojkar, Probability and Random Processes, C. Jamnadas and Co., 14th Edition, 2010.
2. Erwin Kreyszig, Advanced Engineering Mathematics, 9th Edition, John Wiley & Sons, 2006.
3. Veerarajan T., Engineering Mathematics (for semester III), Tata McGraw-Hill, New Delhi, 2010.
4. G. Haribaskaran, Probability, Queuing Theory and Reliability Engineering, Laxmi
Publications, 2nd Edition, 2009.
5. Murray Spiegel, John Schiller, R. ALU Srinivasan, Probability and Statistics, Schaum's Outlines,
4th Edition, 2013.
6. Kishor S. Trivedi, Probability, Statistics with Reliability, Queuing and Computer Science
Applications, Wiley India Pvt. Ltd, 2nd Edition, 2001.
7. Vijay K. Rohatgi, A. K. Md. EhsanesSaleh, An Introduction to Probability And Statistics, Wiley
Publication, 2nd Edition, 2001.
8. Roxy Peck, Chris Olsen, Jay Devore, Introduction to Statistics and Data Analysis, Third Edition,
Thomson Books/Cole.
9. Ronald Walpole; Raymond Myers; Sharon Myers; Keying Ye, Probability & statistics for
engineers & scientists, 9th edition, Prentice Hall.
Text Book:
1. R. P. Jain, Modern Digital Electronics, McGraw Hill Education, 2009.
Reference Books:
1. M. M. Mano, Digital logic and Computer design, Pearson Education India, 2016.
2. Kumar, Fundamentals of Digital Circuits, Prentice Hall India, 2016.
3. Douglas Hall, Microprocessors and Interfacing, McGraw-Hill Publication, Revised 2nd Edition,
2006.
List of Experiments:
1. Hands on Unix Commands and Shell Script programming using the commands grep, awk, and sed.
2. Shell programming for file handling
3. Implementation of various CPU scheduling algorithms (FCFS, SJF, Priority).
4. Implementation of various page replacement algorithms (FIFO, Optimal, LRU).
5. Study pthreads and implement the following: Write a program which shows the performance. Concurrent
programming; use of threads and processes, system calls (fork and v-fork)
6. Implementation of Synchronization primitives – Semaphore, Locks and Conditional Variables.
7. Implementation of Producer-Consumer problem, Banker‘s algorithm.
8. Implementation of various memory allocation algorithms, (First fit, Best fit and Worst fit), Disk.
9. Kernel reconfiguration, device drivers and systems administration of different operating systems.
10. Writing utilities and OS performance tuning.
11. Design and develop a mini application based on the studied contents.
11. Study of different types of correlation and implement any one using python programming.
Seminar II
Two hour per week is for program demonstration and instruction which can be conducted as a
classroom session or lab session.
[Unit 1] [2 Hours]
An informal introduction to programming, algorithms, and data structures, downloading and installing
Python, run a simple program on Python interpreter.
[Unit 2] [2 Hours]
Variables, operations, control flow – assignments, conditionals, loops, functions: optional arguments, default
values, passing functions as arguments.
[Unit 3] [2 Hours]
Statements, Expressions, Strings: String processing. Exception handling, Basic input/output, handling files.
[Unit 4] [2 Hours]
Class and Object, Data Structure: List, Tuple and Sequences, Set, Dictionaries.
[Unit 5] [4 Hours]
Using Database and Structured Query Languages (SQL): SQLite manager, Spidering Twitter using a
Database, Programming with multiple tables, JOIN to retrieve data.Graphs in Python.Data Visualization
and Data Analysis using Python.
List of Experiments:
1. Program to calculate area of triangle, rectangle, circle
2. Program to find the union and intersection of two lists.
3. Program to remove the i-th occurrence of the given word in a list where words repeat.
4. Program to count the occurrences of a word or a substring in a given string sentence.
5. Program to map two lists into a dictionary.
6. Program to count the frequency of words appearing in a string using a dictionary.
7. Program to create a dictionary with key as first character and value as words starting with that character.
8. Program to find the length of a list using recursion.
9. compute the diameter, circumference, and volume of a sphere using class
10. Program to read a file and capitalize the first letter of every word in the file.
11. Design and develop a mini application based on the studied contents
Text Book:
1. Michael Urban and Joel Murach, Murach‗s Python Programming, Murach's Publication, 2016.
Reference Books:
1. Charles Severance, Python for Informatics: Exploring Information, University of Michigan,
Version 2.7.0, 2014.
2. Dr. R. Nageswara Rao, Core Python Programming, Dreamtech Press, 1st Edition, 2016.
3. Mark Lutz, Learning Python, O'Reilly Media, 5th Edition, 2013.
4. Mark Pilgrim, Dive into Python 3, A press Publication, 2nd Edition, 2009.
5. Allen B. Downey, Think Python, O'Reilly Media, 2nd Edition, 2012.
6. Jon Kleinberg and Eva Tardos, Algorithm Design, Pearson Education, 1st Edition, 2006.