| Sr No | Class | Subject | Topic Name | Link Name | ||
|---|---|---|---|---|---|---|
| 1 | SE | Discrete Mathematics | Discrete Mathematics Set | https://youtu.be/OuYfKkdXfwo | ||
| Inclusion-Exclusion Principle | https://youtu.be/1-oaPjvk7iY | |||||
| Types of Sets | https://youtu.be/xr5UbJ2697o | |||||
| Operations on Set | https://youtu.be/6Hob9jf04IQ | |||||
| Subset | https://youtu.be/Fs37afC6Juo | |||||
| Relation and It’s Properties | https://youtu.be/3sLM-luO6Ko
|
|||||
| Introduction to Function | https://youtu.be/D2pms8E8ClY
|
|||||
| Pre order Traversal | https://youtu.be/UXEZQZThgD8
|
|||||
| Post order Traversal | https://youtu.be/IG1DL520UT0
|
|||||
| Inorder traversal | https://youtu.be/zGzixRkff4Q
|
|||||
| Computer Graphics | Digital differential Analyzer (DDA) Line Drawing algorithm | https://www.youtube.com/watch?v=l_yxIfgyeEA&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=12
|
||||
| Bresenham’s Line Drawing Algorithm | https://www.youtube.com/watch?v=TYb2wjONB_0&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=19
|
|||||
| 2D transformation: Translation | https://www.youtube.com/watch?v=Z7Wgtg6aI7Y&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=28
|
|||||
| Comparison of DDA and Bresenham’s Line drawing algorithm | https://www.youtube.com/watch?v=GBQBXWwtP2o&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=29
|
|||||
| 2D transformation: Rotation | https://www.youtube.com/watch?v=7wgSixkAYwU&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=47
|
|||||
| 2D transformation: Scaling | https://www.youtube.com/watch?v=3CyTlQJtuag&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=110
|
|||||
| 2D transformation: Reflection | https://www.youtube.com/watch?v=WzuTRpIrNAg&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=111
|
|||||
| 2D transformation: Shear | https://www.youtube.com/watch?v=wZ1y5JghIt8&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=112
|
|||||
| Constraint satisfaction Problem: Graph Coloring | https://www.youtube.com/watch?v=WMbAbM1jEwU&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=113
|
|||||
| Installing R and R studio on windows 10 | https://www.youtube.com/watch?v=r7pgyY2-S2s&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=114
|
|||||
| Digital differential Analyzer (DDA) Line Drawing algorithm | https://www.youtube.com/watch?v=l_yxIfgyeEA&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=12
|
|||||
| Bresenham’s Line Drawing Algorithm | https://www.youtube.com/watch?v=TYb2wjONB_0&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=19
|
|||||
| 2D transformation: Translation | https://www.youtube.com/watch?v=Z7Wgtg6aI7Y&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=28
|
|||||
| Polygon | https://youtu.be/VeDXQEGvMas | |||||
| Sutherland-Hodgeman Polygon Clipping Algorithm | https://youtu.be/wpKl_EzYdNk
|
|||||
| Cohen Sutherland Line Clipping Algorithm | https://youtu.be/sOelocTmtxg
|
|||||
| Basic Operations of 2D Transformations | https://youtu.be/rxeD55YTFno
|
|||||
| Basic Operations of 3D Transformations | https://youtu.be/gFaknR1spWg
|
|||||
| Fundamentals of Data Structures | Non recursive Inorder Traversal of binary tree | https://youtu.be/FFBSCdK-w0o
|
||||
| Merging of two sorted arrays | https://youtu.be/fm9lquT8uug
|
|||||
| Infix to prefix expression conversion
|
https://youtu.be/WBezIgcKpi0 | |||||
| Non recursive postorder traversal of binary tree
|
https://youtu.be/PBkrbpg8SI0 | |||||
| Singly linked list | https://youtu.be/t5ycLgZYl4Y
|
|||||
| Binary expression tree | https://youtu.be/O0OHgyNNRNw
|
|||||
| Binary tree creation from its traversal
|
https://youtu.be/y9x7bGALaGI | |||||
| Prefix to postfix expression conversion | https://youtu.be/rRwV4EDnq8Q | |||||
| Prefix to infix expression conversion | https://youtu.be/7Vx_MI5AI2w | |||||
| Operations on array | https://youtu.be/0dN9xPTGjME | |||||
| linked list deletion | https://youtu.be/xWsWeL1YNr0 | |||||
| linked list Addition | https://youtu.be/43CGWoAimdE | |||||
| Types of Linked list | https://youtu.be/0T2XBXBw8oE | |||||
| Reverse Singly Linked list recursively | https://www.youtube.com/watch?v=bwsxVyUe36w&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=46&t=5s
|
|||||
| Infix to postfix conversion | https://www.youtube.com/watch?v=mv26nao1UjA&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=105
|
|||||
| Evaluation of Postfix Expression | https://www.youtube.com/watch?v=BvKZT9D1Etk&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=106
|
|||||
| Infix to Prefix conversion | https://www.youtube.com/watch?v=8HV3osMJNLc&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=107&pbjreload=101
|
|||||
| Prefix to Postfix conversion | https://www.youtube.com/watch?v=PMDcdGYGiIo&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=108
|
|||||
| Object Oriented Programming | Binar Operator Overloading | https://youtu.be/m352zFeOzFc | ||||
| Unary Operator Overloading | https://youtu.be/SASq5cT55No | |||||
| Concept of Classess & Objects in C++ | https://youtu.be/P9gzQh6HSPE | |||||
| Encapsulation & data Hiding | https://youtu.be/ivE9D7SvVyc | |||||
| Recursion In C++ | https://youtu.be/0UaPZYRZGDs | |||||
| Different Ways of Calling Functions in C++ | https://youtu.be/M9LphybdT5g | |||||
| Scope & Lifetime of Varables in C++ | https://youtu.be/BwNrIehy-iw | |||||
| Static Variables in C++ | https://youtu.be/t1gQZeKvXdQ | |||||
| String class in CPP & Different Functions | https://youtu.be/lorwSODYfGc | |||||
| Pointers in C++, Function Pointer in C++ | https://youtu.be/3JrSxu31Pwc | |||||
| Dynamic Memory Allocation In C++ | https://www.youtube.com/watch?v=Vj635bnpv0Q
|
|||||
| Function Overloading Vs function Overriding | https://www.youtube.com/watch?v=anR8uZ0HDtI&t=257s
|
|||||
| Pointers in C++ | https://www.youtube.com/watch?v=xtRfcUt1658&t=3s
|
|||||
| Virtual function In C++ | https://www.youtube.com/watch?v=JZq9pmVzuO8&t=1s
|
|||||
| This Pointer in C++
|
https://www.youtube.com/watch?v=2pIOUGYtfgg
|
|||||
| Exception Handling In C++ | https://www.youtube.com/watch?v=3jtJhFOVjnw&t=281s
|
|||||
| Template in C++
|
https://www.youtube.com/watch?v=wRcW2dufFGI
|
|||||
| STL and It’s components in C++ | https://www.youtube.com/watch?v=WPxKECB3yiY
|
|||||
| STL Containers in C++ | https://www.youtube.com/watch?v=8oSFppjfrAk
|
|||||
| STL Iterators in C++ | https://www.youtube.com/watch?v=z1HQcrxTOEU
|
|||||
| Digital Electonics and Logic Design | Input Output Waveform of D Flip Flop | https://www.youtube.com/watch?v=BkvkYcCsKoA
|
||||
| Simple tool for video recording LOOM | https://www.youtube.com/watch?v=ucZnhFotXOo
|
|||||
| K map representation and rules for grouping in K map | https://www.youtube.com/watch?v=B7pmWBmWX3c
|
|||||
| Input Output Waveform for JK Flip Flop | https://www.youtube.com/watch?v=2Zz202fKEYI
|
|||||
| BCD Adder using 4 bit binary adder IC 7483 | https://www.youtube.com/watch?v=Mc2iSDp9l4I&t=201s
|
|||||
| Realization of Boolean Equations using De-Multiplexers | https://www.youtube.com/watch?v=hsitdanMV2U&t=45s
|
|||||
| Tutorial on Microsoft OneNote | https://www.youtube.com/watch?v=mQbzh3DgCOk&t=24s
|
|||||
| design and realization of flip flop conversion from D flip to T flop | https://www.youtube.com/watch?v=8xXg4LLaxsQ
|
|||||
| 50 :10 representation of half adder of 2nd shift student
|
https://www.youtube.com/watch?v=1i5hPRrecX0&t=32s
|
|||||
| Input Output Waveform of SR Flip Flop
|
https://www.youtube.com/watch?v=o16TEjvZG5o&t=69s
|
|||||
| Input Output Waveform of D Flip Flop | https://www.youtube.com/watch?v=BkvkYcCsKoA
|
|||||
| 2 | T.E | Database Management Systems | Java –Mysql Connectivity | https://youtu.be/ILSr_nCfFhM | ||
| MySQL Procedure | https://youtu.be/SQXsjn8o4JA | |||||
| Mysql Cursor | https://youtu.be/qGsP7vXdzT4 | |||||
| MySQL Trigger | https://youtu.be/IsvxLuqWHvk | |||||
| JSON object encoding | https://youtu.be/DG3KVeRjxsM | |||||
| MongoDB CRUD | https://youtu.be/FB-LrBeeccE | |||||
| MySQL Join | https://youtu.be/NvEgwIB0fmU | |||||
| Java MongoDB Connectivity | https://youtu.be/8gyaOa3D3zU | |||||
| MongoDB indexing | https://youtu.be/MdwR0MThYp4 | |||||
| MongoDB Aggregation | https://youtu.be/tpncgyLrCes | |||||
| MySQL Installation on Windows 10 | https://youtu.be/YoHskiE-nwA | |||||
| Getting started with MySQL | https://youtu.be/s277VZ3jvFM | |||||
| MongoDB Installation on Windows 10 | https://youtu.be/Ju2QJdmzGHM | |||||
| Import MySQL Database | https://youtu.be/uX4eTvHt_74 | |||||
| MySQL aggregate functions | https://youtu.be/ZfV8j-oDrdU | |||||
| MySQL Installation on Windows 10 | https://youtu.be/YoHskiE-nwA | |||||
| Getting started with MySQL | https://youtu.be/s277VZ3jvFM | |||||
| MongoDB Installation on Windows 10 | https://youtu.be/Ju2QJdmzGHM | |||||
| Import MySQL Database | https://youtu.be/uX4eTvHt_74 | |||||
| MySQL aggregate functions | https://youtu.be/ZfV8j-oDrdU | |||||
| Theory of Computation | Implementation of Melay And Moore Machine | https://youtu.be/_pkYt4zDYPc | ||||
| Epsilon Nfa To Dfa | https://youtu.be/_dwvCmGAUWE | |||||
| Introduction to Melay and Moore Machine | https://youtu.be/gptDBmW1kxA | |||||
| Conversion Of Melay to Moore Machine | https://youtu.be/swo_umF4Mf4 | |||||
| 1s and 2s complement using melay and moore machine | https://youtu.be/-W1IkCnJ0AQ | |||||
| Introduction to Push Down Automata | https://youtu.be/W3tmdkBfrpU | |||||
| Turing Machine | https://youtu.be/FBzEhA5_ulw
|
|||||
| Non Deterministic Finite Automata | https://youtu.be/M3lBDDrbuP8
|
|||||
| Chomsky Normal Form | https://youtu.be/gPAOWrtM9VI | |||||
| Conversion of right liner grammar to left linear grammar | https://youtu.be/XZBUpTiWP00 | |||||
| Non Deterministic Finite Automata | https://www.youtube.com/watch?v=UGrU1YpAo_o&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=22 | |||||
| Languages | https://www.youtube.com/watch?v=Y2bLtDzY-zw&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=27 | |||||
| TM Basics Part I | https://www.youtube.com/watch?v=MY0dq0IcLMk&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=76 | |||||
| TM Basics Part II | https://www.youtube.com/watch?v=sQsnKlQc-DU | |||||
| TM Basics Part III | https://www.youtube.com/watch?v=vZIMWn2ruf8&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=80 | |||||
| TM Basics Part IV | https://www.youtube.com/watch?v=IIcIoVRUrJQ&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=78 | |||||
| Basics of Regular Expressions | https://www.youtube.com/watch?v=W8_llwfUYm4 | |||||
| Regular Expressions Examples | https://www.youtube.com/watch?v=-JZql4gH1Jo | |||||
| DFA Basics | https://www.youtube.com/watch?v=704xlDk89cs | |||||
| Information Systems and Engineering Economics | The Roles of Different Types of Information Systems in Business Organizations | https://youtu.be/p6t0WsHQlXw
|
||||
| Problems of IT Manager | https://youtu.be/WR-bP529Buk
|
|||||
| Types of Strategic Engineering Economic Decisions in Manufacturing Sector | https://youtu.be/BNCvv7uVBB0
|
|||||
| Information Systems Manager and his Challenges | https://youtu.be/R5vau3C8mXU
|
|||||
| Principles of Engineering Economics | https://youtu.be/4y1s__0A89U
|
|||||
| Engineering Economics Basics
|
https://youtu.be/1fbeGJY1E9A | |||||
| Types of strategic engineering economic decisions | https://youtu.be/Ez0nb_hiVck | |||||
| Management Information System (MIS)
|
https://youtu.be/gENIqgqBWfY | |||||
| Vendor Management in MIS | https://youtu.be/wXMFSUfotII | |||||
| Ethical and Social Issues in MIS | https://youtu.be/AIosZjbfnr8 | |||||
| Skill Development Laboratory | Installation of Java
|
https://www.youtube.com/watch?v=xo1FfzB3fDA | ||||
| Java Program to demonstrate use of Scanner | https://www.youtube.com/watch?v=0y9xY-tMl5M&t=210s | |||||
| 50 :10 Presentation TE SDL of Abstract class in Java | https://www.youtube.com/watch?v=y1y0ZmdZetM&t=90s | |||||
| Java Program to reverse string | https://www.youtube.com/watch?v=Fh5bohyLzCY | |||||
| TCP Socket | https://www.youtube.com/watch?v=rkMnHt1tw3s | |||||
| UDP Socket | https://www.youtube.com/watch?v=UtMosWvBMtY | |||||
| Vector in Java | https://www.youtube.com/watch?v=YN-OdZ925cs | |||||
| Enumeration in java | https://www.youtube.com/watch?v=0HyWMkIQdwM | |||||
| Set Operation in Java | https://www.youtube.com/watch?v=MIV7IT3pn_o | |||||
| Java Swing | https://www.youtube.com/watch?v=jdAwgtmWpdg | |||||
| Software
Engineering Project Managment |
Agile model in Software engineering project management | https://youtu.be/VtwFcY9VH8Y | ||||
| Prototyping Model in Software engineering and project management | https://youtu.be/72Y2kgpk30E | |||||
| Evolutionary Model in Software engineering and project management | https://youtu.be/Y2TeQrROSL4 | |||||
| Case study :Incremental model in Software engineering and project management | https://youtu.be/m1jfkHiXd_U | |||||
| Case study :Rapid Application development model in Software engineering and project management | https://youtu.be/i3VPuqjFyqQ | |||||
| Case study Waterfall model | https://youtu.be/qv3b5sUMR1w | |||||
| Principles of Agile methodology
|
https://youtu.be/s5CFT6egD-M | |||||
| Spiral Model in Software engineering and project management | https://youtu.be/mQUV0TJ3yDg | |||||
| Waterfall model in Software engineering and project management | https://youtu.be/d4Q09TxkkGM | |||||
| Computer Networks (CN) | Network Troubleshooting Commands | https://youtu.be/qxgNYkwHK-8 | ||||
| Bits and bytes explained | https://youtu.be/0qBNgQ-N86Q | |||||
| 3 | B.E | Distributed System | Security in Distributed System | https://www.youtube.com/watch?v=nW-F1ktLe6U | ||
| Reliability versus Availability | https://www.youtube.com/watch?v=kX3rZa0_UV8 | |||||
| Quorum based Protocols | https://www.youtube.com/watch?v=SFv2dX7zfe0 | |||||
| Passive versus Active Replication | https://www.youtube.com/watch?v=3DrM9XMexck | |||||
| Ordered Multicast | https://www.youtube.com/watch?v=eO5UuPa88-k | |||||
| IP Multicast | https://www.youtube.com/watch?v=Q8iojTv9NKU | |||||
| Group communication | https://www.youtube.com/watch?v=dGDvPYH5ryw | |||||
| Data Centric Consistency models | https://www.youtube.com/watch?v=pH4XayN9WKY | |||||
| Bittorrent | https://www.youtube.com/watch?v=9G4m2SI9n5M | |||||
| Application layer multicast | https://www.youtube.com/watch?v=BZVcAIKmxG0 | |||||
| Project | Mendeley Web Importer | https://www.youtube.com/watch?v=Cd6pDSaxUEY&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=42
|
||||
| Mendeley Profile | https://www.youtube.com/watch?v=-Qm6Gpfbx2o&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=41
|
|||||
| Overview of Reference Manager | https://www.youtube.com/watch?v=tnNuAL3G4bY&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=40&t=50s
|
|||||
| Installation of Mendeley | https://www.youtube.com/watch?v=W4hOlGPhJMg&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=38
|
|||||
| Introduction to Mendeley | https://www.youtube.com/watch?v=GQJ5n8WDbwg&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=37&t=51s
|
|||||
| Necessity of Digital Reference Manager | https://www.youtube.com/watch?v=pST8Z7BGRTY&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=36
|
|||||
| Adding a reference manually | https://www.youtube.com/watch?v=LKPs-d_G3-A | |||||
| Mendeley Library | https://www.youtube.com/watch?v=0dXz277Ih9E | |||||
| Installation of MS word Plugin | https://www.youtube.com/watch?v=VjVCKWtHBWQ
|
|||||
| Adding a Single Pdf File | https://www.youtube.com/watch?v=CqoQ4ZwMGc0
|
|||||
| Data Mining and Warehousing | Introduction to Rapid Miner tool. | https://youtu.be/irIEcYh5z4c
|
||||
| Data Warehouse Basics | https://youtu.be/nRt8OXYo3vs | |||||
| Data Mining Introduction | https://youtu.be/Qbft5Cxqm9A | |||||
| Data Warehouse Architecture | https://youtu.be/Y2HZeTei6R0 | |||||
| Star and Snowflake schema | https://youtu.be/V-4bXAkWLRI | |||||
| Artificial Intelligence and Robotics | Constraint satisfaction Problem: Graph Coloring | https://www.youtube.com/watch?v=WMbAbM1jEwU&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=113
|
||||
| Installing R and R studio on windows 10 | https://www.youtube.com/watch?v=r7pgyY2-S2s&list=PLfaOAKLEB7VsphYQyPV4Sj1XfGzxa8I_g&index=114
|
|||||
| High Performance Computing (HPC) | Parallel processing concepts | https://youtu.be/0LtozUwFdvc | ||||
| How to record a video lecture using OBS | https://youtu.be/-uz8xTLoR-0 | |||||
| Project | How To search Research Paper on IEEE Xplorer | https://youtu.be/wi4-bcqiXAQ |















