Final-BCA V and VI Sem Syllabus
Final-BCA V and VI Sem Syllabus
NEP-2020
Page 1
Curriculum Design / Syllabus Framing Committee
Page 2
Program: B.C.A Subject: Computer Science
Credits
Theory/
per week
Course No. Practical Paper Title
(L+T+P) S.A. I.A.
Design & Analysis of
DSC13 Theory 4 4+0+0 60 40
Algorithms
Design & Analysis of
DSC13-Lab Practical 2 0+0+4 25 25
Algorithms Lab
Statistical Computing and
DSC14 Theory 4 4+0+0 R Programming 60 40
V
DSC14-Lab Practical 2 0+0+4 R Programming Lab 25 25
A. Cloud Computing
DSE-E1 Theory 3 3+0+0 60 40
B. Business Intelligence
Page 3
Program Name B.C.A Semester V
Contents 52 Hrs
Introduction: What is an Algorithm? Fundamentals of Algorithmic problem solving,
Fundamentals of the Analysis of Algorithm Efficiency, Analysis Framework, Measuring
10
the input size, Units for measuring Running time, Orders of Growth, Worst-case, Best-
Case and Average-case efficiencies.
Asymptotic Notations and Basic Efficiency classes, Informal Introduction, O-notation, Ω-
notation, θ-notation, mathematical analysis of non-recursive algorithms, mathematical 10
analysis of recursive algorithms.
Brute Force & Exhaustive Search: Introduction to Brute Force approach, Selection Sort
and Bubble Sort, Sequential search, Exhaustive Search- Travelling Salesman Problem and 14
Knapsack Problem, Depth First Search, Breadth First Search
Divide-and-Conquer: Introduction, Merge Sort, Quick Sort, Binary Search, Binary Tree
traversals and related properties. 8
Decrease-and-Conquer: Introduction, Insertion Sort, Topological Sorting.
Greedy Technique: Introduction, Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s 10
Algorithm.
Page 4
Program Name B.C.A Semester V
Design and Analysis of Algorithms Laboratory
Course Title (Practical) No. of Credits 02
Page 5
Program Name B.C.A Semester V
Course Title Statistical Computing & R Programming (Theory)
Contents 52 Hrs
Introduction of R programming language: Introduction, Features of R, Data types in R:
numeric, arithmetic, assignment, Operators, Data Objects in R :Arrays, Lists,vectors,
Matrices and Data Frames, Factors Conditions and Loops: if, Switch, while, for ,repeatloops, 12
Strings handling in R, Calling Functions, Writing Functions,Exceptions, Date&Timings
and Visibility, Packaging in R.
Reading and writing files: Reading Tabular Data, Commands to Extract Rows and 12
Columns, working with CSV files: reading, writing, analysis, working with JSON
Files: reading, writing, Working with XML Files: reading, writing.
R as a set of statistical tables: Statistics And Probability, Process of Descriptive Analysis,
Average, Variance, Standard Deviation in R, Mean, Median and Mode in R, Covariance 8
and Correlation in R, Probability distributions in R:Normal distributions, binomial
distributions.
Statistical testing and modeling in R: Hypothesis testing in R, components of hypothesis 8
test, testing means, testing proportions, testing categorical variables, errors and power.
Advanced graphics in R: Plotting commands-high level and low level, Graphics 12
parameters list, Device drivers, Dynamic graphics, plot customization, plotting regions and
margin,R Histogram, Bar chart, Pie chart, Scatter plots examples.
References
1 Tilman M. Davies, “The book of R: A first course in programming and statistics”, San Francisco,
2 Vishwas R. Pawgi, “Statistical computing using R software”, Nirali prakashan publisher,1st
edition, 2022.
3 https://www.youtube.com/watch?v=KlsYCECWEWEhttps://
www.geeksforgeeks.org/r-tutorial/https://www.tutorialspoint.com/r/index.html
Page 6
Program Name
B.C.A Semester V
Course Outcomes:
Install Code and Use R Programming Language in R Studio IDE to perform basic tasks on
Vectors, Matrices and Data frames. Explore fundamentals of statistical analysis in R
environment.
Describe key terminologies, concepts and techniques employed in Statistical Analysis.
Define Calculate, Implement Probability and Probability Distributions to solve a wide variety
of problems.
Conduct and interpret a variety of Hypothesis Tests to aid Decision Making.
Understand, analyze and Interpret Correlation Probability and Regression to analyze the
underlying relationships between different variables.
Page 7
Program Name B.C.A Semester V
Course Title Software Engineering (Theory)
Course Code DSC - 15 No. of Credits 04
Contact hours 52 Hours/4 Hours per week Duration of SEA/Exam 2 hours
Contents 52 Hrs
OVERVIEW: Introduction, Software engineering ethics; Software process models;
Process activities; Coping with change; Agile software development: Agile methods; Plan- 10
driven and agile development.
REQUIREMENTS ENGINEERING: Functional and non-functional requirements;
Software requirements document; Requirement’s specification; Requirements engineering 10
processes; Requirement’s elicitation and analysis; Requirement’s validation;
Requirements management.
SYSTEM MODELING: Context models; Interaction models- Use case modeling,
Sequence diagrams; Structural models- Class diagrams, Generalization, Aggregation; 10
Behavioral models- Data-driven modeling, Event-driven modeling; Model-driven
engineering.
ARCHITECTURALDESIGN: Architectural design decisions; Architectural views;
Architectural patterns- Layered architecture, Repository architecture, Client–server
architecture 12
DESIGN AND IMPLEMENTATION: Object-oriented design using the UML- System
context and interactions, Architectural design ,Object class identification, Design models,
Interface specification; Design patterns; Implementation issues.
SOFTWARETESTING: Development testing-Unit testing, Choosing unit test cases,
Component testing, System testing, Test-driven development; Release testing; User 10
testing- Alpha, Beta, Acceptance testing.
Text Books:
1 Ian Somerville, “Software Engineering”, 8th Edition, Pearson Education, 2009.
References Books:
1
Waman S Jawadekar, “Software Engineering Principles and Practice”, Tata McGraw-Hill,
2004.
2 Roger S. Pressman, “A Practitioners Approach”, 7th Edition, McGraw-Hill, 2007.
3 P Jalote, “An Integrated Approach to Software Engineering”, Narosa Publication.
Page 8
Program Name B.C.A Semester V
Contents 42 Hrs
Introduction: Different Computing Paradigms- Parallel Computing, Distributed
Computing, Cluster Computing, Grid Computing, Cloud Computing etc., Comparison of
various Computing Technologies; Cloud Computing Basics- What is Cloud Computing?
8
History, Characteristic Features, Advantages and Disadvantages, and Applications of
Cloud Computing; Trends in Cloud Computing; Leading Cloud Platform Service
Providers.
Cloud Architecture: Cloud Service Models- Infrastructure as a Service (IaaS), Platform
as a Service (PaaS) and Software as a Service (SaaS), Comparison of different Service
Models; Cloud Deployment Models-Public Cloud; Private Cloud, Hybrid Cloud,
Community Cloud; Cloud Computing Architecture- Layered Architecture of Cloud.
Virtualization- Definition, Features of Virtualization; Types of Virtualizations- Hardware 10
Virtualization, Server Virtualization, Application Virtualization, Pros and Cons of
Virtualization, Technology Examples- Xen: Para virtualization, VMware: Full
Virtualization, Microsoft Hyper-V.
Cloud Application Programming and the Aneka Platform: Aneka Cloud Application
Platform- Framework Overview, Anatomy of the Aneka Container, Building Aneka
Clouds: Infrastructure Organization, Logical Organization, Private Cloud Deployment
8
Mode, Public Cloud Deployment Mode, Hybrid Cloud Deployment Mode.
Cloud Platforms in Industry: Amazon Web Services- Compute Services, Storage
Services, Communication Services, Additional Services; Google AppEngine- Architecture
and Core Concepts, Application Life-Cycle. 8
Microsoft Azure- Azure Core Concepts: Compute, Storage, Core Infrastructure and Other
Services, Windows Azure Platform Appliance.
Cloud Applications: Scientific Applications-Healthcare (ECG Analysis in the Cloud) Geo
science (Satellite Image Processing); Business and Consumer Applications - CRM and 8
ERP, Social Networking, Media Applications, Multiplayer Online Gaming.
Page 9
Formative Assessment for Theory
Assessment Occasion/type Marks
Internal Assessment Test1 10 Marks
Internal Assessment Test2 10 Marks
Quiz / Assignment / Small Project 10 Marks
Seminar 10 Marks
Total 40 Marks
Text Books:
Page 10
Program Name B.C.A Semester V
Course Title Business Intelligence (Theory)
Course Code DSE-E1 No. of Credits 03
Contact hours 42 Hours /3 Hours per week Duration of SEA/Exam 2 hours
Contents 42 Hrs
Information Systems Support for Decision Making: An Early Framework for
Computerized Decision Support, The Concept of Decision Support Systems, A Framework 8
for Business Intelligence, Business Analytics Overview, Brief Introduction to Big Data
Analytics
Introduction and Definitions, Phases of the Decision Making Process, The Intelligence
Phase, Design Phase, Choice Phase, Implementation Phase, Decision Support Systems
8
Capabilities, Classification, Components.
Basic Concepts of Neural Networks: Developing Neural Network-Based Systems,
Illuminating the Black Box of ANN with Sensitivity, Support Vector Machines, And A
Process Based Approach to the Use of SVM, Nearest Neighbor Method, Sentiment Analysis 10
Overview, Sentiment Analysis Applications, and Sentiment Analysis Process.
Decision Support Systems modeling: Structure of mathematical models for decision
support, Certainty, Uncertainty, and Risk, Decision modeling with spreadsheets,
8
Mathematical programming optimization, Decision Analysis with Decision Tables and
Decision Trees, Multi-Criteria Decision Making With Pair wise Comparisons.
Automated Decision Systems :The Artificial Intelligence field, Basic concepts of Expert
Systems, Applications of Expert Systems, Structure of Expert Systems, Knowledge 8
Engineering, and Development of Expert Systems.
Page 11
Text Books:
Ramesh Sharda, Dursun Delen, Efraim Turban, J. E. Aronson, Ting-Peng Liang, David King,
1. “Business Intelligence and Analytics: System for Decision Support”,10th Edition, Pearson Global
Edition.
Data Analytics: The Ultimate Beginner's Guide to Data Analytics Paperback–12 November 2017
2. by Edward Miz
Additional Reading:
1. https://shorturl.at/iuAT0
2. https://www.coursera.org/courses?query=business%20intelligence
Page 12
Program Name B.C.A Semester V
Course Title Digital Marketing (Theory)
Course Code Voc-2 No. of Credits 03
Contact hours 42 Hours /3 Hours per week Duration of SEA/Exam 2 hours
Contents 42 Hrs
Introduction to Digital Marketing: Overview of digital marketing, Evolution of digital
marketing, Importance and benefits of digital marketing, Digital marketing channels and
platforms. 8
Digital Marketing Strategy and Planning: Developing a digital marketing strategy,
Setting goals and objectives, Budgeting and resource allocation.
Campaign planning and execution, Monitoring and adjusting digital marketing campaigns
Social Media Marketing: Overview of social media marketing, Social media platforms
8
and their features, Creating and optimizing social media profiles, Social media content
strategy, Social media advertising and analytics
Email Marketing: Introduction to email marketing, Building an email list, Creating
effective email campaigns, Email automation and segmentation, Email marketing metrics
8
and analytics.
Content Marketing: Understanding content marketing, Content strategy and planning,
Content creation and distribution, Content promotion and amplification, Content marketing
metrics and analytics.
8
Mobile Marketing: Mobile marketing overview, Mobile advertising strategies, Mobile
app marketing, Location-based marketing, Mobile marketing analytics.
Analytics and Reporting: Importance of analytics in digital marketing, Setting up web
analytics tools (e.g., Google Analytics), Tracking and measuring key performance 10
indicators(KPIs),Conversiontrackingandoptimization,Reportinganddatavisualization
Page 13
References
"Digital Marketing Strategy: An Integrated Approach to Online Marketing" by Simon Kings
1 north.
"Email Marketing Rules: How to Wear aWhite Hat, Shoot Straight, and Win Hearts" by Chad
2 S. White
"Content Inc.: How Entrepreneurs Use Content to Build Massive Audiences and Create
3 Radically Successful Businesses" by Joe Pulizzi
"Mobile Marketing: How Mobile Technology is Revolutionizing Marketing, Communications
4 And Advertising" by Daniel Rowles
"Web Analytics2.0: The Art of Online Accountability and Science of Customer Centricity" by
5 Avinash Kaushik
Page 14
Program Name B.C.A Semester V
Course Title Cyber Security (Theory)
Course Code SEC-4 No. of Credits 02
Contact hours 30 Hrs /3 Hours per week Duration of SEA/Exam 01 hrs
Formative Assessment Marks 25 Summative Assessment Marks 25
Contents 30 Hrs
Module-I. Introduction to Cyber security: Defining Cyberspace and Overview of
Computer and Web-technology, Architecture of cyberspace, Communication and web 10
technology, Internet, World wide web, Advent of internet, Internet infrastructure for
data transfer and governance, Internet society, Regulation of cyberspace, Concept of
cyber security, Issues and challenges of cyber security.
Module-II. Cyber-crime and Cyber law: Classification of cyber-crimes, Common
cyber-crimes- cyber-crime targeting computers and mobiles, cyber-crime against
women and children, financial frauds, social engineering attacks, malware and ransom 10
ware attacks, zero day and zero click attacks, Cybercriminals modus-operandi,
Reporting of cyber-crimes, Remedial and mitigation measures, Legal perspective of
cyber-crime, IT Act 2000 and its amendments, Cyber-crime and offences,
Organizations’ dealing with Cyber-crime and Cyber security in India.
Module III. Social Media Overview and Security: Introduction to Social networks.
Types of Social media, Social media platforms, Social media monitoring, Hash tag, 10
Viral content, Social media marketing, Social media privacy, Challenges, opportunities
and pitfalls in online social network, Security issues related to social media, Flagging
and reporting of inappropriate content, Laws regarding posting of inappropriate content,
Best practices for the use of Social media.
References
1 Cyber Crime Impact in the New Millennium, by R. C Mishra, Auther Press. Edition 2010
Cyber Security Understanding Cyber Crimes, Computer Forensics and Legal Perspectives by Sumit
2
Belapure and Nina Godbole, Wiley India Pvt. Ltd. (First Edition, 2011)
Security in the Digital Age: Social Media Security Threats and Vulnerabilities by Henry A. Oliver,
3
Create Space Independent Publishing Platform. (Pearson , 13th November, 2001)
4 Cyber Laws: Intellectual Property & E-Commerce Security by Kumar K, Dominant Publishers.
5 Fundamentals of Network Security by E. Maiwald, McGraw Hill.
6 Network Security Bible, Eric Cole, Ronald Krutz, James W. Conley, 2nd Edition, Wiley India Pvt. Ltd.
Page 15
Program Name B.C.A Semester VI
Course Title Artificial Intelligence and Applications (Theory)
Course Code DSC16 No. of Credits 04
Contact hours 52 Hours /4 Hours per week Duration of SEA/Exam 2 Hours
Formative Assessment Marks 40 Summative Assessment Marks 60
Contents 52 Hrs
Introduction- What is Artificial Intelligence, Foundations of AI, AI - Past, Present and
Future. Intelligent Agents- Environments- Specifying the task environment, Properties 10
of task environments, Agent based programs- Structure of Agents, Types of agents-
Simple reflex agents, Model-based reflex agents, Goal-based agents; and Utility-based
agents.
Problem Solving by Searching- Problem-Solving Agents, Well-defined problems and
solutions, examples Problems, Searching for Solutions, Uninformed Search Strategies- 10
Breadth-first search, Uniform-cost search, Depth-first search, Depth-limited search,
Iterative deepening depth-first search, Bi directional search
Knowledge Representation- Knowledge-Based Agents, The Wumpus World, Logic,
Propositional Logic, Propositional Theorem Proving, Effective Propositional Model 12
Checking, Agents Based on Propositional Logic, First-Order Logic-Syntax and
Semantics of First-Order Logic, Using First-Order Logic, Unification and Lifting
Forward Chaining, Backward Chaining.
Learning– Forms of Learning, Supervised Learning- Artificial Neural Networks (ANN),
Support Vector Machines (SVM), Unsupervised Learning: Clustering, Association. 10
Advantages and disadvantages of Unsupervised Learning, Hill Climbing Algorithm
Applications of AI- Natural Language Processing, Text Classification and Information
10
Retrieval, Speech Recognition, Image processing and computer vision, Robotics.
Text Books:
1 Stuart Russel, Peter Norvig: Artificial Intelligence A Modern Approach, 2nd Edition,
2 Tom Mitchell, “Machine Learning”, 1st Edition, McGraw-Hill, 2017
3 Elaine Rich, Kevin Knight, Shivashankar B Nair: Artificial Intelligence, Tata McGraw Hill 3rd
edition, 2013
Page 16
Program Name B.C.A Semester VI
Contents 52 Hrs
Introduction to PHP: Introduction to PHP, History and Features, Installation &
Configuration of PHP, Embedding PHP code in Web Pages, HTML and Whitespaces,
10
Writing Comments, Sending Data to the Web Browser, Data types, Keywords, Using
Variables, Constants, Expressions, Operators.
Programming with PHP: Conditional statements: if, if-else, switch, The ? Operator,
Looping statements: while Loop, do-while Loop, for Loop.
Arrays in PHP: Introduction- What is Array?, Creating Arrays, Accessing Array 12
elements, Types of Arrays: Indexed v/s Associative arrays, Multidimensional arrays,
Creating Array, Accessing Array, Manipulating Arrays, Displaying array, Using Array
Functions, Including and Requiring Files- use of Include() and Require(), Implicit and
Explicit Casting in PHP.
Using Functions, Class- Objects, Forms in PHP: Functions in PHP, Function
definition, Creating and invoking user-defined functions, Formal parameters versus
10
Actual Parameters, Function and variable scope, Recursion, Library functions, Date and
Time Functions.
Strings in PHP: What is String?, Creating and Declaring String, String Functions.
Class & Objects in PHP: What is Class & Object, Creating and accessing a Class &
Object, Object properties, object methods, Overloading, inheritance, Constructor and
Destructor. 8
Form Handling: Creating HTML Form, Handling HTML Form data in PHP
Database handling using PHP with MySQL: Introduction to MySQL: Database terms,
Data Types, Using MySQL Client and Using phpMyAdmin, MySQL Commands, PHP 12
MySQL Functions, Connecting to MySQL and Selecting the Database, Executing
Simple Queries, Retrieving Query Results.
Page 17
Text Books:
1 PHP & MySQL for Dynamic Web Sites-Fourth Edition By Larry Ullman.
Page 18
Program Name B.C.A Semester VI
Page 1 9
Program Name B.C.A Semester VI
Course Title Data Mining and Data Warehouse (Theory)
Course Code DSC 18 No. of Credits 03
Contact hours 42 Hours / 3 Hours per week Duration of SEA/Exam 2 Hours
Formative Assessment Marks 40 Summative Assessment Marks 60
Contents 42 Hrs
Data Mining: Introduction, Data Mining Definitions, Knowledge Discovery in
Databases (KDD) Vs. Data Mining, DBMS Vs. Data Mining, Data Mining techniques, 8
Problems, Issues and Challenges in DM, DM Applications.
Data Warehouse: Introduction, Definition, Multidimensional Data Model, Data
8
Cleaning, Data Integration and transformation, Data reduction, Discretization.
Mining Frequent Patterns: Basic Concept – Frequent Item Set Mining Methods –
8
Apriori and Frequent Pattern Growth (FP-Growth) algorithms-Mining Association
Rules.
Classification: Basic Concepts, Issues, And Algorithms: Decision Tree Induction.
Bayes Classification Methods, Rule-Based Classification, Lazy Learners (or Learning 10
from your Neighbours), k-Nearest Neighbour, Prediction, Accuracy-Precision and
Recall.
Clustering: Cluster Analysis, Partitioning Methods, Hierarchical Methods, Density-
8
Based Methods, Grid-Based Methods, Evaluation of Clustering.
Text Books:
Jiawei Han and Micheline Kambar –“Data Mining Concepts and Techniques”, Second Edition
1 Elsevier Publications.
2 Pang-Ning Tan, Michael Steinbach, Vipin Kumar: Introduction to Data Mining, Pearson Education,
2012.
Arun K Pujari– “Data MiningTechniques”, 4th Edition,Universities Press.
3
4 K.P.Soman, Shyam Diwakar, V.Ajay: Insight into Data Mining– Theory and Practice, PHI.
Page 20
Program Name B.C.A Semester VI
Guidelines: -
1. The project is of 4 Hours per week for one (Semester VI) Semester duration.
2. The synopsis approval will be given by the project Guides.
3. The Project work should be a group of not more than five members.
4. The project labs will focus on survey, planning, designing, coding and testing of the project.
Report:
Page 21
Program Name B.C.A Semester VI
Course Title Digital Image Processing (Theory)
Course Code DSE - E2 No. of Credits 03
Contact hours 42 Hours / 3 Hours per week Duration of SEA/Exam 2 Hours
Formative Assessment Marks 40 Summative Assessment Marks 60
Contents 42 Hrs
DIGITAL IMAGE FUNDAMENTALS: Steps in Digital Image Processing –
Components –Image Sensing and Acquisition – Image Sampling and Quantization – 8
Relationships between pixels - Color image fundamentals - RGB, HSI models.
IMAGE ENHANCEMENT: Introduction, Definition, Multidimensional Data Model,
8
Data Cleaning, Data Integration and transformation, Data reduction, Discretization.
IMAGE RESTORATION: Image Restoration - degradation model, Properties, Noise
8
models – Mean Filters – Order Statistics – Adaptive filters.
IMAGE SEGMENTATION: Edge detection, Edge linking via Hough transform –
Thresholding - Region based segmentation – Region growing – Region splitting and 10
merging – Morphological processing- erosion and dilation.
IMAGE COMPRESSION AND RECOGNITION: Need for data compression, 8
Boundary representation, Boundary description, Texture - Patterns and Pattern classes -
Recognition based on matching.
Text Books:
Rafael C. Gonza Lez and Richard E. Woods. 4th Edition, Pearson Publications.
1
2 Understanding Digital Image Processing, Vipin Tyagi, 1st Edition, CRC Press.
Page 22
Program Name B.C.A Semester VI
Course Title Mobile Application Development (Theory)
Course Code: DSE - E2 No. of Credits 03
Contact hours 42 Hours / 3 Hours per week Duration of SEA/Exam 2 hours
Formative Assessment Marks 40 Summative Assessment Marks 60
Contents 42Hrs
Android OS design and Features: Android development framework, SDK features,
Installing and running applications on Android Studio, Creating AVDs, Types of 8
Android applications, Best practices in Android programming, Android tools, Building
your First Android application.
Android Application Design Essentials: Anatomy of an Android applications,
Android terminologies, Application Context, Activities, Services, Intents, Receiving and 8
Broadcasting Intents, Android Manifest File and its common settings, Using Intent
Filter, Permissions.
Android User Interface Design Essentials: User Interface Screen elements, Designing
8
User Interfaces with Layouts, Drawing and Working with Animation.
Testing Android applications, Publishing Android application, Using Android
8
preferences, Managing Application resources in a hierarchy, working with different
types of resources.
Using Common Android APIs: Using Android Data and Storage APIs, Managing data
Using Sqlite, Sharing Data between Applications with Content Providers, Using 10
Android Networking APIs, Using Android WebAPIs, Deploying Android Application
to the World.
Text Books:
Lauren Darcey and Shane Conder , “Android Wireless Application Development”, Pearson
1 Education, 2nd ed. (2011)
2 Reto Meier, “Professional Android2 Application Development”, Wiley India Pvt Ltd.
3 Mark L Murphy, “Beginning Android”, Wiley India Pvt Ltd.
4 Android Application Development All in one for Dummies by Barry Burd, Edition: I
5 Beginning Android 4 Application Development, Wei-Meng Lee, Wiley India(Wrox) ,2013.
Page 23
Program Name B.C.A Semester VI
Contents 42 Hrs
Unit 1: Web Content Development and Management, Content Types and Formats,
Norms and Guidelines of Content Development, Creating Digital Graphics, Audio 8
Production and Editing,
Unit 2: Web Hosting and Managing Multimedia Content, Creating and Maintaining a
WikiSite, Presentation Software Part I, Presentation Software Part II, Screen casting 8
Tools and Techniques.
Unit 3: Planning and Developing Dynamic Web Content Sites, Website Design Using
8
CSS Creating and Maintaining a WikiSite, Creating and Managing a Blog Site,
Unit 4: E- Publication Concept, E- Pub Tools, Simulation and Virtual Reality
Applications, Introduction to Moodle, Creating a New Course, uploading new Course. 10
Unit 5: Create and Add Assessment, Add and Enroll User and Discussion Forum,
8
Content, Management System: Joomla.
Text Books:
1 Web Content Management: Systems, Features, and Best Practices 1st Edition by Deane Barker.
2 Content Management Bible (2nd Edition) 2nd Edition by Bob Boiko.
3 Moodle for Learning Management System (LMS): A Practical and Visual Guidebook of
Administrator and Instructor for Distance Education Paperback– October 12, 2020 by James
Koo
4 Using Joomla!: Efficiently Build and Manage Custom Websites, 2nd Edition by Ron Severdia
Additional Reading:
https://onlinecourses.swayam2.ac.in/cec20_lb09/preview
Page 24
Program Name B.C.A Semester VI
Course Title Logical Reasoning (Theory)
Course Code SEC - 5 No. of Credits 02
Contact hours 30 Hrs /3 Hours per week Duration of SEA/Exam 01hrs
Formative Assessment Marks 25 Summative Assessment Marks 25
Contents 30 Hrs
Arithmetic Reasoning: Analytical Thinking, Syllogistic Logic, Problem solving;
Number System; LCM & HCF; Logarithms; Ratio, Proportions and Variations; 10
Partnership; Time speed and distance; work time problems;
Data Interpretation: Numerical Data Tables; Line Graphs; Bar Charts and Pie charts;
10
Mix Diagrams; Geometrical Diagrams, and other forms of Data Representation
Lateral Thinking, Reasoning & Logic: Verbal and Non-verbal Logic, Family Tree;
Linear Arrangements; Circular and Complex Arrangement; Conditionality and 10
Grouping; Sequencing and Scheduling; Venn Diagram in Logical Reasoning.
Text Book
R. S. Aggarwal - “A Modern Approach to Verbal and Non–Verbal Reasoning”, Sultan
1 Chand and Sons, New Delhi.
References
1 R. S. Aggarwal – “Quantitative Aptitude”, Sultan Chand and Sons, New Delhi.
2 Dr. Ravi Chopra – “Verbal and Non – Verbal Reasoning”, Mac Millan India.
3 Dr. Edward De Bono– “Lateral Thinking”, Penguin Books, New Delhi.
Page 25