Instructional Video4:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Numeric Input Validation - CIN.GOOD()

Higher Ed
In this video, you will learn how to validate user input with CIN.GOOD(). This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP,...
Instructional Video4:49
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Files - FSTREAM

Higher Ed
In this video, you will learn about file I/O classes such as fstream, ifstream, and ofstream. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn...
Instructional Video5:58
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR

Higher Ed
In this video, you will learn about vector standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video7:54
Curated Video

Fundamentals of Object-Oriented Programming - C++ - String Methods

Higher Ed
In this video, you will learn about string methods by working a find/replace program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Instructional Video4:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class

Higher Ed
A Movie Class is added to the newly created Models folder in this video. This will act as the model for the EF Core for generating the corresponding table in the database. This clip is from the chapter "Create a CRUD Application in...
Instructional Video16:47
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor

Higher Ed
The tutorial builds a binding demo project in Visual Studio 2019, which toggles a paragraph with changed text and styles on the clicking of a button. A counter gets incremented as well. This clip is from the chapter "Advanced Concepts...
Instructional Video3:26
Curated Video

Hydrogen's Spectrum: Decoding the Lines

9th - Higher Ed
A key tool in atomic physics is the hydrogen spectrum, which shows the quantised energy levels of the electrons in a hydrogen atom. The electrons in hydrogen gas absorb energy and travel to higher energy levels when the gas is excited,...
Instructional Video3:43
Curated Video

De Broglie vs Bohr: A Quantum Debate

9th - Higher Ed
Niels Bohr's model of the atom introduced the idea of quantised orbits for electrons. In these, electrons occupy stable energy levels and either give off or take in photons when they move between these levels. This model was able to...
Instructional Video2:52
Curated Video

Scala in 100 Seconds

12th - Higher Ed
Learn the basics of the Scala programming language quickly. Scala is a functional and object-oriented language that runs on the Java Virtual Machine. Topics Covered: Scala basics tutorial Scala vs Java OOP vs Functional...
Instructional Video2:57
Curated Video

Why Do We Count in Tens?

6th - 12th
Find out why our metric system is based on the number ten. Is it the best number to count on? Or could the reason be more biological than mathematical? Maths - Number A Twig Math Film. Reinforce and extend the learning required by the...
Instructional Video3:30
Curated Video

Number Theory: Gauss

6th - 12th
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...
Instructional Video3:29
Curated Video

Irrational Numbers: Pythagoras

6th - 12th
Beside the now-famous theorem which bears his name, discover the bizarre life of Pythagoras and his Brotherhood, in which maths was the language of the Gods and irrational numbers were heretical. Maths - History Of Maths A Twig Math...
Instructional Video3:26
Curated Video

Diophantine Equations: Fermat

6th - 12th
This amateur mathematician proposed an exciting theorem that stood unproved for over three centuries. He claimed he had the proof – but no room to write it in the margin of his book. Maths - History Of Maths A Twig Math Film. Reinforce...
Instructional Video1:28
Curated Video

Numbers and Algebra: Negative Integer powers

K - 8th
By the end of this learning object, the student will be able to: Solve exercises on the negative integer.87620
Instructional Video4:13
FuseSchool

What are Integers? | Numbers | Maths

6th - Higher Ed
In this engaging video, Cardi introduces the concept of integers using a fun analogy of heroes and villains, explaining that integers consist of positive and negative whole numbers, including zero. Viewers will learn how to visualize...
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 Video5:35
Curated Video

Adding Integers Using Rules

9th - Higher Ed
In this video, we dive into the mysterious world of integers and learn how to add them using some super simple rules. Whether you're working with positive or negative numbers, we've got the tricks you need to master it.
Instructional Video2:17
Curated Video

What are Rational Numbers?

9th - Higher Ed
Are you ready to master the concept of absolute value? In this lesson, we'll break it down step-by-step! Discover how to find absolute value using a number line and see just how simple it can be. With clear examples and easy-to-follow...
Instructional Video8:18
Curated Video

Machine Learning: Random Forest with Python from Scratch - Numbers

Higher Ed
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Instructional Video5:34
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing

Higher Ed
In this video, we will work on text preprocessing. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Instructional Video13:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand what embedding is. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Instructional Video5:18
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust

Higher Ed
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the stack...
Instructional Video1:54
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Loop Through and Modify an Array in Rust

Higher Ed
This is an exercise video on looping through and modifying an array 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...