logo

BCA: ALL

  • No Rating
  • (0 Reviews)
  • 59 students enrolled

BCA: ALL

Highly professional course with descriptive Knowledge.

  • No Rating
  • (0 Reviews)
  • 59 students enrolled
  • ₹2000.00
  • ₹5000.00
Tags:



Course Content

3 sections • 154 lectures • 02h 10m total length
Lecture 01
Introduction to Programming for Problem Solving, Computer System
01:05:10min
Lecture 02
Memory & its Types, Hardware, Software, Operating System
01:22:38min
Lecture 03
About Algorithm, Flowchart, Psedocode, Algorithm for diffrent problems
01:25:02min
Lecture 04
History of Programming Languages, Machine Level Language, Assembly Level Language, High Level Language
01:02:43min
Lecture 05
History of High Level Language, Introduction to C, Structure/Overview of C Program
01:06:20min
Lecture 06
Character Set, Keyword, Identifier, Constant, Variable, String, Special Symbols, Operator
01:58:54min
Lecture 07
Introduction to data Type, Classification & Subclassification, Finding Range of any Data Type
01:36:41min
Lecture 08
Introduction to data Type, Classification & Subclassification, Finding Range of any Data Type
01:33:40min
Lecture 09
Arithmetic, Relational, Assignment Operatior, (Based on Operation)
01:29:50min
Lecture 10
Conditional Operatior, Logical Operator, AND, OR, NOT
01:17:46min
Lecture 11
Increament & Decreament Operator, Pre-Increament, Post-Increament, Pre-decreament, Post-Decreament with Examples
01:14:55min
Lecture 12
Bitwise AND, Bitwise OR, Bitwise NOT, Bitwise EXOR, Bitwise Left Shift & Right Shift, Comma Operator, Size of Operator
01:27:51min
Lecture 12A
Type Casting, Implicit Type casting, Explicit Type Casting
00:26:56min
Lecture 13
Compiler Source Code, Object Code, Executable File, Linker, Loader, Register, File, Byte, Loadin & Saving
01:05:32min
Lecture 14
Introduction to Decision Making & Branching, Simple IF, IF-ELSE Statement, Ladder IF-ELSE Statement
01:50:14min
Lecture 15
Nested IF-ELSE, Flowchart, Finding Maximum among three numbers
00:56:29min
Lecture 16
Switch Case Statement, Conditional Operator, GOTO Statement
01:33:27min
Lecture 17
Decision Making & Looping, Entry Controlled Loop, Exit Controlled Loop, For Loop, Flowchart
01:21:08min
Lecture 18
WHILE Loop, DO WHILE Loop, Flow Chart
00:56:29min
Lecture 19
Finding Factorial & Fibonacci Series using Loops
01:03:49min
Lecture 19A
Finding Sum of Digits, Reversing a Number, Checking Palindrome or not
00:57:57min
Lecture 19B
Checking Armstrong or not, Checking Prime or not, Finding Prime Numbers between given limit
01:13:05min
Lecture 20
Pattern Programming, (Session-I)
01:14:20min
Lecture 21
Pattern Programming, (Session-II)
01:32:31min
Lecture 22
Introduction to Array, 1-D Array Declaration & Initialization in Compile Time & Run Time, I/O Operation using 1-D Array
01:48:51min
Lecture 23
Introduction to 2-D Array, 2-D Array Declaration & Initialization in Compile Time & Run Time, I/O Operation using 2-D Array
01:50:00min
Lecture 24
Matrix Operation
00:45:18min
Lecture 25
Character Array & String
01:09:25min
Lecture 26
String Manipulation Functions
01:01:57min
Lecture 27
Introduction to Function, Structured Programming, Function Definition, Function Declaration, Function Call, Examples
01:41:05min
Lecture 28
Used Defined Functions
01:17:57min
Lecture 29
Variable Scope, (Local & Global Scope)
00:59:12min
Lecture 30
Automatic, Register, Static & External
01:42:37min
Lecture 31
About Recursion, Recursive Function, Finding Factorial, Fibonacci Series
00:48:51min
Lecture 32
Pointer, Direct & Indirect Approach, Data Pointer, Pointer Declaration, Implementation of Pointer, Assigning Address to Pointer
01:27:26min
Lecture 33
Reading diffrent Pointer Declaration
00:54:13min
Lecture 34
Function Pointer Declaration, Assignment of Address to the Function Pointer, Examples
00:50:36min
Lecture 35
Call/Pass by Value, Call/Pass by Adress
00:53:40min
Lecture 36
Pointer & Array
01:01:59min
Lecture 37
Array & Structure, Structure Definition, Defining Structure, Structure Variable Declaration, Memory allocation of Structure Variable
01:01:48min
Lecture 38
Structure Initialization, Size of Structure
00:53:08min
Lecture 39
Local Definition of Structure, Global Definition of Structure, Array of Structure, Array in Structure
01:08:18min
Lecture 40
Pointer, Structure & Union
01:28:23min
Lecture 41
Dynamic Memory Allocation
01:14:17min
Lecture 42
About File Handling, Operations on File, Creating a File, Opening & Closing a File, Read & Write a File, Examples
01:40:26min
Lecture 43
File Handling
00:56:50min
Lecture 44
Read/Write opewration on File, Appending Data, Copying data
01:22:34min
Lecture 45
Linear & Binaty Search
01:47:46min
Lecture 46
Bubble Sort
01:30:47min
Lecture 47
Section Sort
01:17:19min
Lecture 48
Insertion Sort & Implementation
00:47:04min
Lecture 49
Quik Sort & Implementation
01:14:00min
Lecture 50
Merge Sort & Implementation
00:42:13min
Lecture 01
Introduction & Key Concept of Object Oriented Programming
01:37:45min
Lecture 02
Introduction, Input/Output Stream, Data Type & Classification, Variable declaration
01:18:48min
Lecture 03
Kaywords, Identifier, Constant, Variable, String, Operator & its Types, Arithmetic Operator
01:34:09min
Lecture 04
Relational, Assignment, Logical Operatore
01:39:57min
Lecture 05
Conditional Operator, Increament/Decreament Operator, problems based on Increament/Decreament
01:37:33min
Lecture 06
BIT Wise Operator, DR, AND, NOT, Left Shift, Right Shift, Special Operator
01:09:01min
Lecture 07
Structure of C++ Program, Hellow word program, Addition of two numbers, Compiling & Running of Program
01:06:51min
Lecture 08
Introduction and its types, IF-Statement, IF-Else Statemenet, Finding Even-Odd Program
01:10:13min
Lecture 09
Ladder - If Else & its example, Nested If Else Statement with example & Flow Chart, Switch Case Statement & its example
01:36:37min
Lecture 10
Introduction & Types, Entry Controlled Loop, Exit Controlled Loop, Parts of Looping Statement
00:42:54min
Lecture 11
For Loop, While Loop, Do While Loop, Flow Charts and Examples
01:45:50min
Lecture 12
Jump Statement & Type Casting
01:44:54min
Lecture 13
Function & its Types
01:07:07min
Lecture 14
User Defined Function
01:25:14min
Lecture 15
Passing Argument Method, Call by Value/Pass by Value, Call by Address/Pass by Address, Examples
01:21:38min
Lecture 16
Inline Function/Function Overloading
01:15:27min
Lecture 17
Structure, Class, Class Definition, Object, Object Creation, Difference between Object & Class
01:10:36min
Lecture 18
Defining Class, Object, Data member, Member Function, Creating Object, Creating Multiole Objects
00:46:17min
Lecture 19
Scope Resolution Operator, Access Specifier, Private, Public, Protected, Examples
01:53:23min
Lecture 20
Static Member Variable, Static Member Function, Static Object
01:47:06min
Lecture 21
Friend Function & Friend Class
01:44:18min
Lecture 22
Constructor & its type, Default & Paramaterised Constructor, Destructor & its Examples
01:39:02min
Lecture 23
Copy Constructor, Constructor Overloading, Member Function Overloading
01:26:26min
Lecture 24
Polymorphism & Operator Overloading
01:52:13min
Lecture 25
Overloading Unary & BinaryOperator using Friend Function, Operatores That can't be Overloaded
01:31:44min
Lecture 26
Pointer, Pointer Declaration & Implementation, Deferencing/Penetrating the Pointer
01:49:49min
Lecture 27
Types of Pointer, Data Pointer, Function Pointer, Reading different Pointer Declaration
01:25:01min
Lecture 28
Advantage of Pointer, Void Pointer, Wild Pointer
01:37:35min
Lecture 29
Pointer to Object, This Pointer
01:15:46min
Lecture 30
Array & L-D Array
01:48:19min
Lecture 31
1-D Array Initialization
01:53:51min
Lecture 32
Two Dimentional Array
00:52:34min
Lecture 33
2-D Array Initialization
02:01:08min
Lecture 34
Accessing Array with Pointer, Pointer Arithmetic, Base Address, Finding Address of Location
01:03:04min
Lecture 35
Basic Datatype to Class (User Defined), One Class Type to Another Class Type
01:38:11min
Lecture 36
Inheritance Concept, Types of Inheritence.
02:05:34min
Lecture 37
https://player.vimeo.com/video/513799919
01:16:23min
Lecture 38
Implementation of Multi Level Inheritance using Program
00:54:54min
Lecture 39
Implementation of Hierarchical & Multiple Inheritance, Various Examples
01:32:42min
Lecture 40
Implementation of Hybrid & Multipath Inheritance, Conceptual Example
01:27:31min
Lecture 41
Constructor and Destructor in base Classes & Desired Class
01:08:39min
Lecture 42
Abstract Class & Scope of Access Specifier in Inheritance
01:14:18min
Lecture 43
Virtual Function & Function Overriding
01:36:01min
Lecture 44
https://player.vimeo.com/video/514138326
01:38:57min
Lecture 45
Class Template & Function Template with Multiple Parameter, Function template Overloading
01:32:35min
Lecture 46
Concept of Exception, Exception Mechanism, Try, Cache & Throw Back
01:36:20min
Lecture 47
Example of Try-Catch, Multiple Catch with a Try-Block, Handling Multiple Exception using Single Catch Block
01:42:57min
Lecture 48
Rethrowing the Exception, Specify & Restricting the Exception
01:14:34min
Lecture 49
UncaughtException, Exception & Inheritance, Guidelines of Exception Handling
01:41:55min
Lecture 50
Scope of Variable, Block Scope, Program Scope with example, Local & Global Variable
01:15:55min
Lecture 51
Introduction to Storage Classes, Auto Register, Static Extern, Automatic & Register Class
01:29:12min
Lecture 52
Static Class, External Class with example
00:55:59min
Lecture 53
Memory Allocation, Static Memory and Dynamic Memory Allocation, New Operator, Delete Operator
01:03:48min
Lecture 54
Variable declaration, 1-Dimentional & 2-Dimentional Array using Dynamic Memory Allocation
01:30:33min
Lecture 55
Printing Rectangle, Triangles & Pyramid Pattern
01:40:30min
Lecture 56
Printing Rectangle, Triangles & Pyramid Pattern
02:09:09min
Lecture 01
Syllabus, Concept ofCommunication, Concept of Data, Types of Data
00|:59:14min
Lecture 02
Data Representation
00:55:11min
Lecture 03
Data Communication
01:39:48min
Lecture 04
Transmission Mode & Computer Networks
01:29:59min
Lecture 05
Types of Connection , Network Topology
01:09:50min
Lecture 06
Network Topology
01:42:25min
Lecture 07
Types of Computer Network
01:40:52min
Lecture 08
OSI & Types of OSI, Physical Layer, data Link Layer, Nework Layer
01:42:38min
Lecture 09
Transport layer, Session Layer, Presentation Layer, Application Layer
01:18:00min
Lecture 10
Transmission Media & Guided Media
mb
Lecture 11
Unguided/Wireless Media
01:32:24min
Lecture 12
Computer Networks and Security
00:52:54min
Lecture 13
Bandwidth Initiialization, (Multiplexing)
01:21:36min
Lecture 14
Error Detection & Correction, (Session-I)
01:21:36min
Lecture 15
Error Detection & Correction, (Session-II)
01:16:35min
Lecture 16
Error Detection & Correction, (Session-III)
00:43:46min
Lecture 17
Delays & its types, Transmission Delay, Propagation Delay, Processing Delay etc.
00:46:58min
Lecture 18
Flow Control, (Stop & Wait)
01:38:20min
Lecture 19
Flow Control, (Sliding Window)
01:07:16min
Lecture 19B
00:09:23min
Lecture 20
Flow Control, (Go Back N Selective Repeat)
00:50:56min
Lecture 21
Multiple Access Control & its type, Aloha, Pure Aloha, Slotted Aloha
01:28:07min
Lecture 22
CSMA/AD, CSMA/CA
01:08:53min
Lecture 23
CSMA/CA, Piggibacking
01:07:50min
Lecture 24
Switching Technique
01:26:52min
Lecture 25
About IP Address, IPV4 & IPV6, Class, A B C D E & Ranges
01:36:14min
Lecture 26
Subnetting, Subnet Mask, Classless IP Address
01:21:51min
Lecture 27
Address Mapping, ARP, RARP, BOOTP, DHCP
01:10:32min
Lecture 28
About Unicast, Static & Dynamic Routing, Diffrerent Static Routing Protocol, Shortcut Path, Flooding, Flow Based
01:27:12min
Lecture 29
Distance Vector Protocol
01:16:38min
Lecture 30
Link State & Path Vector Routing Protocol
01:07:38min
Lecture 31
Transport Layer Services, (Session-I)
01:22:42min
Lecture 32
TCP, TCP Header, SCTP, SCTP Header
01:10:13min
Lecture 33
Technique to improve Bandwidth, Leaky Bucket, Token Bucket
01:33:43min
Lecture 34
Domain Name System (DNS)
01:10:12min
Lecture 35
About Email, WWW, HTTP, FTP
01:34:49min
Lecture 36
About SNMP, Telnet, Bluetooth,
01:23:27min
Lecture 37
Network Security, Goals & Services, Attacks & Types of Attacks
01:52:38min
Lecture 38
Encryption & Decryption
01:25:46min
Lecture 39
Symmetric Key Algorithms
01:48:19min
Lecture 40
Asymmetric Key Cipher
01:31:27min
Lecture 41
Integrity & Authentication
00:53:00min
Lecture 42
Key Management & Distribution
00:50:57min
Lecture 43
Firewall, Characteristics of Firewall, Types of Firewall, Packet Filtering, Proxy Server
01:01:28min
Lecture 44
SSL, SSL Record Protocol, Change Cipher, Alert, Handshake Protocol, PGP, VPN
mb

Requirements

  • Intermediate or 12th qualified

Description

Highly Professionl as well as career oriented course providing descriptive knowledge.

  • Have conceptual knowledge of all subjects.
  • Have knowledge of Problem Solving Techniques & Skills.
  • Solving numerical problems with innovative ideas.
  • Getting solutions of customized problems for knowledge enhancement.
  • Learning Computer Languages.

Recent Courses

blog
  • September, 20th 2024
  • 0

A Knowledge & result oriented course specially designed for B.Tech. students preparing for Semester examinations. The complet..

  • ₹1900.00
  • ₹3200.00
blog
  • September, 18th 2024
  • 0

A Knowledge & result oriented course specially designed for B.Tech. students preparing for Semester examinations. The complet..

  • ₹1850.00
  • ₹3000.00
blog
  • September, 15th 2024
  • 0

A Knowledge & result oriented course specially designed for B.Tech. students preparing for Semester examinations. The complet..

  • ₹1950.00
  • ₹3000.00
blog
  • September, 14th 2024
  • 0

A Knowledge & result oriented course specially designed for B.Tech. students preparing for Semester examinations. The complet..

  • ₹1900.00
  • ₹3000.00
blog
  • September, 14th 2024
  • 0

A Knowledge & result oriented course specially designed for B.Tech. students preparing for Semester examinations. The complet..

  • ₹1900.00
  • ₹3500.00

About Instructor

instructor
About Instructor