Curated Video
Tessellated Designs
What is tessellation, where is it found, how does it work, and how did artist MC Escher translate it into geometric art? Maths - Shape A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s context films...
Curated Video
Number Theory: Gauss
How Gauss found the sum of all the numbers between 1 and 100, in a matter of seconds, aged just seven! He had developed a formula for triangular numbers, and went on to be hailed as the Prince of Mathematics as he moved on to more...
Curated Video
Proving Pythagoras
Understand how Pythagoras's Theorem is applied, why it holds true, and how we know that Pythagoras did not, in fact, discover it. Maths - Shape A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s...
Curated Video
The Emperor's Chess Board
The legend of the inventor who asked to be granted grains of rice for each square of a chess board, exponentially. And why his wish could not be fulfilled... Maths - Number A Twig Math Film. Reinforce and extend the learning required by...
Curated Video
What is a map?
A broad introduction maps and their purposes. People and places -Mapping - What is a map? Learning Points Cartographers make maps. A map key explains what the colours and symbols on a map represent. Most maps are drawn to scale. Maps can...
Curated Video
Geometry and Measurements: Lateral Area and the Total Area of a Cube
By the end of this learning object, the student will be able to: Find the lateral and total surface areas of a cube.9769
Curated Video
Geometry and Measurements: Lateral Area and the Total Area of a Cuboid
By the end of this learning object, the student will be able to: Find the lateral surface area and the total area of a cuboid. (3 cases).64593
Curated Video
Geometry and Measurement: The visual patterns
By the end of this learning object, the student will be able to: Apply different examples on different types of patterns.4463
Curated Video
Solving an Equation of Second Degree in One Unknown Graphically and Algebraically: Solving Quadratic Equations Graphically
By the end of this learning object, the student will be able to: Define the parabola and its equation and its solution graphically. Discuss the mathematical shapes in the real life.
Curated Video
Distance Between Two Points: The Rule of Distance Between Two Points
By the end of this learning object the student will be able to: Deduce the rule of distance between two points.
FuseSchool
What Are Square & Root Numbers | Numbers | Maths
In this video, viewers will learn how to square numbers and find square roots with ease. Starting with the fundamental concept of squaring a number—multiplying it by itself—the video explains using examples such as 4 2 = 16 4 2 =16 and...
Curated Video
What is a trapezoid? | Quadrilaterals for Kids
Ever heard of trapezoids? They're these fascinating four-sided shapes with one set of parallel sides that add a twist to the world of geometry! In our latest video, we're diving into the world of Trapezoids. From the street signs you see...
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
Create a Dark Moody Atmospheric 2D Game with Unity and C# - What Are Components? + Game Files
In this video, we will show how to locate and access the game components and files necessary for our project.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Understanding Unity's UI (User Interface)
In this video, we will explore the Unity UI and how to navigate it effectively.
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Detail to Small Modular Houses
In this video, you will learn how to add detail to small modular houses. You will explore different techniques for creating small details that add character and interest to your castle environment. Additionally, you will learn how to use...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.map Method
In this video, we will explore the Array.map method, which allows us to create a new array by applying a function to each element of an existing array. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Impurity
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Classes
In this video, you will learn about the basics of classes in JavaScript, including how to create classes, instantiate objects from classes, and use constructors to pass arguments to class methods. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Using Object.create()
In this video, we will explore the Object.create() method and demonstrate how it is used to create objects with a specific prototype. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
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
Learn Java from Scratch - A Beginner's Guide - Step 28 - Java For Loop to Print Multiplication Table - Exercise Statements
This video talks about Java for loop to print the multiplication table - exercise statements.