Curated Video
Beginning Python (Video 16)
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...
NASA
NASA Technology Aids Wildlife Conservation
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...
Curated Video
C++ Developer - Rethrowing Exceptions
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++.
Curated Video
C++ Standard Template Library in Practice - Rotating
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...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::partition
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...
Curated Video
GCSE Secondary English Age 13-17 - Vocabulary: Lexis - Explained
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...
Brian McLogan
Multiplying a function by a multiple, then determine the domain
👉 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...
Brian McLogan
How to find the inverse of a function then determine domain and range
👉 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...
Brian McLogan
Find the inverse of a square root function and sketch it's graph
👉 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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.End Property
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...
Curated Video
Excel VBA Programming The Complete Guide - Stepping Through Code
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...
Curated Video
Excel VBA Programming The Complete Guide - The Option Base 1 Syntax and Write Array Values to Cells
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...
Curated Video
Excel VBA Programming The Complete Guide - Exit For and Review of Exit Sub
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...
Curated Video
Excel VBA Programming The Complete Guide - SpecialCells
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Names in Formulas
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...
Brian McLogan
Write the inverse of a linear equations
👉 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...
Brian McLogan
Learn how to graph an exponential equation with multiple transformations
👉 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...
Brian McLogan
Learn how to graph a rational function without any symmetry
👉 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...
Brian McLogan
What You Need To Understand About Functions | Part 1
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.
Curated Video
Describing Data (Part 1)
Describe a data distribution (number of observations, median, range, mode, maximum and minimum).
Curated Video
Comparing Populations: Range and Interquartile Range
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,...
NASA
NASA | GLASTcast | Episode 3: Swift and GLAST
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,...
Curated Video
C++ Standard Template Library in Practice - Removing
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...
Curated Video
C++ 20 (2a) New Features - What’s New in Ranges
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 •...