Instructional Video5:46
Curated Video

Beginning Python (Video 16)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video2:42
NASA

NASA Technology Aids Wildlife Conservation

3rd - 11th
In a constantly changing world, the protection of our planet’s endangered species and ecosystems is a priority for ecologists. Recently, a group of researchers at the University of Idaho have worked to combine their extensive...
Instructional Video16:20
Curated Video

C++ Developer - Rethrowing Exceptions

Higher Ed
This video explains how to rethrow exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Instructional Video2:40
Curated Video

C++ Standard Template Library in Practice - Rotating

Higher Ed
The listener is new to algorithms and does not know about the rotating algorithms. • Introduce the listener to the std::rotate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video5:48
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition

Higher Ed
The listener is new to algorithms and does not know about the partitioning algorithms. • Introduce the listener to the std::partition algorithm • Show how it works and explain the different versions available • Reinforce the lesson with...
Instructional Video0:22
Curated Video

GCSE Secondary English Age 13-17 - Vocabulary: Lexis - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video1:01
Brian McLogan

Multiplying a function by a multiple, then determine the domain

12th - Higher Ed
👉 Learn how to multiply two functions. We will explore the multiplication of linear, quadratic, rational, and radical functions. To multiply two functions, we simply algebraically multiply the rules (contents) of the two functions. We...
Instructional Video3:01
Brian McLogan

How to find the inverse of a function then determine domain and range

12th - Higher Ed
👉 Learn how to find the inverse of a quadratic function. A quadratic function is a function whose highest exponent in the variable(s) of the function is 2. The inverse of a function is a function that reverses the "effect" of the...
Instructional Video3:10
Brian McLogan

Find the inverse of a square root function and sketch it's graph

12th - Higher Ed
👉 Learn how to find the inverse of a function. The inverse of a function is a function that reverses the "effect" of the original function. One important property of the inverse of a function is that when the inverse of a function is...
Instructional Video8:25
Curated Video

Excel VBA Programming The Complete Guide - The Range.End Property

Higher Ed
In this lesson, we write values to the four corners of the spreadsheet using the Range.End property and discuss the predefined constants (enumerations) passed in as arguments. This clip is from the chapter "Range References" of the...
Instructional Video8:25
Curated Video

Excel VBA Programming The Complete Guide - Stepping Through Code

Higher Ed
The F8 key allows us to step through the lines of a procedure step by step. In this lesson, we see how this functionality grants tremendous power when debugging a complex piece of code. This clip is from the chapter "Debugging" of the...
Instructional Video4:25
Curated Video

Excel VBA Programming The Complete Guide - The Option Base 1 Syntax and Write Array Values to Cells

Higher Ed
If zero-based indexing is confusing, the Option Base 1 keywords at the top of a module force an array to start at an index position of 1. In this lesson, we enable this setting and see its results in a newly declared array. This clip is...
Instructional Video12:47
Curated Video

Excel VBA Programming The Complete Guide - Exit For and Review of Exit Sub

Higher Ed
The Exit For keywords prematurely terminate a For loop. The Exit Sub keywords prematurely terminate a procedure. In this lesson, we practice implementing these concepts. This clip is from the chapter "Iteration" of the series "Excel VBA...
Instructional Video5:45
Curated Video

Excel VBA Programming The Complete Guide - SpecialCells

Higher Ed
The Range.SpecialCells method extracts a subset of cells from a Range based on a criteria -- empty cells, cells with constants, cells with formulas, etc. In this lesson, we populate a column with various values and use the method to...
Instructional Video5:59
Curated Video

The Complete Excel Guide: Beginners to Advanced - Using Names in Formulas

Higher Ed
The aim of this video is to explore how to use names in formulas. This clip is from the chapter "Excel 2019 Beginners: Working with Names" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll learn how...
Instructional Video1:50
Brian McLogan

Write the inverse of a linear equations

12th - Higher Ed
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video2:37
Brian McLogan

Learn how to graph an exponential equation with multiple transformations

12th - Higher Ed
👉 Learn how to graph exponential functions involving vertical shift. An exponential function is a function that increases rapidly as the value of x increases. To graph an exponential function, it is usually very useful to make the table...
Instructional Video4:44
Brian McLogan

Learn how to graph a rational function without any symmetry

12th - Higher Ed
👉 Learn how to graph a rational function. To graph a rational function, we first find the vertical and horizontal or slant asymptotes and the x and y-intercepts. After finding the asymptotes and the intercepts, we graph the values and...
Instructional Video9:04
Brian McLogan

What You Need To Understand About Functions | Part 1

12th - Higher Ed
What is the most important to know about functions. It all comes into understanding the parts of functions and what a function means. In this video we will explore those details.
Instructional Video2:21
Curated Video

Describing Data (Part 1)

K - 12th
Describe a data distribution (number of observations, median, range, mode, maximum and minimum).
Instructional Video4:58
Curated Video

Comparing Populations: Range and Interquartile Range

K - 5th
In this video lesson, students will learn how to compare the consistency of two teams or populations over a period of time using the range and interquartile range. The range measures the difference between the highest and lowest values,...
Instructional Video2:15
NASA

NASA | GLASTcast | Episode 3: Swift and GLAST

3rd - 11th
NASA's GLAST mission is an astrophysics and particle physics partnership, developed in collaboration with the U.S. Department of Energy, along with important contributions from academic institutions and partners in France, Germany,...
Instructional Video4:51
Curated Video

C++ Standard Template Library in Practice - Removing

Higher Ed
The listener is new to algorithms and does not know about the removing algorithms. • Introduce the listener to the std::remove algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video2:22
Curated Video

C++ 20 (2a) New Features - What’s New in Ranges

Higher Ed
Ranges do not act as a glue between containers and constrained algorithms. They provide composability and non-modifying views with lazy evaluation. • Define what a range is • Define the difference between a view and a container •...