MBA (Data Science) Syllabus July 23
MBA (Data Science) Syllabus July 23
L-T-P-S 3-0-0-0
Credits 3
Contact Hours 3
RECOMMENDED TEXTBOOK:
Essentials of Management- by Koontz & O’Donald
REFERENCE BOOKS
Management & Organizations Behaviour — by Paul Hersey & Ken Blanchard
Principal and Practice of Management- by L.M. Prasad
Human Behavior at Work — by Kaith Devis
Organizational Behavior — by Robbins
2. 23MB51C0O - Quantitative Methods
Course Code 23MB51C0O
L-T-P-S 3-0-0-0
Credits 3
Contact Hours 3
Credits 3
Contact Hours 3
Syllabus
Introduction: Economics and managerial decision making; Managerial Economics, nature and scope of
Managerial Economics; Tools of Managerial Economics; Risk, Uncertainty and Probability Analysis.
Optimization techniques: Firm Theory: Objectives of the firm; Theory of the growth of the firm : Marris and
Penrose; Role of a Managerial Economist. Demand and Advertisement Analysis: Concept of demand;
Determinants of demand, Law of Demand; Elasticity of demand; Demand estimation and demand forecasting,
Demand forecasting for consumer durables and capital goods. Techniques of demand forecasting.
Advertising– Contribution of Economic Theory: Methods of determining Total advertising budget; Cyclical
Fluctuations of Advertising, Measuring the Economic Effects of Advertising. Production and Cost Analysis:
Production functions, Long Run and Short Run Production Functions, The Cobb- Douglas Production function,
Optimum input combination; Cost concepts, Short- run and Long- run cost functions, Cost curves, Economies
of Scale; Introduction to pricing and pricing practices. Market analysis: Markets, Kinds of Competition;
Features of different types of market structures, Price & Output determination under Perfect competition,
Monopoly, Monopolistic competition, Oligopoly; Monopoly Policy –MRTP,Macro economic concepts:
National Income, Measurement of National Income, Uses of National Income Statistics; Business Cycles,
Stages of business cycles; Inflation, Types of Inflation, Impact of inflation, Measures to over come Inflation.
Textbooks:
1. Dominick Salvatore, Managerial Economics, Oxford publications, 2007.
Reference Books
1. H.L.Ahuja, Managerial Economics, McGraw Hill, 2008.
2. Paul G.Keat, Philip K.Y.Young and Sreejata Banerjee, Managerial Economics, Pearson education, 2009.
3. P.L. Mehta, Managerial Economics, S.Chand& Sons, New Delhi, 2007.
4. D.N. Dwivedi ,Managerial Economics, Vikas Publications, New Delhi-2007.
5. G.S.Gupta, Macro Economics – Theory and Applications, The McGraw – Hill Companies, 2008
4: 23MB51C3O – Financial and Management Accounting
L-T-P-S 2-1-0-0
Credits 3
Contact Hours 3
SYLLABUS
Financial Accounting: Accounting: Book keeping – Users of Accounting information – Classification
of Accounting – Accounting concepts and conventions – Accounting standards and GAAP – Double
entry system – Journal – Ledger. Trial Balance – Subsidiary Books – Cash Book. Trading and Profit &
Loss Account - Balance Sheet with Adjustments (Problems) - Methods of Depreciation.- Ratio Analysis
(problems); Issue of shares (entries) Companies Financial Accounts as per schedule 6 part I & Part II.
Formats: Banking Accounts , Insurance Accounts and Electricity Accounts. Marginal Costing
(Problems) – Break-even Analysis (Problems).
RECOMMENDED TEXTBOOK(S):
REFERENCE BOOKS
Credits 3
Contact Hours 3
SYLLABUS
Introduction to Scientific Research: Science and Scientific Research –History of
Scientific Research- Types of Scientific Research – Research process – Defining
Research Problem and Development of Research Hypothesis –Review of Literature: role
and methods- Research design – Types – Ethical issues in Social Research. Thinking
like a Researcher: Unit of study-Study population- Concepts and Variables; Propositions,
Hypotheses and Theories-Levels of measurement of variables: Scaling of attitudes.
Reliability and validity of scales. Data Collection, Processing and Analysis: Plan for data
collection; Census Vs Sampling- SamplingDesign -Sample size determination; Types of
data; Primary Vs Secondary Data – Primary Data: media used to communicate with
respondents: Questionnaire, Interviews, Observation-Selection of an appropriate survey
research design – Data Processing Editing, Coding, Classification and Tabulation of
data- Introduction to SPSS& R. Explorative Data analysis: Graphs and Diagrammatic
presentation of data :Descriptive data analysis: Univariate and Bivariate Data Analysis-
Confirmative Data Analysis – Stating hypothesis and hypothesis testing Report Writing:
steps in report writing, Mechanics of report writing, precautions in research reporting.
RECOMMENDED TEXTBOOK:
William G. Zikmund : Business Research Methods, 8 th edition,
2010,CengageLearning.
REFERENCE BOOKS
1..Alan Bryman and Emma Bell : ‘Business Research Methods, Third Edition, 2011, OUP.
2.Donald R. Cooper, Pamela S. Schindler: Business Research Methods, 8/e, TMH, 2009.
3.C.R Kothari: Research Methodology: Methods & Techniques, 2/e, Vishwa Prakashan,
2009. 4.Moser and Kalton : Survey Methods in Social Investigation, Second edition,
ELBS. 5.Gaur: Statistical Methods for Practice and Research, Sage Publication,2009.
7. R for Every one–Advanced Analytics and Graphics by Jared P. Lander, Pearson Edu. , 2015.
SYLLABUS
Introduction to python programming: Need for programming, Programming
languages, History of python, Python Installation, Interactive modes, keywords, variables,
Identifiers, data types –Numbers, sequences, Sets, Mappings and None, mutable vs
Immutable data types, Operators in Python - Arithmetic, Assignment, Relational,
Logical, Identity and Membership Operators, Expressions, Precedence of operators in
python, Type Conversion – Implicit and Explicit, Functions in Python, Simple Programs
on If, If -else, Nested If and for loops. Introduction to NumPy: NumPy Array,
Operations on Arrays, Indexing and Slicing; Introduction to Pandas: Series and Data
frames – simple examples; Introduction to Data visualization: Matplotlib – Usage of
Pyplot, Pyplot functions with examples and Seaborn with simple examples.
RECOMMENDED TEXTBOOK:
Python for Everybody by Charles R Severance, 2016
Data Analysis from Scratch with Python by Peters Morgan, AI Sciences LLC, 2016
REFERENCE BOOKS
Fundamentals of python by Kenneth A lambert, 2014, Cengage Learning PTR.
Fundamentals of Python Programming by Richard L Halterman, 2019
Python 3.7.0 Tutorial by Guido Van Rossum
Python 3 Tutorial by tutorialspoint.com
SEMESTER II
1. 23MB20D1O – Foundation in Data Base Management Systems
Credits 3
Contact Hours 3
Syllabus:
CO1: DBMS: Introduction to Database Management System, DBMS Architecture, Advantages, Data
Models: Entity-Relational Model, Relational Model, Keys-Primary, Secondary super key, Foreign Key,
composite key, natural key, artificial key, candidate key;
CO2: Normalization and its forms- Anomalies-Insert, delete, update; Dependencies- Functional,
Transitive, Multi-valued and Partial Dependency, Normal Forms-1NF,2NF,3NF,3.5NF,4NF,5NF,6NF.
CO3: SQL : Introduction, Data Types, Operators, Expressions, Data Definition Language(DDL)-
CREATE,INSERT, Data Manipulation Language (DML) – ALTER (Modify, Rename, drop),UPDATE,
DELETE, Data Query language(DQL)- SELECT, Data Control language(DCL)-GRANT, REVOKE, Arithmetic
Operations in SQL, Other commands -JOINS,ORDER BY,GROUP BY; Introduction to PL/SQL ,No SQL,
PostgreSql.
CO4: Manipulations on Database: Installing XAMPP server, loading python (Jupyter), Connecting
database thru python, Performing SQL commands using python. Basic Understanding programs in
PL/SQL.
Text Books:
Learning SQL, Second Edition, by Alan Beaulieu,2009, Published by O’Reilly Media, Inc.
L-T-P 3-0-0
Credits 3
Contact Hours 3
Syllabus:
CO1
Introduction to Management Science. Problem Solving and Decision-Making, Quantitative Analysis,
Models of Cost, Revenue and Profit, A simple Maximization Problem, Graphical Solution, Extreme
Points and the Optimal Solution, A simple Minimization Problem, Sensitivity Analysis, Integer Linear
Programming.
CO2
Distribution and Network Models, Transportation Models, Assignment Models, Minimum Cost
Network Flow Models, Shortest Path Models, Nonlinear Optimisation Models, Basic Ideas of
Nonlinear Optimization, Pricing Models, Advertising Response and Selection Models, A Production
Application, Facility Location Models, Markowitz Portfolio Optimization Models.
CO3
Inventory Models, Economic Order Quantity Model, Economic Production Lot Size Model, Single-
Period Inventory Model with Probabilistic Demand, Order-Quantity, Reorder Point Model with
Probabilistic Demand. PrOect Scheduling: PERT/CPM, PrOect Scheduling with Known Activity Times
PrOect Scheduling with Unknown Activity Times Time-Cost Trade-Offs.
CO4
Simulation Modelling, Real Applications of Simulation, Probability Distributions for Input Variables,
The Effects of Input Distributions on Results, Operations Models, Financial Models, Simulating Games
of Chance, Decision Trees, and Dynamic Programming.
RECOMMENDED TEXTBOOK(S):
1. An Introduction to Management Science, 13th Edition, South-Western (August 18, 2010), by
Anderson, Sweeney, Williams, Camm and Martin; (ISBN-13: 978-1-4390-4327-1; ISBN-10: 1-4390-
4327-2).
2. Introduction to Management Science, Bernard W. Taylor III, Edn.11, 2013
REFERENCE BOOKS:
L-T-P 3-0-0
Credits 3
Contact Hours 3
RECOMMENDED TEXTBOOK(S):
Dessler, Human Resource Management, Pearson Education, Eleventh edition, New Delhi, 2011.
REFERENCE BOOKS
1. Raymond Andrew Noe, John R. Hollenbeck, Barry Gerhart, Patrick M Wright, Human Resource
Management, 8th Ed., The McGraw Hill Pub, 2012
Louis &Gomitz Mejia et. al: Managing Human Resources, 7th Ed., Pearson Education, 2011.
Syllabus:
CO1: Data Visualization Using Tableau: Significance of Tableau, Advantages of Tableau over R and
Excel, Components and Applications, Installation and Usage, File and Data types, show me button
(Brain of Tableau), Simple calculations.
CO2: Data Sorting –Introduction, Types of Sorting- Manual Sorting and Computer Sorting; Filters:
Types of filters; Data Sources: Extracting data, Editing data, Joining and Blending; Data Worksheets:
Add, Rename, Save and Delete;
CO3: Chart types: Text table, Heat Map, Symbol vs Filled Map, Types of Bar chart, Area chart, Circle
View, scatter plot, Gantt chart, Bullet graph; Managing Dashboards.
CO4: Data Visualization Applications: Advanced techniques in Data Visualization: Advanced Data
Visualization, Advantages Competitive tools to Tableau, Exercise on Real-time Examples.
Text Books:
CO1: Introduction to Data Analysis, Data Analyst vs Data Science, Working with range names, Tables,
cleaning data with text values and data values
CO2: Sorting-names, dates or times, rows or columns, filtering-selected values, text, date, numbers,
subtotals with ranges, Vlookup and Hlookup
CO3: Quick analysis-sums, totals, average, count, pivot tables and analysis, Inferential statistics
CO4: Data visualization- charts and graphs, Financial Analysis -Capital budgeting, Working with
multiple sheets.
Textbooks:
Data Analysis and Business Modelling by Wayne L. Winston, PHI Learning Ltd., 2010
Reference Books:
Credits 3
Contact Hours 3
1 Explain the key terms, definitions, and concepts used in the study PO1
of Marketing Management and understand the changing 2
Marketing Environment
2 Apply the knowledge of marketing concepts to strategize the PO1,PO2
3
marketing program regarding product and pricing
3 Apply the knowledge of marketing concepts to strategize the PO1,PO2
3
marketing program regarding promotion and distribution
4 Understand the need for ethics in marketing and the importance PO6
2
of social and green marketing
Overview of marketing, buyer behavior, marketing mix, pricing decisions, branding, distribution
decisions, digital marketing.
SYLLABUS
RECOMMENDED TEXTBOOK(S):
1. Philip Kotler - Principles of Marketing – 15th Edition, 2014, Prentice Hall, New Delhi.
REFERENCE BOOKS
3. Etzel, walker, Stanton and Pandit, Marketing: Concepts and Cases, TMH – New Delhi