Instructional Video0:35
Curated Video

Kilohertz

6th - 12th
A unit for measuring frequency, equal to one thousand hertz or cycles per second. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary...
Instructional Video0:52
Curated Video

Work

6th - 12th
Mechanical work is the energy transferred by a force in moving through a distance. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary...
Instructional Video0:45
Curated Video

Nucleus (biology)

6th - 12th
In biology, the nucleus is the membrane-bound structure inside eukaryotic cells that contains most of the genetic material. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise...
Instructional Video4:22
Curated Video

Solving Absolute Value Expressions

9th - Higher Ed
Welcome to Math Defined with Mrs. C. - Math Confidence-Boosting Math Practice - Solving Absolute Value Expressions. In this video, I'll guide you through the process of solving an expression with Absolute Value. Join me as I break down...
Instructional Video4:03
Curated Video

Subtracting Integers with Grade 7 Using The Number System

9th - Higher Ed
Welcome back to Math Defined! In this video, we're diving into the essential math skill of subtracting integers. Whether integers have the same or different signs, I'll show you simple steps to solve these problems quickly and easily....
Instructional Video10:48
Curated Video

Multiplying Mixed Numbers and Fractions

9th - Higher Ed
Do you find multiplying mixed numbers and fractions confusing? Middle school math can be a challenge! In this video I will demonstrate and explain how to multiply mixed numbers and fractions using 4 easy steps!
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: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 Video12:50
Curated Video

Zero and Negative Exponents Simplified

9th - Higher Ed
In this video, we dive deep into the world of exponents, focusing on the concepts of zero and negative exponents. We'll explore why any number raised to the power of zero equals one, and how to handle negative exponents by using...
Instructional Video12:32
Curated Video

Solving Expressions with Exponents

9th - Higher Ed
Welcome to our comprehensive guide on solving expressions with exponents! Exponents can be tricky, but fear not, because in this video, we break down the fundamentals and provide you with step-by-step instructions to tackle even the most...
Instructional Video12:00
Curated Video

Machine Learning: Random Forest with Python from Scratch - Strings

Higher Ed
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video8:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Operators

Higher Ed
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic. This clip is from the chapter "Logic and Control Flow" of the...
Instructional Video7:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - If Statements

Higher Ed
This video covers the basic syntax and use of if statements in JavaScript, which allow us to execute different code blocks based on conditions. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video4:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Declaration Versus Expression

Higher Ed
This video discusses the difference between function declarations and function expressions, and how to use them effectively in our code. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
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 Video4:58
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Tuples in Rust

Higher Ed
This video explains tuples in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate content.
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust

Higher Ed
This video talks about match statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video8:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust

Higher Ed
In this video, you will write a Hello World example in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video5:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Template Literals in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. we will explore inline styling to directly apply styles to individual elements using JavaScript objects. You will learn about internal styling,...
Instructional Video5:03
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Inline and Internal Styling in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. You will explore inline styling, where you can directly apply styles to individual elements using JavaScript objects. You will also learn about...
Instructional Video2:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Switch Statement

Higher Ed
In this video, you will learn to use the "switch" statement in JavaScript to simplify the handling of multiple conditions. We will use this control structure to execute different blocks of code based on the value of a variable or an...
Instructional Video9:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I

Higher Ed
In this video, you will learn about the for loop in JavaScript, which allows you to repeat a block of code a specified number of times. You will explore the basic syntax of a for loop, which includes a loop variable, a condition, and an...