Curated Video
Kilohertz
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...
Curated Video
Work
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...
Curated Video
Nucleus (biology)
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...
Curated Video
Solving Absolute Value Expressions
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...
Curated Video
Subtracting Integers with Grade 7 Using The Number System
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....
Curated Video
Multiplying Mixed Numbers and Fractions
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!
Curated Video
Algebra | Expanding Single Brackets | Maths with Mrs. B
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...
Curated Video
Algebra | Factorising to Single Brackets | Maths with Mrs. B
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...
Curated Video
Algebra | Expanding Two Brackets | Maths with Mrs. B
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...
Curated Video
Algebra | The nth Term | Maths with Mrs. B
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...
Curated Video
Zero and Negative Exponents Simplified
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...
Curated Video
Solving Expressions with Exponents
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Strings
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - If Statements
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Declaration Versus Expression
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Creating a Function
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Tuples in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Template Literals in React.JS
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,...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Inline and Internal Styling in React.JS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Switch Statement
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I
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...