Instructional Video4:50
Flipping Physics

Inductance of an Ideal Solenoid

12th - Higher Ed
Unravel the intricacies of ideal solenoids with us! We break down the equations for induced emf, exploring Faraday's Law and the inductor formula. Dive deep into integrals, variables, and solenoid length, demystifying the math behind...
Instructional Video3:03
Curated Video

Algebra: Multiplying a binomial by an Algebraic Expression

K - 8th
By the end of this learning object, the student will be able to: Multiply two binomials.4026
Instructional Video4:05
Curated Video

Are You Stumped by LCM? Find Out How To Ace This Ladder Method Puzzle!

9th - Higher Ed
Welcome to Math Defined with Mrs. C, where I simplify math concepts for you! In this video, I will guide you through the ladder method to find the Least Common Multiple (LCM) of a set of numbers. Specifically, I'll tackle the numbers 2,...
Instructional Video2:21
Nahdet Misr Publishing Group

Solving two equations in two variables, one is of first degree and the other is of second degree

6th - 9th
Solving two equations in two variables, one is of first degree and the other is of second degree
Instructional Video5:01
Curated Video

Algebra | Expanding Single Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of expanding a single term across terms within a bracket, demonstrating each step with clear examples. 00:00 Introduction 00:12 Demonstration 01:08 Questions 01:23 Example 1 01:51 Example 2...
Instructional Video7:26
Curated Video

Algebra | Factorising to Single Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of factorising expressions into single brackets, with clear step by step examples. 00:00 Introduction 00:12 Demonstration 01:29 Questions 01:44 Example 1 02:33 Example 2 03:24 Example 3 04:14...
Instructional Video9:11
Curated Video

Algebra | Expanding Three Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of expanding expressions that involve Three sets of brackets, demonstrating each step with clear and detailed examples. 00:00 Introduction 00:12 Demonstration 03:22 Questions 03:38 Example 1...
Instructional Video9:36
Curated Video

Algebra | Expanding Two Brackets | Maths with Mrs. B

K - 12th
This video will guide you through the process of expanding expressions that involve two sets of brackets, demonstrating each step with clear and detailed examples. 00:00 Introduction 00:13 Demonstration 01:44 Questions 02:02 Example 1...
Instructional Video9:56
Curated Video

Algebra | The nth Term | Maths with Mrs. B

K - 12th
Explore the concept of the nth term and learn how to write an nth term expression for a sequence in this clear, step-by-step tutorial. 00:00 Introduction 00:12 Demonstration 03:03 Questions 03:22 Example 1 04:20 Example 2 05:16 Example 3...
Instructional Video8:18
Curated Video

Algebra | Two-Step Equations | Maths with Mrs. B

K - 12th
This video builds upon foundational knowledge of algebraic equations, delving into the methodology for solving two-step equations with clear, step-by-step explanations. 00:00 Introduction 00:14 Questions 00:32 Example 1 01:42 Example 2...
Instructional Video8:12
Curated Video

Algebra | Equations - An Introduction | Maths with Mrs. B

K - 12th
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step. 00:00 Introduction 00:16 What is an Equation? 02:13 Solving Equations 02:32 Example 1 03:23...
Instructional Video12:26
Science Buddies

Automatic Dog (or cat) Treat Dispenser with Arduino

K - 5th
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Instructional Video12:38
Science Buddies

How to Use a TMP36 Temperature Sensor with Arduino

K - 5th
Discover how to integrate a TMP36 temperature sensor with an Arduino to control LED indicators based on temperature changes. This video provides a step-by-step guide on setting up the sensor, programming the Arduino, and understanding...
Instructional Video3:59
Curated Video

The CISO Masterclass - Module Summary

Higher Ed
In this video, you will recap the key concepts and takeaways from this section as you prepare to move forward in your CISO journey.
Instructional Video7:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Destructuring and Naming

Higher Ed
In this video, you will learn how to use destructuring to extract values from arrays and objects, and how to use naming conventions in JavaScript. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Variables and Constants

Higher Ed
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video3:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nested Scope

Higher Ed
In this video, you will learn about nested scope, which is when a function is defined within another function, and how it affects variable scope. This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
Instructional Video5:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Block Scope

Higher Ed
This video explains block scope, which was introduced in ES6, and how it differs from global and function scope. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video5:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Global and Function Scope

Higher Ed
Here, you will learn about global and function scope, and how JavaScript handles variable declarations within these scopes. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video6:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Creating a Function

Higher Ed
In this video, you will learn how to create a function in JavaScript, and how to call it to perform a specific task. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video8:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Number Challenge

Higher Ed
In this video, we will tackle a coding challenge to reverse a given number in JavaScript. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript math and string methods. This...
Instructional Video10:12
Curated Video

Modern JavaScript from the Beginning - Second Edition - Using the Console

Higher Ed
In this video, we will explain how to use the browser console to test and debug our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video6:40
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Ownership in Rust

Higher Ed
Ownership is a key concept in Rust's memory management system, and it's essential for writing efficient and safe programs. In this video, you will learn about ownership in Rust and how it helps prevent common memory-related errors. This...