Instructional Video5:44
Professor Dave Explains

IIT/JEE Chemistry Practice #21: Properties of Gases

12th - Higher Ed
Practice REAL problems from actual past IIT/JEE exams with Professor Dave!
Instructional Video6:26
Curated Video

Adding Large Numbers - Multi-Digit Addition

K - 5th
In this video, we'll learn how to solve multi-digit addition problems using the standard algorithm addition method. This technique is commonly used in 4th and 5th-grade math classes and is essential for adding large numbers quickly and...
Instructional Video5:38
Curated Video

Multiplying Multi-Digit Numbers Using the Standard Algorithm

K - 5th
This video teaches how to multiply multi-digit numbers using the standard algorithm. It covers the importance of place value and provides examples of how to multiply larger numbers step-by-step. The lesson also emphasizes the common...
Instructional Video5:55
Curated Video

Multi-Digit Division

3rd - Higher Ed
"Multi-Digit Division" models how to divide five multi-digit whole numbers up to five digits by one- and two-digit divisors using the standard algorithm.
Instructional Video8:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams

Higher Ed
Debugging and problem-solving are crucial skills for any programmer. It is common to encounter issues while writing code, especially when working with complex problems. In this video, we will go through the process of debugging and...
Instructional Video5:45
Curated Video

Improving Your Writing: Adding Details to Make Your Story More Realistic and Exciting

K - 5th
In this video lesson, the teacher guides students on how to make their writing more realistic and exciting by adding details about the characters. They review the writing process and emphasize the importance of revising and developing...
Instructional Video18:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution Steps - Trapping Rainwater

Higher Ed
In this video, we will discuss the possible steps to resolve this interview question on trapping rainwater. You will get an idea as to what action items one needs to follow to solve this complex problem. This clip is from the chapter...
Instructional Video4:09
Curated Video

Adding Multi-Digit Whole Numbers

3rd - 5th
This video shows the process for answering questions on the SATs exam and is aimed at primary/elementary-level students. It also shows the process for solving the problem presented in SATs 2022 Paper 1 Q1, which involves adding three...
Instructional Video1:45
Brian McLogan

How to use the long division algorithm with numbers and a remainder

12th - Higher Ed
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Instructional Video7:16
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Two and Multi-layer Perceptron ANN
Instructional Video5:43
Curated Video

Adding Mixed Numbers with Like Denominators Using Equivalent Fractions

K - 5th
This video explains how to add mixed numbers with like denominators using equivalent fractions. Use area models to visually represent fractions and improper fractions. Review examples and walks through the steps to find equivalent...
Instructional Video4:55
Curated Video

Mastering Swift 2 Programming (Video 50)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:31
Curated Video

Mastering Swift 2 Programming (Video 39)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video6:05
Curated Video

Mastering Swift 2 Programming (Video 5)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video4:03
Curated Video

Mastering Swift 2 Programming (Video 1)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video4:30
Curated Video

Mastering Swift 2 Programming (Video 19)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:49
Curated Video

Mastering Swift 2 Programming (Video 8)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:18
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Template Method

Higher Ed
This video talks about the pros and cons of the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video7:32
Curated Video

Behavioral Design Patterns in C++ - Template Method - I

Higher Ed
In this video, we will implement the template method design pattern in the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - IV

Higher Ed
In this video, we will refactor our design to use the strategy pattern step-by-step. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Dive into Ranges

Higher Ed
You probably have more questions than answers at this point: how does the pipeline work? How many loops did we just write? What is the return value of a pipeline? Where are the intermediate results stored? And of course, what else can we...
Instructional Video2:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Return the Smallest Number in Nested Arrays

Higher Ed
In this video, you will learn how to write a function in JavaScript to return the smallest number in nested arrays. The video starts by explaining what nested arrays are and how to access their elements using loops. Then, a step-by-step...
Instructional Video2:55
Curated Video

Behavioral Design Patterns in C++ - Template Method - III

Higher Ed
In this video, we continue to explore the final details of the template method design pattern, which allows us to define the skeleton of an algorithm in a base class and let subclasses implement specific steps of the algorithm. This clip...
Instructional Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Reduce Method in JavaScript and Example I

Higher Ed
In this JavaScript tutorial, you will learn about the reduce() method, which is used to reduce an array of values into a single value. The reduce() method can be used to perform a variety of operations, such as summing up all the values...