Curated Video
'Return Gazan...': Hamas Admits 'Mix Up' In Hostage Body After Israel Asks 'Where Is Shiri Bibas?'
Hamas has expressed surprise over Israeli claims that it hadn't received the body of hostage Shiri Bibas as claimed by the Palestinian militant group. Hamas admitted that there had been an error or mix up in the bodies pulled out from...
Curated Video
Tracing algorithms
Pupil outcome: I can use trace tables to test the logic of an algorithm. Key learning points: - Trace tables can be used to walkthrough and understand the logic of an algorithm. - Trace tables can be used to help find logical errors in...
Curated Video
Python Lesson3: TypeCasting
Learn how to cast a variable from one datatype to another. This is extremely useful when you are capturing data input from the user.
Curated Video
Learn how to use the Bisection Method to solve for Roots of an Equation
Welcome to our comprehensive series of Advanced High School Mathematics Tutorials! This series is perfect for students, teachers, and anyone looking to deepen their understanding of higher-level mathematics. Each video breaks down...
Curated Video
if-else with OR operator
An example on using if-else statements together with the OR operator in C.
Curated Video
EPP2 RPi Arduino Protocol
This video describes the protocol that established communication between the RPi and the Arduino.
Curated Video
Find the Error | Algebra 1 | A-REI.A.1 🖤💙
In this math video we will find the error in student work solving a linear equation. We will clear parentheses by using the distributive property. Since there are variables on both side of the equation, we will use inverse operations and...
Curated Video
4 Maths Puzzles With Answers: Show Your Work
This video contains four challenging maths puzzles with answers and explanations of how we came to that answer. These maths puzzles are great for brain training and for lesson starters. Pause the video while you work each one out.
Curated Video
Will Google Bard Kill ChatGPT
Google just released Bard, an generative LLM similar to ChatGPT. Let's take a first look at Bard and compare it to OpenAI's GPT-4.
The Business Professor
Types of Organizational Learning
What are the Types of Organizational Learning? single loop, double loop, deutero learning, Organizational learning theory is a branch of organizational studies that seeks to understand how organizations acquire and use knowledge to...
The Business Professor
How to Conduct a Bank Reconciliation - Example
Professor AJ Kooti provides a detailed examples of how to conduct a Bank Reconciliation for purposes of financial accounting.
Curated Video
Zig in 100 Seconds
Zig is general-purpose systems programming language often used as an alternative to C, C++, and Rust. Learn the basics of Zig in this quick tutorial.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Variable Scope
In this video, you will learn about local and global variables. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program
In this video, you will learn how to write a simple addition program with Int datatype. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Exception Handling
This video explains thread exception handling.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Exception Handling
In this video, you will learn about exception handling with try, throw, and catch functions. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR
In this video, you will learn about vector standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Curated Video
Practical Cyber Hacking Skills for Beginners - Working with DHCP Commands
This video takes us through the different commands to operate the DHCP and protect a system or network from attacks.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Stop Event Propagation and Detailed Error Handling During App Building
This video explains the stop event propagation and error handling during app building. This clip is from the chapter "What's New in Blazor 3.1 Released with ASP.NET Core 3.1?" of the series "Build and Learn ASP.NET 6.0 Blazor...