Skip to main content

IGNOU BCA Syllabus 2022-2023

 IGNOU BCA Syllabus 2022-2023


Minimum Duration

3 Years

Maximum Duration

6 Years

Course Fees

Rs 42,000

Minimum Age

No bar

Maximum Age

No bar

Eligibility

10+2 or its equivalent


IGNOU Syllabus of BCA Program Given Below with the details of the Credits of the Subjects.

> BCA 1st Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 FEG-02

 Foundation course in English-2

4

 ECO-01

 Business Organization

4

 BCS-011

 Computer Basics and PC Software

3

 BCS-012

 Mathematics

4

 BCSL-013

 Computer Basics and PC Software Lab

2

>> BCA 2nd Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 ECO-02

 Accountancy-1

4

 MCS-011

 Problem Solving and Programming

3

 MCS-012

 Computer Organization and Assembly Language Programming

4

 MCS-015

 Communication Skills

2

 MCS-013

 Discrete Mathematics

2

 BCSL-021

 C Language Programming Lab

1

 BCSL-022

 Assembly Language Programming Lab

1

>> BCA 3rd Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 MCS-021

 Data and File Structures

4

 MCS-023

 Introduction to Database Management Systems

3

 MCS-014

 Systems Analysis and Design

3

 BCS-031

 Programming in C++

3

 BCSL-032

 C++ Programming Lab

1

 BCSL-033

 Data and File Structures Lab

1

 BCSL-034

 DBMS Lab

1

>> BCA 4th Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 BCS-040

 Statistical Techniques

4

 MCS-024

 Object-Oriented Technologies and Java Programming

3

 BCS-041

 Fundamentals of Computer Networks

4

 BCS-042

 Introduction to Algorithm Design

2

 MCSL-016

 Internet Concepts and Web Design

2

 BCSL-043

 Java Programming Lab

1

 BCSL-044

 Statistical Techniques Lab

1

 BCSL-045

 Algorithm Design Lab

1

>> BCA 5th Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 BCS-051

 Introduction to Software Engineering

3

 BCS-052

 Network Programming and Administration

3

 BCS-053

 Web Programming

2

 BCS-054

 Computer Oriented Numerical Techniques

3

 BCS-055

 Business Communication

2

 BCSL-056

 Network Programming and Administration Lab

1

 BCSL-057

 Web Programming Lab

1

 BCSL-058

 Computer Oriented Numerical Techniques Lab

1

>> BCA 6th Semester <<

COURSE CODE

 COURSE NAME

CREDITS

 BCS-062

 E-Commerce

2

 MCS-022

 Operating System Concepts and Networking Management

4

 BCSL-063

 Operating System Concepts and Networking Management Lab

1

 BCSL-064

 Project

8


For the Solved Assignment : Read Another Post, All the solved Assignement Avalable here...

Some Tags of this Post :- 

IGNOU BCA Syllabus,BCA IGNOU,IGNOU BCA Subjects,ignou Solved Assignments,IGNOU syllabus,Ignou BCA,Ignou BCA Programme,BCA Syllabus of IGNOU Program

Popular posts from this blog

BCA 5th and 6th Semester Project | BCSP-064 | Synopsys and Project | Both | IGNOU BCA | 100% Accepted | July 2023 and Jan 2024

 Synopsys and Project | Both | July 2023 and Jan 2024 Title of the Project : - PRODUCT HUB Buy it from here (Synopsis + Project) : Synopsis Content :- Synopsis : An overview of the entire project, summarizing its main objectives, scope, and outcomes. Introduction : Introduce the project and provide context for the reader by explaining the problem or need that the project aims to address. Aim and Objective : Clearly state the goals and objectives of the project, outlining what you intend to achieve through its completion. Project Category : Define the domain or category to which the project belongs, helping readers understand the context and purpose of the project. Tools and Platform : List the software tools, programming languages, and platforms you'll be using to develop and implement the project. System Analysis : Discuss the preliminary analysis phase of the project, where you identify requirements,

Flowchart and Pseudocode to Find the Area of a Square

  Write a flowchart and pseudocode to find the area of a square. Pseudocode :-  1. Start 2. Input length of the square 3. Calculate area of square as length * length 4. Print area 5. End #C++Programming Language #codeDelhi

MCS-021 | Data and File Structures | IGNOU BCA Solved Assignment | July 2021 & January 2022

  Course Code :- MCS-021 Course Title :- Data and File Structures Assignment Number :- BCA(3)/021/Assignment/2021-22 Maximum Marks :-  100 Weightage :-   25% Last Dates for Submission :- 31st October, 2021 (For July Session) &  15th April, 2022 (For January Session)  This assignment has four questions which carry 80 marks. Answer all the questions. Each question carries 20 marks. You may use illustrations and diagrams to enhance the explanations. Please go through the guidelines regarding assignments given in the Programme Guide. All the implementations should be in C programming language. Question 1: Write an algorithm that accepts a Binary Tree as inputs and outputs the traversals of Inorder , Postorder and Preorder of it. Question 2: Is it possible to implement multiple queues in a Stack. Justify your answer.  Question 3: List the names of all Sorting Algorithms along with their Complexities (Best case, Average case and Worst case). List as many names as possible along