0% found this document useful (0 votes)
46 views16 pages

Cseds 7

syll

Uploaded by

ankitsoni676767
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views16 pages

Cseds 7

syll

Uploaded by

ankitsoni676767
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Shri Shankaracharya Technical Campus, Bhilai

(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
SCHEME
B. Tech. Seventh Semester- OF EXAMINATION
Computer Science & Engineering (Data Science)
B. Tech- 4th Year Semester: 7th
Branch: Computer Science and Engineering
(Data Science)
Periods per
Scheme of Exam Credit
Subject week Total
S.N. Subject Name L+(T+
Code Theory/Practical Marks
L T P P)/2
ESE CT TA
1 Digital Image Processing CS110701 2 1 - 100 20 30 150 3
2 Advanced R Programming CS102702 2 1 - 100 20 30 150 3
3 Deep Learning CS110703 3 0 - 100 20 30 150 3
4 Professional Elective –III Refer Table -II 3 0 - 100 20 30 150 3
5 Open Elective – II Refer Table-I 3 0 - 100 20 30 150 3
6 R Programming Lab CS102791 - - 2 25 - 25 50 1
7 Deep Learning Lab CS110792 - -- 2 25 - 25 50 1
8 Capstone Project Phase -1 CS102793 - - 4 50 - 50 100 2
9 Industrial Training (VT) CS102794 - - 2 - - 25 25 1
10 Universal Human Value - - - - - 25 25
CS100795 -
and Professional Ethics
Total 15 1 8 600 100 300 1000 20

Table-I: Professional Elective – III [7th Sem]


Sl.
Board of Studies (BOS) Courses (Subject) Course Code
No.
1 Computer Science and Engg. Internet and Web Technology CS102721
2 Computer Science and Engg. Natural Language Processing CS110722
Computer Science and Engg. Object Oriented Database CS111723
3
Management System
4 Computer Science and Engg. AI in Gaming CS114724
5 Computer Science and Engg. Industrial IOT CS115725

Table-II: Open Elective – II [7th Sem]

Sl.
Board of Studies (BOS) Courses (Subject) Course Code
No.

1 Computer Science and Engg. Advance Statistical Methods CS100741

2 Computer Science and Engg. Enterprise Resource Planning CS100742

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Subject Code Digital Image Processing


L=3 T=2 P=0 Credits = 3
CS102701
Evaluation ESE CT TA Total ESE Duration
Scheme 100 20 30 150 3 Hours

Course Objectives Course Outcomes


The objective of the course to: Students will be able to:
1. To introduce the fundamentals of deep CO1 Understand the fundamentals of deep
learning and the main research activities in learning and the main research activities
this field. in this field
2. To learn architectures and optimization CO2 Remember architectures and
methods for deep neural network training. optimization methods for deep neural
network training
CO3 Implement, apply and test relevant
learning algorithms in TensorFlow
CO4 Critically evaluate the method’s
applicability in new contexts and
construct new applications
Unit – 1 : Introduction: Digital Image Processing, Fundamental Steps In CO 01
Image Processing, Components Of Digital Image Processing Systems, Elements 08 Hrs
Of Visual Perception, Image Formation Model, Image Sampling And
Quantization, Relationship Between Pixels- Neighborhood, Adjacency
Connectivity, Regions, Boundaries And Distance Measures.

Unit- 2 Image Enhancement: Enhancement By Point Processing, Sample CO 02


Intensity Transformation, Histogram Processing, Image Subtraction, Image 08 Hrs
Averaging, Spatial Filtering –Smoothing Special Filters, Sharpening Spatial
Filters, Frequency Domain- Fourier Transform, Low Pass, High Pass,
Laplacian, Homomorphic Filtering.

Unit- 3 Image Segmentation: Detection of Discontinuities- Point, Line And CO 03


Edge Detection, Edge Linking And Boundary Detection, Thresholding, Region- 08 Hrs
Based Segmentation- Region Growing, Region Splitting And Merging. Use of
Motion in Segmentation- Spatial Techniques and Frequency Domain
Technique.

Unit- 4 Image Compression: Coding Redundancy, Inter Pixel Redundancy, CO 04


Fidelity Criteria, Image Compression Models, Error Free Compression, Lossy 08 Hrs
Compression, Variable Length Coding, Bit Plane Coding, Lossless Predictive
Coding, Image Compression Standards, Real Time Image Transmission, Jpeg
and Mpeg.

Unit – 5 Color Image Processing: Color Models, Pseudo Color Image CO 05


Processing, Color Transformation, Smoothing and Sharpening, Image

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Segmentation Based On Color 08 Hrs

Text Books:

S. No. Title Author(s) Publisher

R. C. GONZALEZ, PEARSON
1 DIGITAL IMAGE PROCESSING
R. E. WOODS EDUCATION
WILEY-
2 DIGITAL IMAGE PROCESSING W.K. PRATT
INTERSCIENCE

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Subject Code Advanced R Programming


L=3 T=2 P=0 Credits = 3
CS102702
Evaluation ESE CT TA Total ESE Duration
Scheme 100 20 30 150 3 Hours

Course Objectives Course Outcomes

1. Learn Fundamentals of R After the completion of this course, the


2. Covers how to use different functions students will be able to:
in R, how to read data into R,
accessing R packages, writing R 1. Understand the basics of Fundamentals
functions, debugging, and organizing of R.
data using R functions. 2. Understands the loading, retrieval
3. Cover the Basics of statistical data techniques of data.
analysis with examples. 3. Understand how data is analysed and
4. The whole syllabus will give an idea to visualized using statistic functions.
collect, compile and visualize data
using statistical functions.

Unit I Introduction to Vector, Matrix and Data Frames Introduction to CO 01


vectors, Vector recycling, Slicing and indexing a vector in R, Extracting 08 Hrs
elements from a vector, Changing the dimensions of an object in R, Creating a
matrix in R, Indexing an element from a matrix, Slicing a matrix in R, Matrix
arithmetic, Matrix operations, Categorical data, Factors in R, Lists in R,
Introduction , Creating a data frame in R, The Tidy verse Package, Data import
in R, Importing a CSV in R Creating data frames, Getting a sense of your data
frame, Indexing and slicing a data frame in R, Data frame operations, extending
a data frame in R

Unit II Manipulating data Introduction, Data transformation with R- the Dplyr CO 02


package, Sampling data with Dplyr package, Using the pipe operator in R, 08 Hrs
Manipulating Data, Tidying data in R-gather() and separate(), unite(), spread(),
Tidying data .

Introduction to data visualization, introduction to ggplot2, variables: revisited,


Building a histogram with ggplot2, building a bar chart with ggplot2, Building a
box and whiskers plot with ggplot2, Building a scatterplot with ggplot2

Unit III Exploratory Data analysis Population vs. sample, Mean, median, CO 03
mode, Skewness, Variance, standard deviation and coefficient of variability, 08 Hrs
Covariance and Correlation

Unit IV Hypothesis Testing Distribution, Standard Error and Confidence CO 04

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Intervals, Hypothesis, Type I and Type II errors, Test for the mean-population 08 Hrs
variance known, The P-value, Comparing two means-Independent Samples

Unit V Linear Regression Analysis The linear regression model, Correlation vs CO 05


regression, Correlation vs regression, Geometrical representation Decomposition 08 Hrs
of variability: SST, SSR, SSE, R-Squared

Text Books:

S. No. Title Author(s) Publisher

McGraw Hill Education


1 R Programming for Beginners Sandip Rakshit
(India)
McGrawHill Education
2 Data Analytics using R Seema Acharya
(India)

Reference Books:
S. No. Title Author(s) Publisher
https://www.t
utorialspoint.c
1 Tutorials Point (I) simply easy learning Online Tutorial Library (2018)
om/r/r_tutoria
l.pdf
John Wiley
2 R for Dummies Andrie de Vries, Joris Meys
and Sons

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Subject Code Deep Learning L=3 T=2 P=0 Credits = 3
CS110703
Evaluation ESE CT TA Total ESE Duration
Scheme 100 20 30 150 3 Hours

Course Objectives Course Outcomes


The objective of the course to: Students will be able to:

3. To introduce the fundamentals of CO5 Understand the fundamentals of deep learning


deep learning and the main and the main research activities in this field
research activities in this field. CO6 Remember architectures and optimization
4. To learn architectures and methods for deep neural network training
optimization methods for deep CO7 Implement, apply and test relevant learning
neural network training. algorithms in TensorFlow
CO8 Critically evaluate the method’s applicability in
new contexts and construct new applications
UNIT 1 Introduction: History of Deep Learning, McCulloch Pitts Neuron, CO 01
Multilayer Perceptrons (MLPs), Representation Power of MLPs, Sigmoid 08 Hrs
Neurons, Feed Forward Neural Networks, Back propagation

UNIT 2 Activation Functions & Parameters: Gradient Descent (GD), CO 02


Momentum Based GD, Nesterov Accelerated GD, Stochastic GD, Principal 08 Hrs
Component Analysis and its interpretations, Singular Value Decomposition,
Parameters v/s Hyper-parameters

UNIT 3 Auto-Encoders & Regularization: Auto encoders and relation to PCA, CO 03


Regularization in auto encoders, Denoising auto encoders, Sparse auto 08 Hrs
encoders, Regularization: Bias Variance Tradeoff, L2 regularization, Early
stopping, Dataset augmentation, Encoder Decoder Models, Attention
Mechanism, Attention over images, Batch Normalization

UNIT 4 Deep Learning Models: Introduction to CNNs, Architecture, CO 04


Convolution/pooling layers, CNN Applications, LeNet, AlexNet, ZF-Net, 08 Hrs
VGGNet, GoogLeNet, ResNet. Introduction to RNNs, Back propagation through
time (BPTT), Vanishing and Exploding Gradients, Truncated BPTT, GRU, LSTMs

UNIT 5 Deep Learning Applications: Image Processing, Natural Language CO 05


Processing, Speech recognition, Video Analytics 08 Hrs

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Text Books:

S.
Title Author(s) Publisher
No.
Ian Goodfellow, The MIT Press
1 Deep Learning Yoshua Bengio, Aaron
Courville
Learning deep Now Publishers
2 Bengio, Yoshua
architectures for AI

Reference Books:

S.
Title Author(s) Publisher
No.
1 Deep Learning Rajiv Chopra Khanna Book Publishing

Alternative NPTEL/SWAYAM Course (if any):

S.
No. NPTEL Course Name Instructor Host Institute

1 Deep Learning Prof. Mitesh M. Khapra IIT Ropar

Prof. Prabir Kumar


2 Deep Learning IIT Kharagpur
Biswas

Web Reference:

https://nptel.ac.in/courses/106/106/106106184/
https://www.coursera.org/specializations/deep-learning

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Subject Code Deep Learning Lab L= T=0 P=2 Credits = 1


CS110792
Evaluation ESE CT TA Total ESE Duration
Scheme 25 - 25 50 3 Hours

Course Objectives Course Outcomes


 Perform different pre-processing
operations on structured or unstructured
data
 Design neural network layers for various
 To illustrate simple neural networks
learning problems.
and deep neural networks.
 To interpret the model results and  Demonstrate binary as well as multi-
analyze the accuracy of the model. class classification problems.
 To explain different preprocessing  Interpret the model results and analyze
operations on structured data or on the performance of the model.
unstructured data.  Apply statistical concepts and perform
 To explain how to predict the results Exploratory Data Analysis.
using a trained model.  Implement, train, and validate their own
neural network

Guidelines for Laboratory Conduction:


 Prior knowledge of Linear Algebra, Probability Theory, Machine Learning, Artificial
Neural Network, Python programming language is essential.
 Operating System recommended: - 64-bit Open-source Linux or its derivative
 Recommended tools for the implementation: Python, OpenCV, TensorFlow, Pytorch,
MATLAB, etc.
 Use of the Anaconda platform is encouraged.

1. Write a program to generate following logic functions using McCulloch-Pitts neuron


and appropriate values for weights, bias and threshold
a) AND logic function
b) OR logic function
c) NOT logic function
d) NOR logic function
e) XOR logic function

2. Write a program to build a logistic regression classifier with a Neural Network


mindset. Consider following guidelines.
a) Consider any convenient dataset (Cats dataset etc.) and pre-process the
dataset.
b) Define the appropriate model structure.

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
c) Evaluate the model performance.
d) Analyse the obtained results

3. Design a neural network (NN) model with one hidden layer for classification
problems. Use Planar data set or any other suitable data set
a) Implement a 2-class classification neural network with a single hidden layer.
b) Use units with a non-linear activation function, such as tanh.
c) Compute the cross-entropy loss.
d) Implement forward and backward propagation.
e) Evaluate the model performance.
f) Analyse the results

4. Implement a multilayer perceptron (MLP) model for prediction such as house prices.
a) Perform Exploratory Data Analysis
b) Prepare dataset
c) Build MLP model
d) Evaluate Model performance
e) Predict for test data

5. Build a Multiclass classifier using the CNN model. Use MNIST or any other suitable
dataset.
a) Perform Data Pre-processing
b) Define Model and perform training
c) Evaluate Results using confusion matrix

6. Design an object detection model using deep neural networks for simple objects.
a) Select appropriate dataset and perform data pre-processing
b) Define architecture in terms of layers
c) Evaluate Model performance
d) Label the object with appropriate text

7. Install OpenCV package on your system and perform following operations on


images.
a) Image Sharpening
b) Edge Detection & Image Gradients
c) Cropping
d) Blurring
e) Background Subtraction Method

8. Design and implement a CNN for Image Classification.


a) Select a suitable image classification dataset (medical imaging, agricultural,
etc.).
b) Optimized with different hyper-parameters including learning rate, filter size, no.
of layers, optimizers, dropouts, etc

9. Apply a pre-trained network and apply it to a new task using transfer learning.
a) Use any three pre-trained models including AlexNet, GoogleNet, VGGNet,
MobileNet, ResNet, DenseNet, etc.
b) Fine-tune the hyper-parameters and compare their performance for a suitable

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
application.

10. Design RNN or its variant including LSTM or GRU.


a) Select a suitable time series dataset. Example – predict sentiments based on
product reviews
b) Apply for prediction

11. Build a word2vec model for unstructured data.


a) Use any unstructured text dataset
b) Convert words into a representative vector of numerical values

12. Implement an artificial neural network on GPUs


a) Implement ANN on GPUs.
b) Deploy the model using Amazon SageMaker or other platforms available

13. Implement Auto-encoders for any of the task including.


a) Data Compression
b) Image de-noising
c) Dimensionality reduction

14. Design and implement Deep Convolutional GAN to generate images of faces/digits
from a set of given images.

Text Books:

S. No. Title Author(s) Publisher

McGraw Hill Education


1 R Programming for Beginners Sandip Rakshit
(India)
McGrawHill Education
2 Data Analytics using R Seema Acharya
(India)

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Subject Code R Programming Lab L= T=0 P=2 Credits = 1


CS102791
Evaluation ESE CT TA Total ESE Duration
Scheme 25 - 25 50 3 Hours

Course Objectives Course Outcomes


 Demonstrate use of basic functions
 Enable to build programming logic
 Create their own customized
and thereby developing skills in
functions
programming
 Construct tables and figures for
 Clear understanding on how to
descriptive statistics
organize data analyse data using
 Learn to understand new data sets
real time example
and functions by yourself
 Work on built-in real-time cases for
analysis and visualization
List of Experiments.

1. Write a program to check whether a year (integer) entered by the user is a leap year
or not?
2. Write an R program to find the sum of natural without formula using the if-else
statement and while loop.
3. Write a program that prints the grades of the students according to the marks
obtained. The grading of the marks should be as follows. Marks Grades 800-1000
A+, 700 – 800 A, 500 – 700 B+, 400-500 B, 150 – 400 C, Less than 150 D.
4. Write an R program to make a simple calculator that can add, subtract, multiply and
divide using switch cases and functions.
5. Write a program to perform searching within a list (1 to 50). If the number is found in
the list, print that the search is successful otherwise print that the number is not in
the list. Program:
6. Create a list and data frame that stores the marks of any three subjects for 10
students. Find out the total marks, average, maximum marks and minimum marks
of every subject.
7. Write the steps to import data from Excel to CSV files and apply data viewer
functions like rm(),dim(),head(), tail(), sorting, filtering, searching to view few set of
rows.
8. Write a program to create two 3 X 3 matrices A and B and perform the following
operations:
a. Transpose of the matrix.
b. Addition.
c. Subtraction
9. Write an R program to create a list containing strings, numbers, vectors and logical
values and do the following manipulations over the list:
a. Access the first element in the list
b. Give the names to the elements in the list
c. Add element at some position in the list

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
d. Remove the element
e. Print the fourth element
f. Update the third element
10. Let us use the built-in dataset air quality which has Daily air quality measurements
in New York, May to September 1973. Create a histogram by suing appropriate
arguments for the following statements:
a. Assigning names, using the air quality data set
b. Change colours of the Histogram
c. Remove Axis and Add Labels to Histogram
d. Change Axis limits of a Histogram
e. Create a Histogram with density and Add Density curve to the Histogram
11. Design a data frame in R for storing about 20 employee details. Create a CSV file
named “input.csv” that defines all the required information about the employee such
as id, name, salary, start_date, dept. Import into R and do the following analysis.
a. Find the total number rows & columns
b. Find the maximum salary
c. Retrieve the details of the employee with maximum salary
d. Retrieve all the employees working in the IT Department
e. Retrieve the employees in the IT Department whose salary is greater than
20000 and write these details into another file “output.csv”.
12. Create a dataset or table [„Smart Phone”] in an excel sheet that stores the mobile
information [price, company name, model, Sale Percent] of five different companies.
Store at least 20 rows. Write the scripts and find out the output for the following
information.
a. Maximum price of the mobile of each company
b. Minimum price of mobile of each company
c. Average price of mobile of each company
d. Total Price of mobile of each company

Text Books:

S. No. Title Author(s) Publisher

McGraw Hill Education


1 R Programming for Beginners Sandip Rakshit
(India)
McGrawHill Education
2 Data Analytics using R Seema Acharya
(India)

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Subject Code Internet and Web Technology


L=3 T=2 P=0 Credits = 3
CS102721
Evaluation ESE CT TA Total ESE Duration
Scheme 100 20 30 150 3 Hours

Course Objectives Course Outcomes


1. Describe the important features of the Web Students will be able to:
and Web browser software
2. Evaluate e-mail software and Web-based e- 1. Understand, analyze and apply the role of
mail services languages like HTML, DHTML, CSS, XML,
3. Use FTP and other services to transfer and Javascript, and web applications
store data 2. Analyze a web page and identify its elements
4. Demonstrate the use of real-time chat and and attributes.
briefly describe the history of the wireless 3. Create XML documents and XML Schema
Internet
5. Create HTML documents and enhance
them with browser extensions

CO _
UNIT-I INTRODUCTION TO INTERNET: Introduction, Evolution of Internet, Internet
Applications, Internet Protocol -TCP/IP, UDP, HTTP, Secure Http(Shttp) Internet Addressing __ Hrs
– Addressing Scheme – Ipv4 & IPv6, Network Byte Order, Domain Name Server and IP
Addresses, Mapping . Internet Service Providers, Types Of Connectivity Such As Dial-Up
Leaded Vsat Etc. Web Technologies: ThreeTier Web Based Architecture; Jsp, Asp, J2ee, .Net
Systems

CO _
UNIT-II HTML CSS AND SCRIPTING: HTML - Introduction, Sgml, Dtd(Document
Type Definition, Basic Html Elements, Tags and usages, HTML Standards , Issues in HTML __ Hrs
Dhtml: Introduction Cascading Style Sheets: Syntax ,Class Selector, Id Selector Dom
(Document ObjectModel) & DSO (Data Source Object) Approaches To Dynamic Pages: Cgi,
Java Applets, Plug Ins, Active X, Java Script –Java Script Object Model, Variables-Constant
– Expressions, Conditions Relational Operators- Data Types – Flow Control – Functions &
Objects-events and event handlers – Data type Conversion & Equality – Accessing HTML
form elements

CO __
UNIT-III XML: What is XML – Basic Standards, Schema Standards, Linking & __Hrs
Presentation Standards, Standards that build on XML, Generating XML data, Writing a
simple XML File, Creating a Document type definition, Documents &Data ,Defining
Attributes & Entities in the DTD ,Defining Parameter Entities & conditional Sections,
Resolving a naming conflict, Using Namespaces, Designing an XML data structure,

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Normalizing Data, Normalizing DTDS

CO _
UNIT-IV INTERNET SECURITY & FIREWALLS: Security Threats From Mobile
Codes, Types Of Viruses, Client Server Security Threats, Data & Message Security, Various __ Hrs
electronic payment systems, Introduction to EDI, Challenges– Response System, Encrypted
Documents And Emails,Firewalls: Hardened Firewall Hosts, Ip- Packet Screening, Proxy
Application Gateways, Aaa (Authentication, Authorization And Accounting).

CO __
UNIT-V WEBSITE PLANNING & HOSTING: Introduction, Web Page Lay-Outing, __Hrs
Where To Host Site, Maintenance Of Site, Registration Of Site On Search Engines And
Indexes, Introduction To File Transfer Protocol, Public Domain Software, Types Of Ftp
Servers (Including Anonymous),Ftp Clients Common Command. Telnet Protocol, Server
Domain, Telnet Client, Terminal Emulation. Usenet And Internet Relay Chat.

Text Books:

S.
No. Title Author(s) Publisher
Internet & Intranet TMH
1 Daniel Minoli
Engineering
Alexis Leon and Tech World
2 Internet for Every One Mathews Leon

Reference Books:

S.
No. Title Author(s) Publisher
Using HTML 4, XML and Eric Ladd, Jim
1 Prentice Hall of India -1999
JAVA O’Donnel

Beginning Java Script Paul Wilton SPD Publications

Frontiers of Electronics of Ravi kalakota &


Addison Wesley
Commerce Andrew B. Whinston

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Subject Code
Enterprise Resource Planning L=3 T=0 P=0 Credits = 3
CS100742
ESE CT TA Total ESE Duration
Examination 100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be
Minimum Assignments=02
conducted=02

Course Objectives Course Outcomes

 To know the basics of ERP and business  To know the basics of ERP
modules of ERP.  To understand the key implementation issues of
 To understand the key implementation ERP
issues of ERP.  To know the business modules of ERP
 To be aware of some popular products in the  To be aware of some popular products in the
area of ERP. area of ERP
 To appreciate the current and future trends  To appreciate the current and future trends in
in ERP ERP

Unit-I Introduction: Overview of enterprise systems ñ Evolution - Risks and benefits – Fundamental
technology - Issues to be consider in planning design and implementation of cross functional
integrated ERP systems. Introduction to SAP

Unit- II ERP Solutions and Functional Modules: Overview of ERP software solutions- Small,
medium and large enterprise vendor solutions, BPR and best business practices - Business process
Management, Functional modules.

Unit-III ERP Implementation: Planning Evaluation and selection of ERP systems - Implementation
life cycle - ERP implementation, Methodology and Frame work- Training ñ Data Migration – People
Organization in implementation-Consultants, Vendors and Employees.

Unit-IV Post Implementation: Maintenance of ERP- Organizational and Industrial impact; Success
and Failure factors of ERP Implementation. Emerging Trends on ERP: Extended ERP systems and
ERP add-ons -CRM, SCM, Business analytics - Future trends in ERP systems-web enabled, Wireless
technologies, cloud computing.

Unit V ERP and Related Technologies. ERP and Related Technologies. Business Process
Reengineering (BPR). Management Information System (MIS). Executive Information System.
Decision support System (DSS). Supply Chain Management (SCM) Other Related Technologies of
SCM E-Procurement; E-Logistics; Internet Auctions; E-markets; Electronic Business Process
Optimization; Business Objects in SCM; E commerce

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards
Shri Shankaracharya Technical Campus, Bhilai
(An Autonomous Institute Affiliated to CSVTU Bhilai)

SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)

Text Books:

S. No. Title Author(s) Publisher


1 ERP demystified Alexis Leon Tata McGraw-Hill,2008
Essentials of Business Process and Sinha P. Magal and
2 Wiley India,2012
Information System Jeffery Word

Reference Books:

S. No. Title Author(s) Publisher

1 ERP and Supply Chain Management Christian N. Madu CHI4


Implementing SAP ERP Sales &
2 Glynn C. Williams McGraw-Hill
Distribution

1.00 Applicable for


Chairman (AC) Chairman (BoS) Date of Release Version AY 2021-22 Onwards

You might also like