Autoplay
Autocomplete
Previous Lesson
Complete and Continue
SYJC (12th) Computer Science Mastery Paper - I
Introduction
CS Syllabus - PDF
CS Study Plan
Session 1 : Beginning with C++
What you'll learn in this Session 1
Beginning with C++ - Video (80:22)
Beginning with C++ - Notes PDF
Test Paper - Beginning with C++
Set - 1
Set - 2
Session 2 : Tokens, Data types and Expression
What you'll learn in this Session 2
Tokens, Data Types and Expression - Video (93:40)
Tokens, Data Types and Expression - Notes PDF
Test Paper - Tokens and Expression
Set - 1
Set - 2
Set - 3
Set - 4
Session 3: C++ Programs
What you'll learn in this Session 3
C++ Program - Video (75:08)
C++ Program -Notes PDF
Test Paper - Programs
Set - 1
Set - 2
Session 4 : Decision Control Structure
What you'll learn in this Session 4
Decision Control Structure (if statement) - Video (66:37)
Decision Control Structure (if statement) - Notes PDF
Session 5 : Decision Control Structure
What you'll learn in this Session 5
Decision Control Structure (Switch Statement and Conditional operator)- Video (60:56)
Decision Control Structure (Switch Statement and Conditional operator) - Notes PDF
Test Paper - Decision Control Structure
Set - 1
Session 6.1 : Loop Control Structure
What you'll learn in this Session 6.1
Loop Control Structure - Video (60:03)
Loop Control Structure - Notes PDF
Session 6.2 : Loop Control Structure
What you'll learn in this Session 6.2
Loop Control Structure (Board Paper Question) - Video (67:50)
Loop Control Structure (Board Paper Question) - Notes PDF
Test Paper - Loop Control Structure
Set - 1
Set - 2
Set - 3
Session 7 : Storage Class
What you'll learn in this Session 7
Storage Classes - Video (51:03)
Storage Class - Notes PDF
Test Paper - Storage Classes
Set - 1
Session 8.1 : Function
What you'll learn in this Session 8.1
Functions - Video (50:54)
Functions - Notes PDF
Test Paper - Functions
Set - 1
Set - 2
Session 8.2 : Recursive Function
What you'll learn in this Session 8.2
Recursive Function - Video (23:05)
Recursive Function - Notes PDF
Test Paper - Recursive Function
Set - 1
Session 9.1 : Pointer
What you'll learn in this Session 9.1
Pointer - Video (61:56)
Pointer - Notes PDF
Session 9.2 : Pointer
What you'll learn in this Session 9.2
Pointer - Video (21:56)
Pointer - Notes PDF
Test Paper - Introduction to Pointers
Set - 1
Session 10.1 : Array
What you'll learn in this Session 10.1
Array - Video (48:05)
Array - Notes PDF
Session 10.2 : Array
What you'll learn in this Session 10.2
Array - Video (31:48)
Array - Notes PDF
Test Paper - Arrays
Set - 1
Set - 2
Session 11.1 : String
What you'll learn in this Session 11.1
String - Video (50:44)
String - Notes PDF
Session 11.2 : Array of Pointer to Strings
What you'll learn in this Session 11.2
Array of Pointer to String - Video (23:54)
Array of Pointer to String - Notes PDF
Test Paper - Strings
Set - 1
Set - 2
Session 12 : Structure
What you'll learn in this Session 12
Structure - Video (22:38)
Structure - Notes PDF
Test Paper - Structure
Set - 1
Set - 2
Session 13 : Object - Oriented Programming
What you'll learn in this Session 13
Object-Oriented Programming - Video (45:29)
Object-Oriented Programming - Notes PDF
Test Paper - Principles of Object - Oriented Programming
Set - 1
Session 14.1 : Classes and Objects
What you'll learn in this Session 14.1
Classes and Object - Video (51:29)
Classes and Objects - Notes PDF
Session 14.2 : Classes and Objects
What you'll learn in this Session 14.2
Classes and Objects - Video (39:25)
Classes and Objects - Notes PDF
Session 14.3 : Classes and Objects
What you'll learn in this Session 14.3
Classes and Objects - Video (47:27)
Classes and Objects - Notes PDF
Test Paper - Classes and Objects
Set - 1
Set - 2
Session 15 : Function Overloading
What you'll learn in this Session 15
Function Overloading - Video (39:32)
Function Overloading - Notes PDF
Test Paper - Pointer, Virtual Functions and Polymorphism
Set - 1
Set - 2
Session 16 : Memory Management
What you'll learn in this Session 16
Memory Management - Video (24:13)
Memory Management - Notes PDF
Session 17 : Constructor and Destructor
What you'll learn in this Session 17
Constructor and Destructor - Video (73:45)
Constructor and Destructor - Notes PDF
Test Paper - Constructors and Destructors
Set - 1
Set - 2
Session 18.1 : Operator Overloading
What you'll learn in this Session 18.1
Operating Overloading - Video (42:57)
Operator Overloading - Notes PDF
Session 18.2 : Operator Overloading
What you'll learn in this Session 18.2
Operator Overloading - Video (18:53)
Operator Overloading - Notes PDF
Session 18.3 : Operator Overloading
What you'll learn in this Session 18.3
Operator Overloading - Video (42:48)
Operator Overloading - Notes PDF
Test Paper - Operator Overloading and Type Conversions
Set - 1
Set - 2
Session 19.1 : Inheritance
What you'll learn in this Session 19.1
Inheritance - Video (51:18)
Inheritance - Notes PDF
Session 19.2 : Inheritance
What you'll learn in this Session 19.2
Inheritance - Video (26:42)
Inheritance - Notes PDF
Session 19.3 : Inheritance
What you'll learn in this Session 19.3
Inheritance - Video (75:59)
Inheritance - Notes PDF
Test Paper - Inheritance
Set - 1
Set - 2
Session 20.1 : Working with Files
Lec 20.1 : Personal computer environment, A computer file / what is file?, File handling in C++, Type of storage, C++ stream, Classes for File Stream Operations (32:25)
Lec 20.1 : Personal computer environment, A computer file / what is file?, File handling in C++, Type of storage, C++ stream, Classes for File Stream Operations - Notes PDF
Session 20.2 : Working with Files
Lec 20.2 : How to Achieve File Handling, File String input and Output, Functions use in File Handling, File modes, Detecting end of File, Types of Files (25:58)
Lec 20.2 : How to Achieve File Handling, File String input and Output, Functions use in File Handling, File modes, Detecting end of File, Types of Files - Notes PDF
Session 20.3 and 20.4 : Working with Files
Lec 20.3 and Lec 20.4 : Everything about File Handling in C++ (45:19)
Lec 20.3 and Lec 20.4 : Everything about File Handling in C++ - Notes PDF
Session 20.5 : Working with Files
Lec 20.5 : Example of File Operation, Example of Binary File Operation, Example of Reading and Writing class object, Example of Writing Objects into the file (73:08)
Lec 20.5 : Example of File Operation, Example of Binary File Operation, Example of Reading and Writing class object, Example of Writing Objects into the file - Notes PDF
Test Paper - Working with Files
Set - 1
Set - 2
Quiz - C++
Set - 1
Session 21.1 : Operating Systems
Lec 21.1 : What is operating system?, Services in O.S. , Overview of O.S.- Window 98, Window NT, LINUX, Concept related to information management (Only definition)- File system, Device drivers, Terminal I/O (57:57)
Lec 21.1 : What is operating system?, Services in O.S. , Overview of O.S.- Window 98, Window NT, LINUX, Concept related to information management (Only definition)- File system, Device drivers, Terminal I/O - Notes PDF
Session 21.2 : Operating Systems
Lec 21.2 : Concept related to information management (Only definition)- File system, Device drivers, Terminal I/O (63:23)
Lec 21.2 : Concept related to information management (Only definition)- File system, Device drivers, Terminal I/O
Session 21.3 : Operating Systems
Lec 21.3 : Concept related to process management, Concept related to memory management, Basic GUI, GUI features such as windows, Task list, Drag, Resize, Minimize, maximize, Close, Access and security aspect of O.S.-(security threats, Attacks on security, Computer worms, Computer viruses (72:23)
Lec 21.3 : Concept related to process management, Concept related to memory management, Basic GUI, GUI features such as windows, Task list, Drag, Resize, Minimize, maximize, Close, Access and security aspect of O.S.-(security threats, Attacks on security, Computer worms, Computer viruses - Notes PDF
Quiz - Operating System
Set - 1
Test Paper - Operating Systems
Set - 1
Set - 2
Set - 3
Session 22.1 : Data Structure
Lec 22.1 : Introduction to data structures, data structure operation, Algorithmic notation, Control structure, Array-Representation in memory, traversing, inserting, deleting (44:42)
Lec 22.1 : Introduction to data structures, data structure operation, Algorithmic notation, Control structure, Array-Representation in memory, traversing, inserting, deleting
Session 22.2 : Data Structure
Lec 22.2 : Arrays-sorting, binary search in an array, pointer arrays, records in memory using array, Linked list, Representation of linked list in memory, Trees, Binary trees, representing binary tree in memory (36:44)
Lec 22.2 : Arrays-sorting, binary search in an array, pointer arrays, records in memory using array, Linked list, Representation of linked list in memory, Trees, Binary trees, representing binary tree in memory
Quiz - Data Structure
Set - 1
Test Paper - Data Structure
Set - 1
Set - 2
23.1 : Introduction to HTML
23.1 : Introduction to HTML and Font styles - Video (30:10)
23.1 : Introduction to HTML and Font styles - Notes PDF
23.2 : Introduction of Images and Tables
23.2 : Introduction of Images and Tables - Video (34:47)
23.2 : Introduction of Images and Tables - Notes PDF
Quiz - HTML
Set - 1
Test Paper - HTML
Set - 1
Set - 2
Important Concepts - Beginning with C++
Beginning with C++ - Viva Question
Tokens, Data Types and Expression - Viva Question
Decision Control Structure (if statement) - Viva Question
Decision Control Structure (Switch Statement and Conditional operator) - Viva Question
Loop Control Structure - Viva Question
Functions - Viva Question
Recursive Function - Viva Question
Board Question Bank
Beginning with C++ - Question Bank
Tokens, Data Types and Expression - Question Bank
C++ Program - Question Bank
Decision Control Structure (if statement) - Question Bank
Decision Control Structure (Switch Statement and Conditional operator) - Question Bank
Loop Control Structure - Question Bank
Functions - Question Bank
Pointer - Question Bank
Array - Question Bank
String - Question Bank
Object-Oriented Programming - Question Bank
Classes and Objects - Question Bank
Function Overloading - Question Bank
Memory Management - Question Bank
Constructor and Destructor - Question Bank
Operator Overloading - Question Bank
Operator Overloading - Question Bank
Operator Overloading - Question Bank
Inheritance - Question Bank
Inheritance - Question Bank
Inheritance - Question Bank
Board Practical Question Bank
Practical Question - Notes PDF
Inheritance - Video
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock