| Subject | Chapter | Topic | Video | Notes |
| Computer Science | Computer Networks | Evolution and types of networks | - | - |
| Computer Science | Computer Networks | Network devices | - | - |
| Computer Science | Computer Networks | Topologies | - | - |
| Computer Science | Computer Networks | Transmission media | - | - |
| Computer Science | Computer Networks | Protocols | - | - |
| Computer Science | Computer Networks | Network security concepts | - | - |
| Computer Science | Data Structures: Stack and Queue | Stack using list: push, pop | - | - |
| Computer Science | Data Structures: Stack and Queue | Applications of stack | - | - |
| Computer Science | Data Structures: Stack and Queue | Queue operations | - | - |
| Computer Science | Database Concepts and SQL | Relational data model and keys | - | - |
| Computer Science | Database Concepts and SQL | DDL: CREATE, ALTER, DROP | - | - |
| Computer Science | Database Concepts and SQL | DML: INSERT, UPDATE, DELETE, SELECT | - | - |
| Computer Science | Database Concepts and SQL | Aggregate functions and GROUP BY | - | - |
| Computer Science | Database Concepts and SQL | Joins | - | - |
| Computer Science | Exception Handling | Errors and exceptions | - | - |
| Computer Science | Exception Handling | try-except-finally | - | - |
| Computer Science | Exception Handling | Raising exceptions | - | - |
| Computer Science | File Handling | Text files: open, read, write | - | - |
| Computer Science | File Handling | Binary files and pickle | - | - |
| Computer Science | File Handling | CSV files | - | - |
| Computer Science | File Handling | File pointers: seek and tell | - | - |
| Computer Science | Functions | Defining and calling functions | - | - |
| Computer Science | Functions | Arguments and parameters | - | - |
| Computer Science | Functions | Scope of variables | - | - |
| Computer Science | Functions | Recursion (intro) | - | - |
| Computer Science | Interface Python with SQL | Connecting Python to MySQL | - | - |
| Computer Science | Interface Python with SQL | Executing queries from Python | - | - |
| Computer Science | Interface Python with SQL | Fetching and processing results | - | - |
| Computer Science | Python Revision Tour | Tokens, variables, data types | - | - |
| Computer Science | Python Revision Tour | Operators and expressions | - | - |
| Computer Science | Python Revision Tour | Flow of control | - | - |
| Computer Science | Python Revision Tour | Strings, lists, tuples, dictionaries | - | - |
| Computer Science | Python Revision Tour | Sorting techniques | - | - |