Instructional Video5:24
Curated Video

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

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

C++ Programming By Example - Basic C++ Syntax

Higher Ed
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Instructional Video13:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator

Higher Ed
Implement the selection sort algorithm step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video0:54
Brian McLogan

How to determine the domain and range of a function from a table

12th - Higher Ed
👉 functions are the possible output values (y-values) of the function. To find the domain of a function from a table we list out the set of the input values and for the range we list out the set of output values. To find the domain and...
Instructional Video5:51
Brian McLogan

How to use long division to divide two polynomials

12th - Higher Ed
👉 Learn how to divide polynomials by quadratic divisors using the long division algorithm. Before dividing a polynomial, it is usually important to arrange the divisor in the descending order of powers of the variable(s). To divide a...
Instructional Video2:17
Brian McLogan

Learn how to identify the inverse of a function and graph

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 Video6:04
Brian McLogan

Graphing logarithmic equations

12th - Higher Ed
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Instructional Video8:00
Brian McLogan

Finding the domain asymptote and x intercept of a logarithm

12th - Higher Ed
👉 Learn how to graph logarithmic functions involving vertical shift. The logarithmic function is the inverse of the exponential function. To graph a logarithmic function, it is usually very useful to make the table of values of the...
Instructional Video4:12
Brian McLogan

Graphing logarithmic equations

12th - Higher Ed
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Instructional Video6:55
Curated Video

Excel VBA Programming The Complete Guide - Procedure Scope (Public vs. Private)

Higher Ed
Differentiate between public vs private procedure. This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video6:29
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Box Plot - 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 Video3:16
The Business Professor

Cost Behavior

Higher Ed
Costs change or react to changes in other organizational levels or variables. Most notably, the Cost Volume Profit analysis analyzes changes in cost related to profitability and volume.
Instructional Video4:11
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Shopping Cart Model

Higher Ed
In this video, we'll be working on the shopping cart model. This clip is from the chapter "Models and Repository" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at models and repository.
Instructional Video9:24
Professor Dave Explains

Platyhelminthes Part 2: Free-Living Flatworms and the Problem With Turbellaria

12th - Higher Ed
With the basics regarding phylum Platyhelminthes covered, it's time to start digging into the clades within. Free-living flatworms were originally classified within the class Turbellaria. But more recently the clades needed to be...
Instructional Video13:00
Physics Girl

Hydrogen vs. Battery Electric Cars

9th - 12th
I drove 1800 miles in a Hydrogen car to learn about electric vehicles.
Instructional Video7:06
Odd Quartet

How to Harmonize a Melody

9th - 12th
Today I want to talk about harmonizing a melody for a keyboard instrument. Harmonizing is just a fancy way of saying finding chords that go along with a melody (or bass line). First we will look at keyboard specific issues to keep in...
Instructional Video9:13
Zach Star

Chemistry Careers - What You Can Do With Your Chem Degree

12th - Higher Ed
This video will focus on the many chemistry careers you can pursue as a chemistry major. Many students enter the chemistry major, but often don't know what they can do with a chemistry major. This video will cover the schooling required...
Instructional Video7:25
Curated Video

Beginning Python (Video 23)

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 Video1:08
Next Animation Studio

Scientists identifies new class of celestial objects near the galactic black hole

12th - Higher Ed
Scientists identified a new class of celestial bodies near the Sagittarius A, the Milky Way Galaxy’s supermassive black hole.
Instructional Video9:32
Curated Video

Bug Bounty Program Certification 5.2: Find Major Bugs in Server

Higher Ed
In this video, we will learn about advance scanning using vulnerability scanner. • Use Nessus network vulnerability scanner • Use advance scan, find bugs in server • Explanation of bug available in server
Instructional Video3:37
Python Programmer

EDA Python - 15-1List-dictionary_Comprehensions

Higher Ed
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Instructional Video7:26
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate

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

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

Higher Ed
The listener is new to algorithms and does not know about the binary search algorithms. • Introduce the listener to the std::binary_search algorithm • Show how it works and explain the different versions available • Reinforce the lesson...