Instructional Video7:07
Curated Video

Multi-Paradigm Programming with Modern C++ - On Programming Paradigms

Higher Ed
C++ is a multi-paradigm programming language. We learn about different paradigms (styles), and how C++ supports them. • Programming styles supported by C++ • Criticism of C++ • Your C++ knowledge as a toolbox This clip is from the...
Instructional Video4:11
FuseSchool

What Are Negative Numbers?

6th - Higher Ed
What Are Negative Numbers? | Numbers | Maths | FuseSchool Learn the essentials about negative numbers in this video.
Instructional Video5:13
Curated Video

Understanding Closure Property: Sets of Numbers

K - 5th
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Instructional Video5:51
Curated Video

Adding Polynomials: Combining Like Terms

K - 5th
In this video, the teacher explains that the set of polynomials is closed under addition by combining like terms. They provide examples and explanations of how to add polynomials together, emphasizing the importance of keeping the...
Instructional Video5:08
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part IV (2D Arrays)

Higher Ed
This video shows the basics of 2D arrays and how they are created on the heap in C++ using the new[] operator. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print...
Instructional Video5:28
Let's Tute

Real Numbers - Some Stupid Math Mistakes 2 - Quiz

9th - Higher Ed
In this video we will learn some mistakes we make in real numbers
Instructional Video11:19
Curated Video

GCSE Secondary Maths Age 13-17 - Graphs: Straight Line - Advanced - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video9:06
Curated Video

Bash Shell Scripting - declare Statement

Higher Ed
This video focusses on declare statement. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Instructional Video8:51
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Algebra - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video4:47
Curated Video

C++ 20 (2a) New Features - std::format: Placeholders and Syntax

Higher Ed
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs. • Define simple text with integers and switch placeholders using IDs • Consider formal syntax of std::format and compare...
Instructional Video2:09
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)

Higher Ed
Learn how we can use pointer arithmetic with strings as well. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are...
Instructional Video11:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics

Higher Ed
An introductory look at collections in Python This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video7:46
Curated Video

Powers of Ten

9th - Higher Ed
Learn how to write numbers using the base ten system, then explore what happens when we divide or multiply these numbers. Bonus information about base systems around the world and how those systems influence the way we calculate today.
Instructional Video4:05
Curated Video

Understanding Negative Signs in Fractions

K - 5th
In this video, the teacher explains where to place the negative sign in a fraction when dealing with division. They clarify that the negative sign can be placed in the numerator or the denominator, and it will still yield the same answer.
Instructional Video3:20
Brian McLogan

Why do I need to know the difference of real numbers

12th - Higher Ed
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.
Instructional Video6:15
Curated Video

C++ Developer - Project - Array Data

Higher Ed
This video presents a project on array data. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video9:39
Curated Video

Core Java Programming Course- Arrays in Java

Higher Ed
This video explains the different arrays in Java. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video6:41
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part III (new[] Operator)

Higher Ed
This video explains how to create arrays on heap using the new[] operator. • Understand when to use std::optional • Modeling simple failure states or value absence • Section recap This clip is from the chapter "Memory Management – Part...
Instructional Video4:30
Brian McLogan

Finding Three consecutive even integers that equal a negative number - Online Tutor

12th - Higher Ed
👉 Learn how to solve equations from word problems. A word problem is a real word simulation of a mathematics principle. We can solve equation(s) from a word problems by first understanding what the problem is asking. We then assign...
Instructional Video7:25
Let's Tute

Operations on Real Numbers: Addition and Subtraction

9th - Higher Ed
The video is a lesson on rational and irrational numbers and their mathematical operations. The teacher explains the difference between rational and irrational numbers and how they can be added and subtracted. The lesson includes...
Instructional Video5:47
Curated Video

The Art of Communication Using a Word Cloud

9th - 12th
This video production is a STEAM project Grade 7 Math Students complete to communicate their understanding of Integers, Absolute Value, and adding integers. Students use a table of integer values assigned to each letter of the alphabet...
Instructional Video2:50
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 3 - Fibonacci series

Higher Ed
Get the list size and range of ints for each list element from the user during program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Instructional Video3:01
Brian McLogan

What do i need to know to solve using the difference of two squares

12th - Higher Ed
👉Learn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Instructional Video4:35
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Java Floating Point Data Types - Casting, Conversion, and Accuracy

Higher Ed
In this video, we will learn about Java floating point data types - casting, conversion, and accuracy. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...