Professor Dave Explains
IIT/JEE Chemistry Practice #21: Properties of Gases
Practice REAL problems from actual past IIT/JEE exams with Professor Dave!
Curated Video
Adding Large Numbers - Multi-Digit Addition
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...
Curated Video
Multiplying Multi-Digit Numbers Using the Standard Algorithm
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...
Curated Video
Multi-Digit Division
"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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams
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...
Curated Video
Improving Your Writing: Adding Details to Make Your Story More Realistic and Exciting
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution Steps - Trapping Rainwater
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...
Curated Video
Adding Multi-Digit Whole Numbers
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...
Brian McLogan
How to use the long division algorithm with numbers and a remainder
👉 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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Two and Multi-layer Perceptron ANN
Curated Video
Adding Mixed Numbers with Like Denominators Using Equivalent Fractions
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...
Curated Video
Mastering Swift 2 Programming (Video 50)
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...
Curated Video
Mastering Swift 2 Programming (Video 39)
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...
Curated Video
Mastering Swift 2 Programming (Video 5)
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...
Curated Video
Mastering Swift 2 Programming (Video 1)
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...
Curated Video
Mastering Swift 2 Programming (Video 19)
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...
Curated Video
Mastering Swift 2 Programming (Video 8)
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Template Method
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...
Curated Video
Behavioral Design Patterns in C++ - Template Method - I
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - Dive into Ranges
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Return the Smallest Number in Nested Arrays
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...
Curated Video
Behavioral Design Patterns in C++ - Template Method - III
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Reduce Method in JavaScript and Example I
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...