0% found this document useful (0 votes)
18 views6 pages

Bca

The document outlines various educational units covering Java programming, software engineering, entrepreneurship, data science, and digital marketing. Each unit includes fundamental concepts, methodologies, and practical applications relevant to the respective fields. The schedule indicates specific dates for each subject's focus, emphasizing a structured learning approach.

Uploaded by

mittalpransh
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)
18 views6 pages

Bca

The document outlines various educational units covering Java programming, software engineering, entrepreneurship, data science, and digital marketing. Each unit includes fundamental concepts, methodologies, and practical applications relevant to the respective fields. The schedule indicates specific dates for each subject's focus, emphasizing a structured learning approach.

Uploaded by

mittalpransh
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/ 6

UNIT - I

Java Basics: Java as Object-oriented Programming Language History of Java, Features


of Java, Difference between Java and C++, Java Architecture (JDK, JVM, JRE), Java
Tokens: Data types, Literals, Variables, Scope and life me of variables, Operators.
Control Structures, Arrays. Introducing Classes: Crea ng a Class: proper es, methods
and constructors. Object Access modifiers, Method Overloading, Garbage collec on,
this keyword, Sta c (variable, method, block), final keyword, Wrapper Classes, String
class and methods.
UNIT – II
Inheritance: Types, Super keyword, method overriding, covariant return type,
abstract class. Interfaces and Packages: Crea on and implemen ng an interface,
difference between abstract class and interface, Packages, and impor ng a package.
Excep on Handling: Excep on Class, built-in checked and unchecked excep ons,
user-defined excep ons, use of try, catch, throw, throws, finally UNIT – III
Using I/O: Elementary concepts of Input/Output, using the byte streams, reading and
wri ng using byte streams, automa cally closing a file, using the character-based
streams, File I/O using character streams (using a File Writer and using a File Reader)
Mul -threaded programming: Mul threading fundamentals, Thread class, and
Runnable interface, the life cycle of thread, crea on of single and mul ple threads,
implementa on of Thread methods, Synchroniza on (using Synchronized methods,
synchronized statement).
UNIT – IV
Swings Fundamentals: Components (JLabel and ImageIcon, using swing Bu ons
(JBu on, JToggleBu on, JCheckBox, JRadioBu on), JTextField, JScrollPane, JList,
JComboBox) and Containers, Layout managers, event delega on Model, event
handling (event sources, event listeners, event classes and interfaces, adapter
classes). JDBC: JDBC Architecture, JDBC Drivers, Connec on, Statement, Prepared
Statement, Result set, Connec ng to the Database using JDBC.
UNIT – I
Introduc on of so ware engineering: So ware Crisis, So ware life cycle models,
Waterfall, Prototype, Spiral Models, Agile model. So ware Requirements analysis &
specifica ons: Requirement engineering, requirement elicita on techniques like FAST,
QFD, Requirement analysis using (DFD use-case, sequence and class diagram (with
case studies), ER Diagrams, Requirements documenta on: SRS, Characteris cs &
organiza on of SRS
UNIT – II
So ware Project Planning: So ware Metrics-Defini on and Need, Types of Metrics-
Product, Process and Project Metrics, Size Es ma on like lines of Code & Func on
Count, Halstead So ware Science measure, Cost Es ma on: Need, Models COCOMO:
Basic model, Intermediate model Risk Management: So ware Risks, Types of risk, risk
management ac vi es: risk assessment, risk control.
UNIT – III
So ware Design: Cohesion & Coupling, Classifica on of Cohesiveness & Coupling,
Quality management: Quality concept, so ware quality assurance, Total Quality
Management (TQM), so ware review, so ware inspec on So ware Implementa on:
Structured coding techniques, coding style, Standards and guidelines, documenta on
guidelines. Reverse Engineering, So ware Re-engineering, Configura on
Management.
UNIT – IV
So ware Tes ng: Tes ng Process, Levels of Tes ng: Unit tes ng, Integra on tes ng
and system tes ng. Types of Tes ng: Manual tes ng, Automa on Tes ng. Methods of
Tes ng- , Black box, White box and Grey Box Tes ng. Valida on, Verifica on, Alpha-
Beta tes ng, Acceptance tes ng, Func onal Tes ng and its types, Structural Tes ng
Difference between: Tes ng and Debugging So ware Maintenance: Management of
Maintenance, The Maintenance Process and Types of maintenance: Preven ve,
Percep ve, Adap ve and Correc ve Maintenance.Maintenance tools and techniques.
UNIT–I
Introduc on to Entrepreneurship: Meaning and concept of entrepreneurship, the
history of entrepreneurship development, Role of entrepreneurship in economic
development, General characteris cs and personality traits of entrepreneurs. Factors
affec ng entrepreneurship, Agencies in entrepreneurship development in India.
UNIT–II
Crea vity: Necessity of Crea vity in the development of entrepreneur, Steps in
Crea vity, Defining Innova on, importance of innova on. Iden fica on of
opportuni es for problem solving with innova on. Decision making and Problem
Solving (steps indecision making). Example from industry, day to day opera ons
UNIT – III
Role of an Entrepreneur: The Entrepreneur’s role in the context of contribu on to
society; Examples from industry; the role of changing the mindset and the
development of out of box thinking. Introduc on to Design Thinking. Entrepreneurs
as role models, mentors and influencers. Entrepreneurial success stories. Historical
Perspec ve, Global Indian Entrepreneurs, Ins tu ons, Modern Entrepreneurs
UNIT–IV
Fundamentals of Management: Meaning of Business and its management the role
and importance of leadership in entrepreneurship. Difference between Management
and Leadership. The importance of planning in entrepreneurship venture. The role
and importance of business plan in entrepreneurship venture
Unit - 1
Introduc on to data Science, Evolu on of Data Science, Data Science Roles, Stages in
a Data science Project, Applica ons of Data Science In various fields, Data security
Issues. Data Collec on Strategies, Data Pre-processing overview- Data Cleaning- Data
Integra on and transforma on- Data Reduc on- Data Discre za on.
UNIT–II
Sta s cs for Data Science: Describing a Single Set of Data, Central Tendencies and
Dispersion. Descrip ve Sta s cs- Mean, standard Devia on, Skewness and Kurtosis,
Box plots, Pivot Table, Linear Regression.
UNIT–III
Why Python? - Essen al Python libraries Introduc on to NumPy: NumPy Basics:
Arrays and Vectorized Computa on- The NumPyndarray- Crea ng ndarraysData
Types for ndarrays- Arithme c with NumPy Arrays- Basic Indexing and Slicing Data
handling using Pandas in python: Series (crea on from ndarray, dic onary;
mathema cal opera ons; Head and Tail func ons), DataFrames (crea on from
dic onary of series, opera ons on rows and columns). Sta s cal func ons using
pandas like min, max, count, sum, quar le, standard devia on, variance & DataFrame
opera ons like aggrega on, group by, Sor ng, Dele ng, Renaming Index, Pivo ng.
UNIT–IV
Case Studies: Checking different pa erns in data, Forecas ng demand, inves ga ng
clinical data
UNIT – I
Digital Marke ng Basics: Digital Marke ng meaning and its importance, Tradi onal vs
Digital Marke ng, Benefits of Digital Marke ng, Internet Marke ng basics, Digital
Marke ng channels, Types of Business models, Digital Marke ng strategies (P.O.E.M
framework), Inbound and Outbound marke ng, Digital Transforma on model, 4Cs of
Digital Marke ng
UNIT –
Social Media Marke ng – Introduc on, Social Media marke ng strategies, Overview
of Social media pla orms – Instagram, Snapchat, Facebook, Mobile, Twi er, Content
Planning and Strategy, Influen al marke ng, Content marke ng, Digital Marke ng
campaign
UNIT – III
Search Engine Op miza on – Introduc on to SEO, On-Page and Off-Page
Op miza on, Role of Keywords in SEO, Organic vs Non-Organic SEO, Blogging as
marke ng strategy, Types of Blogs Search Engine Marke ng – Introduc on to Paid
marke ng, Google Adwords, Types of campaigns and Campaign crea on
UNIT – IV
Tools for SMM and Marke ng communica on – Overview of Buffer, Hootsuite, Canva,
Trello and Hot jar Web Analy cs: Meaning, Purpose and process, Types, Tools for
analy cs – Google analy cs, Audience analy cs, Acquisi on analy cs, Behavior
analy cs, Conversion analy cs
7/06/2024 – JAVA

11/06/2024 – SOFTWARE ENGINEERING

14/06/2024 – INTRODUCTION TO MANAGEMENT


& ENTREPRENEURSHIP DEVELOPMENT

20/06/2024 – DATA SCIENCE

22/06/2024 – DIGITAL MARKETING

You might also like