Order Online Or Call Us: 0257-2232800, 2235520

BCA Semester III

-11%

BCA – COMBO SET A (SEM – III)

BCA 301-304 (A) (Bachelor of Computer Application)

, , , , , , , , , ,

Original price was: Rs.435.00.Current price is: Rs.390.00.

Sem III | BCA-301

Bachelor in Computer Application

Fundamental Mathematics and Statistics

 

Sem III | BCA-302

Bachelor in Computer Application

Operating System

 

Sem III | BCA-303

Bachelor in Computer Application

Programming in C++

 

Sem III | BCA-304 (A)

Bachelor in Computer Application

Web Development Technologies – I

 

BCA 301 – Fundamental Mathematics and Statistics

Chapter – 1 

Mathematical Logic
1.1 Meaning of Statement
1.2 Primitive and Compound Statements
1.3 Truth Values of a Statement
1.4 Law of Excluded Middle
1.5 Logical Operations : Negation, Conjunction & Disjunction Implication, Double Implication, Equivalence
1.6 Equivalence of Logical Statements
1.7 Truth Tables & Construction of Truth Tables
1.8 Tautology and Contradiction
1.9 Argument : Valid And Invalid Arguments

Chapter – 2 

Sets
2.1 Meaning of a Set
2.2 Methods of Describing a Set
2.2.1. Tabular Form
2.2.2. Set Builder Form
2.3 Types of a Set :
2.3.1. Finite Set, Infinite Set, Empty Set, Subset, Universal Set,
2.3.2. Equal Sets, Overlapping Sets, Disjoint Sets, Complementary Set.
2.4 Operations on Sets
2.4.1. Union of Sets
2.4.2. Intersection of Sets
2.4.3. Difference of Sets
2.5 Demorgan’s Laws (Without Proof)
2.6 Venn Diagrams
2.7 Cartesian Product of Two Sets
2.8 Statement of Following Laws (Without Proof) Relating To Union and Intersection of Sets : Idempotent Laws (ii) Identity Laws (iii) Commutative Laws (iv) Associative Laws (v) Distributive Laws

Chapter – 3

Matrices
3.1 Meaning of a Matrix, Order Of Matrix
3.2 Types of Matrix
3.2.1. Zero Matrix, Column Matrix, Square Matrix, Diagonal Matrix,
3.2.2. Scalar Matrix, Unit Matrix
3.2.3. Symmetric Matrix, Skew-Symmetric Matrix,
3.2.4. Transpose of a Matrix: Singular Matrix & Non-Singular Matrix.
3.3 Algebra of Matrices :
3.3.1. Equality of Matrices
3.3.2. Multiplication of Matrix by A Scalar
3.3.3. Negative of a Matrix
3.3.4. Multiplication of Matrices

Chapter – 4 

Introduction to Statistics
4.1 Meaning of Statistics
4.2 Importance and Limitations of statistics
4.3 Meaning of data, Raw data, Primary data, Secondary data
4.4 Variable and attribute, Types of variable : districts and continuous
4.5 Meaning of Population and sample
4.6 Introduction to methods of sampling : simple random sampling and strafied random sampling

Chapter – 5 

Measures of Central Tendency
5.1 Meaning and central tendency
5.2 Statement of measures of central tendency : arithmetic mean, geometric mean, harmonic mean, median and mode
5.3 Partition values : quartiles, deciles and percentiles

Chapter – 6 

Mathematical and Statistical Calculations using MS-EXCEL
6.1 Step by step procedure to perform basic logical function using MS Excel
6.2 Step by step procedure to perform basic mathematical function using MS Excel
6.3 Step by step procedure to perform basic statistical function using MS Excel

BCA 302 – Operating System

Chapter – 1 

Introduction
1.1 Introduction of an Operating System
1.2 Components of an OS
1.3 Types of OS
1.4 System Call
1.5 Introduction of Linux OS
1.6 Distribution of Linux System
1.7 Benefits of Linux

Chapter – 2 

Processes
2.1 Process Concept
2.2 Process Scheduling
2.3 Operations on Processes
2.4 Thread
2.5 Types of Thread
2.6 Multithreading Models

Chapter – 3

Treads
3.1 Introduction to Thread
3.2 Types of Thread
3.3 Multithreading Models
3.4 Thread Libraries
3.5 Thread Pools

Chapter – 4 

Linux Operating System
4.1 A Brief History of Linux
4.2 Basic features of Linux OS
4.3 Components of Linux System
4.4 Benefits of Linux
4.5 Logging In and out Using the Linux System
4.6 Creating Additional User Accounts

Chapter – 5 

File System
5.1 Introduction to The File System
5.2 Working with Linux Permissions
5.3 File System Navigation
5.4 Managing the File System Understanding Permissions
5.5 Changing File and Directory Permissions
5.6 Changing Default Permissions and Ownership

Chapter – 6 

File Operations
6.1 Archiving Files
6.2 Archiving Files with Tar
6.3 Archiving Files With CPIO
6.4 Zipping Files
6.5 Creating and Viewing Files Using the Vi Editor
6.6 Studying Other Editors

BCA 303 – Programming in C++

Chapter – 1 

Introduction and Basics of OOP’s
1.1 Introduction to Object Oriented Paradigm.
1.2 Need Object-Oriented Programming.
1.3 Characteristics of Object-Oriented Programming.
1.4 Difference of Structured Vs. OOPs.

Chapter – 2 

C++ Controls, Pointers and Functions
2.1 Input / Output in C++
2.2 Data Types, Operators
2.3 Control and Conditional Statements
2.4 Pointer Variables
2.5 Array of Pointer
2.6 Pointer Arithmetic
2.7 Function and Its Components
2.8 Different Types of Parameter Passing Mechanisms
2.9 Pointer as Function Argument
2.10 Recursive Function
2.11 Function Overloading
2.12 Inline Function

Chapter – 3

Object and Classes
3.1 Class Declaration in C++
3.2 Objects
3.3 Constructors and Types of Constructor (Default Constructor,
Copy Constructor, Parameterized constructor)
3.4 Destructor
3.5 Difference between classes and structures
3.6 Friend Class Friend Function

Chapter – 4 

Inheritance
4.1 Inheritance – Definition
4.2 Concept
4.3 Types of Inheritance
4.4 Visibility modes – Public, Private, Protected
4.5 Virtual Base Class
4.6 Benefits of Inheritance

Chapter – 5 

Operator Overloading
5.1 Operator Overloading
5.2 Unary Operator Overloading
5.3 Binary Operator Overloading
5.4 Rules for Operators Overloading
5.5 Operators overloading using friend function

Chapter – 6 

Virtual Functions, Templates and Exception and File handling
6.1 Virtual Function
6.2 Pure Virtual Functions
6.3 Function Templates
6.4 Exception handling constructs
6.5 Introduction to File System
6.6 Basic Read and Write file Functions

BCA 304 (A) – Web Development Technologies – I

Chapter – 1 

Introduction
1.1 Introduction to PHP
1.2 History
1.3 Features & Drawbacks of PHP
1.4 Applications of PHP
1.5 Web architecture
1.6 Web Server (xamp Server, Apache Server, Wamp Server)
1.7 Installation
1.8 Starting PHP Script
1.9 Hello World using PHP (Printing Single line in PHP)
1.10 Commenting PHP Code
1.11 Running PHP Script

Chapter – 2 

Language Basics
2.1 Structure & Syntax of PHP using HTML
2.2 Variables in PHP
2.3 Constants and Operators
2.4. Decision in PHP / Flow-Control Statements in PHP
2.5 Looping Statements in PHP
2.6 The foreach loop statement
2.7 Manipulating Strings Functions in PHP
2.8 String – Searching Functions
2.9 String and String functions in PHP
2.10 Functions in PHP
2.11 Introduction to Array IN PHP
2.12 Index Vs Associative Arrays
2.13 Sorting arrays function in PHP
2.14 Traversing arrays function in PHP
2.15 Different array function in PHP

Chapter – 3

PHP Forms
3.1 <Form> tag and its attributes
3.2 Creating forms
3.3 PHP Form Validations
3.4 Passing Variables between Pages
3.5 Using PHP $_GET, $_POST, $_GET Vs $_POST
3.6 Exit, Return, Die, Include and Require Statements

Chapter – 4 

Oops in PHP
4.1 Class and Object
4.2 Visibility (Public, Private and Protected)
4.3 Constructor and Destructors
4.4 Inheritance
4.5 Abstract classes
4.6 Final classes
4.7 Interface
4.8 Exception Handling

Chapter – 5 

Advanced PHP Concepts
5.1 Advanced PHP : File Upload
5.2 Session
5.3 Cookies
5.4 Emailing in PHP
5.5 Study of different PHP Framework (Laravel, CodeIgniter, Symfony, Drupal)

Chapter – 6 

PHP with MySQL
6.1 Introduction to MySQL
6.2 Installation & configuration with PHP
6.3 MySQL Structure and Syntax
6.4 Interacting with Databases

Reviews

There are no reviews yet.

Be the first to review “BCA – COMBO SET A (SEM – III)”
Shopping cart